@syncfusion/ej2-angular-documenteditor 21.2.3-ngcc → 21.2.3

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 (138) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/document-editor/documenteditor-all.module.mjs +116 -0
  3. package/esm2020/src/document-editor/documenteditor.component.mjs +269 -0
  4. package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
  5. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +29 -0
  6. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +66 -0
  7. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
  8. package/esm2020/src/index.mjs +8 -0
  9. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +516 -0
  11. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +516 -0
  13. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
  14. package/package.json +27 -13
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/src/document-editor/documenteditor-all.module.d.ts +6 -0
  17. package/src/document-editor/documenteditor.component.d.ts +3 -0
  18. package/src/document-editor/documenteditor.module.d.ts +6 -0
  19. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +6 -0
  20. package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -0
  21. package/src/document-editor-container/documenteditorcontainer.module.d.ts +6 -0
  22. package/styles/document-editor/_all.scss +3 -0
  23. package/styles/document-editor/_bootstrap-dark-definition.scss +547 -0
  24. package/styles/document-editor/_bootstrap-definition.scss +546 -0
  25. package/styles/document-editor/_bootstrap4-definition.scss +559 -0
  26. package/styles/document-editor/_bootstrap5-dark-definition.scss +1 -0
  27. package/styles/document-editor/_bootstrap5-definition.scss +560 -0
  28. package/styles/document-editor/_fabric-dark-definition.scss +549 -0
  29. package/styles/document-editor/_fabric-definition.scss +548 -0
  30. package/styles/document-editor/_fluent-dark-definition.scss +1 -0
  31. package/styles/document-editor/_fluent-definition.scss +569 -0
  32. package/styles/document-editor/_fusionnew-definition.scss +560 -0
  33. package/styles/document-editor/_highcontrast-definition.scss +548 -0
  34. package/styles/document-editor/_highcontrast-light-definition.scss +2988 -0
  35. package/styles/document-editor/_layout.scss +216 -0
  36. package/styles/document-editor/_material-dark-definition.scss +565 -0
  37. package/styles/document-editor/_material-definition.scss +565 -0
  38. package/styles/document-editor/_tailwind-dark-definition.scss +1 -0
  39. package/styles/document-editor/_tailwind-definition.scss +557 -0
  40. package/styles/document-editor/_theme.scss +3474 -0
  41. package/styles/document-editor/bootstrap-dark.scss +4 -1
  42. package/styles/document-editor/bootstrap.scss +4 -1
  43. package/styles/document-editor/bootstrap4.scss +4 -1
  44. package/styles/document-editor/bootstrap5-dark.scss +4 -1
  45. package/styles/document-editor/bootstrap5.scss +4 -1
  46. package/styles/document-editor/fabric-dark.scss +4 -1
  47. package/styles/document-editor/fabric.scss +4 -1
  48. package/styles/document-editor/fluent-dark.scss +4 -1
  49. package/styles/document-editor/fluent.scss +4 -1
  50. package/styles/document-editor/highcontrast-light.scss +4 -1
  51. package/styles/document-editor/highcontrast.scss +4 -1
  52. package/styles/document-editor/icons/_bootstrap-dark.scss +659 -0
  53. package/styles/document-editor/icons/_bootstrap.scss +659 -0
  54. package/styles/document-editor/icons/_bootstrap4.scss +644 -0
  55. package/styles/document-editor/icons/_bootstrap5-dark.scss +1 -0
  56. package/styles/document-editor/icons/_bootstrap5.scss +698 -0
  57. package/styles/document-editor/icons/_fabric-dark.scss +659 -0
  58. package/styles/document-editor/icons/_fabric.scss +659 -0
  59. package/styles/document-editor/icons/_fluent-dark.scss +1 -0
  60. package/styles/document-editor/icons/_fluent.scss +701 -0
  61. package/styles/document-editor/icons/_fusionnew.scss +695 -0
  62. package/styles/document-editor/icons/_highcontrast-light.scss +664 -0
  63. package/styles/document-editor/icons/_highcontrast.scss +659 -0
  64. package/styles/document-editor/icons/_material-dark.scss +652 -0
  65. package/styles/document-editor/icons/_material.scss +652 -0
  66. package/styles/document-editor/icons/_material3.scss +695 -0
  67. package/styles/document-editor/icons/_tailwind-dark.scss +695 -0
  68. package/styles/document-editor/icons/_tailwind.scss +698 -0
  69. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +174 -0
  70. package/styles/document-editor/material-dark.scss +4 -1
  71. package/styles/document-editor/material.scss +4 -1
  72. package/styles/document-editor/tailwind-dark.scss +4 -1
  73. package/styles/document-editor/tailwind.scss +4 -1
  74. package/styles/document-editor-container/_all.scss +2 -0
  75. package/styles/document-editor-container/_bootstrap-dark-definition.scss +132 -0
  76. package/styles/document-editor-container/_bootstrap-definition.scss +132 -0
  77. package/styles/document-editor-container/_bootstrap4-definition.scss +148 -0
  78. package/styles/document-editor-container/_bootstrap5-dark-definition.scss +1 -0
  79. package/styles/document-editor-container/_bootstrap5-definition.scss +158 -0
  80. package/styles/document-editor-container/_definition.scss +12 -0
  81. package/styles/document-editor-container/_fabric-dark-definition.scss +137 -0
  82. package/styles/document-editor-container/_fabric-definition.scss +134 -0
  83. package/styles/document-editor-container/_fluent-dark-definition.scss +1 -0
  84. package/styles/document-editor-container/_fluent-definition.scss +159 -0
  85. package/styles/document-editor-container/_fusionnew-definition.scss +158 -0
  86. package/styles/document-editor-container/_highcontrast-definition.scss +135 -0
  87. package/styles/document-editor-container/_highcontrast-light-definition.scss +138 -0
  88. package/styles/document-editor-container/_layout.scss +87 -0
  89. package/styles/document-editor-container/_material-dark-definition.scss +136 -0
  90. package/styles/document-editor-container/_material-definition.scss +135 -0
  91. package/styles/document-editor-container/_tailwind-dark-definition.scss +1 -0
  92. package/styles/document-editor-container/_tailwind-definition.scss +152 -0
  93. package/styles/document-editor-container/_theme.scss +2187 -0
  94. package/styles/document-editor-container/bootstrap-dark.scss +5 -1
  95. package/styles/document-editor-container/bootstrap.scss +5 -1
  96. package/styles/document-editor-container/bootstrap4.scss +5 -1
  97. package/styles/document-editor-container/bootstrap5-dark.scss +5 -1
  98. package/styles/document-editor-container/bootstrap5.scss +5 -1
  99. package/styles/document-editor-container/fabric-dark.scss +5 -1
  100. package/styles/document-editor-container/fabric.scss +5 -1
  101. package/styles/document-editor-container/fluent-dark.scss +5 -1
  102. package/styles/document-editor-container/fluent.scss +5 -1
  103. package/styles/document-editor-container/highcontrast-light.scss +5 -1
  104. package/styles/document-editor-container/highcontrast.scss +5 -1
  105. package/styles/document-editor-container/icons/_bootstrap-dark.scss +467 -0
  106. package/styles/document-editor-container/icons/_bootstrap.scss +467 -0
  107. package/styles/document-editor-container/icons/_bootstrap4.scss +467 -0
  108. package/styles/document-editor-container/icons/_bootstrap5-dark.scss +1 -0
  109. package/styles/document-editor-container/icons/_bootstrap5.scss +494 -0
  110. package/styles/document-editor-container/icons/_fabric-dark.scss +468 -0
  111. package/styles/document-editor-container/icons/_fabric.scss +467 -0
  112. package/styles/document-editor-container/icons/_fluent-dark.scss +1 -0
  113. package/styles/document-editor-container/icons/_fluent.scss +493 -0
  114. package/styles/document-editor-container/icons/_fusionnew.scss +493 -0
  115. package/styles/document-editor-container/icons/_highcontrast-light.scss +467 -0
  116. package/styles/document-editor-container/icons/_highcontrast.scss +467 -0
  117. package/styles/document-editor-container/icons/_material-dark.scss +469 -0
  118. package/styles/document-editor-container/icons/_material.scss +469 -0
  119. package/styles/document-editor-container/icons/_material3.scss +493 -0
  120. package/styles/document-editor-container/icons/_tailwind-dark.scss +493 -0
  121. package/styles/document-editor-container/icons/_tailwind.scss +493 -0
  122. package/styles/document-editor-container/material-dark.scss +5 -1
  123. package/styles/document-editor-container/material.scss +5 -1
  124. package/styles/document-editor-container/tailwind-dark.scss +5 -1
  125. package/styles/document-editor-container/tailwind.scss +5 -1
  126. package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
  127. package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -583
  128. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
  129. package/@syncfusion/ej2-angular-documenteditor.js +0 -553
  130. package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
  131. package/CHANGELOG.md +0 -3349
  132. package/dist/ej2-angular-documenteditor.umd.js +0 -1243
  133. package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
  134. package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
  135. package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
  136. package/ej2-angular-documenteditor.d.ts +0 -6
  137. package/ej2-angular-documenteditor.metadata.json +0 -1
  138. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1,2988 @@
1
+ $de-padding-half: 6px;
2
+ $de-padding-half-bigger: 8px;
3
+ $de-padding-full: 12px;
4
+ $de-padding-full-bigger: 16px;
5
+
6
+ $de-cmt-author-nme-padding-left: 8px;
7
+ $de-cmt-author-nme-padding-left-big: $de-cmt-author-nme-padding-left;
8
+ $de-cmt-textbox-top-margin: 12px;
9
+ $de-cmt-textbox-top-margin-big: $de-cmt-textbox-top-margin;
10
+ $de-cmt-sub-container-padding: 8px;
11
+ $de-cmt-sub-container-padding-big: $de-cmt-sub-container-padding;
12
+ $de-cmt-sub-container-padding-left: 6px;
13
+ $de-cmt-sub-container-padding-left-big: $de-cmt-sub-container-padding-left;
14
+ $de-cmt-sub-container-hover-padding-left: 7px;
15
+ $de-cmt-sub-container-hover-padding-left-big: $de-cmt-sub-container-hover-padding-left;
16
+ $de-cmt-avatar-height: 24px;
17
+ $de-cmt-avatar-width: 24px;
18
+ $de-rp-sub-div-padding: 12px;
19
+ $de-rp-sub-div-padding-big: $de-rp-sub-div-padding;
20
+ $de-rp-whole-header-padding: 12px;
21
+ $de-rp-whole-header-padding-big: $de-rp-whole-header-padding;
22
+ $de-rp-enforce-padding: 12px;
23
+ $de-rp-enforce-padding-big: $de-rp-enforce-padding;
24
+ $de-rp-close-icon-right: -8px;
25
+ $de-rp-close-icon-right-bigger: -10px;
26
+ $de-rp-close-icon-top-bigger: -9px;
27
+ $de-rp-close-icon-right-rtl: 8px;
28
+ $de-rp-close-icon-right-bigger-rtl: 10px;
29
+ $de-table-row-height-padding: 28px;
30
+ $de-table-alignment-icon-width: 54px;
31
+ $de-table-alignment-icon-height: 54px;
32
+ $de-table-alignment-icon-margin: 2px;
33
+ $de-table-dia-align-height: 52px;
34
+ $de-table-dia-align-width: 52px;
35
+ $de-table-dia-align-icon-height: 46px;
36
+ $de-border-dlg-clr-padding-right: 19px;
37
+ $de-border-dlg-clr-padding-bottom: 7px;
38
+ $de-td-table-border-left: 5px;
39
+ $de-border-dlg-preview-padding-left: 66px;
40
+ $de-tbl-dlg-align-padding-bottom: 4px;
41
+
42
+ $de-background: $default-bg-color !default;
43
+ $search-result-highlight-bg-color: transparent !default;
44
+ $search-result-hightlight-bdr-clr-hvr: #bdbdbd !default;
45
+ $search-result-item-padding-top: 20px !default;
46
+ $search-result-item-padding-bottom: 20px !default;
47
+ $search-result-hightlight-bdr-clr: #3f51b5 !default;
48
+ $search-icon-bdr-clr: #ddd !default;
49
+ $search-icon-hvr: #ddd !default;
50
+ $spin-down-bdr-clr: #ddd !default;
51
+ $spin-down-hvr: #ddd !default;
52
+ $spin-up-bdr-clr: #ddd !default;
53
+ $de-font-style-margin: 10px !default;
54
+ $de-font-dlg-width-big: max-content;
55
+ $spin-up-hvr: #ddd !default;
56
+ $de-style-font-size: 13px;
57
+ $de-toc-lbl-mrgn-left: 194px;
58
+ $de-toc-lbl-mrgn-rgt: 180px;
59
+ $de-dlg-heading-main-header: rgba(0, 0, 0, .87) !default;
60
+ $de-para-dlg-heading-font-size: 14px !default;
61
+ $de-para-dlg-small-heading-font-size: 14px !default;
62
+ $de-spellcheck-listview-border-color: #e4e4e4;
63
+ $de-spellcheck-container-height: 140px !default;
64
+ $de-spellcheck-container-gap: 25px !default;
65
+ $de-para-dlg-heading-font-weight: 400 !default;
66
+ $de-para-title-bottom-margin: 5px !default;
67
+ $de-para-dlg-height: 450px !default;
68
+ $de-para-dlg-width: 400px !default;
69
+ $de-toc-dlg-right-container-left: 1px !default;
70
+ $de-toc-dlg-heading-font-size: 14px !default;
71
+ $de-toc-dlg-heading-font-weight: 400 !default;
72
+ $de-toc-dlg-main-heading-font-weight: 500 !default;
73
+ $de-toc-title-bottom-margin: 5px !default;
74
+ $de-toc-dlg-height: 471px !default;
75
+ $de-toc-dlg-container-margin: 6px !default;
76
+ $de-toc-dlg-width: 520px !default;
77
+ $de-toc-sub-container-bottom: 20px !default;
78
+ $de-toc-list-view-border-color: #808080 !default;
79
+ $de-toc-reset-button-margin-top: 10px !default;
80
+ $de-toc-modify-button-margin-top: 10px !default;
81
+ $de-toc-list-view-font-size: 12px !default;
82
+ $de-toc-list-view-height: 200px !default;
83
+ $de-toc-dlg-sub-margin: 10px 15px 5px 15px !default;
84
+ $de-toc-dlg-style-label-left: 50px !default;
85
+ $de-toc-dlg-style-label-top: 58px !default;
86
+ $de-para-sub-title-bottom-margin: 15px !default;
87
+ $de-para-sub-title-top-margin: 8px !default;
88
+ $de-para-sub-container-bottom: 25px !default;
89
+ $de-para-dlg-right-contaner-top: 17px !default;
90
+ $de-hyperlink-dlg-margin-bottom: 8px !default;
91
+ $de-hyperlink-dlg-margin-top: 8px !default;
92
+ $de-hyperlink-dlg-input-bottom: 20px !default;
93
+ $de-hyperlink-dlg-input-width: 230px !default;
94
+ $de-hyperlink-dlg-input-height: 16px !default;
95
+ $de-font-dlg-header-margin-bottom: 8px !default;
96
+ $de-font-dlg-main-header-margin-right: 15px !default;
97
+ $e-de-font-dlg-cb-margin-right: 40px !default;
98
+ $de-dropdown-margin-right: 40px !default;
99
+ $de-op-border-clr: #e1e1e1 !default;
100
+ $de-op-padding-left: 16px !default;
101
+ $de-op-padding-top: 24px !default;
102
+ $de-op-title-clr: rgba(0, 0, 0, .87) !default;
103
+ $de-op-header-font-family: 'Roboto' !default;
104
+ $de-op-header-font-weight: 500 !default;
105
+ $de-op-header-bottm-margin: 20px !default;
106
+ $de-op-tab-height: 36px !default;
107
+ $de-op-icon-color: rgba(0, 0, 0, .54) !default;
108
+ $de-op-close-icon-clr: rgba(0, 0, 0, .54) !default;
109
+ $de-op-close-icon-width: 20px !default;
110
+ $de-op-close-button-top: 18px !default;
111
+ $search-result-hightlight-bdr-item: #ddd !default;
112
+ $de-op-search-txt: #3f51b5 !default;
113
+ $de-cell-margin-dia-common-font: 12px !default;
114
+ $de-cell-margin-dia-common-margin-bottom: 8px !default;
115
+ $de-cell-margin-dia-common-margin-top: 8px !default;
116
+ $de-cell-margin-dia-common-width: 150px !default;
117
+ $de-cell-margin-dia-options-font: 14px !default;
118
+ $de-border-dlg-border-label-fontsize: 14px !default;
119
+ $de-border-dlg-border-label-fontweight: normal !default;
120
+ $de-border-dlg-border-preview-div-width: 1px !default;
121
+ $de-border-dlg-border-label-paddingbottom: 20px !default;
122
+ $de-border-dlg-setting-label-fontsize: 14px !default;
123
+ $de-border-dlg-setting-label-paddingbottom: 20px !default;
124
+ $de-border-dlg-settinglabels-fontsize: 12px !default;
125
+ $de-border-dlg-border-preview-div-opacity: rgba(0, 0, 0, .54) !default;
126
+ $de-border-dlg-preview-inside-divs-opacity: .54 !default;
127
+ $de-table-align-border-width: 1px !default;
128
+ $de-table-align-border-color: #ddd !default;
129
+ $de-table-align-height: 60px !default;
130
+ $de-table-align-margin-right: 10px !default;
131
+ $de-table-align-width: 60px !default;
132
+ $de-table-alignment-label-font-size: 12px !default;
133
+ $de-table-alignment-label-margin-top: 8px !default;
134
+ $de-table-alignment-label-margin-left: 10px !default;
135
+ $de-table-separator-line-color: rgb(0, 0, 0) !default;
136
+ $de-table-separator-line-height: 1px !default;
137
+ $de-table-separator-line-left: 1px !default;
138
+ $de-table-separator-line-opacity: .12 !default;
139
+ $de-table-separtor-line-top: 371px !default;
140
+ $de-table-separtor-line-top-touch: 84px !default;
141
+ $de-table-separator-line-width: 100% !default;
142
+ $de-table-options-font-size: 14px !default;
143
+ $de-table-options-font-weight: 400 !default;
144
+ $de-table-options-padding-bottom: 15px !default;
145
+ $de-table-options-padding-top: 20px !default;
146
+ $de-page-setup-dlg-height: 246px !default;
147
+ $de-page-setup-dlg-width: 354px !default;
148
+ $de-page-setup-ppty-tab-border: 0 !default;
149
+ $de-page-setup-sub-container-bottom: 25px !default;
150
+ $de-page-setup-sub-container-port-bottom: 25px !default;
151
+ $de-page-setup-dlg-left-container-top: 17px !default;
152
+ $de-page-setup-dlg-right-container-top: 17px !default;
153
+ $de-page-setup-margin-dia-common-font: 12px !default;
154
+ $de-page-setup-margin-dia-common-margin-bottom: 3px !default;
155
+ $de-page-setup-margin-dia-common-margin-top: 8px !default;
156
+ $de-page-setup-common-margin-top: 12px !default;
157
+ $de-page-setup-sub-container-height-style: 40px !default;
158
+ $de-page-setup-dlg-sub-label-font-size: 13px !default;
159
+ $de-page-setup-dlg-sub-label-font-weight: 500 !default;
160
+ $de-page-setup-dlg-orientation-prop-margin-top: 13px !default;
161
+ $de-page-setup-sub-size-container-height: 65px !default;
162
+ $de-page-setup-sub-size-container-bottom: 20px !default;
163
+ $de-page-setup-layout-sub-container-height: 60px !default;
164
+ $de-page-setup-layout-sub-container-bottom: 20px !default;
165
+ $de-page-setup-layout-sub-container-top: 17px !default;
166
+ $de-page-setup-checkbox-label-font-size: 12px !default;
167
+ $de-page-setup-dlg-layout-container-top: 10px !default;
168
+ $de-list-dlg-header-font-weight: normal !default;
169
+ $de-list-dlg-header-margin-bottom: 20px !default;
170
+ $de-list-dlg-header-margin-top: 20px !default;
171
+ $de-tbl-dlg-footer: 27px !default;
172
+ $de-row-ht-padding-top: 15px !default;
173
+ $de-cell-width-padding-top: 11px !default;
174
+ $de-tbl-opt-btn-left: 425px !default;
175
+ $de-tbl-opt-btn-top: 300px !default;
176
+ $de-list-dlg-subheader-font-weight: normal !default;
177
+ $de-list-dlg-subheader-margin-bottom: 10px !default;
178
+ $de-list-dlg-subheader-margin-top: 10px !default;
179
+ $e-de-list-subdiv-margin-top: 51px !default;
180
+ $e-de-list-div-margin-top: 46px !default;
181
+ $de-ok-insert-button-margin-right: 10px !default;
182
+ $de-options-buttons-left: 415px !default;
183
+ $de-op-btn-icon-hover-clr: rgba(0, 0, 0, .54) !default;
184
+ $de-tooltip-bg-clr: #fff !default;
185
+ $de-tooltip-shadow: 0 3px 8px 0 rgba(0, 0, 0, .26) !default;
186
+ $de-op-btn-icon-bg: transparent !default;
187
+ $de-op-btn-icon-border: transparent !default;
188
+ $de-op-btn-icon-active-clr: rgba(0, 0, 0, .54) !default;
189
+ $de-input-color: #000 !default;
190
+ $de-dlg-btn-height: 36px !default;
191
+ $de-dlg-header-font-size: 16px !default;
192
+ $de-dlg-header-font-weight: 400 !default;
193
+ $de-dlg-header-margin-top: 4px !default;
194
+ $de-dlg-footer-margin-top: 19px !default;
195
+ $de-dlg-footer-padding-top: 13px !default;
196
+ $de-dlg-header-content-padding: 20px 25px 13px 25px !default;
197
+ $de-dlg-content-padding: 28px 25px 15px 25px !default;
198
+ $de-dlg-footer-padding-right: 25px !default;
199
+ $de-dlg-footer-content-padding-top: 1px !default;
200
+ $de-dlg-footer-content-padding-top: 1px !default;
201
+ $de-dlg-close-font-size: 14px !default;
202
+ $e-de-dlg-border-radius: 4px !default;
203
+ $de-dlg-close-icon-left: 6px !default;
204
+ $de-dlg-clr-pkr-top: 159px !default;
205
+ $de-op-result-container-margin-top: 12px !default;
206
+ $de-op-bg-color: #fff !default;
207
+ $de-op-tab-header-margin-bottom: 20px !default;
208
+ $de-op-tab-header-margin-top: 1px !default;
209
+ $de-font-color-border: 1px #ddd !default;
210
+ $de-tbl-measure-lbl-font-size: 11px;
211
+ $de-font-color-border-radius: 4px !default;
212
+ $de-icon-table-row-above-top: 7px !default;
213
+ $de-icon-table-row-below-top: 41px !default;
214
+ $de-icon-table-column-left-top: 75px !default;
215
+ $de-icon-table-column-right-top: 109px !default;
216
+ $de-icon-table-delete-top: 7px !default;
217
+ $de-icon-table-row-delete-top: 41px !default;
218
+ $de-icon-table-column-delete-top: 75px !default;
219
+ $de-bullet-list-hover-color: #ddd !default;
220
+ $de-number-list-hover-color: #ddd !default;
221
+ $de-multilevel-list-hover-color: #ddd !default;
222
+ $de-list-dialog-hover-color: #ddd !default;
223
+ $de-cell-options-left: 339px !default;
224
+ $de-cell-options-top: 229px !default;
225
+ $de-font-color-margin-bottom: 7px !default;
226
+ $de-font-color-margin-top: 18px !default;
227
+ $de-font-dlg-effect-margin-left: 15px !default;
228
+ $de-font-dlg-margin-right: 6px !default;
229
+ $de-font-dlg-color-margin-right: 10px !default;
230
+ $de-font-dlg-color-margin-top: 6px !default;
231
+ $de-font-content-checkbox-left: 43px !default;
232
+ $de-font-content-checkbox-left-bg: 68px !default;
233
+ $de-font-checkbox-left: 67px !default;
234
+ $de-font-dlg-margin-top: 15px !default;
235
+ $de-table-container-margin-top: 20px !default;
236
+ $de-table-header-padding-top: 6px !default;
237
+ $de-table-subheader-padding-top: 16px !default;
238
+ $de-cell-subheader-top: 57px !default;
239
+ $de-cell-margin-header-left: -7px !default;
240
+ $de-cell-margin-header-top: 310px !default;
241
+ $de-tbl-margin-sub-header: 20px !default;
242
+ $de-tbl-btn-separator: 57% !default;
243
+ $de-op-container-messagediv-color: #000 !default;
244
+ $de-save-dlg-format-type-padding: 10px !default;
245
+ $de-op-search-tab-content-margin-top: 12px !default;
246
+ $de-op-search-text-box-container-width: 267px !default;
247
+ $de-font-dlg-height: 239px !default;
248
+ $de-font-dlg-width: max-content !default;
249
+ $de-hyper-link-height: auto !default;
250
+ $de-hyper-link-width: 250px !default;
251
+ $de-insert-table-height: 131px !default;
252
+ $de-insert-table-width: 230px !default;
253
+ $de-insert-footnote-height: 139px !default;
254
+ $de-insert-footnote-width: 247px !default;
255
+ $de-insert-spellchecker-height: 350px !default;
256
+ $de-insert-spellchecker-width: 513px !default;
257
+ $de-insert-big-spellchecker-width: 600px !default;
258
+ $de-spellcheck-listview-height: 122px !default;
259
+ $de-spellcheck-list-width: 100% !default;
260
+ $de-spellcheck-btn-container-width: 100% !default;
261
+ $de-spellcheck-btn-width: 100% !default;
262
+ $de-insert-table-title-bottom-margin: 8px !default;
263
+ $de-insert-table-title-top-margin: 8px !default;
264
+ $de-insert-table-dlg-input-bottom: 15px !default;
265
+ $de-list-dlg-height: 400px !default;
266
+ $de-list-dlg-width: 420px !default;
267
+ $de-save-dlg-height: 135px !default;
268
+ $de-save-dlg-width: 230px !default;
269
+ $de-table-ppty-dlg-height: 300px !default;
270
+ $de-table-ppty-dlg-width: 426px !default;
271
+ $de-table-border-shading-dlg-height: 380px !default;
272
+ $de-table-border-shading-dlg-width: 450px !default;
273
+ $de-table-cell-margin-dlg-height: 222px !default;
274
+ $de-table-cell-margin-dlg-width: 380px !default;
275
+ $de-table-options-dlg-height: 242px !default;
276
+ $de-table-options-dlg-width: 380px !default;
277
+ $de-table-border-none-top: 25px !default;
278
+ $de-table-border-box-top: 95px !default;
279
+ $de-table-border-all-top: 165px !default;
280
+ $de-table-border-custom-top: 235px !default;
281
+ $de-table-shading-preview-top: 385px !default;
282
+ $de-checkbox-wrapper-color: rgba(0, 0, 0, .87) !default;
283
+ $de-checkbox-height: 15px !default;
284
+ $de-checkbox-line-height: 11px !default;
285
+ $de-checkbox-width: 15px !default;
286
+ $de-checkbox-margin-right: 15px !default;
287
+ $de-op-dlg-footer-margin-top: 15px !default;
288
+ $de-op-search-input-width: 185px !default;
289
+ $de-op-replacewith-width: 95% !default;
290
+ $de-table-ppty-tab-border: 0 !default;
291
+ $de-list-info-btn-padding: 3px 0 0 0 !default;
292
+ $bookmark-listview-border-color: #c8c8c8 !default;
293
+ $de-table-border-dlg-alignments-left: 48% !default;
294
+ $de-table-border-preview-top: 48% !default;
295
+ $de-table-border-dlg-alignments-transform: translate(-50%, -50%) !default;
296
+ $de-style-dialog-height: 343px !default;
297
+ $de-style-dialog-width: 434px !default;
298
+ $de-style-heading-font-size: 14px !default;
299
+ $de-style-heading-font-weight: 400 !default;
300
+ $de-style-dialog-style-ppties-bottom-margin: 15px !default;
301
+ $de-style-dialog-style-formatting-bottom-margin: 20px !default;
302
+ $de-style-dialog-style-name-type-div-bottom-margin: 20px !default;
303
+ $de-style-dialog-style-based-para-div-bottom-margin: 30px !default;
304
+ $de-style-paragraph-width: 182px !default;
305
+ $de-style-name-input-top: 108px !default;
306
+ $de-style-type-div-top: 150px !default;
307
+ $de-style-based-on-div-top: 195px !default;
308
+ $de-style-paragraph-div-top: 239px !default;
309
+ $de-style-font-margin-right: 15px !default;
310
+ $de-style-font-margin-left: 5px !default;
311
+ $de-style-para-margin-right: 15px !default;
312
+ $de-style-para-margin-left: 5px !default;
313
+ $de-style-list-margin-left: 10px !default;
314
+ $de-style-template-top: 405px !default;
315
+ $de-style-dialog-style-left-div-right-margin: 40px !default;
316
+ $de-style-dialog-option-div-bottom-margin: 20px !default;
317
+ $de-style-dialog-label-bottom-margin: 8px !default;
318
+ $de-style-btn-active-bg-border-color: #c8c8c8 !default;
319
+ $de-style-btn-active-text-color: #000 !default;
320
+ $de-style-toggle-btn-color: #e0e0e0 !default;
321
+ $e-de-style-input-text-height: 30px !default;
322
+ $de-font-checkbox-label-font-size: 12px !default;
323
+ $de-op-icon-font-size: 10px !default;
324
+ $de-op-close-icon-size: 12px !default;
325
+ $de-op-close-icon-margin-left: -4px !default;
326
+ $de-table-align-hover-color: #f17eb8 !default;
327
+ $de-table-tab-hover-color: $de-table-align-hover-color !default;
328
+ $de-cell-align-hover-color: $de-table-align-hover-color !default;
329
+ $de-table-align-active-color: #ff4081 !default;
330
+ $de-table-setting-hover-color: $de-table-align-hover-color !default;
331
+ $de-table-preview-hover-color: $de-table-setting-hover-color !default;
332
+ $de-table-setting-color: $de-table-align-active-color !default;
333
+ $de-table-preview-setting-color: $de-table-setting-color !default;
334
+ $de-table-alignment-font-size: 46px !default;
335
+ $de-table-alignment-top: 137px !default;
336
+ $de-tablecell-alignment-font-size: 51px !default;
337
+ $de-border-dlg-border-setting-inside-border: rgb(0, 0, 0) !default;
338
+ $de-border-dlg-border-setting-divs-color: rgba(0, 0, 0, .26) !default;
339
+ $de-border-dlg-border-preview-divs-color: rgba(0, 0, 0, .26) !default;
340
+ $de-border-none-setting-font-size: 38px !default;
341
+ $de-border-setting-font-size: 34px !default;
342
+ $de-td-table-border-top: -2px !default;
343
+ $de-context-menu-cut-icon: '\e279' !default;
344
+ $de-context-menu-copy-icon: '\e280' !default;
345
+ $de-context-menu-paste-icon: '\e501' !default;
346
+ $de-context-menu-insertlink: '\e290' !default;
347
+ $de-context-menu-open-hyperlink: '\e278' !default;
348
+ $de-context-menu-copy-hyperlink: '\e295' !default;
349
+ $de-context-menu-edit-hyperlink: '\e289' !default;
350
+ $de-context-menu-remove-hyperlink: '\e286' !default;
351
+ $de-context-menu-font-icon: '\e273' !default;
352
+ $de-context-menu-paragraph-icon: '\e75e' !default;
353
+ $de-context-menu-table-properties-icon: '\e294' !default;
354
+ $de-context-menu-insert-above-icon: '\e506' !default;
355
+ $de-context-menu-insert-below-icon: '\e505' !default;
356
+ $de-context-menu-insert-left-icon: '\e285' !default;
357
+ $de-context-menu-insert-right-icon: '\e284' !default;
358
+ $de-context-menu-delete-table-icon: '\e292' !default;
359
+ $de-context-menu-delete-row-icon: '\e283' !default;
360
+ $de-context-menu-delete-column-icon: '\e282' !default;
361
+ $de-context-menu-continue-numbering-icon: '\e503' !default;
362
+ $de-context-menu-restart-at-icon: '\e277' !default;
363
+ $de-hyperlink-bookmark-check-margin-top: 20px !default;
364
+ $de-table-ppty-dlg-measure-div-margin-left: 40px !default;
365
+ $de-table-ppty-dlg-measure-div-margin-top: 6px !default;
366
+ $de-table-ppty-dlg-left-indent-container-margin-right: 89px !default;
367
+ $de-cell-width-top-margin-top: -23px !default;
368
+ $de-cell-width-top-margin-left: 20px !default;
369
+ $de-tbl-dlg-border-btn-margin-right: 103px !default;
370
+ $de-tbl-dlg-border-btn-margin-top: 32px !default;
371
+ $de-table-subheader-div-margin-top: -40px !default;
372
+ $de-table-subheader-div-margin-right: 115px !default;
373
+ $de-table-ppty-dlg-row-height-label-margin-top: -62px !default;
374
+ $de-table-ppty-dlg-row-height-label-margin-right: 161px !default;
375
+ $de-table-ppty-dlg-preferred-width-margin-top: 6px !default;
376
+ $de-table-ppty-dlg-preferred-width-margin-left: 20px !default;
377
+ $de-table-ppty-options-break-margin-bottom: 15px !default;
378
+ $de-table-cell-subheader-div-margin-right: 125px !default;
379
+ $de-table-cell-subheader-div-margin-top: -37px !default;
380
+ $de-table-ppty-dlg-cell-tab-measure-label-margin-right: 172px !default;
381
+ $de-table-ppty-dlg-cell-tab-measure-label-margin-top: -64px !default;
382
+ $de-table-ppty-dlg-table-header-padding: 24px !default;
383
+ $styles-listview-border-color: #808080 !default;
384
+ $de-table-ppty-dlg-table-header-padding-left: 1px !default;
385
+ $de-border-dlg-border-label-font-weight: 400 !default;
386
+ $de-toc-dlg-build-table-margin-top: 30px !default;
387
+ $de-toc-styles-table-div-margin-top: 9px !default;
388
+ $de-toc-table-div-width: 211px !default;
389
+ $de-toc-dlg-right-sub-container-margin-right: 2px !default;
390
+ $de-toc-dlg-styles-margin-bottom: 11px !default;
391
+ $de-toc-dlg-styles-margin-left: 38px !default;
392
+ $de-toc-dlg-styles-margin-top: 30px !default;
393
+ $de-toc-list-view-width: 211px !default;
394
+ $de-toc-styles-table-div-border-radius: 4px !default;
395
+ $de-toc-modify-button-margin-left: 150px !default;
396
+ $de-toc-dlg-outline-levels-width: 150px !default;
397
+ $de-bookmark-content-margin-top: 24px !default;
398
+ $de-bookmark-textbox-margin-bottom: 10px !default;
399
+ $de-bookmark-textbox-height: 34px !default;
400
+ $de-bookmark-custom-btn-width: 80px !default;
401
+ $de-bookmark-custom-btn-height: 34px !default;
402
+ $de-bookmark-button-div-top-position: 15px !default;
403
+ $de-toc-list-view-margin-left: 36px !default;
404
+ $e-de-toc-table-div-height: 163px !default;
405
+ $de-toc-dlg-showlevel-div-margin-left: 255px !default;
406
+ $de-toc-dlg-show-level-div-margin-left: 255px !default;
407
+ $de-op-input-group-height: 32px !default;
408
+ $de-op-tab-header-padding-left: 1px !default;
409
+ $de-op-tab-header-padding: 24px !default;
410
+ $de-list-dlg-font-margin-left: 16px !default;
411
+ $de-bookmark-list-view-border-radius: 4px !default;
412
+ $de-bookmark-listview-margin-right: 20px !default;
413
+ $de-bookmark-dlgfields-margin-bottom: 0 !default;
414
+ $de-numbering-list-line-color: #ccc !default;
415
+ $de-numbering-list-span-color: #aaa !default;
416
+ $de-numbering-list-border-color: #ebebeb !default;
417
+ $de-numbering-list-background-color: #fff !default;
418
+ $de-table-ppty-dlg-tabs-height: 270px !default;
419
+ $de-toc-dlg-toc-level-margin-left: 36px !default;
420
+ $de-background: $bg-base-0 !default;
421
+ $search-result-highlight-bg-color: transparent !default;
422
+ $search-result-hightlight-bdr-clr-hvr: $selection-bg !default;
423
+ $search-result-item-padding-top: 15px !default;
424
+ $search-result-item-padding-bottom: 15px !default;
425
+ $search-result-hightlight-bdr-clr: $header-font !default;
426
+ $search-icon-bdr-clr: #ddd !default;
427
+ $search-icon-hvr: #ddd !default;
428
+ $spin-down-bdr-clr: #ddd !default;
429
+ $spin-down-hvr: #ddd !default;
430
+ $spin-up-bdr-clr: #ddd !default;
431
+ $spin-up-hvr: #ddd !default;
432
+ $de-dlg-heading-main-header: #fff !default;
433
+ $de-para-dlg-heading-font-size: 16px !default;
434
+ $de-para-dlg-heading-font-weight: 600 !default;
435
+ $de-para-title-bottom-margin: 10px !default;
436
+ $de-para-dlg-height: 430px !default;
437
+ $de-para-dlg-width: 405px !default;
438
+ $de-toc-dlg-right-container-left: 1px !default;
439
+ $de-toc-dlg-heading-font-size: 14px !default;
440
+ $de-toc-dlg-heading-font-weight: 400 !default;
441
+ $de-toc-dlg-main-heading-font-weight: 500 !default;
442
+ $de-toc-title-bottom-margin: 5px !default;
443
+ $de-title-bottom-margin: 10px !default;
444
+ $de-toc-dlg-height: 464px !default;
445
+ $de-toc-dlg-container-margin: 6px !default;
446
+ $de-toc-dlg-width: 498px !default;
447
+ $de-toc-sub-container-bottom: 10px !default;
448
+ $de-toc-list-view-border-color: #c8c8c8 !default;
449
+ $de-toc-reset-button-margin-top: 10px !default;
450
+ $de-toc-modify-button-margin-top: 10px !default;
451
+ $de-toc-list-view-font-size: 12px !default;
452
+ $de-toc-list-view-height: 195px !default;
453
+ $de-toc-list-view-width: 200px !default;
454
+ $de-toc-dlg-sub-margin: 10px 15px 10px 15px !default;
455
+ $de-para-sub-title-bottom-margin: 8px !default;
456
+ $de-para-sub-title-top-margin: 5px !default;
457
+ $de-para-sub-container-bottom: 15px !default;
458
+ $de-para-dlg-right-contaner-top: 30px !default;
459
+ $de-hyperlink-dlg-margin-bottom: 8px !default;
460
+ $de-hyperlink-dlg-margin-top: 8px !default;
461
+ $de-hyperlink-dlg-input-bottom: 7px !default;
462
+ $de-hyperlink-dlg-input-width: 230px !default;
463
+ $de-hyperlink-dlg-input-height: 32px !default;
464
+ $de-font-dlg-header-margin-bottom: 8px !default;
465
+ $de-font-dlg-main-header-margin-right: 20px !default;
466
+ $e-de-font-dlg-cb-margin-right: 20px !default;
467
+ $de-dropdown-margin-right: 20px !default;
468
+ $de-op-border-clr: #e1e1e1 !default;
469
+ $de-op-padding-left: 16px !default;
470
+ $de-op-padding-top: 20px !default;
471
+ $de-op-title-clr: #fff !default;
472
+ $de-op-header-font-family: 'Segoe UI' !default;
473
+ $de-op-header-font-weight: 100 !default;
474
+ $de-op-header-bottm-margin: 12px !default;
475
+ $de-op-header-padding-top: 12px !default;
476
+ $de-op-tab-height: 40px !default;
477
+ $de-cell-margin-dlg-margin-top: 5px !default;
478
+ $de-layout-margin-dlg-padding-top: 10px !default;
479
+ $de-op-icon-color: rgba(0, 0, 0, .54) !default;
480
+ $de-op-close-icon-clr: #fff !default;
481
+ $de-op-close-icon-width: 22px !default;
482
+ $de-op-close-button-top: 20px !default;
483
+ $search-result-hightlight-bdr-item: #ddd !default;
484
+ $de-op-search-txt: $header-font !default;
485
+ $de-cell-margin-dia-common-font: 12px !default;
486
+ $de-cell-margin-dia-common-margin-bottom: 8px !default;
487
+ $de-cell-margin-dia-common-margin-top: 8px !default;
488
+ $de-cell-margin-dia-common-width: 150px !default;
489
+ $de-cell-margin-dia-options-font: 14px !default;
490
+ $de-border-dlg-border-label-fontsize: 14px !default;
491
+ $de-border-dlg-border-label-fontweight: normal !default;
492
+ $de-border-dlg-border-preview-div-width: 1px !default;
493
+ $de-border-dlg-border-label-paddingbottom: 20px !default;
494
+ $de-border-dlg-setting-label-fontsize: 14px !default;
495
+ $de-border-dlg-setting-label-paddingbottom: 20px !default;
496
+ $de-border-dlg-settinglabels-fontsize: 12px !default;
497
+ $de-border-dlg-border-preview-div-opacity: rgba(0, 0, 0, .54) !default;
498
+ $de-border-dlg-preview-inside-divs-opacity: .54 !default;
499
+ $de-table-align-border-width: 1px !default;
500
+ $de-table-align-border-color: #ddd !default;
501
+ $de-table-align-height: 60px !default;
502
+ $de-table-align-margin-right: 10px !default;
503
+ $de-table-align-width: 60px !default;
504
+ $de-table-alignment-label-font-size: 12px !default;
505
+ $de-table-alignment-label-margin-top: 8px !default;
506
+ $de-table-alignment-label-margin-left: 10px !default;
507
+ $de-table-separator-line-color: #fff !default;
508
+ $de-table-separator-line-height: 1px !default;
509
+ $de-table-separator-line-left: 1px !default;
510
+ $de-table-separator-line-opacity: .12 !default;
511
+ $de-table-separtor-line-top: 387px !default;
512
+ $de-table-separator-line-width: 100% !default;
513
+ $de-table-options-font-size: 16px !default;
514
+ $de-table-options-font-weight: 400 !default;
515
+ $de-table-options-padding-bottom: 10px !default;
516
+ $de-table-options-padding-top: 10px !default;
517
+ $de-page-setup-dlg-width: 400px !default;
518
+ $de-page-setup-dlg-height: 260px !default;
519
+ $de-page-setup-ppty-tab-border: 0 !default;
520
+ $de-page-setup-sub-container-bottom: 30px !default;
521
+ $de-page-setup-sub-container-port-bottom: 20px !default;
522
+ $de-page-setup-dlg-left-container-top: 17px !default;
523
+ $de-page-setup-dlg-right-container-top: 17px !default;
524
+ $de-page-setup-margin-dia-common-font: 12px !default;
525
+ $de-page-setup-margin-dia-common-margin-bottom: 4px !default;
526
+ $de-page-setup-margin-dia-common-margin-top: 3px !default;
527
+ $de-page-setup-common-margin-top: 12px !default;
528
+ $de-page-setup-sub-container-height-style: 55px !default;
529
+ $de-page-setup-dlg-sub-label-font-size: 13px !default;
530
+ $de-page-setup-dlg-sub-label-font-weight: 500 !default;
531
+ $de-page-setup-dlg-orientation-prop-margin-top: 13px !default;
532
+ $de-page-setup-sub-size-container-height: 70px !default;
533
+ $de-page-setup-sub-size-container-bottom: 20px !default;
534
+ $de-page-setup-layout-sub-container-height: 60px !default;
535
+ $de-page-setup-layout-sub-container-bottom: 20px !default;
536
+ $de-page-setup-layout-sub-container-top: 17px !default;
537
+ $de-page-setup-checkbox-label-font-size: 12px !default;
538
+ $de-page-setup-dlg-layout-container-top: 10px !default;
539
+ $de-list-dlg-header-font-weight: normal !default;
540
+ $de-list-dlg-header-margin-bottom: 15px !default;
541
+ $de-list-dlg-header-margin-top: 15px !default;
542
+ $de-tbl-dlg-footer: 23px !default;
543
+ $de-row-ht-padding-top: 11px !default;
544
+ $de-cell-width-padding-top: 6px !default;
545
+ $de-tbl-opt-btn-left: 410px !default;
546
+ $de-tbl-opt-btn-top: 275px !default;
547
+ $de-list-dlg-subheader-font-weight: normal !default;
548
+ $de-list-dlg-subheader-margin-bottom: 10px !default;
549
+ $de-list-dlg-subheader-margin-top: 10px !default;
550
+ $e-de-list-subdiv-margin-top: 43px !default;
551
+ $e-de-list-div-margin-top: 41px !default;
552
+ $de-ok-insert-button-margin-right: 8px !default;
553
+ $de-options-buttons-left: 310px !default;
554
+ $de-op-btn-icon-hover-clr: $header-font !default;
555
+ $de-tooltip-bg-clr: #fff !default;
556
+ $de-tooltip-shadow: 0 3px 8px 0 rgba(0, 0, 0, .26) !default;
557
+ $de-op-btn-icon-bg: transparent !default;
558
+ $de-op-btn-icon-border: transparent !default;
559
+ $de-op-btn-icon-active-clr: $header-font !default;
560
+ $de-input-color: #fff !default;
561
+ $de-dlg-btn-height: 32px !default;
562
+ $de-dlg-header-font-size: 16px !default;
563
+ $de-dlg-header-font-weight: 400 !default;
564
+ $de-dlg-header-margin-top: 4px !default;
565
+ $de-dlg-footer-margin-top: 10px !default;
566
+ $de-dlg-footer-padding-top: 10px !default;
567
+ $de-dlg-header-content-padding: 20px 25px 8px 25px !default;
568
+ $de-dlg-content-padding: 28px 25px 20px 25px !default;
569
+ $de-dlg-footer-padding-right: 25px !default;
570
+ $de-dlg-footer-content-padding-top: 1px !default;
571
+ $de-dlg-close-font-size: 16px !default;
572
+ $e-de-dlg-border-radius: 1px !default;
573
+ $de-dlg-close-icon-left: 12px !default;
574
+ $de-dlg-clr-pkr-top: 166px !default;
575
+ $de-op-result-container-margin-top: 12px !default;
576
+ $de-op-bg-color: $bg-base-0 !default;
577
+ $de-op-tab-header-padding: 25px !default;
578
+ $de-op-tab-header-margin-bottom: 28px !default;
579
+ $de-op-tab-header-margin-top: 1px !default;
580
+ $de-font-color-border: 1px #fff !default;
581
+ $de-font-color-border-radius: 1px !default;
582
+ $de-icon-table-row-above-top: 10px !default;
583
+ $de-icon-table-row-below-top: 49px !default;
584
+ $de-icon-table-column-left-top: 89px !default;
585
+ $de-icon-table-column-right-top: 127px !default;
586
+ $de-icon-table-delete-top: 10px !default;
587
+ $de-icon-table-row-delete-top: 49px !default;
588
+ $de-icon-table-column-delete-top: 89px !default;
589
+ $de-bullet-list-hover-color: rgba(0, 0, 0, .12) !default;
590
+ $de-number-list-hover-color: rgba(0, 0, 0, .12) !default;
591
+ $de-multilevel-list-hover-color: rgba(0, 0, 0, .12) !default;
592
+ $de-list-dialog-hover-color: rgba(0, 0, 0, .12) !default;
593
+ $de-cell-options-left: 313px !default;
594
+ $de-cell-options-top: 229px !default;
595
+ $de-font-color-margin-bottom: 1px !default;
596
+ $de-font-color-margin-top: 10px !default;
597
+ $de-font-dlg-effect-margin-left: 20px !default;
598
+ $de-font-dlg-margin-right: 7px !default;
599
+ $de-font-dlg-color-margin-right: 10px !default;
600
+ $de-font-dlg-color-margin-top: 8px !default;
601
+ $de-font-content-checkbox-left: 38px !default;
602
+ $de-font-content-checkbox-right: 46px !default;
603
+ $de-font-content-checkbox-right-bg: 67px !default;
604
+ $de-font-checkbox-left: 60px !default;
605
+ $de-font-dlg-padding-top: 15px !default;
606
+ $de-table-container-margin-top: 15px !default;
607
+ $de-table-header-padding-top: 3px !default;
608
+ $de-table-subheader-padding-top: 20px !default;
609
+ $de-cell-subheader-top: 61px !default;
610
+ $de-cell-margin-header-left: -7px !default;
611
+ $de-cell-margin-header-top: 319px !default;
612
+ $de-tbl-margin-sub-header: 5px !default;
613
+ $de-tbl-btn-separator: 62% !default;
614
+ $de-op-container-messagediv-color: #fff !default;
615
+ $de-save-dlg-format-type-padding: 1px !default;
616
+ $de-op-search-tab-content-margin-top: 1px !default;
617
+ $de-op-search-text-box-container-width: 269px !default;
618
+ $de-font-dlg-height: 253px !default;
619
+ $de-font-dlg-width: max-content !default;
620
+ $de-hyper-link-height: auto !default;
621
+ $de-hyper-link-width: 250px !default;
622
+ $de-insert-table-height: 130px !default;
623
+ $de-insert-footnote-height: 139px !default;
624
+ $de-insert-footnote-width: 247px !default;
625
+ $de-insert-table-width: 230px !default;
626
+ $de-insert-table-title-bottom-margin: 8px !default;
627
+ $de-insert-table-title-top-margin: 8px !default;
628
+ $de-insert-table-dlg-input-bottom: 14px !default;
629
+ $de-list-dlg-height: 400px !default;
630
+ $de-list-dlg-width: 400px !default;
631
+ $de-save-dlg-height: 135px !default;
632
+ $de-save-dlg-width: 230px !default;
633
+ $de-table-ppty-dlg-height: 324px !default;
634
+ $de-table-ppty-dlg-width: 406px !default;
635
+ $de-table-border-shading-dlg-height: 432px !default;
636
+ $de-table-border-shading-dlg-width: 450px !default;
637
+ $de-table-cell-margin-dlg-height: 210px !default;
638
+ $de-table-cell-margin-dlg-width: 380px !default;
639
+ $de-table-options-dlg-height: 256px !default;
640
+ $de-table-options-dlg-width: 380px !default;
641
+ $de-table-border-none-top: 25px !default;
642
+ $de-table-border-box-top: 95px !default;
643
+ $de-table-border-all-top: 165px !default;
644
+ $de-table-border-custom-top: 235px !default;
645
+ $de-table-shading-preview-top: 385px !default;
646
+ $de-checkbox-wrapper-color: #fff !default;
647
+ $de-checkbox-height: 20px !default;
648
+ $de-checkbox-line-height: 16px !default;
649
+ $de-checkbox-width: 20px !default;
650
+ $de-op-dlg-footer-margin-top: 20px !default;
651
+ $de-op-search-input-width: 175px !default;
652
+ $de-op-replacewith-width: 97% !default;
653
+ $de-table-ppty-tab-border: 0 !default;
654
+ $de-list-info-btn-padding: 3px 0 0 0 !default;
655
+ $bookmark-listview-border-color: #fff !default;
656
+ $de-table-border-dlg-alignments-left: 48% !default;
657
+ $de-table-border-preview-top: 75% !default;
658
+ $de-table-border-dlg-alignments-transform: translate(-50%, -50%) !default;
659
+ $de-style-dialog-height: 350px !default;
660
+ $de-style-dialog-width: 433px !default;
661
+ $de-style-heading-font-size: 14px !default;
662
+ $de-style-heading-font-weight: 400 !default;
663
+ $de-style-dialog-style-ppties-bottom-margin: 15px !default;
664
+ $de-style-dialog-style-formatting-bottom-margin: 15px !default;
665
+ $de-style-dialog-style-name-type-div-bottom-margin: 15px !default;
666
+ $de-style-dialog-style-based-para-div-bottom-margin: 15px !default;
667
+ $de-style-paragraph-width: 182px !default;
668
+ $de-style-name-input-top: 125px !default;
669
+ $de-style-type-div-top: 175px !default;
670
+ $de-style-based-on-div-top: 227px !default;
671
+ $de-style-paragraph-div-top: 278px !default;
672
+ $de-style-font-margin-right: 20px !default;
673
+ $de-style-font-margin-left: 3px !default;
674
+ $de-style-para-margin-right: 15px !default;
675
+ $de-style-para-margin-left: 5px !default;
676
+ $de-style-list-margin-left: 10px !default;
677
+ $de-style-template-top: 443px !default;
678
+ $de-style-dialog-style-left-div-right-margin: 20px !default;
679
+ $de-style-dialog-option-div-bottom-margin: 20px !default;
680
+ $de-style-dialog-label-bottom-margin: 8px !default;
681
+ $de-style-btn-active-bg-border-color: #ffd939 !default;
682
+ $de-style-btn-active-text-color: rgb(0, 0, 0) !default;
683
+ $de-style-toggle-btn-color: #e0e0e0 !default;
684
+ $e-de-style-input-text-height: 32px !default;
685
+ $de-font-checkbox-label-font-size: 12px !default;
686
+ $de-op-icon-font-size: 12px !default;
687
+ $de-op-close-icon-size: 12px !default;
688
+ $de-op-close-icon-margin-left: -4px !default;
689
+ $de-table-align-hover-color: $border-fg-alt !default;
690
+ $de-table-tab-hover-color: $de-table-align-hover-color !default;
691
+ $de-cell-align-hover-color: $de-table-align-hover-color !default;
692
+ $de-table-align-active-color: $border-fg-alt !default;
693
+ $de-table-setting-hover-color: $de-table-align-hover-color !default;
694
+ $de-table-preview-hover-color: $de-table-setting-hover-color !default;
695
+ $de-table-setting-color: $de-table-align-active-color !default;
696
+ $de-table-preview-setting-color: $de-table-setting-color !default;
697
+ $de-table-alignment-font-size: 46px !default;
698
+ $de-table-alignment-top: 145px !default;
699
+ $de-tablecell-alignment-font-size: 51px !default;
700
+ $de-border-dlg-border-setting-inside-border: #fff !default;
701
+ $de-border-dlg-border-setting-divs-color: rgba(0, 0, 0, .26) !default;
702
+ $de-border-dlg-border-preview-divs-color: rgba(0, 0, 0, .26) !default;
703
+ $de-border-none-setting-font-size: 38px !default;
704
+ $de-border-setting-font-size: 34px !default;
705
+ $de-td-table-border-top: -2px !default;
706
+ $de-context-menu-cut-icon: '\e279' !default;
707
+ $de-context-menu-copy-icon: '\e280' !default;
708
+ $de-context-menu-paste-icon: '\e501' !default;
709
+ $de-context-menu-insertlink: '\e290' !default;
710
+ $de-context-menu-open-hyperlink: '\e278' !default;
711
+ $de-context-menu-copy-hyperlink: '\e295' !default;
712
+ $de-context-menu-edit-hyperlink: '\e289' !default;
713
+ $de-context-menu-remove-hyperlink: '\e286' !default;
714
+ $de-context-menu-font-icon: '\e273' !default;
715
+ $de-context-menu-paragraph-icon: '\e75e' !default;
716
+ $de-context-menu-table-properties-icon: '\e294' !default;
717
+ $de-context-menu-insert-above-icon: '\e506' !default;
718
+ $de-context-menu-insert-below-icon: '\e505' !default;
719
+ $de-context-menu-insert-left-icon: '\e285' !default;
720
+ $de-context-menu-insert-right-icon: '\e284' !default;
721
+ $de-context-menu-delete-table-icon: '\e292' !default;
722
+ $de-context-menu-delete-row-icon: '\e283' !default;
723
+ $de-context-menu-delete-column-icon: '\e282' !default;
724
+ $de-context-menu-continue-numbering-icon: '\e503' !default;
725
+ $de-context-menu-restart-at-icon: '\e277' !default;
726
+ $de-hyperlink-bookmark-check-margin-top: 15px !default;
727
+ $de-table-ppty-dlg-measure-div-margin-left: 20px !default;
728
+ $de-table-ppty-dlg-measure-div-margin-top: 13px !default;
729
+ $de-table-ppty-dlg-left-indent-container-margin-right: 108px !default;
730
+ $de-cell-width-top-margin-top: -6px !default;
731
+ $de-cell-width-top-margin-left: 20px !default;
732
+ $de-tbl-dlg-border-btn-margin-right: 124px !default;
733
+ $de-tbl-dlg-border-btn-margin-top: 28px !default;
734
+ $de-table-subheader-div-margin-top: -37px !default;
735
+ $de-table-subheader-div-margin-right: 135px !default;
736
+ $de-table-ppty-dlg-row-height-label-margin-top: -62px !default;
737
+ $de-table-ppty-dlg-row-height-label-margin-right: 181px !default;
738
+ $de-table-ppty-dlg-preferred-width-margin-top: 13px !default;
739
+ $de-table-ppty-dlg-preferred-width-margin-left: 20px !default;
740
+ $de-table-ppty-options-break-margin-bottom: 10px !default;
741
+ $de-table-cell-subheader-div-margin-right: 125px !default;
742
+ $de-table-cell-subheader-div-margin-top: -37px !default;
743
+ $de-table-ppty-dlg-cell-tab-measure-label-margin-right: 192px !default;
744
+ $de-table-ppty-dlg-cell-tab-measure-label-margin-top: -64px !default;
745
+ $de-table-ppty-dlg-table-header-padding: 12.5px !default;
746
+ $styles-listview-border-color: #808080 !default;
747
+ $de-table-ppty-dlg-table-header-padding-left: 1px !default;
748
+ $de-border-dlg-border-label-font-weight: 600 !default;
749
+ $de-toc-dlg-build-table-margin-top: 30px !default;
750
+ $de-toc-styles-table-div-margin-top: 10px !default;
751
+ $de-toc-table-div-width: 100% !default;
752
+ $de-toc-dlg-styles-margin-bottom: 13px !default;
753
+ $de-toc-dlg-styles-margin-left: 38px !default;
754
+ $de-toc-dlg-styles-margin-top: 1px !default;
755
+ $de-toc-list-view-width: 100% !default;
756
+ $de-toc-table-list-view-height: 200px !default;
757
+ $de-toc-styles-table-div-border-radius: 1px !default;
758
+ $de-toc-modify-button-margin-left: 145px !default;
759
+ $de-toc-dlg-outline-levels-width: 137px !default;
760
+ $de-bookmark-content-margin-top: 20px !default;
761
+ $de-bookmark-textbox-margin-bottom: 6px !default;
762
+ $de-bookmark-textbox-height: 32px !default;
763
+ $de-bookmark-custom-btn-width: 84px !default;
764
+ $de-bookmark-custom-btn-height: 32px !default;
765
+ $de-bookmark-button-div-top-position: 0 !default;
766
+ $de-bookmark-list-view-border-radius: 0 !default;
767
+ $de-toc-dlg-style-input-margin-bottom: 3px !default;
768
+ $de-toc-dlg-style-input-margin-left: 36px !default;
769
+ $de-toc-dlg-style-input-width: 210px !default;
770
+ $de-toc-list-view-margin-left: 3px !default;
771
+ $e-de-toc-table-div-height: 160px !default;
772
+ $de-toc-dlg-showlevel-div-margin-left: 255px !default;
773
+ $de-toc-dlg-show-level-div-margin-left: 255px !default;
774
+ $de-op-input-group-height: 32px !default;
775
+ $de-op-tab-header-padding-left: 1px !default;
776
+ $de-op-tab-header-padding: 12.5px !default;
777
+ $de-list-dlg-font-margin-left: 1px !default;
778
+ $de-bookmark-listview-margin-right: 20px !default;
779
+ $de-bookmark-dlgfields-margin-bottom: 6px !default;
780
+ $de-numbering-list-line-color: #ccc !default;
781
+ $de-numbering-list-span-color: #aaa !default;
782
+ $de-numbering-list-border-color: #ebebeb !default;
783
+ $de-numbering-list-background-color: #000 !default;
784
+ $de-table-ppty-dlg-tabs-height: 280px !default;
785
+ $de-toc-dlg-toc-level-margin-left: 34px !default;
786
+ $de-cell-options-rtl: 127px !default;
787
+ $de-font-checkbox-ltr: 58px !default;
788
+ $de-font-content-label-width: 65px !default;
789
+ $de-font-label-width: 115px !default;
790
+ $de-font-label-width-bg: 132px !default;
791
+ $de-toc-dlg-right-sub-container-margin-top: 125px !default;
792
+ $e-de-list-div-margin-top-rtl: -139px !default;
793
+ $e-de-list-subdiv-margin-top-rtl: -136px !default;
794
+ $de-toc-modify-button-margin-rtl: 150px !default;
795
+ $de-hght-type-top: -25px !default;
796
+ $de-bigger-style-button-height: 37px !default;
797
+ $de-bigger-style-button-width: 100px !default;
798
+ $de-cmt-selection: $selection-bg !default;
799
+ $de-cmt-selection-rslv: rgba($de-cmt-selection, .5) !default;
800
+ $de-cmt-opt-size: auto !default;
801
+ $de-cmt-pant-content-font: $content-font !default;
802
+ $de-cmt-post-btn-ht: 32px !default;
803
+ $de-cmt-post-btn-wt: $de-cmt-post-btn-ht !default;
804
+ $de-cmt-post-btn-wt-big: 40px !default;
805
+ $de-cmt-post-btn-ht-big: 40px !default;
806
+ $de-cmt-separator: $border-fg !default;
807
+ $de-reply-footer-margin-top: 8px !default;
808
+ $de-tooltip-color: #000 !default;
809
+ $de-avatar-clr: #fff !default;
810
+ $de-tc-tlbr-padding-btm: 0;
811
+ $de-pane-color-border: #35363b !default;
812
+ $de-font-dlg-font-size: 12px;
813
+ $de-floating-menu-width: 70px;
814
+ $de-floating-menu-height: 65px;
815
+ $de-floating-menu-padding: 10px;
816
+ $de-cmt-container-padding: 0 8px;
817
+ $de-cmt-sub-container-margin: 8px 0;
818
+ $de-rply-cmt-sub-container-margin: 11.5px 8px 0 8px;
819
+ $de-cmt-view-mrgn-top: 11.5px;
820
+ $de-ui-floating-menu-padding: 10px 4px 5px 10px;
821
+ $de-ui-list-header-presetmenu-min-width: 50px;
822
+ $de-ui-wfloating-menu: 0 5px 5px 0;
823
+ $de-bullet-number-width: 272px;
824
+ $de-rp-content-ln-ht: none;
825
+ $de-rp-font-size: 12px;
826
+ $de-rp-format-font-size: 13px;
827
+ $de-header-font-weight: normal;
828
+ $de-dlg-bkm-fld-fnt-size: 12px;
829
+ $de-ff-dlg-hdg-small-mrgn-btm: 4px;
830
+ $de-ff-seperate-div-mrgn-btm: 15.5px;
831
+ $de-ff-dlg-heading-mrgn-btm: 12px;
832
+ $de-ff-radio-div-mrgn-btm: 26px;
833
+ $de-ff-radio-scnd-div-mrgn-btm: 18px;
834
+ $de-fnt-dlg-header-effects-mrgn-btm: $de-font-dlg-header-margin-bottom;
835
+ $de-para-dlg-cs-check-box-mrgn-btm: 8px;
836
+ $de-bullet-numbered-dlg-width: 272px;
837
+ $de-bullet-numbered-dlg-height: 270px;
838
+ $de-tbl-indent-lb-fnt-size: 11px;
839
+ $de-font-clr-div-mrgn-top: 14px;
840
+ $de-para-dlg-cs-check-box-mrgn-top: 8px;
841
+ $de-insert-footnote-dlg-header-mrg-btm: 25px;
842
+ $de-table-options-dlg-div-mrgn-btm: 14px;
843
+ $de-tbl-indent-lbl-mrgn-btm: 18px;
844
+ $de-tbl-indent-lbl-top: 10px;
845
+ $de-cmt-date-fnt-size: 13px;
846
+ $de-cmt-author-nme-fnt-size: 13px;
847
+ $de-cmt-date-mrgn-top: 12px;
848
+ $de-ff-drpdwn-dlg-scndiv-mrgn-botton: 16px;
849
+ $de-drp-dwn-frst-div-mrgn-btm: 23.5px;
850
+ $de-ff-dlg-lft-hlf-mrgn-rgt: 5%;
851
+ $de-ff-dlg-lft-hlf-wdth: 47.5%;
852
+ $de-para-dlg-spacing-div-mrgn-left: 40px;
853
+ $de-para-dlg-cs-check-box: 8px;
854
+ $de-op-close-button-top: 8px;
855
+ $de-table-row-cell-pdng: 20px;
856
+ $de-table-prop-left-indnt-cntr-pos: 69px;
857
+ $de-track-chngs-sucs-bg-color: #4d841e;
858
+ $de-track-chngs-rejct-bg-color: #d74113;
859
+ $de-avatar-width: 90%;
860
+ $de-op-more-less-mrgn-top: 14px;
861
+ $de-bkmrk-list-margin-left: 20px !default;
862
+ $de-enforce-dlg-title-mrgn-top: 8px;
863
+ $de-enforce-dlg-title-fnt-size: 14px;
864
+ $de-enforce-btn-mrng-btm: 8px;
865
+ $de-unprotect-dlg-title-fnt-size: 14px;
866
+ $de-unprotect-dlg-title-mrgn-btm: 8px;
867
+ $de-user-dlg-textbox-input-mrgn-right: 16px;
868
+ $de-user-dlg-list-mrgn-btm: 15px;
869
+ $de-user-dlg-user-mrgn-btm: 12px;
870
+ $de-trckchanges-inner-mrgn: 8px 0 8px 7.5px !default;
871
+ $de-rp-close-icon-top: -7px;
872
+ $de-rp-width: 268px !default;
873
+ $de-rp-btn-enforce-prtct-margin: 0 46px;
874
+ $de-rp-nav-lbl: 0 28px;
875
+ $de-rp-nav-btn-mrgn: 0 12px;
876
+ $de-rp-btn-enforce-bx-shadow: none;
877
+
878
+ //New Implementation
879
+
880
+ $de-par-dlg-hdr-weight: 700 !default;
881
+ $de-para-dlg-hdr-margin-bottom: 15px !default;
882
+ $de-para-dlg-hdr-margin-top: 17px !default;
883
+ $de-dlg-heading-opacity: 87% !default;
884
+ $de-para-dlg-right-contaner-top: 0 !default;
885
+ $de-para-dlg-sub-title-bottom-margin: 8px !default;
886
+ $de-para-dlg-sub-title-top-margin: 0 !default;
887
+ $de-para-dlg-rtl-btn-margin-right: 24px !default;
888
+ $de-para-dlg-rtl-btn-font-size: 12px !default;
889
+ $de-para-dlg-rtl-btn-width: 200px !default;
890
+ $de-de-rtl-btn-div-e-de-rtl-margin-right: 24px !default;
891
+ $de-de-rtl-btn-div-e-de-rtl-margin-left: 12px !default;
892
+ $de-para-dlg-spacing-div-mrgn-left: 40px !default;
893
+
894
+ // Table properties
895
+ $de-row-height-bottom-margin: 8px;
896
+
897
+ //Columns Dialog
898
+ $de-column-presets-font-size: 60px !default;
899
+
900
+ @include export-module('documenteditor-icons') {
901
+ .e-documenteditor {
902
+ .e-close::before {
903
+ content: '\e825';
904
+ font-family: 'e-icons';
905
+ font-size: 14px;
906
+ }
907
+
908
+ .e-de-op-search-icon::before {
909
+ content: '\e275';
910
+ font-family: 'e-icons';
911
+ font-size: $de-op-icon-font-size;
912
+ }
913
+
914
+ .e-arrow-up::before {
915
+ content: '\e834';
916
+ font-family: 'e-icons';
917
+ font-size: $de-op-icon-font-size;
918
+ }
919
+
920
+ .e-arrow-down::before {
921
+ content: '\e83d';
922
+ font-family: 'e-icons';
923
+ font-size: $de-op-icon-font-size;
924
+ }
925
+
926
+ .e-de-op-close-icon {
927
+ height: $de-op-close-icon-width;
928
+ }
929
+
930
+ .e-de-op-close-icon::before {
931
+ content: '\e7fc';
932
+ }
933
+
934
+ .e-de-op-search-close-icon::before {
935
+ content: '\e7fc';
936
+ font-family: 'e-icons';
937
+ font-size: 10px;
938
+ }
939
+ }
940
+
941
+ .e-de-table-properties-alignment:hover {
942
+ border-color: $de-table-align-hover-color;
943
+ }
944
+
945
+ .e-de-table-properties-alignment {
946
+ border: 1px solid transparent;
947
+ }
948
+
949
+ .e-de-tablecell-alignment {
950
+ border: 1px solid transparent;
951
+ }
952
+
953
+ .e-de-tablecell-alignment:hover {
954
+ border-color: $de-cell-align-hover-color;
955
+ }
956
+
957
+ .e-de-table-left-alignment::before {
958
+ content: '\e517';
959
+ font-size: $de-table-alignment-font-size;
960
+ position: absolute;
961
+ top: $de-table-alignment-top;
962
+ }
963
+
964
+ .e-de-table-center-alignment::before {
965
+ content: '\e518';
966
+ font-size: $de-table-alignment-font-size;
967
+ position: absolute;
968
+ top: $de-table-alignment-top;
969
+ }
970
+
971
+ .e-de-table-right-alignment::before {
972
+ content: '\e515';
973
+ font-size: $de-table-alignment-font-size;
974
+ position: absolute;
975
+ top: $de-table-alignment-top;
976
+ }
977
+
978
+ .e-de-tablecell-top-alignment::before {
979
+ content: '\e527';
980
+ font-size: $de-tablecell-alignment-font-size;
981
+ }
982
+
983
+ .e-de-tablecell-center-alignment::before {
984
+ content: '\e526';
985
+ font-size: $de-tablecell-alignment-font-size;
986
+ }
987
+
988
+ .e-de-tablecell-bottom-alignment::before {
989
+ content: '\e525';
990
+ font-size: $de-tablecell-alignment-font-size;
991
+ }
992
+
993
+ .e-de-table-alignment-active {
994
+ border: 1px solid $de-table-align-active-color;
995
+ }
996
+
997
+ .e-de-table-border-setting {
998
+ border: 1px solid $de-border-dlg-border-setting-inside-border;
999
+ height: 48px;
1000
+ left: 5px;
1001
+ position: relative;
1002
+ top: 5px;
1003
+ width: 48px;
1004
+ }
1005
+
1006
+ .e-de-table-border-setting-genral {
1007
+ border: 1px solid $de-border-dlg-border-setting-divs-color;
1008
+ display: inline-block;
1009
+ height: 60px;
1010
+ width: 60px;
1011
+ }
1012
+
1013
+ .e-de-table-border-preview-genral {
1014
+ border: 1px solid $de-border-dlg-border-preview-divs-color;
1015
+ display: inline-block;
1016
+ height: 25px;
1017
+ width: 25px;
1018
+ }
1019
+
1020
+ .e-de-table-border-inside-setting:hover {
1021
+ border: 1px solid $de-table-setting-hover-color;
1022
+ }
1023
+
1024
+ .e-de-table-border-preview {
1025
+ height: 24px;
1026
+ width: 24px;
1027
+ }
1028
+
1029
+ .e-de-table-border-inside-preview:hover {
1030
+ border: 1px solid $de-table-preview-hover-color;
1031
+ }
1032
+
1033
+ .e-de-table-border-inside-setting-click {
1034
+ border: 1px solid $de-table-setting-color;
1035
+ }
1036
+
1037
+ .e-de-table-border-inside-preview-click {
1038
+ border: 1px solid $de-table-preview-setting-color;
1039
+ }
1040
+
1041
+ .e-de-table-border-none-setting::before {
1042
+ content: '\e507';
1043
+ font-size: $de-border-none-setting-font-size;
1044
+ position: absolute;
1045
+ }
1046
+
1047
+ .e-de-table-border-box-setting::before {
1048
+ content: '\e509';
1049
+ font-size: $de-border-setting-font-size;
1050
+ left: 2px;
1051
+ position: absolute;
1052
+ top: 2px;
1053
+ }
1054
+
1055
+ .e-de-table-border-all-setting::before {
1056
+ content: '\e511';
1057
+ font-size: $de-border-setting-font-size;
1058
+ left: 2px;
1059
+ position: absolute;
1060
+ top: 2px;
1061
+ }
1062
+
1063
+ .e-de-table-border-custom-setting::before {
1064
+ content: '\e516';
1065
+ font-size: $de-border-setting-font-size;
1066
+ left: 2px;
1067
+ position: absolute;
1068
+ top: 2px;
1069
+ }
1070
+
1071
+ .e-de-table-border-toptop-alignment::before {
1072
+ content: '\e281';
1073
+ font-size: 16px;
1074
+ left: 4px;
1075
+ position: absolute;
1076
+ top: $de-td-table-border-top;
1077
+ }
1078
+
1079
+ .e-de-table-border-topcenter-alignment::before {
1080
+ content: '\e276';
1081
+ font-size: 16px;
1082
+ left: 4px;
1083
+ position: absolute;
1084
+ top: $de-td-table-border-top;
1085
+ }
1086
+
1087
+ .e-de-table-border-topbottom-alignment::before {
1088
+ content: '\e298';
1089
+ font-size: 16px;
1090
+ left: 4px;
1091
+ position: absolute;
1092
+ top: $de-td-table-border-top;
1093
+ }
1094
+
1095
+ .e-de-table-border-diagionalup-alignment::before {
1096
+ content: '\e262';
1097
+ font-size: 16px;
1098
+ left: 4px;
1099
+ position: absolute;
1100
+ top: $de-td-table-border-top;
1101
+ }
1102
+
1103
+ .e-de-table-border-diagionaldown-alignment::before {
1104
+ content: '\e265';
1105
+ font-size: 16px;
1106
+ left: 4px;
1107
+ position: absolute;
1108
+ top: $de-td-table-border-top;
1109
+ }
1110
+
1111
+ .e-de-table-border-bottomleft-alignment::before {
1112
+ content: '\e291';
1113
+ font-size: 16px;
1114
+ left: 4px;
1115
+ position: absolute;
1116
+ top: $de-td-table-border-top;
1117
+ }
1118
+
1119
+ .e-de-table-border-bottomcenter-alignment::before {
1120
+ content: '\e287';
1121
+ font-size: 16px;
1122
+ left: 4px;
1123
+ position: absolute;
1124
+ top: $de-td-table-border-top;
1125
+ }
1126
+
1127
+ .e-de-table-border-bottomright-alignment::before {
1128
+ content: '\e288';
1129
+ font-size: 16px;
1130
+ left: 4px;
1131
+ position: absolute;
1132
+ top: $de-td-table-border-top;
1133
+ }
1134
+
1135
+ .e-menu-item .e-de-cut::before {
1136
+ content: $de-context-menu-cut-icon;
1137
+ }
1138
+
1139
+ .e-menu-item .e-de-copy::before {
1140
+ content: $de-context-menu-copy-icon;
1141
+ }
1142
+
1143
+ .e-menu-item .e-de-paste::before {
1144
+ content: $de-context-menu-paste-icon;
1145
+ }
1146
+
1147
+ .e-menu-item .e-de-continue-numbering::before {
1148
+ content: $de-context-menu-continue-numbering-icon;
1149
+ }
1150
+
1151
+ .e-menu-item .e-de-restart-at::before {
1152
+ content: $de-context-menu-restart-at-icon;
1153
+ }
1154
+
1155
+ .e-menu-item .e-de-insertlink::before {
1156
+ content: $de-context-menu-insertlink;
1157
+ }
1158
+
1159
+ .e-menu-item .e-de-open-hyperlink::before {
1160
+ content: $de-context-menu-open-hyperlink;
1161
+ }
1162
+
1163
+ .e-menu-item .e-de-copy-hyperlink::before {
1164
+ content: $de-context-menu-copy-hyperlink;
1165
+ }
1166
+
1167
+ .e-menu-item .e-de-edit-hyperlink::before {
1168
+ content: $de-context-menu-edit-hyperlink;
1169
+ }
1170
+
1171
+ .e-menu-item .e-de-remove-hyperlink::before {
1172
+ content: $de-context-menu-remove-hyperlink;
1173
+ }
1174
+
1175
+ .e-menu-item .e-de-fonts::before {
1176
+ content: $de-context-menu-font-icon;
1177
+ }
1178
+
1179
+ .e-menu-item .e-de-paragraph::before {
1180
+ content: $de-context-menu-paragraph-icon;
1181
+ }
1182
+
1183
+ .e-menu-item .e-de-table::before {
1184
+ content: $de-context-menu-table-properties-icon;
1185
+ }
1186
+
1187
+ .e-menu-item .e-de-insertabove::before {
1188
+ content: $de-context-menu-insert-above-icon;
1189
+ }
1190
+
1191
+ .e-menu-item .e-de-insertbelow::before {
1192
+ content: $de-context-menu-insert-below-icon;
1193
+ }
1194
+
1195
+ .e-menu-item .e-de-insertleft::before {
1196
+ content: $de-context-menu-insert-left-icon;
1197
+ }
1198
+
1199
+ .e-menu-item .e-de-insertright::before {
1200
+ content: $de-context-menu-insert-right-icon;
1201
+ }
1202
+
1203
+ .e-menu-item .e-de-delete-table::before {
1204
+ content: $de-context-menu-delete-table-icon;
1205
+ }
1206
+
1207
+ .e-menu-item .e-de-deleterow::before {
1208
+ content: $de-context-menu-delete-row-icon;
1209
+ }
1210
+
1211
+ .e-menu-item .e-de-deletecolumn::before {
1212
+ content: $de-context-menu-delete-column-icon;
1213
+ }
1214
+
1215
+ // .e-de-tablecell-top-alignment {
1216
+ // padding: 4px;
1217
+ // }
1218
+
1219
+ // .e-de-tablecell-center-alignment {
1220
+ // padding: 4px;
1221
+ // }
1222
+
1223
+ // .e-de-tablecell-bottom-alignment {
1224
+ // padding-left: 4px;
1225
+ // }
1226
+
1227
+ .e-de-bold::before {
1228
+ content: '\e339';
1229
+ font-family: 'e-icons';
1230
+ font-size: 16px;
1231
+ font-weight: normal;
1232
+ }
1233
+
1234
+ .e-de-italic::before {
1235
+ content: '\e35a';
1236
+ font-family: 'e-icons';
1237
+ font-size: 16px;
1238
+ font-weight: normal;
1239
+ }
1240
+
1241
+ .e-de-underline::before {
1242
+ content: '\e343';
1243
+ font-family: 'e-icons';
1244
+ font-size: 16px;
1245
+ font-weight: normal;
1246
+ }
1247
+
1248
+ .e-de-indent::before {
1249
+ content: '\e35d';
1250
+ font-family: 'e-icons';
1251
+ font-size: 16px;
1252
+ font-weight: normal;
1253
+ }
1254
+
1255
+ .e-de-outdent::before {
1256
+ content: '\e33f';
1257
+ font-family: 'e-icons';
1258
+ font-size: 16px;
1259
+ font-weight: normal;
1260
+ }
1261
+
1262
+ .e-de-align-left::before {
1263
+ content: '\e33a';
1264
+ font-family: 'e-icons';
1265
+ font-size: 16px;
1266
+ font-weight: normal;
1267
+ }
1268
+
1269
+ .e-de-align-center::before {
1270
+ content: '\e35e';
1271
+ font-family: 'e-icons';
1272
+ font-size: 16px;
1273
+ font-weight: normal;
1274
+ }
1275
+
1276
+ .e-de-align-right::before {
1277
+ content: '\e34d';
1278
+ font-family: 'e-icons';
1279
+ font-size: 16px;
1280
+ font-weight: normal;
1281
+ }
1282
+
1283
+ .e-de-justify::before {
1284
+ content: '\e334';
1285
+ font-family: 'e-icons';
1286
+ font-size: 16px;
1287
+ font-weight: normal;
1288
+ }
1289
+
1290
+ .e-de-single-spacing::before {
1291
+ content: '\e520';
1292
+ font-family: 'e-icons';
1293
+ font-size: 16px;
1294
+ }
1295
+
1296
+ .e-de-double-spacing::before {
1297
+ content: '\e521';
1298
+ font-family: 'e-icons';
1299
+ font-size: 16px;
1300
+ }
1301
+
1302
+ .e-de-one-point-five-spacing::before {
1303
+ content: '\e522';
1304
+ font-family: 'e-icons';
1305
+ font-size: 16px;
1306
+ }
1307
+
1308
+ .e-de-before-spacing::before {
1309
+ content: '\e523';
1310
+ font-family: 'e-icons';
1311
+ font-size: 16px;
1312
+ }
1313
+
1314
+ .e-de-after-spacing::before {
1315
+ content: '\e274';
1316
+ font-family: 'e-icons';
1317
+ font-size: 16px;
1318
+ }
1319
+
1320
+ .e-de-icon-bullet-list-dot::before {
1321
+ content: '\e270';
1322
+ font-family: 'e-icons';
1323
+ font-size: 42px;
1324
+ }
1325
+
1326
+ .e-de-icon-bullet-list-circle::before {
1327
+ content: '\e254';
1328
+ font-family: 'e-icons';
1329
+ font-size: 42px;
1330
+ }
1331
+
1332
+ .e-de-icon-bullet-list-square::before {
1333
+ content: '\e271';
1334
+ font-family: 'e-icons';
1335
+ font-size: 42px;
1336
+ }
1337
+
1338
+ .e-de-icon-bullet-list-tick::before {
1339
+ content: '\e259';
1340
+ font-family: 'e-icons';
1341
+ font-size: 42px;
1342
+ }
1343
+
1344
+ .e-de-icon-bullet-list-flower::before {
1345
+ content: '\e267';
1346
+ font-family: 'e-icons';
1347
+ font-size: 42px;
1348
+ }
1349
+
1350
+ .e-de-icon-bullet-list-arrow::before {
1351
+ content: '\e253';
1352
+ font-family: 'e-icons';
1353
+ font-size: 42px;
1354
+ }
1355
+
1356
+ .e-de-icon-bullet-list-none::before {
1357
+ content: '\e256';
1358
+ font-family: 'e-icons';
1359
+ font-size: 42px;
1360
+ }
1361
+ }
1362
+
1363
+ @include export-module('documenteditor-layout') {
1364
+ .e-de-blink-cursor {
1365
+ border-left: 1px solid;
1366
+ pointer-events: none;
1367
+ position: absolute;
1368
+ z-index: 3;
1369
+ }
1370
+
1371
+ .e-de-cursor-animation {
1372
+ animation-duration: 1s;
1373
+ animation-iteration-count: infinite;
1374
+ animation-name: FadeInFadeOut;
1375
+ }
1376
+
1377
+ @keyframes FadeInFadeOut {
1378
+ from {
1379
+ opacity: 1;
1380
+ }
1381
+
1382
+ 13% {
1383
+ opacity: 0;
1384
+ }
1385
+
1386
+ 50% {
1387
+ opacity: 0;
1388
+ }
1389
+
1390
+ 63% {
1391
+ opacity: 1;
1392
+ }
1393
+
1394
+ to {
1395
+ opacity: 1;
1396
+ }
1397
+ }
1398
+
1399
+ .e-documenteditor {
1400
+ .e-checkbox-wrapper .e-frame {
1401
+ height: 14px;
1402
+ line-height: 6px;
1403
+ width: 14px;
1404
+ }
1405
+
1406
+ .e-checkbox-wrapper .e-label {
1407
+ font-size: 12px;
1408
+ }
1409
+
1410
+ .e-de-op-close-button {
1411
+ left: 267px;
1412
+ position: absolute;
1413
+ top: $de-op-close-button-top;
1414
+ }
1415
+ }
1416
+ }
1417
+
1418
+ @include export-module('documenteditor-theme') {
1419
+ .e-de-background {
1420
+ background-color: $de-background;
1421
+ }
1422
+
1423
+ .e-de-result-list-block .e-de-search-result-hglt {
1424
+ background: $search-result-highlight-bg-color;
1425
+ border-bottom: 2px solid $search-result-hightlight-bdr-clr-hvr;
1426
+ cursor: default;
1427
+ padding: $search-result-item-padding-top 1px $search-result-item-padding-bottom 5px;
1428
+ }
1429
+
1430
+ .e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text {
1431
+ color: $search-result-hightlight-bdr-clr;
1432
+ }
1433
+
1434
+ .e-de-search-result-item {
1435
+ cursor: default;
1436
+ padding: $search-result-item-padding-top 1px $search-result-item-padding-bottom 5px;
1437
+ }
1438
+
1439
+ .e-de-search-result-item:hover {
1440
+ border-bottom: 1px solid $search-result-hightlight-bdr-clr-hvr;
1441
+ cursor: default;
1442
+ }
1443
+
1444
+ .e-de-search-result-item:focus {
1445
+ border-bottom: 2px solid $search-result-hightlight-bdr-clr-hvr;
1446
+ cursor: default;
1447
+ padding: $search-result-item-padding-top 1px $search-result-item-padding-bottom 5px;
1448
+ }
1449
+
1450
+ .e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus {
1451
+ border: 1px solid $search-icon-bdr-clr;
1452
+ }
1453
+
1454
+ .e-de-op-search-icon:hover {
1455
+ background: $search-icon-hvr;
1456
+ }
1457
+
1458
+ .e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus {
1459
+ border: 1px solid $search-icon-bdr-clr;
1460
+ border-right-width: 0;
1461
+ }
1462
+
1463
+ .e-de-op-search-close-icon:hover {
1464
+ background: $search-icon-hvr;
1465
+ }
1466
+
1467
+ .e-spin-down:focus {
1468
+ border: 1px solid $spin-down-bdr-clr;
1469
+ border-right-width: 0;
1470
+ }
1471
+
1472
+ .e-spin-down:hover {
1473
+ background: $spin-down-hvr;
1474
+ }
1475
+
1476
+ .e-spin-up:focus {
1477
+ border: 1px solid $spin-up-bdr-clr;
1478
+ border-right-width: 0;
1479
+ }
1480
+
1481
+ .e-spin-up:hover {
1482
+ background: $spin-up-hvr;
1483
+ }
1484
+
1485
+ .e-de-para-dlg-heading {
1486
+ color: $de-dlg-heading-main-header;
1487
+ display: block;
1488
+ font-size: $de-para-dlg-heading-font-size;
1489
+ font-weight: $de-para-dlg-heading-font-weight;
1490
+ margin-bottom: $de-para-title-bottom-margin;
1491
+ }
1492
+
1493
+ .e-de-para-dlg-container {
1494
+ height: $de-para-dlg-height;
1495
+ width: $de-para-dlg-width;
1496
+ }
1497
+
1498
+ .e-de-toc-dlg-heading {
1499
+ color: $de-dlg-heading-main-header;
1500
+ display: block;
1501
+ font-size: $de-toc-dlg-heading-font-size;
1502
+ font-weight: $de-toc-dlg-heading-font-weight;
1503
+ margin-bottom: $de-toc-title-bottom-margin;
1504
+ }
1505
+
1506
+ .e-de-toc-dlg-main-heading {
1507
+ color: $de-dlg-heading-main-header;
1508
+ display: block;
1509
+ font-size: $de-toc-dlg-heading-font-size;
1510
+ font-weight: $de-toc-dlg-main-heading-font-weight;
1511
+ margin-bottom: $de-toc-title-bottom-margin;
1512
+ }
1513
+
1514
+ .e-de-toc-reset-button {
1515
+ margin-top: $de-toc-reset-button-margin-top;
1516
+ }
1517
+
1518
+ .e-de-toc-modify-button {
1519
+ margin-left: $de-toc-modify-button-margin-left;
1520
+ margin-top: $de-toc-modify-button-margin-top;
1521
+ }
1522
+
1523
+ .e-de-toc-dlg-container {
1524
+ height: $de-toc-dlg-height;
1525
+ width: $de-toc-dlg-width;
1526
+ }
1527
+
1528
+ .e-de-toc-dlg-sub-container {
1529
+ margin-bottom: $de-toc-sub-container-bottom;
1530
+ }
1531
+
1532
+ .e-de-toc-list-view {
1533
+ border: 1px solid $de-toc-list-view-border-color;
1534
+ border-radius: $de-toc-styles-table-div-border-radius;
1535
+ font-size: $de-toc-list-view-font-size;
1536
+ height: $de-toc-list-view-height;
1537
+ margin-left: $de-toc-list-view-margin-left;
1538
+ overflow-y: scroll;
1539
+ width: $de-toc-list-view-width;
1540
+ }
1541
+
1542
+ .e-de-toc-dlg-sub-heading {
1543
+ color: $de-dlg-heading-main-header;
1544
+ display: block;
1545
+ font-size: $de-toc-dlg-heading-font-size;
1546
+ font-weight: $de-toc-dlg-heading-font-weight;
1547
+ margin: $de-toc-dlg-sub-margin;
1548
+ }
1549
+
1550
+ .e-de-toc-dlg-style-label {
1551
+ margin-left: $de-toc-dlg-style-label-left;
1552
+ margin-top: $de-toc-dlg-style-label-top;
1553
+ }
1554
+
1555
+ .e-de-toc-dlg-style-label.e-de-rtl {
1556
+ margin-left: 0;
1557
+ margin-right: $de-toc-dlg-style-label-left;
1558
+ }
1559
+
1560
+ .e-de-pagesetup-dlg-container {
1561
+ height: $de-page-setup-dlg-height;
1562
+ width: $de-page-setup-dlg-width;
1563
+ }
1564
+
1565
+ .e-de-page-setup-ppty-tab {
1566
+ border: $de-page-setup-ppty-tab-border;
1567
+ }
1568
+
1569
+ .e-de-page-setup-dlg-sub-container {
1570
+ margin-bottom: $de-page-setup-sub-container-bottom;
1571
+ }
1572
+
1573
+ .e-de-page-setup-dlg-left-sub-container {
1574
+ float: left;
1575
+ position: relative;
1576
+ top: $de-page-setup-dlg-left-container-top;
1577
+ }
1578
+
1579
+ .e-de-page-setup-dlg-right-sub-container {
1580
+ float: right;
1581
+ position: relative;
1582
+ top: $de-page-setup-dlg-right-container-top;
1583
+ }
1584
+
1585
+ .e-de-page-setup-dlg-sub-header {
1586
+ display: block;
1587
+ font-size: $de-page-setup-margin-dia-common-font;
1588
+ font-weight: normal;
1589
+ margin-bottom: $de-page-setup-margin-dia-common-margin-bottom;
1590
+ margin-top: $de-page-setup-margin-dia-common-margin-top;
1591
+ }
1592
+
1593
+ .e-de-page-setup-dlg-sub-title-header {
1594
+ display: block;
1595
+ font-size: $de-page-setup-margin-dia-common-font;
1596
+ font-weight: normal;
1597
+ margin-bottom: $de-page-setup-margin-dia-common-margin-bottom;
1598
+ margin-top: $de-page-setup-common-margin-top;
1599
+ }
1600
+
1601
+ .e-de-page-setup-dlg-sub-container-port {
1602
+ height: $de-page-setup-sub-container-height-style;
1603
+ margin-bottom: $de-page-setup-sub-container-port-bottom;
1604
+ }
1605
+
1606
+ .e-de-page-setup-dlg-sub-label {
1607
+ font-size: $de-page-setup-dlg-sub-label-font-size;
1608
+ font-weight: $de-page-setup-dlg-sub-label-font-weight;
1609
+ }
1610
+
1611
+ .e-de-page-setup-dlg-orientation-prop {
1612
+ margin-top: $de-page-setup-dlg-orientation-prop-margin-top;
1613
+ }
1614
+
1615
+ .e-de-page-setup-dlg-sub-size-container {
1616
+ height: $de-page-setup-sub-size-container-height;
1617
+ margin-bottom: $de-page-setup-sub-size-container-bottom;
1618
+ }
1619
+
1620
+ .e-de-page-setup-dlg-layout-sub-container {
1621
+ height: $de-page-setup-layout-sub-container-height;
1622
+ margin-bottom: $de-page-setup-layout-sub-container-bottom;
1623
+ position: relative;
1624
+ top: $de-page-setup-layout-sub-container-top;
1625
+ }
1626
+
1627
+ .e-de-page-setup-dlg-first-page-prop .e-label,
1628
+ .e-de-page-setup-dlg-odd-or-even-prop .e-label {
1629
+ font-size: $de-page-setup-checkbox-label-font-size;
1630
+ }
1631
+
1632
+ .e-de-page-setup-dlg-first-page-prop .e-frame,
1633
+ .e-de-page-setup-dlg-odd-or-even-prop .e-frame {
1634
+ height: $de-checkbox-height;
1635
+ line-height: $de-checkbox-line-height;
1636
+ width: $de-checkbox-width;
1637
+ }
1638
+
1639
+ .e-de-page-setup-dlg-left-layout-container {
1640
+ float: left;
1641
+ position: relative;
1642
+ top: $de-page-setup-dlg-layout-container-top;
1643
+ }
1644
+
1645
+ .e-de-page-setup-dlg-right-layout-container {
1646
+ float: right;
1647
+ position: relative;
1648
+ top: $de-page-setup-dlg-layout-container-top;
1649
+ }
1650
+
1651
+ .e-de-dlg-sub-header {
1652
+ display: block;
1653
+ font-size: 12px;
1654
+ font-weight: normal;
1655
+ margin-bottom: $de-para-sub-title-bottom-margin;
1656
+ margin-top: $de-para-sub-title-top-margin;
1657
+ }
1658
+
1659
+ .e-de-para-dlg-sub-container {
1660
+ margin-bottom: $de-para-sub-container-bottom;
1661
+ }
1662
+
1663
+ .e-de-para-dlg-right-sub-container {
1664
+ top: $de-para-dlg-right-contaner-top;
1665
+ }
1666
+
1667
+ .e-de-dlg-footer .e-btn {
1668
+ margin-left: 10px;
1669
+ }
1670
+
1671
+ .e-de-hyperlink-dlg-title {
1672
+ font-size: 12px;
1673
+ font-weight: normal;
1674
+ margin-bottom: $de-hyperlink-dlg-margin-bottom;
1675
+ margin-top: $de-hyperlink-dlg-margin-top;
1676
+ }
1677
+
1678
+ .e-de-hyperlink .e-de-hyperlink-dlg-input {
1679
+ height: $de-hyperlink-dlg-input-height;
1680
+ margin-bottom: $de-hyperlink-dlg-input-bottom;
1681
+ width: $de-hyperlink-dlg-input-width;
1682
+ }
1683
+
1684
+ .e-de-font-dlg-header {
1685
+ display: flex;
1686
+ font-size: 12px;
1687
+ font-weight: normal;
1688
+ margin-bottom: $de-font-dlg-header-margin-bottom;
1689
+ }
1690
+
1691
+ .e-de-font-dlg-header-effects,
1692
+ .e-de-font-dlg-header-font-color {
1693
+ display: flex;
1694
+ font-size: 14px;
1695
+ font-weight: normal;
1696
+ margin-bottom: $de-font-dlg-header-margin-bottom;
1697
+ }
1698
+
1699
+ .e-de-font-dlg-main-header {
1700
+ color: $de-dlg-heading-main-header;
1701
+ font-size: 14px;
1702
+ font-weight: normal;
1703
+ margin-right: $de-font-dlg-main-header-margin-right;
1704
+ }
1705
+
1706
+ .e-de-font-dlg-cb-right {
1707
+ margin-left: $e-de-font-dlg-cb-margin-right;
1708
+ }
1709
+
1710
+ .e-de-font-dlg-cb-right-div {
1711
+ margin-left: 20px;
1712
+ }
1713
+
1714
+ .e-de-dropdown {
1715
+ margin-right: $de-dropdown-margin-right;
1716
+ }
1717
+
1718
+ .e-de-op {
1719
+ border-right: 1px solid $de-op-border-clr;
1720
+ padding-left: $de-op-padding-left;
1721
+ padding-right: $de-op-padding-left;
1722
+ padding-top: $de-op-padding-top;
1723
+ position: relative;
1724
+ width: 300px;
1725
+ }
1726
+
1727
+ .e-de-op-header {
1728
+ color: $de-op-title-clr;
1729
+ font-family: $de-op-header-font-family;
1730
+ font-size: 15px;
1731
+ font-weight: $de-op-header-font-weight;
1732
+ margin-bottom: $de-op-header-bottm-margin;
1733
+ }
1734
+
1735
+ .e-de-op-tab {
1736
+ border: 0;
1737
+ height: $de-op-tab-height;
1738
+ }
1739
+
1740
+ .e-de-op-icon {
1741
+ color: $de-op-icon-color;
1742
+ height: 20px;
1743
+ width: 20px;
1744
+ }
1745
+
1746
+ .e-de-op-close-icon {
1747
+ color: $de-op-close-icon-clr;
1748
+ }
1749
+
1750
+ .e-de-op-nav-btn {
1751
+ height: $de-op-close-icon-width;
1752
+ width: $de-op-close-icon-width;
1753
+ }
1754
+
1755
+ .e-de-op-search-txt {
1756
+ border-bottom: 1px solid $search-result-hightlight-bdr-item;
1757
+ color: $de-dlg-heading-main-header;
1758
+ font-size: 14px;
1759
+ }
1760
+
1761
+ .e-de-op-search-txt .e-de-op-search-word {
1762
+ color: $de-op-search-txt;
1763
+ }
1764
+
1765
+ .e-de-op-more-less {
1766
+ display: block;
1767
+ margin-top: 15px;
1768
+ }
1769
+
1770
+ .e-de-op-replacetabcontentdiv {
1771
+ height: 82px;
1772
+ margin-top: 15px;
1773
+ }
1774
+
1775
+ label[for = 'container_wholeWord'] {
1776
+ left: 35px;
1777
+ }
1778
+
1779
+ .e-de-cell-dia-label-common {
1780
+ display: inline-block;
1781
+ font-size: $de-cell-margin-dia-common-font;
1782
+ font-weight: normal;
1783
+ margin-bottom: $de-cell-margin-dia-common-margin-bottom;
1784
+ margin-top: $de-cell-margin-dia-common-margin-top;
1785
+ width: $de-cell-margin-dia-common-width;
1786
+ }
1787
+
1788
+ .e-de-cell-dia-options-label {
1789
+ font-size: $de-cell-margin-dia-options-font;
1790
+ font-weight: $de-para-dlg-heading-font-weight;
1791
+ }
1792
+
1793
+ .e-de-table-border-heading {
1794
+ font-size: $de-border-dlg-border-label-fontsize;
1795
+ font-weight: $de-border-dlg-border-label-font-weight;
1796
+ padding-bottom: $de-border-dlg-border-label-paddingbottom;
1797
+ }
1798
+
1799
+ .e-de-table-setting-heading {
1800
+ font-size: $de-border-dlg-setting-label-fontsize;
1801
+ font-weight: $de-border-dlg-border-label-fontweight;
1802
+ padding-bottom: $de-border-dlg-setting-label-paddingbottom;
1803
+ }
1804
+
1805
+ .e-de-layout-setting-heading {
1806
+ font-size: $de-border-dlg-setting-label-fontsize;
1807
+ font-weight: $de-border-dlg-border-label-fontweight;
1808
+ padding-bottom: $de-border-dlg-setting-label-paddingbottom;
1809
+ }
1810
+
1811
+ .e-de-table-setting-labels-heading {
1812
+ font-size: $de-border-dlg-settinglabels-fontsize;
1813
+ font-weight: $de-border-dlg-border-label-fontweight;
1814
+ }
1815
+
1816
+ .e-de-table-element-subheading {
1817
+ font-size: $de-border-dlg-settinglabels-fontsize;
1818
+ font-weight: $de-border-dlg-border-label-fontweight;
1819
+ }
1820
+
1821
+ .e-de-border-dlg-preview-div {
1822
+ border: $de-border-dlg-border-preview-div-width solid $de-border-dlg-border-preview-div-opacity;
1823
+ }
1824
+
1825
+ .e-de-border-dlg-preview-inside-divs {
1826
+ opacity: $de-border-dlg-preview-inside-divs-opacity;
1827
+ }
1828
+
1829
+ .e-de-table-dia-align-div {
1830
+ border: $de-table-align-border-width solid $de-table-align-border-color;
1831
+ display: inline-block;
1832
+ height: $de-table-align-height;
1833
+ margin-right: $de-table-align-margin-right;
1834
+ width: $de-table-align-width;
1835
+ }
1836
+
1837
+ .e-de-table-dia-align-label {
1838
+ display: inline-block;
1839
+ font-size: $de-table-alignment-label-font-size;
1840
+ font-weight: normal;
1841
+ margin-left: $de-table-alignment-label-margin-left;
1842
+ margin-top: $de-table-alignment-label-margin-top;
1843
+ }
1844
+
1845
+ .e-de-table-dialog-separator-line {
1846
+ background-color: $de-table-separator-line-color;
1847
+ height: $de-table-separator-line-height;
1848
+ left: $de-table-separator-line-left;
1849
+ opacity: $de-table-separator-line-opacity;
1850
+ position: absolute;
1851
+ top: $de-table-separtor-line-top;
1852
+ width: $de-table-separator-line-width;
1853
+ }
1854
+
1855
+ .e-de-table-dialog-options-label {
1856
+ font-size: $de-table-options-font-size;
1857
+ font-weight: $de-table-options-font-weight;
1858
+ padding-bottom: $de-table-options-padding-bottom;
1859
+ padding-top: $de-table-options-padding-top;
1860
+ }
1861
+
1862
+ .e-de-list-ddl-header {
1863
+ font-size: 14px;
1864
+ font-weight: $de-list-dlg-header-font-weight;
1865
+ margin-bottom: $de-list-dlg-header-margin-bottom;
1866
+ margin-top: $de-list-dlg-header-margin-top;
1867
+ }
1868
+
1869
+ .e-de-list-ddl-header-list-level {
1870
+ font-size: 14px;
1871
+ font-weight: $de-list-dlg-header-font-weight;
1872
+ margin-bottom: $de-list-dlg-header-margin-bottom;
1873
+ }
1874
+
1875
+ .e-de-tbl-dlg-footer {
1876
+ padding-top: $de-tbl-dlg-footer;
1877
+ }
1878
+
1879
+ .e-de-row-ht-top {
1880
+ display: inline-block;
1881
+ margin-left: 20px;
1882
+ }
1883
+
1884
+ .e-de-cell-width-top {
1885
+ margin-left: $de-cell-width-top-margin-left;
1886
+ margin-top: $de-cell-width-top-margin-top;
1887
+ }
1888
+
1889
+ .e-de-tbl-dlg-border-btn {
1890
+ float: right;
1891
+ margin-right: $de-tbl-dlg-border-btn-margin-right;
1892
+ margin-top: $de-tbl-dlg-border-btn-margin-top;
1893
+ }
1894
+
1895
+ .e-de-tbl-dlg-op-btn {
1896
+ left: $de-tbl-opt-btn-left;
1897
+ position: absolute;
1898
+ top: $de-tbl-opt-btn-top;
1899
+ }
1900
+
1901
+ .e-de-insert-table-dlg-sub-header {
1902
+ display: block;
1903
+ font-size: 12px;
1904
+ font-weight: normal;
1905
+ margin-bottom: $de-insert-table-title-bottom-margin;
1906
+ margin-top: $de-insert-table-title-top-margin;
1907
+ }
1908
+
1909
+ .e-de-insert-table-dlg-input {
1910
+ margin-bottom: $de-insert-table-dlg-input-bottom;
1911
+ }
1912
+
1913
+ .e-de-insert-footnote-dlg-sub-header {
1914
+ display: block;
1915
+ font-size: 12px;
1916
+ font-weight: normal;
1917
+ margin-bottom: $de-insert-table-title-bottom-margin;
1918
+ margin-top: $de-insert-table-title-top-margin;
1919
+ }
1920
+
1921
+ .e-de-list-ddl-subheader,
1922
+ .e-de-list-ddl-subheaderbottom {
1923
+ font-size: 12px;
1924
+ font-weight: $de-list-dlg-subheader-font-weight;
1925
+ margin-bottom: $de-list-dlg-subheader-margin-bottom;
1926
+ margin-top: $de-list-dlg-subheader-margin-top;
1927
+ }
1928
+
1929
+ .e-de-list-dlg-subdiv {
1930
+ float: right;
1931
+ margin-top: $e-de-list-subdiv-margin-top;
1932
+ position: relative;
1933
+ }
1934
+
1935
+ .e-de-list-dlg-div {
1936
+ float: right;
1937
+ margin-top: $e-de-list-div-margin-top;
1938
+ position: relative;
1939
+ }
1940
+
1941
+ .e-de-ok-button {
1942
+ margin-right: $de-ok-insert-button-margin-right;
1943
+ }
1944
+
1945
+ .e-de-options-setter {
1946
+ left: $de-options-buttons-left;
1947
+ }
1948
+
1949
+ .e-de-op-close-icon:hover {
1950
+ color: $de-op-btn-icon-hover-clr;
1951
+ }
1952
+
1953
+ .e-de-tooltip {
1954
+ background-color: $de-tooltip-bg-clr;
1955
+ box-shadow: $de-tooltip-shadow;
1956
+ color: $de-tooltip-color;
1957
+ cursor: text;
1958
+ max-width: 200px;
1959
+ padding: 5px;
1960
+ width: fit-content;
1961
+ word-wrap: break-word;
1962
+ }
1963
+
1964
+ .e-btn.e-de-op-icon-btn {
1965
+ background-color: $de-op-btn-icon-bg;
1966
+ border-color: $de-op-btn-icon-border;
1967
+ }
1968
+
1969
+ .e-btn.e-de-op-close-button:hover {
1970
+ background-color: $de-op-btn-icon-bg;
1971
+ border-color: $de-op-btn-icon-border;
1972
+ color: $de-op-btn-icon-hover-clr;
1973
+ }
1974
+
1975
+ .e-btn.e-de-op-close-button:focus {
1976
+ background-color: $de-op-btn-icon-bg;
1977
+ border-color: $de-op-btn-icon-border;
1978
+ color: $de-op-btn-icon-hover-clr;
1979
+ }
1980
+
1981
+ .e-btn.e-de-op-close-button:active {
1982
+ background-color: $de-op-btn-icon-bg;
1983
+ border-color: $de-op-btn-icon-border;
1984
+ color: $de-op-btn-icon-active-clr;
1985
+ }
1986
+
1987
+ .e-documenteditor {
1988
+ .e-input {
1989
+ color: $de-input-color;
1990
+ font-size: 14px;
1991
+ }
1992
+ }
1993
+
1994
+ .e-de-dlg-target .e-footer-content {
1995
+ .e-control.e-btn.e-flat:not(.e-icon-btn) {
1996
+ height: $de-dlg-btn-height;
1997
+ }
1998
+ }
1999
+
2000
+ .e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) {
2001
+ height: $de-dlg-btn-height;
2002
+ }
2003
+
2004
+ .e-de-dlg-target {
2005
+ .e-dlg-header,
2006
+ .e-dlg-header * {
2007
+ font-weight: $de-border-dlg-border-label-fontweight;
2008
+ }
2009
+
2010
+ .e-dlg-header {
2011
+ font-size: $de-dlg-header-font-size;
2012
+ font-weight: $de-dlg-header-font-weight;
2013
+ margin-top: $de-dlg-header-margin-top;
2014
+ }
2015
+
2016
+ .e-de-dlg-footer {
2017
+ margin-top: $de-dlg-footer-margin-top;
2018
+ padding-top: $de-dlg-footer-padding-top;
2019
+ }
2020
+
2021
+ .e-dlg-header-content {
2022
+ padding: $de-dlg-header-content-padding;
2023
+ }
2024
+
2025
+ .e-dlg-content {
2026
+ padding: $de-dlg-content-padding;
2027
+ }
2028
+
2029
+ .e-footer-content {
2030
+ padding-right: $de-dlg-footer-padding-right;
2031
+ padding-top: $de-dlg-footer-content-padding-top;
2032
+ }
2033
+
2034
+ .e-btn .e-btn-icon.e-icon-dlg-close {
2035
+ font-size: $de-dlg-close-font-size;
2036
+ }
2037
+
2038
+ .e-dlg-header-content,
2039
+ .e-footer-content {
2040
+ border: 1px;
2041
+ border-radius: $e-de-dlg-border-radius;
2042
+ }
2043
+
2044
+ .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
2045
+ left: $de-dlg-close-icon-left;
2046
+ }
2047
+
2048
+ .e-dlg-clr-pkr-top {
2049
+ top: $de-dlg-clr-pkr-top;
2050
+ }
2051
+ }
2052
+
2053
+ .e-de-op-result-container {
2054
+ margin-top: $de-op-result-container-margin-top;
2055
+ }
2056
+
2057
+ .e-de-op {
2058
+ background-color: $de-op-bg-color;
2059
+ }
2060
+
2061
+ .e-de-op {
2062
+ .e-tab-header .e-toolbar-items {
2063
+ margin-bottom: $de-op-tab-header-margin-bottom;
2064
+ margin-top: $de-op-tab-header-margin-top;
2065
+ }
2066
+ }
2067
+
2068
+ .e-de-font-dlg-color {
2069
+ border: $de-font-color-border;
2070
+ border-radius: $de-font-color-border-radius;
2071
+ font-size: 12px;
2072
+ height: 16px;
2073
+ margin-left: 15px;
2074
+ width: 25px;
2075
+ }
2076
+
2077
+ .e-de-icon-table-row-above {
2078
+ top: $de-icon-table-row-above-top;
2079
+ }
2080
+
2081
+ .e-de-icon-table-row-below {
2082
+ top: $de-icon-table-row-below-top;
2083
+ }
2084
+
2085
+ .e-de-icon-table-column-left {
2086
+ top: $de-icon-table-column-left-top;
2087
+ }
2088
+
2089
+ .e-de-icon-table-column-right {
2090
+ top: $de-icon-table-column-right-top;
2091
+ }
2092
+
2093
+ .e-de-icon-table-delete {
2094
+ top: $de-icon-table-delete-top;
2095
+ }
2096
+
2097
+ .e-de-icon-table-row-delete {
2098
+ top: $de-icon-table-row-delete-top;
2099
+ }
2100
+
2101
+ .e-de-icon-table-column-delete {
2102
+ top: $de-icon-table-column-delete-top;
2103
+ }
2104
+
2105
+ .e-de-list-bullet-none {
2106
+ height: 40px;
2107
+ width: 40px;
2108
+ }
2109
+
2110
+ .e-de-list-bullet-dot {
2111
+ height: 40px;
2112
+ width: 40px;
2113
+ }
2114
+
2115
+ .e-de-list-bullet-circle {
2116
+ height: 40px;
2117
+ width: 40px;
2118
+ }
2119
+
2120
+ .e-de-list-bullet-square {
2121
+ height: 40px;
2122
+ width: 40px;
2123
+ }
2124
+
2125
+ .e-de-list-bullet-flower {
2126
+ height: 40px;
2127
+ width: 40px;
2128
+ }
2129
+
2130
+ .e-de-list-bullet-arrow {
2131
+ height: 40px;
2132
+ width: 40px;
2133
+ }
2134
+
2135
+ .e-de-list-bullet-tick {
2136
+ height: 40px;
2137
+ width: 40px;
2138
+ }
2139
+
2140
+ .e-de-bullet:hover {
2141
+ background: $de-bullet-list-hover-color;
2142
+ }
2143
+
2144
+ .e-de-list-numbered-none {
2145
+ height: 80px;
2146
+ width: 80px;
2147
+ }
2148
+
2149
+ .e-de-list-numbered-number-dot {
2150
+ height: 80px;
2151
+ width: 80px;
2152
+ }
2153
+
2154
+ .e-de-list-numbered-number-brace {
2155
+ height: 80px;
2156
+ width: 80px;
2157
+ }
2158
+
2159
+ .e-de-list-numbered-up-roman {
2160
+ height: 80px;
2161
+ width: 80px;
2162
+ }
2163
+
2164
+ .e-de-list-numbered-up-letter {
2165
+ height: 80px;
2166
+ width: 80px;
2167
+ }
2168
+
2169
+ .e-de-list-numbered-low-letter-brace {
2170
+ height: 80px;
2171
+ width: 80px;
2172
+ }
2173
+
2174
+ .e-de-numbered-low-letter-dot {
2175
+ height: 80px;
2176
+ width: 80px;
2177
+ }
2178
+
2179
+ .e-de-list-numbered-low-roman {
2180
+ height: 80px;
2181
+ width: 80px;
2182
+ }
2183
+
2184
+ .e-de-numbered:hover {
2185
+ background: $de-number-list-hover-color;
2186
+ }
2187
+
2188
+ .e-de-list-multilevel-none {
2189
+ height: 80px;
2190
+ width: 80px;
2191
+ }
2192
+
2193
+ .e-de-list-multilevel-list-normal {
2194
+ height: 80px;
2195
+ width: 80px;
2196
+ }
2197
+
2198
+ .e-de-list-multilevel-list-multilevel {
2199
+ height: 80px;
2200
+ width: 80px;
2201
+ }
2202
+
2203
+ .e-de-list-multilevel-list-bullets {
2204
+ height: 80px;
2205
+ width: 80px;
2206
+ }
2207
+
2208
+ .e-de-multilevel-list:hover {
2209
+ background: $de-multilevel-list-hover-color;
2210
+ }
2211
+
2212
+ .e-de-list-dialog-open:hover {
2213
+ background: $de-list-dialog-hover-color;
2214
+ }
2215
+
2216
+ .e-de-cell-options {
2217
+ left: $de-cell-options-left;
2218
+ top: $de-cell-options-top;
2219
+ }
2220
+
2221
+ .e-de-font-color-label {
2222
+ margin-bottom: $de-font-color-margin-bottom;
2223
+ margin-top: $de-font-color-margin-top;
2224
+ }
2225
+
2226
+ .e-de-font-content-label {
2227
+ margin-left: $de-font-dlg-effect-margin-left;
2228
+ margin-right: $de-font-dlg-margin-right;
2229
+ }
2230
+
2231
+ .e-de-font-color-margin {
2232
+ margin-right: $de-font-dlg-color-margin-right;
2233
+ margin-top: $de-font-dlg-color-margin-top;
2234
+ }
2235
+
2236
+ .e-de-font-content-checkbox-label {
2237
+ margin-left: $de-font-content-checkbox-left;
2238
+ }
2239
+
2240
+ .e-de-font-checkbox {
2241
+ margin-left: $de-font-checkbox-left;
2242
+ }
2243
+
2244
+ .e-de-font-dlg-padding {
2245
+ margin-top: $de-font-dlg-margin-top;
2246
+ }
2247
+
2248
+ .e-de-table-container-div {
2249
+ margin-top: $de-table-container-margin-top;
2250
+ }
2251
+
2252
+ .e-de-table-header-div {
2253
+ padding-top: $de-table-header-padding-top;
2254
+ }
2255
+
2256
+ .e-de-table-subheader-div {
2257
+ float: right;
2258
+ margin-right: $de-table-subheader-div-margin-right;
2259
+ margin-top: $de-table-subheader-div-margin-top;
2260
+ }
2261
+
2262
+ .e-de-table-cell-header-div {
2263
+ padding-top: $de-table-header-padding-top;
2264
+ }
2265
+
2266
+ .e-de-table-cell-subheader-div {
2267
+ top: $de-cell-subheader-top;
2268
+ }
2269
+
2270
+ .e-de-cell-margin-header {
2271
+ left: $de-cell-margin-header-left;
2272
+ top: $de-cell-margin-header-top;
2273
+ }
2274
+
2275
+ .e-de-font-dlg-display {
2276
+ display: inline-flex;
2277
+ }
2278
+
2279
+ .e-de-tbl-margin-sub-header {
2280
+ margin-top: $de-tbl-margin-sub-header;
2281
+ }
2282
+
2283
+ .e-de-tbl-btn-separator {
2284
+ width: $de-tbl-btn-separator;
2285
+ }
2286
+
2287
+ .e-de-op-msg {
2288
+ color: $de-op-container-messagediv-color;
2289
+ top: 79px;
2290
+ }
2291
+
2292
+ .e-de-save-dlg-file-name {
2293
+ height: 25px;
2294
+ margin-bottom: 8px;
2295
+ }
2296
+
2297
+ .e-de-save-dlg-format-type {
2298
+ height: 25px;
2299
+ margin-bottom: 8px;
2300
+ padding-top: $de-save-dlg-format-type-padding;
2301
+ }
2302
+
2303
+ .e-de-search-tab-content {
2304
+ margin-top: $de-op-search-tab-content-margin-top;
2305
+ width: $de-op-search-text-box-container-width;
2306
+ }
2307
+
2308
+ .e-de-font-dlg {
2309
+ height: $de-font-dlg-height;
2310
+ width: $de-font-dlg-width;
2311
+ }
2312
+
2313
+ .e-de-hyperlink {
2314
+ height: $de-hyper-link-height;
2315
+ width: $de-hyper-link-width;
2316
+ }
2317
+
2318
+ .e-de-insert-table {
2319
+ height: $de-insert-table-height;
2320
+ width: $de-insert-table-width;
2321
+ }
2322
+
2323
+ .e-de-insert-table {
2324
+ height: $de-insert-footnote-height;
2325
+ width: $de-insert-footnote-width;
2326
+ }
2327
+
2328
+ .e-de-list-dlg {
2329
+ height: $de-list-dlg-height;
2330
+ width: $de-list-dlg-width;
2331
+ }
2332
+
2333
+ .e-de-save-dlg {
2334
+ height: $de-save-dlg-height;
2335
+ width: $de-save-dlg-width;
2336
+ }
2337
+
2338
+ .e-de-table-properties-dlg {
2339
+ height: $de-table-ppty-dlg-height;
2340
+ width: $de-table-ppty-dlg-width;
2341
+ }
2342
+
2343
+ .e-de-table-border-shading-dlg {
2344
+ height: $de-table-border-shading-dlg-height;
2345
+ width: $de-table-border-shading-dlg-width;
2346
+ }
2347
+
2348
+ .e-de-table-cell-margin-dlg {
2349
+ height: $de-table-cell-margin-dlg-height;
2350
+ width: $de-table-cell-margin-dlg-width;
2351
+ }
2352
+
2353
+ .e-de-table-options-dlg {
2354
+ height: $de-table-options-dlg-height;
2355
+ width: $de-table-options-dlg-width;
2356
+ }
2357
+
2358
+ .e-de-table-border-none {
2359
+ position: absolute;
2360
+ top: $de-table-border-none-top;
2361
+ }
2362
+
2363
+ .e-de-table-border-box {
2364
+ position: absolute;
2365
+ top: $de-table-border-box-top;
2366
+ }
2367
+
2368
+ .e-de-table-border-all {
2369
+ position: absolute;
2370
+ top: $de-table-border-all-top;
2371
+ }
2372
+
2373
+ .e-de-table-border-custom {
2374
+ position: absolute;
2375
+ top: $de-table-border-custom-top;
2376
+ }
2377
+
2378
+ .e-de-table-shading-preview {
2379
+ top: $de-table-shading-preview-top;
2380
+ }
2381
+
2382
+ .e-de-font-content-label span.e-label {
2383
+ color: $de-checkbox-wrapper-color;
2384
+ }
2385
+
2386
+ .e-de-font-label span.e-label {
2387
+ color: $de-checkbox-wrapper-color;
2388
+ }
2389
+
2390
+ .e-de-font-content-label:hover .e-label,
2391
+ .e-css.e-de-font-content-label:hover .e-label {
2392
+ color: $de-checkbox-wrapper-color;
2393
+ }
2394
+
2395
+ .e-de-font-label:hover .e-label,
2396
+ .e-css.e-de-font-label:hover .e-label {
2397
+ color: $de-checkbox-wrapper-color;
2398
+ }
2399
+
2400
+ .e-documenteditor {
2401
+ .e-checkbox-wrapper .e-label {
2402
+ color: $de-checkbox-wrapper-color;
2403
+ font-size: 14px;
2404
+ }
2405
+
2406
+ .e-checkbox-wrapper .e-frame {
2407
+ height: $de-checkbox-height;
2408
+ line-height: $de-checkbox-line-height;
2409
+ width: $de-checkbox-width;
2410
+ }
2411
+
2412
+ .e-checkbox-wrapper .e-frame + .e-label {
2413
+ margin-right: $de-checkbox-margin-right;
2414
+ }
2415
+ }
2416
+
2417
+ .e-de-op-dlg-footer {
2418
+ margin-top: $de-op-dlg-footer-margin-top;
2419
+ }
2420
+
2421
+ .e-de-op-dlg-footer .e-btn {
2422
+ height: $de-dlg-btn-height;
2423
+ padding-left: 6px;
2424
+ padding-right: 6px;
2425
+ }
2426
+
2427
+ .e-de-search-tab-content .e-input-group .e-de-search-input {
2428
+ width: $de-op-search-input-width;
2429
+ }
2430
+
2431
+ .e-de-op-replacewith {
2432
+ width: $de-op-replacewith-width;
2433
+ }
2434
+
2435
+ .e-de-table-ppty-tab {
2436
+ border: $de-table-ppty-tab-border;
2437
+ }
2438
+
2439
+ .e-de-table-container-div .e-checkbox-wrapper .e-label {
2440
+ color: $de-checkbox-wrapper-color;
2441
+ }
2442
+
2443
+ .e-de-table-header-div .e-checkbox-wrapper .e-label {
2444
+ color: $de-checkbox-wrapper-color;
2445
+ }
2446
+
2447
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
2448
+ color: $de-checkbox-wrapper-color;
2449
+ }
2450
+
2451
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
2452
+ color: $de-checkbox-wrapper-color;
2453
+ }
2454
+
2455
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
2456
+ color: $de-checkbox-wrapper-color;
2457
+ }
2458
+
2459
+ .e-de-tbl-margin-sub-header .e-label {
2460
+ color: $de-checkbox-wrapper-color;
2461
+ }
2462
+
2463
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
2464
+ color: $de-checkbox-wrapper-color;
2465
+ }
2466
+
2467
+ .e-de-list-format-info {
2468
+ border-radius: 50%;
2469
+ cursor: default;
2470
+ font-size: 12px;
2471
+ height: 15px;
2472
+ line-height: 1px;
2473
+ padding: $de-list-info-btn-padding;
2474
+ text-transform: lowercase;
2475
+ width: 16px;
2476
+ }
2477
+
2478
+ .e-button-custom {
2479
+ height: $de-bookmark-custom-btn-height;
2480
+ padding: 0;
2481
+ width: $de-bookmark-custom-btn-width;
2482
+ }
2483
+
2484
+ .e-styles-listview,
2485
+ .e-bookmark-listview {
2486
+ border: 1px solid $bookmark-listview-border-color;
2487
+ border-radius: $de-bookmark-list-view-border-radius;
2488
+ height: 150px;
2489
+ overflow-y: scroll;
2490
+ }
2491
+
2492
+ .e-bookmark-gotobutton,
2493
+ .e-bookmark-addbutton,
2494
+ .e-styles-addbutton,
2495
+ .e-bookmark-deletebutton {
2496
+ margin-bottom: 8px;
2497
+ }
2498
+
2499
+ .e-bookmark-list {
2500
+ float: left;
2501
+ margin-right: 20px;
2502
+ width: 250px;
2503
+ }
2504
+
2505
+ .e-bookmark-textboxdiv {
2506
+ margin-bottom: $de-bookmark-textbox-margin-bottom;
2507
+ }
2508
+
2509
+ .e-bookmark-listview .e-list-item {
2510
+ font-size: 13px;
2511
+ height: 30px;
2512
+ line-height: 27px;
2513
+ }
2514
+
2515
+ .e-bookmark-common {
2516
+ display: flex;
2517
+ }
2518
+
2519
+ .e-bookmark-button {
2520
+ position: relative;
2521
+ top: $de-bookmark-button-div-top-position;
2522
+ }
2523
+
2524
+ .e-font {
2525
+ float: left;
2526
+ }
2527
+
2528
+ .e-de-table-border-toptop-alignment,
2529
+ .e-de-table-border-topcenter-alignment,
2530
+ .e-de-table-border-topbottom-alignment,
2531
+ .e-de-table-border-diagionalup-alignment,
2532
+ .e-de-table-border-diagionaldown-alignment,
2533
+ .e-de-table-border-bottomleft-alignment,
2534
+ .e-de-table-border-bottomcenter-alignment,
2535
+ .e-de-table-border-bottomright-alignment {
2536
+ left: $de-table-border-dlg-alignments-left;
2537
+ position: absolute;
2538
+ top: $de-table-border-preview-top;
2539
+ transform: $de-table-border-dlg-alignments-transform;
2540
+ }
2541
+
2542
+ .e-de-style-properties,
2543
+ .e-de-style-formatting {
2544
+ font-size: $de-style-heading-font-size;
2545
+ font-weight: $de-style-heading-font-weight;
2546
+ }
2547
+
2548
+ .e-de-style-formatting {
2549
+ margin-bottom: $de-style-dialog-style-formatting-bottom-margin;
2550
+ }
2551
+
2552
+ .e-de-style-paragraph-indent-group-button .e-btn,
2553
+ .e-de-style-paragraph-group-button .e-btn,
2554
+ .e-de-style-font-group-button .e-btn {
2555
+ box-shadow: none;
2556
+ }
2557
+
2558
+ .e-de-style-paragraph-indent-group-button .e-btn.e-active,
2559
+ .e-de-style-paragraph-group-button .e-btn.e-active,
2560
+ .e-de-style-font-group-button .e-btn.e-active {
2561
+ background-color: $de-style-btn-active-bg-border-color;
2562
+ border-color: $de-style-btn-active-bg-border-color;
2563
+ box-shadow: none;
2564
+ color: $de-style-btn-active-text-color;
2565
+ }
2566
+
2567
+ .e-de-style-properties {
2568
+ margin-bottom: $de-style-dialog-style-ppties-bottom-margin;
2569
+ }
2570
+
2571
+ .e-de-style-nametype-div {
2572
+ margin-bottom: $de-style-dialog-style-name-type-div-bottom-margin;
2573
+ }
2574
+
2575
+ .e-de-style-based-para-div {
2576
+ margin-bottom: $de-style-dialog-style-based-para-div-bottom-margin;
2577
+ }
2578
+
2579
+ .e-de-style-name,
2580
+ .e-de-style-styletype,
2581
+ .e-de-style-style-based-on,
2582
+ .e-de-style-style-paragraph {
2583
+ font-size: 13px;
2584
+ font-weight: normal;
2585
+ margin-bottom: $de-style-dialog-label-bottom-margin;
2586
+ width: 180px;
2587
+ }
2588
+
2589
+ .e-de-style-left-div {
2590
+ margin-right: $de-style-dialog-style-left-div-right-margin;
2591
+ }
2592
+
2593
+ .e-de-style-font-color-picker,
2594
+ .e-de-style-icon-button-size,
2595
+ .e-de-style-icon-button-first-size,
2596
+ .e-de-style-icon-button-last-size {
2597
+ height: 30px;
2598
+ }
2599
+
2600
+ .e-de-style-bold-button-size {
2601
+ height: 30px;
2602
+ margin-left: 6px;
2603
+ margin-right: 8px;
2604
+ }
2605
+
2606
+ .e-de-style-font-color-picker,
2607
+ .e-de-style-icon-button-size {
2608
+ margin-right: $de-style-dialog-label-bottom-margin;
2609
+ }
2610
+
2611
+ .e-de-style-icon-button-first-size {
2612
+ margin-left: 6px;
2613
+ margin-right: 3px;
2614
+ }
2615
+
2616
+ .e-de-style-icon-button-last-size {
2617
+ margin-right: 6px;
2618
+ }
2619
+
2620
+ .e-de-style-font-color-picker {
2621
+ margin-left: 8px;
2622
+ }
2623
+
2624
+ .e-style-font-fmaily-right {
2625
+ margin-right: $de-style-dialog-label-bottom-margin;
2626
+ }
2627
+
2628
+ .e-style-font {
2629
+ margin-left: $de-style-font-margin-left;
2630
+ margin-right: $de-style-font-margin-right;
2631
+ }
2632
+
2633
+ .e-de-style-left-div .e-de-style-dlg-name-input {
2634
+ height: $e-de-style-input-text-height;
2635
+ }
2636
+
2637
+ .e-style-list {
2638
+ margin-left: $de-style-list-margin-left;
2639
+ }
2640
+
2641
+ .e-de-style-dialog .e-de-style-only-this-document {
2642
+ margin-top: 25px;
2643
+ }
2644
+
2645
+ .e-de-style-format-dropdwn {
2646
+ width: 135px;
2647
+ }
2648
+
2649
+ .e-de-style-options-div {
2650
+ margin-bottom: $de-style-dialog-option-div-bottom-margin;
2651
+ padding: 5px;
2652
+ }
2653
+
2654
+ .e-de-style-paragraph-group-button {
2655
+ border-right: 2px solid $de-style-toggle-btn-color;
2656
+ }
2657
+
2658
+ .e-de-style-font-group-button {
2659
+ border-left: 2px solid $de-style-toggle-btn-color;
2660
+ border-right: 2px solid $de-style-toggle-btn-color;
2661
+ }
2662
+
2663
+ .e-de-op-replace-messagediv {
2664
+ color: $de-op-container-messagediv-color;
2665
+ position: absolute;
2666
+ top: 144px;
2667
+ }
2668
+
2669
+ .e-de-font-content-label .e-label,
2670
+ .e-de-font-dlg-cb-right .e-label,
2671
+ .e-de-font-checkbox .e-label {
2672
+ font-size: $de-font-checkbox-label-font-size;
2673
+ }
2674
+
2675
+ .e-de-font-content-label .e-frame,
2676
+ .e-de-font-dlg-cb-right .e-frame,
2677
+ .e-de-font-checkbox .e-frame {
2678
+ height: $de-checkbox-height;
2679
+ line-height: $de-checkbox-line-height;
2680
+ width: $de-checkbox-width;
2681
+ }
2682
+
2683
+ .e-de-op-input-group,
2684
+ .e-de-op-replacewith {
2685
+ height: $de-op-input-group-height;
2686
+ }
2687
+
2688
+ .e-de-hyperlink-bookmark-check {
2689
+ margin-top: $de-hyperlink-bookmark-check-margin-top;
2690
+ }
2691
+
2692
+ .e-de-table-container-div .e-checkbox-wrapper .e-frame,
2693
+ .e-de-table-header-div .e-checkbox-wrapper .e-frame,
2694
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame,
2695
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame,
2696
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-frame,
2697
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-frame,
2698
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame,
2699
+ .e-de-tbl-margin-sub-header .e-frame {
2700
+ height: $de-checkbox-height;
2701
+ line-height: $de-checkbox-line-height;
2702
+ width: $de-checkbox-width;
2703
+ }
2704
+
2705
+ .e-de-table-container-div .e-checkbox-wrapper .e-label,
2706
+ .e-de-table-header-div .e-checkbox-wrapper .e-label,
2707
+ .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
2708
+ .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
2709
+ .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
2710
+ .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
2711
+ .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
2712
+ .e-de-tbl-margin-sub-header .e-label {
2713
+ font-size: 14px;
2714
+ }
2715
+
2716
+ .e-de-table-ppty-dlg-measure-div {
2717
+ float: right;
2718
+ margin-left: $de-table-ppty-dlg-measure-div-margin-left;
2719
+ margin-top: -12px;
2720
+ }
2721
+
2722
+ .e-de-table-ppty-dlg-measure-drop-down-div {
2723
+ float: right;
2724
+ margin-left: $de-table-ppty-dlg-measure-div-margin-left;
2725
+ margin-top: $de-table-ppty-dlg-measure-div-margin-top;
2726
+ }
2727
+
2728
+ .e-de-table-ppty-dlg-left-indent-container {
2729
+ float: right;
2730
+ margin-right: $de-table-ppty-dlg-left-indent-container-margin-right;
2731
+ }
2732
+
2733
+ .e-de-table-ppty-dlg-row-height-label {
2734
+ float: right;
2735
+ margin-right: $de-table-ppty-dlg-row-height-label-margin-right;
2736
+ margin-top: $de-table-ppty-dlg-row-height-label-margin-top;
2737
+ }
2738
+
2739
+ .e-de-table-ppty-dlg-preferred-width-div {
2740
+ float: right;
2741
+ margin-left: $de-table-ppty-dlg-preferred-width-margin-left;
2742
+ margin-top: $de-table-ppty-dlg-preferred-width-margin-top;
2743
+ }
2744
+
2745
+ .e-de-table-ppty-options-break {
2746
+ margin-bottom: $de-table-ppty-options-break-margin-bottom;
2747
+ }
2748
+
2749
+ .e-de-table-cell-subheader-div {
2750
+ margin-right: $de-table-cell-subheader-div-margin-right;
2751
+ margin-top: $de-table-cell-subheader-div-margin-top;
2752
+ }
2753
+
2754
+ .e-de-table-ppty-dlg-cell-tab-measure-label {
2755
+ float: right;
2756
+ margin-right: $de-table-ppty-dlg-cell-tab-measure-label-margin-right;
2757
+ margin-top: $de-table-ppty-dlg-cell-tab-measure-label-margin-top;
2758
+ }
2759
+
2760
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header {
2761
+ padding-left: $de-table-ppty-dlg-table-header-padding;
2762
+ padding-right: $de-table-ppty-dlg-table-header-padding;
2763
+ }
2764
+
2765
+ .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header {
2766
+ padding-left: $de-table-ppty-dlg-table-header-padding;
2767
+ padding-right: $de-table-ppty-dlg-table-header-padding;
2768
+ }
2769
+
2770
+ .e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header {
2771
+ padding-left: $de-table-ppty-dlg-table-header-padding-left;
2772
+ padding-right: $de-table-ppty-dlg-table-header-padding;
2773
+ }
2774
+
2775
+ .e-styles-list {
2776
+ float: left;
2777
+ margin-right: $de-bookmark-listview-margin-right;
2778
+ width: 250px;
2779
+ }
2780
+
2781
+ .e-styles-textboxdiv {
2782
+ padding-bottom: 15px;
2783
+ }
2784
+
2785
+ .e-styles-listview .e-list-item {
2786
+ font-size: 13px;
2787
+ height: 30px;
2788
+ line-height: 27px;
2789
+ }
2790
+
2791
+ .e-styles-common {
2792
+ padding-top: 5px;
2793
+ }
2794
+
2795
+ .e-styles-button {
2796
+ float: right;
2797
+ }
2798
+
2799
+ .e-de-toc-dlg-styles {
2800
+ margin-bottom: $de-toc-dlg-styles-margin-bottom;
2801
+ margin-left: $de-toc-dlg-styles-margin-left;
2802
+ margin-top: $de-toc-dlg-styles-margin-top;
2803
+ }
2804
+
2805
+ .e-de-toc-dlg-build-table {
2806
+ margin-top: $de-toc-dlg-build-table-margin-top;
2807
+ }
2808
+
2809
+ .e-de-toc-table-div .e-de-toc-dlg-toc-level {
2810
+ height: 24px;
2811
+ margin-left: $de-toc-dlg-toc-level-margin-left;
2812
+ width: 44px;
2813
+ }
2814
+
2815
+ .e-de-toc-styles-table-div {
2816
+ border: 1px solid $de-toc-list-view-border-color;
2817
+ border-radius: $de-toc-styles-table-div-border-radius;
2818
+ margin-top: $de-toc-styles-table-div-margin-top;
2819
+ width: 213px;
2820
+ }
2821
+
2822
+ .e-de-toc-dlg-sub-level-heading {
2823
+ font-size: 12px;
2824
+ }
2825
+
2826
+ .e-de-toc-table-div {
2827
+ height: $e-de-toc-table-div-height;
2828
+ overflow-y: scroll;
2829
+ width: $de-toc-table-div-width;
2830
+ }
2831
+
2832
+ .e-de-toc-dlg-style-input {
2833
+ margin-bottom: $de-toc-dlg-style-input-margin-bottom;
2834
+ margin-left: $de-toc-dlg-style-input-margin-left;
2835
+ width: $de-toc-dlg-style-input-width;
2836
+ }
2837
+
2838
+ .e-de-toc-dlg-outline-levels {
2839
+ margin-top: 15px;
2840
+ width: $de-toc-dlg-outline-levels-width;
2841
+ }
2842
+
2843
+ .e-de-styles,
2844
+ .e-de-bookmark {
2845
+ margin-top: $de-bookmark-content-margin-top;
2846
+ }
2847
+
2848
+ .e-bookmark-textboxdiv .e-bookmark-textbox-input {
2849
+ height: $de-bookmark-textbox-height;
2850
+ }
2851
+
2852
+ .e-styles-dlgfields {
2853
+ font-weight: normal;
2854
+ margin-bottom: 6px;
2855
+ }
2856
+
2857
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header {
2858
+ padding-left: $de-op-tab-header-padding-left;
2859
+ padding-right: $de-op-tab-header-padding;
2860
+ }
2861
+
2862
+ .e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header {
2863
+ padding-left: $de-op-tab-header-padding;
2864
+ padding-right: $de-op-tab-header-padding;
2865
+ }
2866
+
2867
+ .e-de-dlg-target .e-footer-content .e-list-dlg-font {
2868
+ margin-left: $de-list-dlg-font-margin-left;
2869
+ }
2870
+
2871
+ .e-bookmark-dlgfields {
2872
+ font-weight: normal;
2873
+ margin-bottom: $de-bookmark-dlgfields-margin-bottom;
2874
+ }
2875
+
2876
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
2877
+ height: 65px;
2878
+ padding: 10px;
2879
+ width: 70px;
2880
+ }
2881
+
2882
+ .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md {
2883
+ height: 45px;
2884
+ width: 45px;
2885
+ }
2886
+
2887
+ .e-de-bullet-icon-size {
2888
+ height: 45px;
2889
+ width: 45px;
2890
+ }
2891
+
2892
+ .e-de-ui-list-header-presetmenu {
2893
+ cursor: pointer;
2894
+ font-size: 11px;
2895
+ line-height: 14px;
2896
+ min-width: 50px;
2897
+ overflow: hidden;
2898
+ text-align: left;
2899
+ white-space: nowrap;
2900
+ width: 100%;
2901
+ }
2902
+
2903
+ .e-de-ui-bullet {
2904
+ font-size: 42px;
2905
+ }
2906
+
2907
+ .e-de-ui-list-header-presetmenu .e-de-ui-list-line {
2908
+ border-bottom: 1px solid $de-numbering-list-line-color;
2909
+ margin-left: 5px;
2910
+ width: 100%;
2911
+ }
2912
+
2913
+ .e-de-ui-list-header-presetmenu div span {
2914
+ color: $de-numbering-list-span-color;
2915
+ display: inline-block;
2916
+ vertical-align: middle;
2917
+ }
2918
+
2919
+ .e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem,
2920
+ .e-de-ui-wfloating-menu .e-de-ui-menuitem-none {
2921
+ border: 0;
2922
+ box-shadow: inset 0 0 0 1px $de-numbering-list-border-color;
2923
+ cursor: pointer;
2924
+ height: 70px;
2925
+ margin: 0 5px 5px 0;
2926
+ padding: 0;
2927
+ width: 70px;
2928
+ }
2929
+
2930
+ .e-de-ui-wfloating-menu {
2931
+ padding: 10px 4px 5px 10px;
2932
+ }
2933
+
2934
+ .e-de-list-thumbnail .e-de-list-items {
2935
+ float: left;
2936
+ }
2937
+
2938
+ .e-de-list-thumbnail .e-de-list-items {
2939
+ background: $de-numbering-list-background-color;
2940
+ border: 1px solid transparent;
2941
+ clear: initial;
2942
+ display: inline-block;
2943
+ height: auto;
2944
+ margin: 5px;
2945
+ text-align: center;
2946
+ width: auto;
2947
+ }
2948
+
2949
+ .e-de-list-items {
2950
+ background: $de-numbering-list-background-color;
2951
+ box-sizing: border-box;
2952
+ cursor: pointer;
2953
+ list-style: none;
2954
+ padding: 7px 10px;
2955
+ position: relative;
2956
+ }
2957
+
2958
+ .e-de-list-item-size {
2959
+ font-size: 14px;
2960
+ }
2961
+
2962
+ .e-de-ui-wfloating-menu {
2963
+ padding: 10px 4px 5px 10px;
2964
+ }
2965
+
2966
+ .e-de-table-border-fill {
2967
+ margin-right: 25px;
2968
+ margin-top: 7px;
2969
+ }
2970
+
2971
+ .e-de-table-ppty-dlg-tabs {
2972
+ height: $de-table-ppty-dlg-tabs-height;
2973
+ position: relative;
2974
+ width: 530px;
2975
+ }
2976
+
2977
+ .e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,
2978
+ .e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active {
2979
+ border-color: $de-table-align-active-color;
2980
+ }
2981
+
2982
+ .e-de-bullet-icons {
2983
+ left: 50%;
2984
+ position: absolute;
2985
+ top: 50%;
2986
+ transform: translate(-43%, -43%);
2987
+ }
2988
+ }