@progress/kendo-themes-html 6.7.1-dev.1 → 6.8.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/dist/cjs/daterangepicker/daterangepicker.spec.js +206 -203
  2. package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +208 -205
  3. package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +208 -205
  4. package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +208 -205
  5. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +218 -215
  6. package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +227 -224
  7. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +218 -215
  8. package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +227 -224
  9. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +221 -218
  10. package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +227 -224
  11. package/dist/cjs/floating-label/templates/floating-label-normal.js +115 -0
  12. package/dist/cjs/floating-label/tests/floating-label-flat.js +87 -1136
  13. package/dist/cjs/floating-label/tests/floating-label-outline.js +87 -1136
  14. package/dist/cjs/floating-label/tests/floating-label-solid.js +4929 -0
  15. package/dist/cjs/form/tests/form-field-dateinputs.js +149 -146
  16. package/dist/cjs/form/tests/form-field-inputs-rtl.js +233 -230
  17. package/dist/cjs/form/tests/form-field-inputs.js +234 -231
  18. package/dist/cjs/index.js +2415 -2409
  19. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +7103 -0
  20. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +526 -553
  21. package/dist/cjs/{floating-label/tests/floating-label.js → spreadsheet/tests/spreadsheet-file-dialogs.js} +1113 -922
  22. package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +7088 -0
  23. package/dist/cjs/spreadsheet/tests/spreadsheet-find-replace-dialog.js +5858 -0
  24. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +7385 -0
  25. package/dist/cjs/spreadsheet/tests/spreadsheet-formula-dialog.js +5824 -0
  26. package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +7062 -0
  27. package/dist/cjs/spreadsheet/tests/{spreadsheet-dialog.js → spreadsheet-insert-dialogs.js} +541 -601
  28. package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +7133 -0
  29. package/dist/cjs/spreadsheet/tests/spreadsheet-print.js +6285 -0
  30. package/dist/cjs/spreadsheet/tests/{spreadsheet-tools-popup.js → spreadsheet-row-contextmenu.js} +733 -784
  31. package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +5518 -0
  32. package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +6989 -0
  33. package/dist/cjs/spreadsheet/tests/spreadsheet.js +660 -708
  34. package/dist/esm/daterangepicker/daterangepicker.spec.js +170 -167
  35. package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.js +172 -169
  36. package/dist/esm/daterangepicker/templates/daterangepicker-normal.js +172 -169
  37. package/dist/esm/daterangepicker/templates/daterangepicker-popup.js +172 -169
  38. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +180 -177
  39. package/dist/esm/daterangepicker/tests/daterangepicker-flat.js +186 -183
  40. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +180 -177
  41. package/dist/esm/daterangepicker/tests/daterangepicker-outline.js +186 -183
  42. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +182 -179
  43. package/dist/esm/daterangepicker/tests/daterangepicker-solid.js +186 -183
  44. package/dist/esm/floating-label/templates/floating-label-normal.js +93 -0
  45. package/dist/esm/floating-label/tests/floating-label-flat.js +84 -1133
  46. package/dist/esm/floating-label/tests/floating-label-outline.js +84 -1133
  47. package/dist/esm/floating-label/tests/floating-label-solid.js +4913 -0
  48. package/dist/esm/form/tests/form-field-dateinputs.js +123 -120
  49. package/dist/esm/form/tests/form-field-inputs-rtl.js +194 -191
  50. package/dist/esm/form/tests/form-field-inputs.js +192 -189
  51. package/dist/esm/index.js +2025 -2019
  52. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +7087 -0
  53. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +526 -553
  54. package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +6153 -0
  55. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +7072 -0
  56. package/dist/esm/{floating-label/tests/floating-label.js → spreadsheet/tests/spreadsheet-find-replace-dialog.js} +849 -969
  57. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +7369 -0
  58. package/dist/esm/spreadsheet/tests/spreadsheet-formula-dialog.js +5808 -0
  59. package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +7046 -0
  60. package/dist/esm/spreadsheet/tests/{spreadsheet-dialog.js → spreadsheet-insert-dialogs.js} +541 -601
  61. package/dist/esm/spreadsheet/tests/{spreadsheet-tools-popup.js → spreadsheet-jquery.js} +296 -317
  62. package/dist/esm/spreadsheet/tests/spreadsheet-print.js +6269 -0
  63. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +7087 -0
  64. package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.js +5502 -0
  65. package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +6973 -0
  66. package/dist/esm/spreadsheet/tests/spreadsheet.js +661 -709
  67. package/dist/types/floating-label/index.d.ts +1 -0
  68. package/dist/types/floating-label/templates/floating-label-normal.d.ts +4 -0
  69. package/dist/types/spreadsheet/tests/spreadsheet-filtering.d.ts +2 -0
  70. package/dist/types/spreadsheet/tests/spreadsheet-find-replace-dialog.d.ts +2 -0
  71. package/dist/types/spreadsheet/tests/spreadsheet-format-dialogs.d.ts +2 -0
  72. package/dist/types/spreadsheet/tests/spreadsheet-formula-dialog.d.ts +2 -0
  73. package/dist/types/spreadsheet/tests/spreadsheet-formula.d.ts +2 -0
  74. package/dist/types/spreadsheet/tests/spreadsheet-insert-dialogs.d.ts +2 -0
  75. package/dist/types/spreadsheet/tests/spreadsheet-jquery.d.ts +2 -0
  76. package/dist/types/spreadsheet/tests/spreadsheet-print.d.ts +2 -0
  77. package/dist/types/spreadsheet/tests/spreadsheet-row-contextmenu.d.ts +2 -0
  78. package/dist/types/spreadsheet/tests/spreadsheet-sheets-bar.d.ts +2 -0
  79. package/dist/types/spreadsheet/tests/spreadsheet-tools.d.ts +2 -0
  80. package/package.json +2 -2
  81. package/src/floating-label/index.ts +1 -0
  82. package/src/floating-label/templates/floating-label-normal.tsx +7 -0
  83. package/src/floating-label/tests/floating-label-flat.tsx +32 -148
  84. package/src/floating-label/tests/floating-label-outline.tsx +32 -148
  85. package/src/floating-label/tests/floating-label-solid.tsx +64 -0
  86. package/src/spreadsheet/tests/spreadsheet-cell-contextmenu.tsx +538 -0
  87. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +43 -53
  88. package/src/spreadsheet/tests/spreadsheet-file-dialogs.tsx +63 -0
  89. package/src/spreadsheet/tests/spreadsheet-filtering.tsx +522 -0
  90. package/src/spreadsheet/tests/spreadsheet-find-replace-dialog.tsx +38 -0
  91. package/src/spreadsheet/tests/spreadsheet-format-dialogs.tsx +76 -0
  92. package/src/spreadsheet/tests/spreadsheet-formula-dialog.tsx +45 -0
  93. package/src/spreadsheet/tests/spreadsheet-formula.tsx +491 -0
  94. package/src/spreadsheet/tests/{spreadsheet-dialog.tsx → spreadsheet-insert-dialogs.tsx} +35 -52
  95. package/src/spreadsheet/tests/{spreadsheet-tools-popup.tsx → spreadsheet-jquery.tsx} +19 -43
  96. package/src/spreadsheet/tests/spreadsheet-print.tsx +179 -0
  97. package/src/spreadsheet/tests/spreadsheet-row-contextmenu.tsx +538 -0
  98. package/src/spreadsheet/tests/spreadsheet-sheets-bar.tsx +123 -0
  99. package/src/spreadsheet/tests/spreadsheet-tools.tsx +315 -0
  100. package/src/spreadsheet/tests/spreadsheet.tsx +372 -435
  101. package/src/floating-label/tests/floating-label.tsx +0 -180
  102. /package/dist/types/floating-label/tests/{floating-label.d.ts → floating-label-solid.d.ts} +0 -0
  103. /package/dist/types/spreadsheet/tests/{spreadsheet-dialog.d.ts → spreadsheet-cell-contextmenu.d.ts} +0 -0
  104. /package/dist/types/spreadsheet/tests/{spreadsheet-tools-popup.d.ts → spreadsheet-file-dialogs.d.ts} +0 -0
@@ -1,26 +1,19 @@
1
- import { Button } from '../../button';
2
- import { ButtonGroup } from '../../button-group';
3
- import { Combobox } from '../../combobox';
4
- import { DropdownList } from '../../dropdownlist';
5
- import { Icon } from '../../icon';
6
- import { MenuButton } from '../../menu-button';
7
- import { Toolbar, ToolbarSeparator } from '../../toolbar';
8
-
1
+ import { Button } from "../../button";
2
+ import { ButtonGroup } from "../../button-group";
3
+ import { ColorPicker } from "../../colorpicker";
4
+ import { Combobox } from "../../combobox";
5
+ import { DropdownList } from "../../dropdownlist";
6
+ import MenuButton from "../../menu-button/menu-button.spec";
7
+ import { Toolbar, ToolbarItem, ToolbarSeparator } from "../../toolbar";
9
8
 
10
9
  const style = `
11
- .k-spreadsheet-view {
12
- overflow: hidden;
13
- }
14
- .k-spreadsheet-fixed-container {
15
- width: calc( 100% - var(--kendo-scrollbar-width, 0) );
16
- height: calc( 100% - var(--kendo-scrollbar-width, 0) );
17
- overflow: hidden;
18
- }
19
- .k-spreadsheet-cell {
20
- white-space: normal;
10
+ #test-area {
11
+ max-width: 1150px;
21
12
  }
13
+
14
+ .k-spreadsheet-cell,
22
15
  .k-spreadsheet-formula-input {
23
- white-space: normal;
16
+ white-space: normal !important;
24
17
  }
25
18
  `;
26
19
 
@@ -28,548 +21,492 @@ export default () =>(
28
21
  <>
29
22
  <style>{style}</style>
30
23
  <div id="test-area">
31
- <div style={{ width: '100%' }} className="k-widget k-spreadsheet">
32
- <div className="k-tabstrip-wrapper">
33
- <div className="k-spreadsheet-quick-access-toolbar">
34
- <Button icon="undo"></Button>
35
- <Button icon="redo"></Button>
36
- </div>
37
- <div className="k-widget k-header k-tabstrip k-tabstrip-top k-spreadsheet-tabstrip">
38
- <div className="k-tabstrip-items-wrapper k-hstack">
39
- <ul className="k-tabstrip-items k-reset" style={{ paddingLeft: "76px" }}>
40
- <li className="k-item k-first k-tab-on-top k-active">
41
- <span className="k-loading k-complete"></span>
42
- <span className="k-link">Home</span>
43
- </li>
44
- <li className="k-item">
45
- <span className="k-loading k-complete"></span>
46
- <span className="k-link">Insert</span>
47
- </li>
48
- <li className="k-item k-last">
49
- <span className="k-loading k-complete"></span>
50
- <span className="k-link">Data</span>
51
- </li>
52
- </ul>
53
- </div>
54
- <div className="k-tabstrip-content k-active" style={{ display: "block" }}>
55
- <Toolbar className="k-spreadsheet-toolbar" resizable>
56
- <Button icon="folder-open" className="k-upload-button"></Button>
57
- <Button icon="download"></Button>
58
- <ToolbarSeparator></ToolbarSeparator>
59
- <ButtonGroup>
60
- <Button icon="cut"></Button>
61
- <Button icon="copy"></Button>
62
- <Button icon="clipboard"></Button>
63
- </ButtonGroup>
64
- <ToolbarSeparator></ToolbarSeparator>
65
- <DropdownList value="Arial" />
66
- <Combobox placeholder="12" />
67
- <ButtonGroup>
68
- <Button icon="bold"></Button>
69
- <Button icon="italic"></Button>
70
- <Button icon="underline"></Button>
71
- </ButtonGroup>
72
- <ToolbarSeparator></ToolbarSeparator>
73
- <MenuButton icon="foreground-color" showArrow></MenuButton>
74
- <ToolbarSeparator></ToolbarSeparator>
75
- <MenuButton icon="droplet" showArrow></MenuButton>
76
- <MenuButton icon="borders-all" showArrow></MenuButton>
77
- <ToolbarSeparator></ToolbarSeparator>
78
- <MenuButton icon="align-left" showArrow></MenuButton>
79
- <Button icon="text-wrap"></Button>
80
- <ToolbarSeparator></ToolbarSeparator>
81
- <ButtonGroup>
82
- <Button icon="decimal-decrease"></Button>
83
- <Button icon="decimal-increase"></Button>
84
- </ButtonGroup>
85
- <ToolbarSeparator></ToolbarSeparator>
86
- <Button icon="filter"></Button>
87
- <DropdownList value="Custom format" showValue={false} valueIconName="custom-format" />
88
- <Button icon="link"></Button>
89
- <ToolbarSeparator></ToolbarSeparator>
90
- <Button icon="image"></Button>
91
- <Button icon="comment"></Button>
92
- <ToolbarSeparator></ToolbarSeparator>
93
- <MenuButton icon="pane-freeze" showArrow></MenuButton>
94
- <MenuButton icon="cells-merge" showArrow></MenuButton>
95
- <Button icon="borders-none"></Button>
96
- </Toolbar>
97
- </div>
98
- </div>
24
+ <div style={{ width: '100%' }} className="k-spreadsheet">
25
+ <div className="k-spreadsheet-header">
26
+ <ul id="menu" className="k-spreadsheet-menu k-widget k-reset k-header k-menu k-menu-horizontal">
27
+ <li className="k-item k-menu-item k-first">
28
+ <span className="k-link k-menu-link">File</span>
29
+ </li>
30
+ <li className="k-item k-menu-item k-active">
31
+ <span className="k-link k-menu-link">Home</span>
32
+ </li>
33
+ <li className="k-item k-menu-item">
34
+ <span className="k-link k-menu-link">Insert</span>
35
+ </li>
36
+ <li className="k-item k-menu-item">
37
+ <span className="k-link k-menu-link">Format</span>
38
+ </li>
39
+ <li className="k-item k-menu-item">
40
+ <span className="k-link k-menu-link">Formulas</span>
41
+ </li>
42
+ <li className="k-item k-menu-item">
43
+ <span className="k-link k-menu-link">Data</span>
44
+ </li>
45
+ <li className="k-item k-menu-item k-last">
46
+ <span className="k-link k-menu-link">View</span>
47
+ </li>
48
+ </ul>
49
+ <Toolbar className="k-spreadsheet-toolbar k-toolbar-flat" resizable>
50
+ <Button icon="arrow-rotate-ccw" fillMode="flat"></Button>
51
+ <Button icon="arrow-rotate-cw" fillMode="flat"></Button>
52
+ <ToolbarSeparator></ToolbarSeparator>
53
+ <Button icon="cut" fillMode="flat"></Button>
54
+ <Button icon="copy" fillMode="flat"></Button>
55
+ <Button icon="clipboard" fillMode="flat"></Button>
56
+ <ToolbarSeparator></ToolbarSeparator>
57
+ <DropdownList value="Font Name" fillMode="flat" />
58
+ <DropdownList value="Font Size" fillMode="flat" />
59
+ <ToolbarSeparator></ToolbarSeparator>
60
+ <ButtonGroup fillMode="flat">
61
+ <Button icon="font-grow" fillMode="flat"></Button>
62
+ <Button icon="font-shrink" fillMode="flat"></Button>
63
+ </ButtonGroup>
64
+ <ToolbarSeparator></ToolbarSeparator>
65
+ <ButtonGroup fillMode="flat">
66
+ <Button icon="bold" fillMode="flat"></Button>
67
+ <Button icon="italic" fillMode="flat"></Button>
68
+ <Button icon="underline" fillMode="flat"></Button>
69
+ <Button icon="strikethrough" fillMode="flat"></Button>
70
+ </ButtonGroup>
71
+ <ToolbarItem>
72
+ <ColorPicker value="red" valueIconName="foreground-color" fillMode="flat" />
73
+ </ToolbarItem>
74
+ <ToolbarSeparator></ToolbarSeparator>
75
+ <ToolbarItem>
76
+ <ColorPicker value="fuchsia" valueIconName="droplet" fillMode="flat" />
77
+ </ToolbarItem>
78
+ <ToolbarSeparator></ToolbarSeparator>
79
+ <MenuButton fillMode="flat" icon="borders-all" showArrow></MenuButton>
80
+ <ToolbarSeparator></ToolbarSeparator>
81
+ <MenuButton fillMode="flat" icon="align-left" showArrow></MenuButton>
82
+ <MenuButton fillMode="flat" icon="align-middle" showArrow></MenuButton>
83
+ <ToolbarSeparator></ToolbarSeparator>
84
+ <Button fillMode="flat" icon="text-wrap"></Button>
85
+ </Toolbar>
99
86
  </div>
100
87
  <div className="k-spreadsheet-action-bar">
101
88
  <div className="k-spreadsheet-name-editor">
102
- <Combobox placeholder="Combobox..." />
89
+ <Combobox placeholder="B6" fillMode="flat" />
103
90
  </div>
104
91
  <div className="k-spreadsheet-formula-bar">
105
- <Icon icon="formula-fx"></Icon>
106
- <div className="k-spreadsheet-formula-input k-spreadsheet-array-formula">
107
- <span className="k-syntax-startexp k-syntax-at-point">=</span>
108
- <span className="k-syntax-func">Product</span>
109
- <span className="k-syntax-punc">(</span>
110
- <span className="k-syntax-ref k-series-a">C3:C11</span>
111
- <span className="k-syntax-punc">)</span>
92
+ <span className="k-separator k-separator-vertical"></span>
93
+ <Button icon="formula-fx" fillMode="flat" />
94
+ <span className="k-separator k-separator-vertical"></span>
95
+ <div className="k-spreadsheet-formula-input k-textbox k-input k-input-md k-input-flat k-rounded-md">
96
+ <span className="k-syntax-startexp">=</span>
97
+ <span className="k-syntax-ref k-series-a">B6</span>
98
+ <span className="k-syntax-op">+</span>
99
+ <span className="k-syntax-ref k-series-b">C6</span>
100
+ <span className="k-syntax-op">+</span>
101
+ <span className="k-syntax-ref k-series-c">C3</span>
112
102
  </div>
113
- <div className="k-widget k-tooltip" style={{ position: "absolute", display: "none" }}>A1</div>
114
- <div className="k-group-header" style={{ display: "none" }}></div>
115
- <div className="k-list-scroller"></div>
116
103
  </div>
117
104
  </div>
118
105
  <div className="k-spreadsheet-view">
119
106
  <div className="k-spreadsheet-fixed-container">
120
- <div className="k-spreadsheet-pane k-top k-left" style={{ top: '0px', left: '0px', height: "100%", width: '100%' }}>
121
- <div className="k-spreadsheet-data" style={{ position: "relative", left: "32px", top: "20px" }}>
122
- <div className="k-spreadsheet-vaxis" style={{ left: '0px', height: "410px" }}></div>
123
- <div className="k-spreadsheet-vaxis" style={{ left: "100px", height: "410px" }}></div>
124
- <div className="k-spreadsheet-vaxis" style={{ left: "315px", height: "410px" }}></div>
125
- <div className="k-spreadsheet-vaxis" style={{ left: "430px", height: "410px" }}></div>
126
- <div className="k-spreadsheet-vaxis" style={{ left: "545px", height: "410px" }}></div>
127
- <div className="k-spreadsheet-vaxis" style={{ left: "660px", height: "410px" }}></div>
128
- <div className="k-spreadsheet-vaxis" style={{ left: "815px", height: "410px" }}></div>
129
- <div className="k-spreadsheet-vaxis" style={{ left: "879px", height: "410px" }}></div>
130
- <div className="k-spreadsheet-vaxis" style={{ left: "943px", height: "410px" }}></div>
131
- <div className="k-spreadsheet-haxis" style={{ top: '0px', width: "943px" }}></div>
132
- <div className="k-spreadsheet-haxis" style={{ top: "70px", width: "943px" }}></div>
133
- <div className="k-spreadsheet-haxis" style={{ top: "95px", width: "943px" }}></div>
134
- <div className="k-spreadsheet-haxis" style={{ top: "115px", width: "943px" }}></div>
135
- <div className="k-spreadsheet-haxis" style={{ top: "135px", width: "943px" }}></div>
136
- <div className="k-spreadsheet-haxis" style={{ top: "155px", width: "943px" }}></div>
137
- <div className="k-spreadsheet-haxis" style={{ top: "175px", width: "943px" }}></div>
138
- <div className="k-spreadsheet-haxis" style={{ top: "195px", width: "943px" }}></div>
139
- <div className="k-spreadsheet-haxis" style={{ top: "215px", width: "943px" }}></div>
140
- <div className="k-spreadsheet-haxis" style={{ top: "235px", width: "943px" }}></div>
141
- <div className="k-spreadsheet-haxis" style={{ top: "255px", width: "943px" }}></div>
142
- <div className="k-spreadsheet-haxis" style={{ top: "275px", width: "943px" }}></div>
143
- <div className="k-spreadsheet-haxis" style={{ top: "295px", width: "943px" }}></div>
144
- <div className="k-spreadsheet-haxis" style={{ top: "315px", width: "943px" }}></div>
145
- <div className="k-spreadsheet-haxis" style={{ top: "340px", width: "943px" }}></div>
146
- <div className="k-spreadsheet-haxis" style={{ top: "390px", width: "943px" }}></div>
147
- <div className="k-spreadsheet-haxis" style={{ top: "410px", width: "943px" }}></div>
148
- <div className="k-spreadsheet-cell k-spreadsheet-merged-cell" style={{ outline: "rgb(86, 163, 230) solid 1px", backgroundColor: "rgb(96, 181, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "32px", left: "1px", top: "1px", width: "878px", height: "69px" }}>
149
- <div className="k-vertical-align-bottom">Invoice #52 - 06/23/2015</div>
150
- </div>
151
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "71px", width: "99px", height: "24px" }}>
152
- <div className="k-vertical-align-bottom">ID</div>
153
- </div>
154
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "101px", top: "71px", width: "214px", height: "24px" }}>
155
- <div className="k-vertical-align-bottom">Product</div>
156
- </div>
157
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "71px", width: "114px", height: "24px" }}>
158
- <div className="k-vertical-align-bottom">Quantity</div>
159
- </div>
160
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "431px", top: "71px", width: "114px", height: "24px" }}>
161
- <div className="k-vertical-align-bottom">Price</div>
162
- </div>
163
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "546px", top: "71px", width: "114px", height: "24px" }}>
164
- <div className="k-vertical-align-bottom">Tax</div>
165
- </div>
166
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "661px", top: "71px", width: "154px", height: "24px" }}>
167
- <div className="k-vertical-align-bottom">Amount</div>
168
- </div>
169
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(150, 193, 230) solid 1px", backgroundColor: "rgb(167, 214, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "71px", width: "63px", height: "24px" }}>
170
- </div>
171
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "96px", width: "99px", height: "19px" }}>
172
- <div className="k-vertical-align-bottom">216321</div>
173
- </div>
174
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "96px", width: "214px", height: "19px" }}>
175
- <div className="k-vertical-align-bottom">Calzone</div>
176
- </div>
177
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "96px", width: "114px", height: "19px" }}>
178
- <div className="k-vertical-align-bottom">1</div>
179
- </div>
180
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "96px", width: "114px", height: "19px", textAlign: "right" }}>
181
- <div className="k-vertical-align-bottom"><span>$12.39</span></div>
182
- </div>
183
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "96px", width: "114px", height: "19px", textAlign: "right" }}>
184
- <div className="k-vertical-align-bottom"><span>$2.48</span></div>
185
- </div>
186
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "96px", width: "154px", height: "19px", textAlign: "right" }}>
187
- <div className="k-vertical-align-bottom"><span>$14.87</span></div>
188
- </div>
189
- <div className="k-spreadsheet-cell k-single k-spreadsheet-has-comment k-dirty-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "96px", width: "63px", height: "19px" }}>
190
- <span className="k-dirty"></span>
191
- </div>
192
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "116px", width: "99px", height: "19px" }}>
193
- <div className="k-vertical-align-bottom">546897</div>
194
- </div>
195
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "116px", width: "214px", height: "19px" }}>
196
- <div className="k-vertical-align-bottom">Margarita</div>
197
- </div>
198
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "116px", width: "114px", height: "19px" }}>
199
- <div className="k-vertical-align-bottom">2</div>
200
- </div>
201
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "116px", width: "114px", height: "19px", textAlign: "right" }}>
202
- <div className="k-vertical-align-bottom"><span>$8.79</span></div>
203
- </div>
204
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "116px", width: "114px", height: "19px", textAlign: "right" }}>
205
- <div className="k-vertical-align-bottom"><span>$3.52</span></div>
206
- </div>
207
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "116px", width: "154px", height: "19px", textAlign: "right" }}>
208
- <div className="k-vertical-align-bottom"><span>$21.10</span></div>
209
- </div>
210
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "116px", width: "63px", height: "19px" }}>
211
- </div>
212
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "136px", width: "99px", height: "19px" }}>
213
- <div className="k-vertical-align-bottom">456231</div>
214
- </div>
215
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "136px", width: "214px", height: "19px" }}>
216
- <div className="k-vertical-align-bottom">Pollo Formaggio</div>
217
- </div>
218
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "136px", width: "114px", height: "19px" }}>
219
- <div className="k-vertical-align-bottom">1</div>
220
- </div>
221
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "136px", width: "114px", height: "19px", textAlign: "right" }}>
222
- <div className="k-vertical-align-bottom"><span>$13.99</span></div>
223
- </div>
224
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "136px", width: "114px", height: "19px", textAlign: "right" }}>
225
- <div className="k-vertical-align-bottom"><span>$2.80</span></div>
226
- </div>
227
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "136px", width: "154px", height: "19px", textAlign: "right" }}>
228
- <div className="k-vertical-align-bottom"><span>$16.79</span></div>
229
- </div>
230
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "136px", width: "63px", height: "19px" }}>
231
- </div>
232
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "156px", width: "99px", height: "19px" }}>
233
- <div className="k-vertical-align-bottom">455873</div>
234
- </div>
235
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "156px", width: "214px", height: "19px" }}>
236
- <div className="k-vertical-align-bottom">Greek Salad</div>
237
- </div>
238
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "156px", width: "114px", height: "19px" }}>
239
- <div className="k-vertical-align-bottom">1</div>
240
- </div>
241
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "156px", width: "114px", height: "19px", textAlign: "right" }}>
242
- <div className="k-vertical-align-bottom"><span>$9.49</span></div>
243
- </div>
244
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "156px", width: "114px", height: "19px", textAlign: "right" }}>
245
- <div className="k-vertical-align-bottom"><span>$1.90</span></div>
246
- </div>
247
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "156px", width: "154px", height: "19px", textAlign: "right" }}>
248
- <div className="k-vertical-align-bottom"><span>$11.39</span></div>
249
- </div>
250
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "156px", width: "63px", height: "19px" }}>
251
- </div>
252
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "176px", width: "99px", height: "19px" }}>
253
- <div className="k-vertical-align-bottom">456892</div>
254
- </div>
255
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "176px", width: "214px", height: "19px" }}>
256
- <div className="k-vertical-align-bottom">Spinach and Blue Cheese</div>
257
- </div>
258
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "176px", width: "114px", height: "19px" }}>
259
- <div className="k-vertical-align-bottom">3</div>
260
- </div>
261
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "176px", width: "114px", height: "19px", textAlign: "right" }}>
262
- <div className="k-vertical-align-bottom"><span>$11.49</span></div>
263
- </div>
264
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "176px", width: "114px", height: "19px", textAlign: "right" }}>
265
- <div className="k-vertical-align-bottom"><span>$6.89</span></div>
266
- </div>
267
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "176px", width: "154px", height: "19px", textAlign: "right" }}>
268
- <div className="k-vertical-align-bottom"><span>$41.36</span></div>
269
- </div>
270
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "176px", width: "63px", height: "19px" }}>
271
- </div>
272
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "196px", width: "99px", height: "19px" }}>
273
- <div className="k-vertical-align-bottom">546564</div>
274
- </div>
275
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "196px", width: "214px", height: "19px" }}>
276
- <div className="k-vertical-align-bottom">Rigoletto</div>
277
- </div>
278
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "196px", width: "114px", height: "19px" }}>
279
- <div className="k-vertical-align-bottom">1</div>
280
- </div>
281
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "196px", width: "114px", height: "19px", textAlign: "right" }}>
282
- <div className="k-vertical-align-bottom"><span>$10.99</span></div>
283
- </div>
284
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "196px", width: "114px", height: "19px", textAlign: "right" }}>
285
- <div className="k-vertical-align-bottom"><span>$2.20</span></div>
286
- </div>
287
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "196px", width: "154px", height: "19px", textAlign: "right" }}>
288
- <div className="k-vertical-align-bottom"><span>$13.19</span></div>
289
- </div>
290
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "196px", width: "63px", height: "19px" }}>
107
+ <div style={{ top: 0, left: 0, height: "100%", width: "100%" }} className="k-spreadsheet-pane k-top k-left">
108
+ <div className="k-spreadsheet-data" style={{ position: "relative", left: "30px", top: "30px" }}>
109
+ <div className="k-spreadsheet-vaxis" style={{ left: 0, height: "405px" }}></div>
110
+ <div className="k-spreadsheet-vaxis" style={{ left: "100px", height: "405px" }}></div>
111
+ <div className="k-spreadsheet-vaxis" style={{ left: "315px", height: "405px" }}></div>
112
+ <div className="k-spreadsheet-vaxis" style={{ left: "430px", height: "405px" }}></div>
113
+ <div className="k-spreadsheet-vaxis" style={{ left: "545px", height: "405px" }}></div>
114
+ <div className="k-spreadsheet-vaxis" style={{ left: "660px", height: "405px" }}></div>
115
+ <div className="k-spreadsheet-vaxis" style={{ left: "815px", height: "405px" }}></div>
116
+ <div className="k-spreadsheet-vaxis" style={{ left: "879px", height: "405px" }}></div>
117
+ <div className="k-spreadsheet-vaxis" style={{ left: "943px", height: "405px" }}></div>
118
+ <div className="k-spreadsheet-vaxis" style={{ left: "1007px", height: "405px" }}></div>
119
+ <div className="k-spreadsheet-vaxis" style={{ left: "1071px", height: "405px" }}></div>
120
+ <div className="k-spreadsheet-vaxis" style={{ left: "1135px", height: "405px" }}></div>
121
+ <div className="k-spreadsheet-vaxis" style={{ left: "1199px", height: "405px" }}></div>
122
+ <div className="k-spreadsheet-haxis" style={{ top: "0px", width: "1199px" }}></div>
123
+ <div className="k-spreadsheet-haxis" style={{ top: "70px", width: "1199px" }}></div>
124
+ <div className="k-spreadsheet-haxis" style={{ top: "95px", width: "1199px" }}></div>
125
+ <div className="k-spreadsheet-haxis" style={{ top: "125px", width: "1199px" }}></div>
126
+ <div className="k-spreadsheet-haxis" style={{ top: "155px", width: "1199px" }}></div>
127
+ <div className="k-spreadsheet-haxis" style={{ top: "185px", width: "1199px" }}></div>
128
+ <div className="k-spreadsheet-haxis" style={{ top: "215px", width: "1199px" }}></div>
129
+ <div className="k-spreadsheet-haxis" style={{ top: "245px", width: "1199px" }}></div>
130
+ <div className="k-spreadsheet-haxis" style={{ top: "275px", width: "1199px" }}></div>
131
+ <div className="k-spreadsheet-haxis" style={{ top: "305px", width: "1199px" }}></div>
132
+ <div className="k-spreadsheet-haxis" style={{ top: "335px", width: "1199px" }}></div>
133
+ <div className="k-spreadsheet-haxis" style={{ top: "365px", width: "1199px" }}></div>
134
+ <div className="k-spreadsheet-haxis" style={{ top: "395px", width: "1199px" }}></div>
135
+ <div className="k-spreadsheet-haxis" style={{ top: "426px", width: "1199px" }}></div>
136
+ <div className="k-spreadsheet-disabled-mask" style={{ top: "1px", width: "878px", left: "1px", height: "69px" }}></div>
137
+ <div className="k-spreadsheet-cell k-spreadsheet-merged-cell" style={{ left: "1px", top: "1px", width: "878px", height: "69px", background: "rgb(96, 181, 255)", outline: "rgb(86, 163, 230) solid 1px", color: "white", fontFamily: "Arial", textAlign: "center", fontSize: "30px", whiteSpace: "pre", overflowWrap: "normal" }}>
138
+ <div className="k-vertical-align-center">Invoice #52 - 06/23/2015</div>
139
+ </div>
140
+ <div style={{ background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px" , color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "71px", width: "99px", height: "24px" }} className="k-spreadsheet-cell">
141
+ <div className="k-vertical-align-center">ID</div>
142
+ </div>
143
+ <div style={{ background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "71px", width: "214px", height: "24px" }} className="k-spreadsheet-cell">
144
+ <div className="k-vertical-align-center">Product</div>
145
+ </div>
146
+ <div style={{ background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "71px", width: "114px", height: "24px" }} className="k-spreadsheet-cell">
147
+ <div className="k-vertical-align-center">Quantity</div>
148
+ </div>
149
+ <div style={{ background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "71px", width: "114px", height: "24px" }} className="k-spreadsheet-cell">
150
+ <div className="k-vertical-align-center">Price</div>
151
+ </div>
152
+ <div style={{ background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "71px", width: "114px", height: "24px" }} className="k-spreadsheet-cell">
153
+ <div className="k-vertical-align-center">Tax</div>
154
+ </div>
155
+ <div style={{ background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "71px", width: "154px", height: "24px" }} className="k-spreadsheet-cell">
156
+ <div className="k-vertical-align-center">Amount</div>
157
+ </div>
158
+ <div style={{ background: "rgb(167, 214, 255)", outline: "rgb(150, 193, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "71px", width: "63px", height: "24px" }} className="k-spreadsheet-cell"></div>
159
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "96px", width: "99px", height: "29px" }} className="k-spreadsheet-cell k-spreadsheet-active-cell k-left k-single">
160
+ <div className="k-vertical-align-center">216321</div>
161
+ </div>
162
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "96px", width: "214px", height: "30px" }} className="k-spreadsheet-cell">
163
+ <div className="k-vertical-align-center">Calzone</div>
164
+ </div>
165
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "96px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
166
+ <div className="k-vertical-align-center">1</div>
291
167
  </div>
292
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "216px", width: "99px", height: "19px" }}>
293
- <div className="k-vertical-align-bottom">789455</div>
168
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "96px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
169
+ <div className="k-vertical-align-center">
170
+ <span>$12.39</span>
171
+ </div>
294
172
  </div>
295
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "216px", width: "214px", height: "19px" }}>
296
- <div className="k-vertical-align-bottom">Creme Brulee</div>
173
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "96px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
174
+ <div className="k-vertical-align-center">
175
+ <span>$2.48</span>
176
+ </div>
297
177
  </div>
298
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "216px", width: "114px", height: "19px" }}>
299
- <div className="k-vertical-align-bottom">5</div>
178
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "96px", width: "154px", height: "30px" }} className="k-spreadsheet-cell">
179
+ <div className="k-vertical-align-center">
180
+ <span>$14.87</span>
181
+ </div>
300
182
  </div>
301
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "216px", width: "114px", height: "19px", textAlign: "right" }}>
302
- <div className="k-vertical-align-bottom"><span>$6.99</span></div>
183
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "96px", width: "63px", height: "30px" }} className="k-spreadsheet-cell"></div>
184
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "126px", width: "99px", height: "30px" }} className="k-spreadsheet-cell">
185
+ <div className="k-vertical-align-center">546897</div>
303
186
  </div>
304
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "216px", width: "114px", height: "19px", textAlign: "right" }}>
305
- <div className="k-vertical-align-bottom"><span>$6.99</span></div>
187
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "126px", width: "214px", height: "30px" }} className="k-spreadsheet-cell">
188
+ <div className="k-vertical-align-center">Margarita</div>
306
189
  </div>
307
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "216px", width: "154px", height: "19px", textAlign: "right" }}>
308
- <div className="k-vertical-align-bottom"><span>$41.94</span></div>
190
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "126px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
191
+ <div className="k-vertical-align-center">2</div>
309
192
  </div>
310
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "216px", width: "63px", height: "19px" }}>
193
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "126px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
194
+ <div className="k-vertical-align-center">
195
+ <span>$8.79</span>
196
+ </div>
311
197
  </div>
312
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "236px", width: "99px", height: "19px" }}>
313
- <div className="k-vertical-align-bottom">123002</div>
198
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "126px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
199
+ <div className="k-vertical-align-center">
200
+ <span>$3.52</span>
201
+ </div>
314
202
  </div>
315
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "236px", width: "214px", height: "19px" }}>
316
- <div className="k-vertical-align-bottom">Radeberger Beer</div>
203
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "126px", width: "154px", height: "30px" }} className="k-spreadsheet-cell">
204
+ <div className="k-vertical-align-center">
205
+ <span>$21.10</span>
206
+ </div>
317
207
  </div>
318
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "236px", width: "114px", height: "19px" }}>
319
- <div className="k-vertical-align-bottom">4</div>
208
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "126px", width: "63px", height: "30px" }} className="k-spreadsheet-cell"></div>
209
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "156px", width: "99px", height: "30px" }} className="k-spreadsheet-cell">
210
+ <div className="k-vertical-align-center">456231</div>
320
211
  </div>
321
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "236px", width: "114px", height: "19px", textAlign: "right" }}>
322
- <div className="k-vertical-align-bottom"><span>$4.99</span></div>
212
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "156px", width: "214px", height: "30px" }} className="k-spreadsheet-cell">
213
+ <div className="k-vertical-align-center">Pollo Formaggio</div>
323
214
  </div>
324
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "236px", width: "114px", height: "19px", textAlign: "right" }}>
325
- <div className="k-vertical-align-bottom"><span>$3.99</span></div>
215
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "156px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
216
+ <div className="k-vertical-align-center">1</div>
326
217
  </div>
327
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "236px", width: "154px", height: "19px", textAlign: "right" }}>
328
- <div className="k-vertical-align-bottom"><span>$23.95</span></div>
218
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "156px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
219
+ <div className="k-vertical-align-center">
220
+ <span>$13.99</span>
221
+ </div>
329
222
  </div>
330
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "236px", width: "63px", height: "19px" }}>
223
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "156px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
224
+ <div className="k-vertical-align-center">
225
+ <span>$2.80</span>
226
+ </div>
331
227
  </div>
332
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "1px", top: "256px", width: "99px", height: "19px" }}>
333
- <div className="k-vertical-align-bottom">564896</div>
228
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "156px", width: "154px", height: "30px" }} className="k-spreadsheet-cell">
229
+ <div className="k-vertical-align-center">
230
+ <span>$16.79</span>
231
+ </div>
334
232
  </div>
335
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "256px", width: "214px", height: "19px" }}>
336
- <div className="k-vertical-align-bottom">Budweiser Beer</div>
233
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "156px", width: "63px", height: "30px" }} className="k-spreadsheet-cell"></div>
234
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "186px", width: "99px", height: "30px" }} className="k-spreadsheet-cell">
235
+ <div className="k-vertical-align-center">455873</div>
337
236
  </div>
338
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "12px", left: "316px", top: "256px", width: "114px", height: "19px" }}>
339
- <div className="k-vertical-align-bottom">3</div>
237
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "186px", width: "214px", height: "30px" }} className="k-spreadsheet-cell">
238
+ <div className="k-vertical-align-center">Greek Salad</div>
340
239
  </div>
341
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "256px", width: "114px", height: "19px", textAlign: "right" }}>
342
- <div className="k-vertical-align-bottom"><span>$4.49</span></div>
240
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "186px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
241
+ <div className="k-vertical-align-center">1</div>
343
242
  </div>
344
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "256px", width: "114px", height: "19px", textAlign: "right" }}>
345
- <div className="k-vertical-align-bottom"><span>$2.69</span></div>
243
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "186px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
244
+ <div className="k-vertical-align-center">
245
+ <span>$9.49</span>
246
+ </div>
346
247
  </div>
347
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "256px", width: "154px", height: "19px", textAlign: "right" }}>
348
- <div className="k-vertical-align-bottom"><span>$16.16</span></div>
248
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "186px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
249
+ <div className="k-vertical-align-center">
250
+ <span>$1.90</span>
251
+ </div>
349
252
  </div>
350
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "256px", width: "63px", height: "19px" }}>
253
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "186px", width: "154px", height: "30px" }} className="k-spreadsheet-cell">
254
+ <div className="k-vertical-align-center">
255
+ <span>$11.39</span>
256
+ </div>
351
257
  </div>
352
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "276px", width: "99px", height: "19px" }}>
258
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "186px", width: "63px", height: "30px" }} className="k-spreadsheet-cell"></div>
259
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "216px", width: "99px", height: "30px" }} className="k-spreadsheet-cell">
260
+ <div className="k-vertical-align-center">456892</div>
353
261
  </div>
354
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "276px", width: "214px", height: "19px" }}>
262
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "216px", width: "214px", height: "30px" }} className="k-spreadsheet-cell">
263
+ <div className="k-vertical-align-center">Spinach and Blue Cheese</div>
355
264
  </div>
356
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "276px", width: "114px", height: "19px" }}>
265
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "216px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
266
+ <div className="k-vertical-align-center">3</div>
357
267
  </div>
358
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "276px", width: "114px", height: "19px" }}>
268
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "216px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
269
+ <div className="k-vertical-align-center"><span>$11.49</span></div>
359
270
  </div>
360
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "276px", width: "114px", height: "19px" }}>
271
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "216px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
272
+ <div className="k-vertical-align-center"><span>$6.89</span></div>
361
273
  </div>
362
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "276px", width: "154px", height: "19px" }}>
274
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "216px", width: "154px", height: "30px" }} className="k-spreadsheet-cell">
275
+ <div className="k-vertical-align-center"><span>$41.36</span></div>
363
276
  </div>
364
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(206, 219, 230) solid 1px", backgroundColor: "rgb(229, 243, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "276px", width: "63px", height: "19px" }}>
277
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "216px", width: "63px", height: "30px" }} className="k-spreadsheet-cell"></div>
278
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "246px", width: "99px", height: "30px" }} className="k-spreadsheet-cell">
279
+ <div className="k-vertical-align-center">546564</div>
365
280
  </div>
366
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "296px", width: "99px", height: "19px" }}>
281
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "246px", width: "214px", height: "30px" }} className="k-spreadsheet-cell">
282
+ <div className="k-vertical-align-center">Rigoletto</div>
367
283
  </div>
368
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "296px", width: "214px", height: "19px" }}>
284
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "246px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
285
+ <div className="k-vertical-align-center">1</div>
369
286
  </div>
370
- <div className="k-spreadsheet-cell k-spreadsheet-drawing-anchor-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "296px", width: "114px", height: "19px" }}>
287
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "246px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
288
+ <div className="k-vertical-align-center"><span>$10.99</span></div>
371
289
  </div>
372
- <div className="k-spreadsheet-drawing k-spreadsheet-active-drawing" style={{ width: "53px", height: "40px", top: "305px", left: "350px" }}>
373
- <div className="k-spreadsheet-drawing-image" style={{ backgroundImage: "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg==)", opacity: "1" }}>
374
- </div>
375
- <div className="k-spreadsheet-drawing-handle N"></div>
376
- <div className="k-spreadsheet-drawing-handle NE"></div>
377
- <div className="k-spreadsheet-drawing-handle E"></div>
378
- <div className="k-spreadsheet-drawing-handle SE"></div>
379
- <div className="k-spreadsheet-drawing-handle S"></div>
380
- <div className="k-spreadsheet-drawing-handle SW"></div>
381
- <div className="k-spreadsheet-drawing-handle W"></div>
382
- <div className="k-spreadsheet-drawing-handle NW"></div>
290
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "246px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
291
+ <div className="k-vertical-align-center"><span>$2.20</span></div>
383
292
  </div>
384
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "296px", width: "114px", height: "19px" }}>
293
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "246px", width: "154px", height: "30px" }} className="k-spreadsheet-cell">
294
+ <div className="k-vertical-align-center"><span>$13.19</span></div>
385
295
  </div>
386
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "546px", top: "296px", width: "114px", height: "19px" }}>
296
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "246px", width: "63px", height: "30px" }} className="k-spreadsheet-cell"></div>
297
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "276px", width: "99px", height: "30px" }} className="k-spreadsheet-cell">
298
+ <div className="k-vertical-align-center">789455</div>
387
299
  </div>
388
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "661px", top: "296px", width: "154px", height: "19px" }}>
300
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "276px", width: "214px", height: "30px" }} className="k-spreadsheet-cell">
301
+ <div className="k-vertical-align-center">Creme Brulee</div>
389
302
  </div>
390
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(230, 230, 230) solid 1px", backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "296px", width: "63px", height: "19px" }}>
303
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "276px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
304
+ <div className="k-vertical-align-center">5</div>
391
305
  </div>
392
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "316px", width: "99px", height: "24px" }}>
306
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "276px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
307
+ <div className="k-vertical-align-center"><span>$6.99</span></div>
393
308
  </div>
394
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "316px", width: "214px", height: "24px" }}>
309
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "276px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
310
+ <div className="k-vertical-align-center"><span>$6.99</span></div>
395
311
  </div>
396
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "316px", top: "316px", width: "114px", height: "24px" }}>
312
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "276px", width: "154px", height: "30px" }} className="k-spreadsheet-cell">
313
+ <div className="k-vertical-align-center"><span>$41.94</span></div>
397
314
  </div>
398
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "431px", top: "316px", width: "114px", height: "24px" }}>
315
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "276px", width: "63px", height: "30px" }} className="k-spreadsheet-cell"></div>
316
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "306px", width: "99px", height: "30px" }} className="k-spreadsheet-cell">
317
+ <div className="k-vertical-align-center">123002</div>
399
318
  </div>
400
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "12px", left: "546px", top: "316px", width: "114px", height: "24px" }}>
401
- <div className="k-vertical-align-bottom">Tip:</div>
319
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "306px", width: "214px", height: "30px" }} className="k-spreadsheet-cell">
320
+ <div className="k-vertical-align-center">Radeberger Beer</div>
402
321
  </div>
403
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontWeight: "bold",fontSize: "12px", left: "661px", top: "316px", width: "154px", height: "24px", textAlign: "right" }}>
404
- <div className="k-vertical-align-bottom"><span>$20.07</span></div>
322
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "306px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
323
+ <div className="k-vertical-align-center">4</div>
405
324
  </div>
406
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "316px", width: "63px", height: "24px" }}>
325
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "306px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
326
+ <div className="k-vertical-align-center"><span>$4.99</span></div>
407
327
  </div>
408
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "1px", top: "341px", width: "99px", height: "49px" }}>
328
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "306px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
329
+ <div className="k-vertical-align-center"><span>$3.99</span></div>
409
330
  </div>
410
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "101px", top: "341px", width: "214px", height: "49px" }}>
331
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "306px", width: "154px", height: "30px" }} className="k-spreadsheet-cell">
332
+ <div className="k-vertical-align-center"><span>$23.95</span></div>
411
333
  </div>
412
- <div className="k-spreadsheet-cell k-spreadsheet-merged-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "20px", left: "316px", top: "341px", width: "344px", height: "49px" }}>
413
- <div className="k-vertical-align-bottom">Total Amount:</div>
334
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "306px", width: "63px", height: "30px" }} className="k-spreadsheet-cell"></div>
335
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "336px", width: "99px", height: "30px" }} className="k-spreadsheet-cell">
336
+ <div className="k-vertical-align-center">564896</div>
414
337
  </div>
415
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontWeight: "bold", fontSize: "20px", left: "661px", top: "341px", width: "154px", height: "49px", textAlign: "right" }}>
416
- <div className="k-vertical-align-bottom"><span>$220.82</span></div>
338
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "left", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "336px", width: "214px", height: "30px" }} className="k-spreadsheet-cell">
339
+ <div className="k-vertical-align-center">Budweiser Beer</div>
417
340
  </div>
418
- <div className="k-spreadsheet-cell" style={{ outline: "rgb(174, 203, 230) solid 1px", backgroundColor: "rgb(193, 226, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", fontSize: "12px", left: "816px", top: "341px", width: "63px", height: "49px" }}>
341
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "336px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
342
+ <div className="k-vertical-align-center">3</div>
419
343
  </div>
344
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "336px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
345
+ <div className="k-vertical-align-center"><span>$4.49</span></div>
346
+ </div>
347
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "336px", width: "114px", height: "30px" }} className="k-spreadsheet-cell">
348
+ <div className="k-vertical-align-center"><span>$2.69</span></div>
349
+ </div>
350
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "right", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "336px", width: "154px", height: "30px" }} className="k-spreadsheet-cell">
351
+ <div className="k-vertical-align-center"><span>$16.16</span></div>
352
+ </div>
353
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "336px", width: "63px", height: "30px" }} className="k-spreadsheet-cell"></div>
354
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "366px", width: "99px", height: "30px" }} className="k-spreadsheet-cell"></div>
355
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "366px", width: "214px", height: "30px" }} className="k-spreadsheet-cell"></div>
356
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "366px", width: "114px", height: "30px" }} className="k-spreadsheet-cell"></div>
357
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "366px", width: "114px", height: "30px" }} className="k-spreadsheet-cell"></div>
358
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "366px", width: "114px", height: "30px" }} className="k-spreadsheet-cell"></div>
359
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "366px", width: "154px", height: "30px" }} className="k-spreadsheet-cell"></div>
360
+ <div style={{ background: "rgb(229, 243, 255)", outline: "rgb(206, 219, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "366px", width: "63px", height: "30px" }} className="k-spreadsheet-cell"></div>
361
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "1px", top: "396px", width: "99px", height: "30px" }} className="k-spreadsheet-cell"></div>
362
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "101px", top: "396px", width: "214px", height: "30px" }} className="k-spreadsheet-cell"></div>
363
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "316px", top: "396px", width: "114px", height: "30px" }} className="k-spreadsheet-cell"></div>
364
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "431px", top: "396px", width: "114px", height: "30px" }} className="k-spreadsheet-cell"></div>
365
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "546px", top: "396px", width: "114px", height: "30px" }} className="k-spreadsheet-cell"></div>
366
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "661px", top: "396px", width: "154px", height: "30px" }} className="k-spreadsheet-cell"></div>
367
+ <div style={{ background: "rgb(255, 255, 255)", outline: "rgb(230, 230, 230) solid 1px", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", whiteSpace: "pre", overflowWrap: "normal", left: "816px", top: "396px", width: "63px", height: "30px" }} className="k-spreadsheet-cell"></div>
420
368
  </div>
421
369
  <div className="k-selection-wrapper">
422
- <div className="k-spreadsheet-selection k-single-selection" style={{ width: "216px", height: "21px", top: "135px", left: "132px" }}></div>
423
- <div className="k-button k-spreadsheet-editor-button" style={{ left: "347px", top: "135px", height: "20px" }}><Icon icon="calendar"></Icon></div>
424
- <div className="k-spreadsheet-cell k-spreadsheet-active-cell k-top k-single" style={{ outline: "rgb(86, 163, 230) solid 1px", backgroundColor: "rgb(96, 181, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "32px", left: "33px", top: "21px", width: "878px", height: "69px" }}>
425
- <div className="k-vertical-align-bottom">Invoice #52 - 06/23/2015</div>
426
- </div>
370
+ <div className="k-spreadsheet-selection k-single-selection" style={{ width: "101px", height: "31px", top: "125px", left: "30px" }}></div>
427
371
  </div>
428
372
  <div className="k-auto-fill-wrapper"></div>
429
373
  <div className="k-selection-wrapper"></div>
430
- <div className="k-filter-wrapper">
431
- <div className="k-filter-range" style={{ width: "816px", height: "206px", top: "90px", left: "32px" }}></div>
432
- <span className="k-spreadsheet-filter" style={{ left: "113px", top: "93px" }}>
433
- <Icon icon="caret-alt-down"></Icon>
434
- </span>
435
- <span className="k-spreadsheet-filter" style={{ left: "328px", top: "93px" }}>
436
- <Icon icon="caret-alt-down"></Icon>
437
- </span>
438
- <span className="k-spreadsheet-filter" style={{ left: "443px", top: "93px" }}>
439
- <Icon icon="caret-alt-down"></Icon>
440
- </span>
441
- <span className="k-spreadsheet-filter" style={{ left: "558px", top: "93px" }}>
442
- <Icon icon="caret-alt-down"></Icon>
443
- </span>
444
- <span className="k-spreadsheet-filter" style={{ left: "673px", top: "93px" }}>
445
- <Icon icon="caret-alt-down"></Icon>
446
- </span>
447
- <span className="k-spreadsheet-filter" style={{ left: "828px", top: "93px" }}>
448
- <Icon icon="caret-alt-down"></Icon>
449
- </span>
450
- </div>
451
- <div className="k-spreadsheet-row-header" style={{ width: "32px", top: "20px" }}>
452
- <div className="k-selection-partial" style={{ width: "32px", height: "70px" }}>
374
+ <div className="k-filter-wrapper"></div>
375
+ <div className="k-spreadsheet-row-header" style={{ width: "30px", top: "30px" }}>
376
+ <div className="k-selection-none" style={{ width: "30px", height: "70px" }}>
453
377
  <div className="k-vertical-align-center">1</div>
454
378
  </div>
455
- <div className="k-selection-none" style={{ width: "32px", height: "25px" }}>
379
+ <div className="k-selection-none" style={{ width: "30px", height: "25px" }}>
456
380
  <div className="k-vertical-align-center">2</div>
457
381
  </div>
458
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
382
+ <div className="k-selection-partial" style={{ width: "30px", height: "30px" }}>
459
383
  <div className="k-vertical-align-center">3</div>
460
384
  </div>
461
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
385
+ <div className="k-selection-none" style={{ width: "30px", height: "30px" }}>
462
386
  <div className="k-vertical-align-center">4</div>
463
387
  </div>
464
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
388
+ <div className="k-selection-none" style={{ width: "30px", height: "30px" }}>
465
389
  <div className="k-vertical-align-center">5</div>
466
390
  </div>
467
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
391
+ <div className="k-selection-none" style={{ width: "30px", height: "30px" }}>
468
392
  <div className="k-vertical-align-center">6</div>
469
393
  </div>
470
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
394
+ <div className="k-selection-none" style={{ width: "30px", height: "30px" }}>
471
395
  <div className="k-vertical-align-center">7</div>
472
396
  </div>
473
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
397
+ <div className="k-selection-none" style={{ width: "30px", height: "30px" }}>
474
398
  <div className="k-vertical-align-center">8</div>
475
399
  </div>
476
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
400
+ <div className="k-selection-none" style={{ width: "30px", height: "30px" }}>
477
401
  <div className="k-vertical-align-center">9</div>
478
402
  </div>
479
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
403
+ <div className="k-selection-none" style={{ width: "30px", height: "30px" }}>
480
404
  <div className="k-vertical-align-center">10</div>
481
405
  </div>
482
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
406
+ <div className="k-selection-none" style={{ width: "30px", height: "30px" }}>
483
407
  <div className="k-vertical-align-center">11</div>
484
408
  </div>
485
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
409
+ <div className="k-selection-none" style={{ width: "30px", height: "30px" }}>
486
410
  <div className="k-vertical-align-center">12</div>
487
411
  </div>
488
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
412
+ <div className="k-selection-none" style={{ width: "30px", height: "30px" }}>
489
413
  <div className="k-vertical-align-center">13</div>
490
414
  </div>
491
- <div className="k-selection-none" style={{ width: "32px", height: "25px" }}>
492
- <div className="k-vertical-align-center">14</div>
493
- </div>
494
- <div className="k-selection-none" style={{ width: "32px", height: '50px' }}>
495
- <div className="k-vertical-align-center">15</div>
496
- </div>
497
- <div className="k-selection-none" style={{ width: "32px", height: "20px" }}>
498
- <div className="k-vertical-align-center">16</div>
499
- </div>
500
415
  </div>
501
- <div className="k-spreadsheet-column-header" style={{ top: '0px', left: "32px", width: "943px", height: "20px" }}>
502
- <div className="k-selection-partial" style={{ position: "absolute", left: '0px', width: "100px", height: "20px" }}>
416
+ <div className="k-spreadsheet-column-header" style={{ top: "0px", left: "30px", width: "1199px", height: "30px" }}>
417
+ <div className="k-selection-partial" style={{ position: "absolute", left: "0px", width: "100px", height: "30px" }}>
503
418
  <div className="k-vertical-align-center">A</div>
504
419
  </div>
505
- <div className="k-selection-partial" style={{ position: "absolute", left: "100px", width: "215px", height: "20px" }}>
420
+ <div className="k-selection-none" style={{ position: "absolute", left: "100px", width: "215px", height: "30px" }}>
506
421
  <div className="k-vertical-align-center">B</div>
507
422
  </div>
508
- <div className="k-selection-partial" style={{ position: "absolute", left: "315px", width: "115px", height: "20px" }}>
423
+ <div className="k-selection-none" style={{ position: "absolute", left: "315px", width: "115px", height: "30px" }}>
509
424
  <div className="k-vertical-align-center">C</div>
510
425
  </div>
511
- <div className="k-selection-partial" style={{ position: "absolute", left: "430px", width: "115px", height: "20px" }}>
426
+ <div className="k-selection-none" style={{ position: "absolute", left: "430px", width: "115px", height: "30px" }}>
512
427
  <div className="k-vertical-align-center">D</div>
513
428
  </div>
514
- <div className="k-selection-partial" style={{ position: "absolute", left: "545px", width: "115px", height: "20px" }}>
429
+ <div className="k-selection-none" style={{ position: "absolute", left: "545px", width: "115px", height: "30px" }}>
515
430
  <div className="k-vertical-align-center">E</div>
516
431
  </div>
517
- <div className="k-selection-partial" style={{ position: "absolute", left: "660px", width: "155px", height: "20px" }}>
432
+ <div className="k-selection-none" style={{ position: "absolute", left: "660px", width: "155px", height: "30px" }}>
518
433
  <div className="k-vertical-align-center">F</div>
519
434
  </div>
520
- <div className="k-selection-partial" style={{ position: "absolute", left: "815px", width: "64px", height: "20px" }}>
435
+ <div className="k-selection-none" style={{ position: "absolute", left: "815px", width: "64px", height: "30px" }}>
521
436
  <div className="k-vertical-align-center">G</div>
522
437
  </div>
523
- <div className="k-selection-none" style={{ position: "absolute", left: "879px", width: "64px", height: "20px" }}>
438
+ <div className="k-selection-none" style={{ position: "absolute", left: "879px", width: "64px", height: "30px" }}>
524
439
  <div className="k-vertical-align-center">H</div>
525
440
  </div>
441
+ <div className="k-selection-none" style={{ position: "absolute", left: "943px", width: "64px", height: "30px" }}>
442
+ <div className="k-vertical-align-center">I</div>
443
+ </div>
444
+ <div className="k-selection-none" style={{ position: "absolute", left: "1007px", width: "64px", height: "30px" }}>
445
+ <div className="k-vertical-align-center">J</div>
446
+ </div>
447
+ <div className="k-selection-none" style={{ position: "absolute", left: "1071px", width: "64px", height: "30px" }}>
448
+ <div className="k-vertical-align-center">K</div>
449
+ </div>
450
+ <div className="k-selection-none" style={{ position: "absolute", left: "1135px", width: "64px", height: "30px" }}>
451
+ <div className="k-vertical-align-center">L</div>
452
+ </div>
526
453
  </div>
527
454
  </div>
528
- <div className="k-spreadsheet-top-corner" style={{ width: "32px", height: "20px" }}></div>
455
+ <div style={{ width: "30px", height: "30px" }} className="k-spreadsheet-top-corner"></div>
529
456
  </div>
530
457
  <div className="k-spreadsheet-scroller">
531
- <div className="k-spreadsheet-view-size" style={{ height: "200%", width: "200%" }}></div>
458
+ <div className="k-spreadsheet-view-size" style={{ height: "6080px", width: "3663px" }}></div>
532
459
  </div>
533
460
  <div className="k-spreadsheet-clipboard">
534
- <table className="kendo-clipboard-9e2af5b1-fb37-4868-83b5-033657aa47e5" style={{ left: '0px', top: '0px', height: "70px", width: "879px" }}>
461
+ <table style={{ left: "0px", top: "0px", height: "30px", width: "100px" }} className="kendo-clipboard-eb8ea401-ab97-4190-8fb2-b3b83b299a9f" role="presentation">
535
462
  <colgroup>
536
- <col style={{ width: "100px" }} />
537
- <col style={{ width: "215px" }} />
538
- <col style={{ width: "115px" }} />
539
- <col style={{ width: "115px" }} />
540
- <col style={{ width: "115px" }} />
541
- <col style={{ width: "155px" }} />
542
- <col style={{ width: "64px" }} />
463
+ <col style={{ width: "100px" }}></col>
543
464
  </colgroup>
544
465
  <tbody>
545
- <tr style={{ height: "70px" }}>
546
- <td colSpan={7} rowSpan={1} style={{ backgroundColor: "rgb(96, 181, 255)", color: "white", fontFamily: "Arial", textAlign: "center", fontSize: "32px", borderColor: "rgb(96, 181, 255)" }}>
547
- Invoice #52 - 06/23/2015</td>
466
+ <tr style={{ height: "30px" }}>
467
+ <td style={{ backgroundColor: "rgb(255, 255, 255)", color: "rgb(0, 62, 117)", fontFamily: "Arial", textAlign: "center", fontSize: "14px", borderColor: "rgb(255, 255, 255)" }}>216321</td>
548
468
  </tr>
549
469
  </tbody>
550
470
  </table>
551
471
  </div>
552
- <div className="k-spreadsheet-cell-editor k-spreadsheet-formula-input" style={{ whiteSpace: "pre" }}>Invoice #52 - 06/23/2015</div>
472
+ <div className="k-spreadsheet-cell-editor k-spreadsheet-formula-input" data-role="formulainput" style={{ whiteSpace: "pre" }}>216321</div>
553
473
  <div className="k-widget k-tooltip" style={{ position: "absolute", display: "none" }}>A1</div>
554
- <div className="k-group-header" style={{ display: "none" }}></div>
555
- <div className="k-list-scroller"></div>
474
+ <div className="k-list-group-sticky-header" style={{ display: "none" }}></div>
475
+ <div className="k-list-content k-list-scroller" unselectable="on"></div>
556
476
  </div>
557
- <div className="k-spreadsheet-sheets-bar k-widget k-header">
558
- <Button icon="plus" className="k-spreadsheet-sheets-bar-add"></Button>
559
- <div className="k-spreadsheet-sheets-items k-tabstrip-scrollable k-tabstrip k-tabstrip-bottom">
560
- <div className="k-tabstrip-items-wrapper k-hstack">
561
- <Button fillMode="flat" rounded={null} size={null} icon="caret-alt-left" className="k-tabstrip-prev"></Button>
477
+ <div className="k-spreadsheet-sheets-bar">
478
+ <Button className="k-spreadsheet-sheet-add" fillMode="flat" icon="plus" />
479
+ <Button className="k-spreadsheet-sheets-menu" fillMode="flat" icon="menu" />
480
+ <div className="k-spreadsheet-sheets k-tabstrip k-tabstrip-bottom k-tabstrip-scrollable">
481
+ <div className="k-tabstrip-items-wrapper k-vstack">
562
482
  <ul className="k-reset k-tabstrip-items">
563
- <li className="k-item k-active k-tab-on-top k-spreadsheet-sheets-bar-active">
564
- <span className="k-link">Food Order</span>
565
- <Button fillMode="flat" icon="x" className="k-spreadsheet-sheets-remove k-remove-tab"></Button>
483
+ <li className="k-item k-first">
484
+ <span className="k-link">Sheet 1</span>
485
+ <MenuButton size="medium" showArrow={false} icon="caret-alt-down" fillMode="flat" />
486
+ </li>
487
+ <li className="k-item">
488
+ <span className="k-link">Sheet 2</span>
489
+ <MenuButton size="medium" showArrow={false} icon="caret-alt-down" fillMode="flat" />
490
+ </li>
491
+ <li className="k-item k-active">
492
+ <span className="k-link">Sheet 3</span>
493
+ <MenuButton size="medium" showArrow={false} icon="caret-alt-down" fillMode="flat" />
494
+ </li>
495
+ <li className="k-item k-focus">
496
+ <span className="k-link">Sheet 4</span>
497
+ <MenuButton size="medium" showArrow={false} icon="caret-alt-down" fillMode="flat" />
498
+ </li>
499
+ <li className="k-item">
500
+ <span className="k-link">Sheet 5</span>
501
+ <MenuButton size="medium" showArrow={false} icon="caret-alt-down" fillMode="flat" />
566
502
  </li>
567
- <li className="k-item k-spreadsheet-sheets-bar-inactive">
568
- <span className="k-link">Balance Sheet</span>
569
- <Button fillMode="flat" icon="x" className="k-spreadsheet-sheets-remove k-remove-tab"></Button>
503
+ <li className="k-item k-last k-disabled">
504
+ <span className="k-link">Sheet 6</span>
505
+ <MenuButton size="medium" showArrow={false} icon="caret-alt-down" fillMode="flat" />
570
506
  </li>
571
507
  </ul>
572
- <Button fillMode="flat" rounded={null} size={null} icon="caret-alt-right" className="k-tabstrip-next"></Button>
508
+ <Button className="k-tabstrip-prev" fillMode="flat" icon="caret-alt-left" rounded={null} size={null} />
509
+ <Button className="k-tabstrip-next" fillMode="flat" icon="caret-alt-right" rounded={null} size={null} />
573
510
  </div>
574
511
  </div>
575
512
  </div>