@innovastudio/contentbuilder 1.0.32 → 1.0.36

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 (91) hide show
  1. package/README.md +1913 -0
  2. package/license.txt +80 -0
  3. package/package.json +40 -19
  4. package/public/contentbuilder/config.js +8 -0
  5. package/public/contentbuilder/contentbuilder.css +4284 -0
  6. package/public/contentbuilder/contentbuilder.esm.js +59529 -0
  7. package/public/contentbuilder/contentbuilder.min.js +122 -0
  8. package/public/contentbuilder/lang/en.js +299 -0
  9. package/public/contentbuilder/lang/fr.js +299 -0
  10. package/public/contentbuilder/plugins/buttoneditor/images/a.jpg +0 -0
  11. package/public/contentbuilder/plugins/buttoneditor/images/b.jpg +0 -0
  12. package/public/contentbuilder/plugins/buttoneditor/images/c.jpg +0 -0
  13. package/public/contentbuilder/plugins/buttoneditor/images/d.jpg +0 -0
  14. package/public/contentbuilder/plugins/buttoneditor/images/e.jpg +0 -0
  15. package/public/contentbuilder/plugins/buttoneditor/images/f.jpg +0 -0
  16. package/public/contentbuilder/plugins/buttoneditor/images/g.jpg +0 -0
  17. package/public/contentbuilder/plugins/buttoneditor/images/h.jpg +0 -0
  18. package/public/contentbuilder/plugins/buttoneditor/plugin.js +1566 -0
  19. package/public/contentbuilder/plugins/buttoneditor/readme.txt +7 -0
  20. package/public/contentbuilder/plugins/helloworld/plugin.js +15 -0
  21. package/public/contentbuilder/plugins/helloworld/readme.txt +23 -0
  22. package/public/contentbuilder/plugins/preview/plugin.js +301 -0
  23. package/public/contentbuilder/plugins/preview/readme.txt +23 -0
  24. package/public/contentbuilder/plugins/searchreplace/plugin.js +458 -0
  25. package/public/contentbuilder/plugins/searchreplace/readme.txt +23 -0
  26. package/public/contentbuilder/plugins/searchreplace/searchreplace.html +264 -0
  27. package/public/contentbuilder/plugins/showgrid/plugin.js +73 -0
  28. package/public/contentbuilder/plugins/showgrid/readme.txt +23 -0
  29. package/public/contentbuilder/plugins/symbols/plugin.js +2876 -0
  30. package/public/contentbuilder/plugins/symbols/readme.txt +23 -0
  31. package/public/contentbuilder/plugins/wordcount/plugin.js +75 -0
  32. package/public/contentbuilder/plugins/wordcount/readme.txt +23 -0
  33. package/public/contentbuilder/themes/colored-blue.css +1125 -0
  34. package/public/contentbuilder/themes/colored-blue2.css +1125 -0
  35. package/public/contentbuilder/themes/colored-blue3.css +1125 -0
  36. package/public/contentbuilder/themes/colored-blue4.css +1125 -0
  37. package/public/contentbuilder/themes/colored-blue5.css +1125 -0
  38. package/public/contentbuilder/themes/colored-blue6.css +1125 -0
  39. package/public/contentbuilder/themes/colored-blue7.css +1125 -0
  40. package/public/contentbuilder/themes/colored-blue8.css +1125 -0
  41. package/public/contentbuilder/themes/colored-dark.css +1125 -0
  42. package/public/contentbuilder/themes/colored-darkblue.css +1125 -0
  43. package/public/contentbuilder/themes/colored-gray.css +1125 -0
  44. package/public/contentbuilder/themes/colored-green.css +1125 -0
  45. package/public/contentbuilder/themes/colored-green2.css +1125 -0
  46. package/public/contentbuilder/themes/colored-green3.css +1125 -0
  47. package/public/contentbuilder/themes/colored-green4.css +1125 -0
  48. package/public/contentbuilder/themes/colored-green5.css +1125 -0
  49. package/public/contentbuilder/themes/colored-magenta.css +1125 -0
  50. package/public/contentbuilder/themes/colored-orange.css +1125 -0
  51. package/public/contentbuilder/themes/colored-orange2.css +1125 -0
  52. package/public/contentbuilder/themes/colored-orange3.css +1125 -0
  53. package/public/contentbuilder/themes/colored-pink.css +1125 -0
  54. package/public/contentbuilder/themes/colored-pink2.css +1125 -0
  55. package/public/contentbuilder/themes/colored-pink3.css +1125 -0
  56. package/public/contentbuilder/themes/colored-pink4.css +1125 -0
  57. package/public/contentbuilder/themes/colored-purple.css +1125 -0
  58. package/public/contentbuilder/themes/colored-purple2.css +1125 -0
  59. package/public/contentbuilder/themes/colored-red.css +1125 -0
  60. package/public/contentbuilder/themes/colored-red2.css +1125 -0
  61. package/public/contentbuilder/themes/colored-red3.css +1125 -0
  62. package/public/contentbuilder/themes/colored-red4.css +1125 -0
  63. package/public/contentbuilder/themes/colored-red5.css +1125 -0
  64. package/public/contentbuilder/themes/colored-yellow.css +1125 -0
  65. package/public/contentbuilder/themes/colored-yellow2.css +1125 -0
  66. package/public/contentbuilder/themes/dark-blue.css +1125 -0
  67. package/public/contentbuilder/themes/dark-blue2.css +1125 -0
  68. package/public/contentbuilder/themes/dark-blue3.css +1125 -0
  69. package/public/contentbuilder/themes/dark-gray.css +1125 -0
  70. package/public/contentbuilder/themes/dark-pink.css +1125 -0
  71. package/public/contentbuilder/themes/dark-purple.css +1125 -0
  72. package/public/contentbuilder/themes/dark-red.css +1125 -0
  73. package/public/contentbuilder/themes/dark.css +1124 -0
  74. package/public/contentbuilder/themes/light-blue.css +1125 -0
  75. package/public/contentbuilder/themes/light-blue2.css +1125 -0
  76. package/public/contentbuilder/themes/light-blue3.css +1125 -0
  77. package/public/contentbuilder/themes/light-cyan.css +1125 -0
  78. package/public/contentbuilder/themes/light-gray.css +1125 -0
  79. package/public/contentbuilder/themes/light-gray2.css +1125 -0
  80. package/public/contentbuilder/themes/light-green.css +1125 -0
  81. package/public/contentbuilder/themes/light-pink.css +1125 -0
  82. package/public/contentbuilder/themes/light-pink2.css +1125 -0
  83. package/public/contentbuilder/themes/light-purple.css +1125 -0
  84. package/public/contentbuilder/themes/light-purple2.css +1125 -0
  85. package/public/contentbuilder/themes/light-red.css +1125 -0
  86. package/public/contentbuilder/themes/light-yellow.css +1125 -0
  87. package/public/contentbuilder/themes/light-yellow2.css +1125 -0
  88. package/readme.txt +23 -0
  89. package/.eslintrc.json +0 -28
  90. package/lib/contentbuilder.js +0 -46704
  91. package/rollup.config.js +0 -23
@@ -0,0 +1,4284 @@
1
+ body {
2
+ overflow-x: hidden !important;
3
+ }
4
+
5
+ svg {
6
+ overflow: hidden;
7
+ vertical-align: middle;
8
+ pointer-events: none;
9
+ }
10
+
11
+ .is-icon-flex {
12
+ width: 16px;
13
+ height: 16px;
14
+ }
15
+
16
+ a:focus,
17
+ button:focus {
18
+ outline: none;
19
+ }
20
+
21
+ .clearfix:before,
22
+ .clearfix:after {
23
+ content: " ";
24
+ display: table;
25
+ }
26
+
27
+ .clearfix:after {
28
+ clear: both;
29
+ }
30
+
31
+ .clearfix {
32
+ *zoom: 1;
33
+ clear: none;
34
+ }
35
+
36
+ .transition1 {
37
+ transition: all ease 0.1s;
38
+ }
39
+
40
+ .is-builder {
41
+ transition: all ease 0.3s;
42
+ transform-origin: top;
43
+ }
44
+ .is-builder > div > div:focus {
45
+ outline: none;
46
+ }
47
+ .is-builder .is-subblock:focus {
48
+ outline: none;
49
+ }
50
+ .is-builder > div {
51
+ position: relative;
52
+ transition: none;
53
+ margin-left: 0;
54
+ margin-right: 0;
55
+ width: auto;
56
+ }
57
+ .is-builder[gridoutline] > div > div {
58
+ outline: 1px solid rgba(132, 132, 132, 0.27);
59
+ outline-offset: 1px;
60
+ }
61
+ .is-builder > div > div.cell-active {
62
+ outline: 1px solid #00da89;
63
+ }
64
+ .is-builder .row-active {
65
+ outline: 1px solid #00da89;
66
+ z-index: 1;
67
+ }
68
+ .is-builder .row-active.row-outline {
69
+ outline: 1px solid rgba(132, 132, 132, 0.2);
70
+ }
71
+ .is-builder .row-active:not(.row-outline) > div.cell-active {
72
+ outline: none;
73
+ }
74
+ .is-builder table.default td {
75
+ border: transparent 1px dashed;
76
+ }
77
+ .is-builder .cell-active .elm-active {
78
+ background: rgba(200, 200, 201, 0.11);
79
+ }
80
+ .is-builder .cell-active table.elm-active {
81
+ background-color: transparent;
82
+ }
83
+ .is-builder .cell-active table.default td {
84
+ border: #cccccc 1px dashed;
85
+ }
86
+ .is-builder .cell-active hr {
87
+ cursor: pointer;
88
+ }
89
+ .is-builder .cell-active[data-html] {
90
+ background-color: rgba(200, 200, 201, 0.11);
91
+ }
92
+ .is-builder .cell-active .icon-active {
93
+ background-color: rgba(200, 200, 201, 0.4);
94
+ }
95
+ .is-builder .elm-inspected {
96
+ animation-name: elm-inspected-anim;
97
+ animation-duration: 0.6s;
98
+ outline: 1px solid #ffb84a !important;
99
+ }
100
+ .is-builder .elm-inspected .elm-active {
101
+ background: none;
102
+ }
103
+ @keyframes elm-inspected-anim {
104
+ 0% {
105
+ transform: scale(1);
106
+ }
107
+ 50% {
108
+ transform: scale(0.97);
109
+ }
110
+ 100% {
111
+ transform: scale(1);
112
+ }
113
+ }
114
+
115
+ @media (min-width: 640px) {
116
+ .is-builder > div {
117
+ display: flex;
118
+ }
119
+ }
120
+ .sortable-drag {
121
+ background: transparent;
122
+ outline: none !important;
123
+ }
124
+ .sortable-drag * {
125
+ opacity: 0;
126
+ }
127
+ .sortable-drag .is-row-tool {
128
+ opacity: 0;
129
+ }
130
+
131
+ .sortable-ghost {
132
+ background: rgba(204, 204, 204, 0.15);
133
+ width: 100%;
134
+ outline: none !important;
135
+ }
136
+ .sortable-ghost * {
137
+ outline: none !important;
138
+ }
139
+ .sortable-ghost .is-row-tool {
140
+ display: none !important;
141
+ }
142
+
143
+ #_cbhtml .snippet-item {
144
+ cursor: move !important;
145
+ }
146
+ #_cbhtml .snippet-item.sortable-chosen {
147
+ height: auto;
148
+ }
149
+ #_cbhtml .snippet-item.sortable-chosen * {
150
+ visibility: visible;
151
+ }
152
+ #_cbhtml .snippet-item.sortable-chosen.sortable-drag * {
153
+ visibility: hidden;
154
+ transition: none !important;
155
+ }
156
+ #_cbhtml .snippet-item.sortable-drag {
157
+ outline: none !important;
158
+ }
159
+
160
+ .is-builder .snippet-item.sortable-ghost {
161
+ width: 100%;
162
+ background: rgba(204, 204, 204, 0.15);
163
+ height: 40px;
164
+ }
165
+ .is-builder .snippet-item.sortable-ghost * {
166
+ visibility: hidden;
167
+ }
168
+
169
+ .moveable-control {
170
+ border: none !important;
171
+ width: 7px !important;
172
+ height: 7px !important;
173
+ margin-top: -3px !important;
174
+ margin-left: -3px !important;
175
+ background: #333 !important;
176
+ }
177
+ .moveable-control.moveable-origin {
178
+ display: none !important;
179
+ }
180
+
181
+ .moveable-direction.moveable-s, .moveable-direction.moveable-n {
182
+ display: none !important;
183
+ }
184
+ .moveable-direction.moveable-e, .moveable-direction.moveable-w {
185
+ display: none !important;
186
+ }
187
+
188
+ .moveable-line {
189
+ display: none !important;
190
+ }
191
+
192
+ #_cbhtml,
193
+ .is-ui {
194
+ font-family: sans-serif;
195
+ font-size: 13px;
196
+ letter-spacing: 1px;
197
+ font-weight: 300px;
198
+ /*
199
+ .rte-align-options,
200
+ .rte-formatting-options,
201
+ .rte-list-options,
202
+ .rte-more-options,
203
+ .elementrte-more-options,
204
+ .rte-textsetting-options,
205
+ .rte-color-picker,
206
+ .rte-icon-options,
207
+ .rte-fontfamily-options,
208
+ .rte-customtag-options,
209
+ .rte-paragraph-options,
210
+ .rte-zoom-options
211
+ */
212
+ }
213
+ #_cbhtml *,
214
+ .is-ui * {
215
+ font-family: sans-serif;
216
+ line-height: inherit;
217
+ }
218
+ #_cbhtml p,
219
+ .is-ui p {
220
+ font-size: 14px;
221
+ }
222
+ #_cbhtml .style-helper,
223
+ .is-ui .style-helper {
224
+ display: none;
225
+ background: #fff;
226
+ color: #121212;
227
+ }
228
+ #_cbhtml .style-helper.on,
229
+ .is-ui .style-helper.on {
230
+ background: whitesmoke;
231
+ }
232
+ #_cbhtml .style-helper.hover,
233
+ .is-ui .style-helper.hover {
234
+ background: whitesmoke;
235
+ }
236
+ #_cbhtml .style-helper svg,
237
+ .is-ui .style-helper svg {
238
+ fill: #000;
239
+ }
240
+ #_cbhtml .style-helper.modal-color,
241
+ .is-ui .style-helper.modal-color {
242
+ background: #000;
243
+ }
244
+ #_cbhtml .style-helper.modal-background,
245
+ .is-ui .style-helper.modal-background {
246
+ background: #fff;
247
+ }
248
+ #_cbhtml .style-helper.button-pickcolor-border,
249
+ .is-ui .style-helper.button-pickcolor-border {
250
+ border: rgba(0, 0, 0, 0.09) 1px solid;
251
+ }
252
+ #_cbhtml .style-helper.button-pickcolor-background,
253
+ .is-ui .style-helper.button-pickcolor-background {
254
+ background: rgba(255, 255, 255, 0.2);
255
+ }
256
+ #_cbhtml .style-helper.snippet-color,
257
+ .is-ui .style-helper.snippet-color {
258
+ background: #000;
259
+ }
260
+ #_cbhtml .style-helper.snippet-background,
261
+ .is-ui .style-helper.snippet-background {
262
+ background: #fff;
263
+ }
264
+ #_cbhtml .style-helper.snippet-tabs-background,
265
+ .is-ui .style-helper.snippet-tabs-background {
266
+ background: whitesmoke;
267
+ }
268
+ #_cbhtml .style-helper.snippet-tab-item-background,
269
+ .is-ui .style-helper.snippet-tab-item-background {
270
+ background: #fff;
271
+ }
272
+ #_cbhtml .style-helper.snippet-tab-item-background-active,
273
+ .is-ui .style-helper.snippet-tab-item-background-active {
274
+ background: whitesmoke;
275
+ }
276
+ #_cbhtml .style-helper.snippet-tab-item-background-hover,
277
+ .is-ui .style-helper.snippet-tab-item-background-hover {
278
+ background: #fff;
279
+ }
280
+ #_cbhtml .style-helper.snippet-tab-item-color,
281
+ .is-ui .style-helper.snippet-tab-item-color {
282
+ background: #000;
283
+ }
284
+ #_cbhtml .style-helper.snippet-more-item-background,
285
+ .is-ui .style-helper.snippet-more-item-background {
286
+ background: #fff;
287
+ }
288
+ #_cbhtml .style-helper.snippet-more-item-background-active,
289
+ .is-ui .style-helper.snippet-more-item-background-active {
290
+ background: #f7f7f7;
291
+ }
292
+ #_cbhtml .style-helper.snippet-more-item-background-hover,
293
+ .is-ui .style-helper.snippet-more-item-background-hover {
294
+ background: #f7f7f7;
295
+ }
296
+ #_cbhtml .style-helper.snippet-more-item-color,
297
+ .is-ui .style-helper.snippet-more-item-color {
298
+ background: #000;
299
+ }
300
+ #_cbhtml .style-helper.tabs-background,
301
+ .is-ui .style-helper.tabs-background {
302
+ background: #fafafa;
303
+ }
304
+ #_cbhtml .style-helper.tab-item-active-border-bottom,
305
+ .is-ui .style-helper.tab-item-active-border-bottom {
306
+ border: #595959 1px solid;
307
+ }
308
+ #_cbhtml .style-helper.tab-item-color,
309
+ .is-ui .style-helper.tab-item-color {
310
+ background: #4a4a4a;
311
+ }
312
+ #_cbhtml .style-helper.tabs-more-background,
313
+ .is-ui .style-helper.tabs-more-background {
314
+ background: #fff;
315
+ }
316
+ #_cbhtml .style-helper.tabs-more-border,
317
+ .is-ui .style-helper.tabs-more-border {
318
+ border: 1px solid #f2f2f2;
319
+ }
320
+ #_cbhtml .style-helper.tabs-more-item-color,
321
+ .is-ui .style-helper.tabs-more-item-color {
322
+ background: #4a4a4a;
323
+ }
324
+ #_cbhtml .style-helper.tabs-more-item-background-hover,
325
+ .is-ui .style-helper.tabs-more-item-background-hover {
326
+ background: whitesmoke;
327
+ }
328
+ #_cbhtml .style-helper.separator-color,
329
+ .is-ui .style-helper.separator-color {
330
+ background: #f0f0f0;
331
+ }
332
+ #_cbhtml .style-helper-button-classic,
333
+ .is-ui .style-helper-button-classic {
334
+ background: #f7f7f7;
335
+ color: #000;
336
+ }
337
+ #_cbhtml .style-helper-button-classic.hover,
338
+ .is-ui .style-helper-button-classic.hover {
339
+ background: #f9f9f9;
340
+ }
341
+ #_cbhtml .style-helper-button-classic svg,
342
+ .is-ui .style-helper-button-classic svg {
343
+ fill: #000;
344
+ }
345
+ #_cbhtml .is-pop,
346
+ .is-ui .is-pop {
347
+ display: none;
348
+ z-index: 10003;
349
+ position: absolute;
350
+ top: 0;
351
+ left: 0;
352
+ background: #fff;
353
+ border: 1px solid #f2f2f2;
354
+ box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
355
+ }
356
+ #_cbhtml .is-pop:hover,
357
+ .is-ui .is-pop:hover {
358
+ z-index: 10003;
359
+ }
360
+ #_cbhtml .is-pop.arrow-top:after, #_cbhtml .is-pop.arrow-top:before,
361
+ .is-ui .is-pop.arrow-top:after,
362
+ .is-ui .is-pop.arrow-top:before {
363
+ bottom: 100%;
364
+ left: 25px;
365
+ border: solid transparent;
366
+ content: " ";
367
+ height: 0;
368
+ width: 0;
369
+ position: absolute;
370
+ pointer-events: none;
371
+ top: auto;
372
+ }
373
+ #_cbhtml .is-pop.arrow-top:after,
374
+ .is-ui .is-pop.arrow-top:after {
375
+ border-color: transparent;
376
+ border-bottom-color: #fff;
377
+ border-width: 7px;
378
+ margin-left: -7px;
379
+ }
380
+ #_cbhtml .is-pop.arrow-top:before,
381
+ .is-ui .is-pop.arrow-top:before {
382
+ border-color: transparent;
383
+ border-bottom-color: #e0e0e0;
384
+ border-width: 8px;
385
+ margin-left: -8px;
386
+ }
387
+ #_cbhtml .is-pop.arrow-top.right:after, #_cbhtml .is-pop.arrow-top.right:before,
388
+ .is-ui .is-pop.arrow-top.right:after,
389
+ .is-ui .is-pop.arrow-top.right:before {
390
+ left: auto;
391
+ }
392
+ #_cbhtml .is-pop.arrow-top.right:after,
393
+ .is-ui .is-pop.arrow-top.right:after {
394
+ right: 19px;
395
+ }
396
+ #_cbhtml .is-pop.arrow-top.right:before,
397
+ .is-ui .is-pop.arrow-top.right:before {
398
+ right: 18px;
399
+ }
400
+ #_cbhtml .is-pop.arrow-top.left:after, #_cbhtml .is-pop.arrow-top.left:before,
401
+ .is-ui .is-pop.arrow-top.left:after,
402
+ .is-ui .is-pop.arrow-top.left:before {
403
+ right: auto;
404
+ }
405
+ #_cbhtml .is-pop.arrow-top.left:after,
406
+ .is-ui .is-pop.arrow-top.left:after {
407
+ left: 18px;
408
+ }
409
+ #_cbhtml .is-pop.arrow-top.left:before,
410
+ .is-ui .is-pop.arrow-top.left:before {
411
+ left: 18px;
412
+ }
413
+ #_cbhtml .is-pop.arrow-top.center:after, #_cbhtml .is-pop.arrow-top.center:before,
414
+ .is-ui .is-pop.arrow-top.center:after,
415
+ .is-ui .is-pop.arrow-top.center:before {
416
+ left: calc(50% + 3px);
417
+ }
418
+ #_cbhtml .is-pop.arrow-left:after, #_cbhtml .is-pop.arrow-left:before,
419
+ .is-ui .is-pop.arrow-left:after,
420
+ .is-ui .is-pop.arrow-left:before {
421
+ right: 100%;
422
+ top: 20px;
423
+ border: solid transparent;
424
+ content: " ";
425
+ height: 0;
426
+ width: 0;
427
+ position: absolute;
428
+ pointer-events: none;
429
+ }
430
+ #_cbhtml .is-pop.arrow-left:after,
431
+ .is-ui .is-pop.arrow-left:after {
432
+ border-color: transparent;
433
+ border-right-color: #fff;
434
+ border-width: 7px;
435
+ margin-top: -7px;
436
+ }
437
+ #_cbhtml .is-pop.arrow-left:before,
438
+ .is-ui .is-pop.arrow-left:before {
439
+ border-color: transparent;
440
+ border-right-color: #e0e0e0;
441
+ border-width: 8px;
442
+ margin-top: -8px;
443
+ }
444
+ #_cbhtml .is-pop.arrow-left.bottom:after, #_cbhtml .is-pop.arrow-left.bottom:before,
445
+ .is-ui .is-pop.arrow-left.bottom:after,
446
+ .is-ui .is-pop.arrow-left.bottom:before {
447
+ top: calc(100% - 28px);
448
+ }
449
+ #_cbhtml .is-pop.arrow-right:after, #_cbhtml .is-pop.arrow-right:before,
450
+ .is-ui .is-pop.arrow-right:after,
451
+ .is-ui .is-pop.arrow-right:before {
452
+ left: 100%;
453
+ top: 20px;
454
+ border: solid transparent;
455
+ content: " ";
456
+ height: 0;
457
+ width: 0;
458
+ position: absolute;
459
+ pointer-events: none;
460
+ }
461
+ #_cbhtml .is-pop.arrow-right:after,
462
+ .is-ui .is-pop.arrow-right:after {
463
+ border-color: transparent;
464
+ border-left-color: #fff;
465
+ border-width: 7px;
466
+ margin-top: -7px;
467
+ }
468
+ #_cbhtml .is-pop.arrow-right:before,
469
+ .is-ui .is-pop.arrow-right:before {
470
+ border-color: transparent;
471
+ border-left-color: #e0e0e0;
472
+ border-width: 8px;
473
+ margin-top: -8px;
474
+ }
475
+ #_cbhtml .is-pop.arrow-bottom:after, #_cbhtml .is-pop.arrow-bottom:before,
476
+ .is-ui .is-pop.arrow-bottom:after,
477
+ .is-ui .is-pop.arrow-bottom:before {
478
+ top: 100%;
479
+ left: calc(100% - 28px);
480
+ border: solid transparent;
481
+ content: " ";
482
+ height: 0;
483
+ width: 0;
484
+ position: absolute;
485
+ pointer-events: none;
486
+ }
487
+ #_cbhtml .is-pop.arrow-bottom:after,
488
+ .is-ui .is-pop.arrow-bottom:after {
489
+ border-color: transparent;
490
+ border-top-color: #fff;
491
+ border-width: 7px;
492
+ margin-left: -7px;
493
+ }
494
+ #_cbhtml .is-pop.arrow-bottom:before,
495
+ .is-ui .is-pop.arrow-bottom:before {
496
+ border-color: transparent;
497
+ border-top-color: #e0e0e0;
498
+ border-width: 8px;
499
+ margin-left: -8px;
500
+ }
501
+ #_cbhtml .is-pop.arrow-bottom.center:after, #_cbhtml .is-pop.arrow-bottom.center:before,
502
+ .is-ui .is-pop.arrow-bottom.center:after,
503
+ .is-ui .is-pop.arrow-bottom.center:before {
504
+ left: calc(50% + 3px);
505
+ }
506
+ #_cbhtml .is-pop-tabs,
507
+ .is-ui .is-pop-tabs {
508
+ display: flex;
509
+ width: 100%;
510
+ margin-bottom: 5px;
511
+ }
512
+ #_cbhtml .is-pop-tabs > div,
513
+ .is-ui .is-pop-tabs > div {
514
+ background: #f7f7f7;
515
+ width: 50%;
516
+ height: 30px;
517
+ line-height: 30px;
518
+ box-sizing: border-box;
519
+ text-align: center;
520
+ font-size: 9px;
521
+ font-weight: 400;
522
+ text-transform: uppercase;
523
+ color: #121212;
524
+ }
525
+ #_cbhtml .is-pop-tabs > div.is-pop-tab-item,
526
+ .is-ui .is-pop-tabs > div.is-pop-tab-item {
527
+ cursor: pointer;
528
+ }
529
+ #_cbhtml .is-pop-tabs > div.active,
530
+ .is-ui .is-pop-tabs > div.active {
531
+ background: transparent;
532
+ cursor: auto;
533
+ }
534
+ #_cbhtml .is-rte-tool,
535
+ #_cbhtml .is-elementrte-tool,
536
+ .is-ui .is-rte-tool,
537
+ .is-ui .is-elementrte-tool {
538
+ top: 25px;
539
+ }
540
+ #_cbhtml .is-rte-tool > div:not(.is-draggable),
541
+ #_cbhtml .is-elementrte-tool > div:not(.is-draggable),
542
+ .is-ui .is-rte-tool > div:not(.is-draggable),
543
+ .is-ui .is-elementrte-tool > div:not(.is-draggable) {
544
+ padding: 8px 10px 8px 10px;
545
+ }
546
+ #_cbhtml .is-rte-tool,
547
+ #_cbhtml .is-elementrte-tool,
548
+ #_cbhtml .is-rte-pop.rte-more-options,
549
+ #_cbhtml .is-rte-pop.elementrte-more-options,
550
+ .is-ui .is-rte-tool,
551
+ .is-ui .is-elementrte-tool,
552
+ .is-ui .is-rte-pop.rte-more-options,
553
+ .is-ui .is-rte-pop.elementrte-more-options {
554
+ z-index: 10001;
555
+ padding: 0;
556
+ color: #000;
557
+ background: #fff;
558
+ box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 9px 0px;
559
+ }
560
+ #_cbhtml .is-rte-tool button,
561
+ #_cbhtml .is-elementrte-tool button,
562
+ #_cbhtml .is-rte-pop.rte-more-options button,
563
+ #_cbhtml .is-rte-pop.elementrte-more-options button,
564
+ .is-ui .is-rte-tool button,
565
+ .is-ui .is-elementrte-tool button,
566
+ .is-ui .is-rte-pop.rte-more-options button,
567
+ .is-ui .is-rte-pop.elementrte-more-options button {
568
+ background-color: transparent;
569
+ color: #121212;
570
+ width: 45px;
571
+ height: 40px;
572
+ margin: 0;
573
+ box-shadow: none;
574
+ }
575
+ #_cbhtml .is-rte-tool button.on,
576
+ #_cbhtml .is-elementrte-tool button.on,
577
+ #_cbhtml .is-rte-pop.rte-more-options button.on,
578
+ #_cbhtml .is-rte-pop.elementrte-more-options button.on,
579
+ .is-ui .is-rte-tool button.on,
580
+ .is-ui .is-elementrte-tool button.on,
581
+ .is-ui .is-rte-pop.rte-more-options button.on,
582
+ .is-ui .is-rte-pop.elementrte-more-options button.on {
583
+ background: whitesmoke;
584
+ }
585
+ #_cbhtml .is-rte-tool button:hover,
586
+ #_cbhtml .is-elementrte-tool button:hover,
587
+ #_cbhtml .is-rte-pop.rte-more-options button:hover,
588
+ #_cbhtml .is-rte-pop.elementrte-more-options button:hover,
589
+ .is-ui .is-rte-tool button:hover,
590
+ .is-ui .is-elementrte-tool button:hover,
591
+ .is-ui .is-rte-pop.rte-more-options button:hover,
592
+ .is-ui .is-rte-pop.elementrte-more-options button:hover {
593
+ background: whitesmoke;
594
+ }
595
+ #_cbhtml .is-rte-tool button svg,
596
+ #_cbhtml .is-elementrte-tool button svg,
597
+ #_cbhtml .is-rte-pop.rte-more-options button svg,
598
+ #_cbhtml .is-rte-pop.elementrte-more-options button svg,
599
+ .is-ui .is-rte-tool button svg,
600
+ .is-ui .is-elementrte-tool button svg,
601
+ .is-ui .is-rte-pop.rte-more-options button svg,
602
+ .is-ui .is-rte-pop.elementrte-more-options button svg {
603
+ fill: #000;
604
+ }
605
+ #_cbhtml .is-rte-tool .rte-separator,
606
+ #_cbhtml .is-elementrte-tool .rte-separator,
607
+ #_cbhtml .is-rte-pop.rte-more-options .rte-separator,
608
+ #_cbhtml .is-rte-pop.elementrte-more-options .rte-separator,
609
+ .is-ui .is-rte-tool .rte-separator,
610
+ .is-ui .is-elementrte-tool .rte-separator,
611
+ .is-ui .is-rte-pop.rte-more-options .rte-separator,
612
+ .is-ui .is-rte-pop.elementrte-more-options .rte-separator {
613
+ height: 30px;
614
+ width: 1px;
615
+ background: #e3e3e3;
616
+ margin: 7px 3px 0;
617
+ }
618
+ #_cbhtml[toolbarleft] .is-rte-tool,
619
+ #_cbhtml[toolbarleft] .is-elementrte-tool,
620
+ .is-ui[toolbarleft] .is-rte-tool,
621
+ .is-ui[toolbarleft] .is-elementrte-tool {
622
+ left: 25px;
623
+ box-shadow: rgba(0, 0, 0, 0.05) 6px 0px 9px 0px;
624
+ }
625
+ #_cbhtml[toolbarright] .is-rte-tool,
626
+ #_cbhtml[toolbarright] .is-elementrte-tool,
627
+ .is-ui[toolbarright] .is-rte-tool,
628
+ .is-ui[toolbarright] .is-elementrte-tool {
629
+ right: 35px;
630
+ left: auto;
631
+ box-shadow: rgba(0, 0, 0, 0.05) -4px 0px 9px 0px;
632
+ }
633
+ #_cbhtml[toolbarleft] .is-rte-tool > div:not(.is-draggable),
634
+ #_cbhtml[toolbarleft] .is-elementrte-tool > div:not(.is-draggable), #_cbhtml[toolbarright] .is-rte-tool > div:not(.is-draggable),
635
+ #_cbhtml[toolbarright] .is-elementrte-tool > div:not(.is-draggable),
636
+ .is-ui[toolbarleft] .is-rte-tool > div:not(.is-draggable),
637
+ .is-ui[toolbarleft] .is-elementrte-tool > div:not(.is-draggable),
638
+ .is-ui[toolbarright] .is-rte-tool > div:not(.is-draggable),
639
+ .is-ui[toolbarright] .is-elementrte-tool > div:not(.is-draggable) {
640
+ flex-direction: column;
641
+ padding: 8px 9px 8px 9px;
642
+ }
643
+ #_cbhtml[toolbarleft] .is-rte-tool .rte-separator,
644
+ #_cbhtml[toolbarleft] .is-elementrte-tool .rte-separator,
645
+ #_cbhtml[toolbarleft] .rte-more-options .rte-separator,
646
+ #_cbhtml[toolbarleft] .elementrte-more-options .rte-separator, #_cbhtml[toolbarright] .is-rte-tool .rte-separator,
647
+ #_cbhtml[toolbarright] .is-elementrte-tool .rte-separator,
648
+ #_cbhtml[toolbarright] .rte-more-options .rte-separator,
649
+ #_cbhtml[toolbarright] .elementrte-more-options .rte-separator,
650
+ .is-ui[toolbarleft] .is-rte-tool .rte-separator,
651
+ .is-ui[toolbarleft] .is-elementrte-tool .rte-separator,
652
+ .is-ui[toolbarleft] .rte-more-options .rte-separator,
653
+ .is-ui[toolbarleft] .elementrte-more-options .rte-separator,
654
+ .is-ui[toolbarright] .is-rte-tool .rte-separator,
655
+ .is-ui[toolbarright] .is-elementrte-tool .rte-separator,
656
+ .is-ui[toolbarright] .rte-more-options .rte-separator,
657
+ .is-ui[toolbarright] .elementrte-more-options .rte-separator {
658
+ height: 1px;
659
+ width: 34px;
660
+ margin: 3px 0 3px 7px;
661
+ }
662
+ #_cbhtml .is-rte-pop,
663
+ .is-ui .is-rte-pop {
664
+ z-index: 10002;
665
+ display: none;
666
+ position: fixed;
667
+ height: 0;
668
+ border: none;
669
+ color: #000;
670
+ background: #fff;
671
+ box-shadow: rgba(0, 0, 0, 0.07) 0px 7px 12px 0px;
672
+ box-sizing: border-box;
673
+ overflow: hidden;
674
+ }
675
+ #_cbhtml .is-rte-pop > div,
676
+ .is-ui .is-rte-pop > div {
677
+ display: flex;
678
+ padding: 1px 9px 9px 9px;
679
+ }
680
+ #_cbhtml .is-rte-pop button,
681
+ .is-ui .is-rte-pop button {
682
+ width: 46px;
683
+ height: 40px;
684
+ margin: 0;
685
+ background-color: transparent;
686
+ box-shadow: none;
687
+ }
688
+ #_cbhtml .is-rte-pop button.on,
689
+ .is-ui .is-rte-pop button.on {
690
+ background: whitesmoke;
691
+ }
692
+ #_cbhtml .is-rte-pop button:hover,
693
+ .is-ui .is-rte-pop button:hover {
694
+ background: whitesmoke;
695
+ }
696
+ #_cbhtml .is-rte-pop .is-label,
697
+ .is-ui .is-rte-pop .is-label {
698
+ font-size: 9px;
699
+ font-weight: bold;
700
+ text-transform: uppercase;
701
+ line-height: 2;
702
+ padding: 8px 0 2px;
703
+ text-align: center;
704
+ }
705
+ #_cbhtml .is-rte-pop .is-label.separator,
706
+ .is-ui .is-rte-pop .is-label.separator {
707
+ margin-top: 5px;
708
+ border-top: #f0f0f0 1px solid;
709
+ }
710
+ #_cbhtml .is-rte-pop.active,
711
+ .is-ui .is-rte-pop.active {
712
+ animation-name: formatting-slide-out;
713
+ animation-duration: 0.1s;
714
+ animation-fill-mode: forwards;
715
+ }
716
+ @keyframes formatting-slide-out {
717
+ from {
718
+ height: 0px;
719
+ }
720
+ to {
721
+ height: 49px;
722
+ }
723
+ }
724
+ #_cbhtml .is-rte-pop.deactive,
725
+ .is-ui .is-rte-pop.deactive {
726
+ animation-name: formatting-slide-in;
727
+ animation-duration: 0.1s;
728
+ animation-fill-mode: forwards;
729
+ }
730
+ @keyframes formatting-slide-in {
731
+ from {
732
+ height: 49px;
733
+ }
734
+ to {
735
+ height: 0px;
736
+ }
737
+ }
738
+ #_cbhtml .is-rte-pop.rte-paragraph-options.active,
739
+ .is-ui .is-rte-pop.rte-paragraph-options.active {
740
+ animation-name: paragraph-slide-out;
741
+ }
742
+ @keyframes paragraph-slide-out {
743
+ from {
744
+ height: 0;
745
+ }
746
+ to {
747
+ height: 286px;
748
+ }
749
+ }
750
+ #_cbhtml .is-rte-pop.rte-paragraph-options.deactive,
751
+ .is-ui .is-rte-pop.rte-paragraph-options.deactive {
752
+ animation-name: paragraph-slide-in;
753
+ }
754
+ @keyframes paragraph-slide-in {
755
+ from {
756
+ height: 286px;
757
+ }
758
+ to {
759
+ height: 0;
760
+ }
761
+ }
762
+ #_cbhtml .is-rte-pop.rte-paragraph-options div.on,
763
+ .is-ui .is-rte-pop.rte-paragraph-options div.on {
764
+ background: whitesmoke;
765
+ }
766
+ #_cbhtml .is-rte-pop.rte-paragraph-options > div,
767
+ .is-ui .is-rte-pop.rte-paragraph-options > div {
768
+ width: 242px;
769
+ padding: 1px 9px 9px;
770
+ box-sizing: border-box;
771
+ overflow-x: hidden;
772
+ flex-direction: column;
773
+ }
774
+ #_cbhtml .is-rte-pop.rte-paragraph-options > div > div,
775
+ .is-ui .is-rte-pop.rte-paragraph-options > div > div {
776
+ cursor: pointer;
777
+ overflow: hidden;
778
+ padding: 5px 0;
779
+ box-sizing: border-box;
780
+ }
781
+ #_cbhtml .is-rte-pop.rte-paragraph-options > div > div:hover,
782
+ .is-ui .is-rte-pop.rte-paragraph-options > div > div:hover {
783
+ background: whitesmoke;
784
+ }
785
+ #_cbhtml .is-rte-pop.rte-paragraph-options > div > div > *,
786
+ .is-ui .is-rte-pop.rte-paragraph-options > div > div > * {
787
+ text-transform: none !important;
788
+ margin: 0 !important;
789
+ line-height: 1.45 !important;
790
+ text-align: center;
791
+ transform: scale(0.7);
792
+ white-space: nowrap;
793
+ }
794
+ #_cbhtml .is-rte-pop.rte-textsetting-options > div,
795
+ .is-ui .is-rte-pop.rte-textsetting-options > div {
796
+ width: 224px;
797
+ flex-direction: column;
798
+ padding: 1px 12px 12px 12px;
799
+ box-sizing: border-box;
800
+ }
801
+ #_cbhtml .is-rte-pop.rte-textsetting-options button,
802
+ .is-ui .is-rte-pop.rte-textsetting-options button {
803
+ width: 40px;
804
+ height: 30px;
805
+ box-shadow: none;
806
+ background: transparent;
807
+ }
808
+ #_cbhtml .is-rte-pop.rte-textsetting-options button.on,
809
+ .is-ui .is-rte-pop.rte-textsetting-options button.on {
810
+ background: whitesmoke;
811
+ }
812
+ #_cbhtml .is-rte-pop.rte-textsetting-options button:hover,
813
+ .is-ui .is-rte-pop.rte-textsetting-options button:hover {
814
+ background: whitesmoke;
815
+ }
816
+ #_cbhtml .is-rte-pop.rte-textsetting-options.active,
817
+ .is-ui .is-rte-pop.rte-textsetting-options.active {
818
+ animation-name: textsetting-slide-out;
819
+ }
820
+ @keyframes textsetting-slide-out {
821
+ from {
822
+ height: 0;
823
+ }
824
+ to {
825
+ height: 288px;
826
+ }
827
+ }
828
+ #_cbhtml .is-rte-pop.rte-textsetting-options.deactive,
829
+ .is-ui .is-rte-pop.rte-textsetting-options.deactive {
830
+ animation-name: textsetting-slide-in;
831
+ }
832
+ @keyframes textsetting-slide-in {
833
+ from {
834
+ height: 288px;
835
+ }
836
+ to {
837
+ height: 0;
838
+ }
839
+ }
840
+ #_cbhtml .is-rte-pop.rte-formatting-options button,
841
+ .is-ui .is-rte-pop.rte-formatting-options button {
842
+ box-shadow: none;
843
+ background: transparent;
844
+ }
845
+ #_cbhtml .is-rte-pop.rte-formatting-options button.on,
846
+ .is-ui .is-rte-pop.rte-formatting-options button.on {
847
+ background: whitesmoke;
848
+ }
849
+ #_cbhtml .is-rte-pop.rte-formatting-options button:hover,
850
+ .is-ui .is-rte-pop.rte-formatting-options button:hover {
851
+ background: whitesmoke;
852
+ }
853
+ #_cbhtml .is-rte-pop.rte-list-options button,
854
+ .is-ui .is-rte-pop.rte-list-options button {
855
+ box-shadow: none;
856
+ background: transparent;
857
+ }
858
+ #_cbhtml .is-rte-pop.rte-list-options button.on,
859
+ .is-ui .is-rte-pop.rte-list-options button.on {
860
+ background: whitesmoke;
861
+ }
862
+ #_cbhtml .is-rte-pop.rte-list-options button:hover,
863
+ .is-ui .is-rte-pop.rte-list-options button:hover {
864
+ background: whitesmoke;
865
+ }
866
+ #_cbhtml .is-rte-pop.rte-align-options button,
867
+ .is-ui .is-rte-pop.rte-align-options button {
868
+ box-shadow: none;
869
+ background: transparent;
870
+ }
871
+ #_cbhtml .is-rte-pop.rte-align-options button.on,
872
+ .is-ui .is-rte-pop.rte-align-options button.on {
873
+ background: whitesmoke;
874
+ }
875
+ #_cbhtml .is-rte-pop.rte-align-options button:hover,
876
+ .is-ui .is-rte-pop.rte-align-options button:hover {
877
+ background: whitesmoke;
878
+ }
879
+ #_cbhtml .is-rte-pop.rte-color-picker,
880
+ .is-ui .is-rte-pop.rte-color-picker {
881
+ flex-direction: column;
882
+ }
883
+ #_cbhtml .is-rte-pop.rte-color-picker > div,
884
+ .is-ui .is-rte-pop.rte-color-picker > div {
885
+ padding: 0;
886
+ }
887
+ #_cbhtml .is-rte-pop.rte-color-picker button,
888
+ .is-ui .is-rte-pop.rte-color-picker button {
889
+ background-color: transparent;
890
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
891
+ }
892
+ #_cbhtml .is-rte-pop.rte-color-picker button:hover,
893
+ .is-ui .is-rte-pop.rte-color-picker button:hover {
894
+ background: transparent;
895
+ }
896
+ #_cbhtml .is-rte-pop.rte-color-picker.active,
897
+ .is-ui .is-rte-pop.rte-color-picker.active {
898
+ animation-name: colorpicker-slide-out;
899
+ }
900
+ @keyframes colorpicker-slide-out {
901
+ from {
902
+ height: 0;
903
+ }
904
+ to {
905
+ height: 445px;
906
+ }
907
+ }
908
+ #_cbhtml .is-rte-pop.rte-color-picker.deactive,
909
+ .is-ui .is-rte-pop.rte-color-picker.deactive {
910
+ animation-name: colorpicker-slide-in;
911
+ }
912
+ @keyframes colorpicker-slide-in {
913
+ from {
914
+ height: 445px;
915
+ }
916
+ to {
917
+ height: 0;
918
+ }
919
+ }
920
+ #_cbhtml .is-rte-pop.rte-color-picker .is-pop-tabs,
921
+ .is-ui .is-rte-pop.rte-color-picker .is-pop-tabs {
922
+ padding: 3px 12px 0;
923
+ box-sizing: border-box;
924
+ }
925
+ #_cbhtml .is-rte-pop.rte-color-picker .rte-color-picker-area > div,
926
+ .is-ui .is-rte-pop.rte-color-picker .rte-color-picker-area > div {
927
+ padding-top: 5px !important;
928
+ }
929
+ #_cbhtml .is-rte-pop.rte-icon-options,
930
+ .is-ui .is-rte-pop.rte-icon-options {
931
+ width: 280px;
932
+ }
933
+ #_cbhtml .is-rte-pop.rte-icon-options iframe,
934
+ .is-ui .is-rte-pop.rte-icon-options iframe {
935
+ margin: 1px 0 0;
936
+ width: 100%;
937
+ max-width: 300px;
938
+ height: 100%;
939
+ border: none;
940
+ }
941
+ #_cbhtml .is-rte-pop.rte-icon-options.active,
942
+ .is-ui .is-rte-pop.rte-icon-options.active {
943
+ animation-name: icon-slide-out;
944
+ }
945
+ @keyframes icon-slide-out {
946
+ from {
947
+ height: 0;
948
+ }
949
+ to {
950
+ height: 240px;
951
+ }
952
+ }
953
+ #_cbhtml .is-rte-pop.rte-icon-options.deactive,
954
+ .is-ui .is-rte-pop.rte-icon-options.deactive {
955
+ animation-name: icon-slide-in;
956
+ }
957
+ @keyframes icon-slide-in {
958
+ from {
959
+ height: 240px;
960
+ }
961
+ to {
962
+ height: 0;
963
+ }
964
+ }
965
+ #_cbhtml .is-rte-pop.rte-fontfamily-options iframe,
966
+ .is-ui .is-rte-pop.rte-fontfamily-options iframe {
967
+ margin: 1px 0 0;
968
+ width: 100%;
969
+ max-width: 260px;
970
+ height: 100%;
971
+ border: none;
972
+ }
973
+ #_cbhtml .is-rte-pop.rte-fontfamily-options.active,
974
+ .is-ui .is-rte-pop.rte-fontfamily-options.active {
975
+ animation-name: fontfamily-slide-out;
976
+ }
977
+ @keyframes fontfamily-slide-out {
978
+ from {
979
+ height: 0;
980
+ }
981
+ to {
982
+ height: 263px;
983
+ }
984
+ }
985
+ #_cbhtml .is-rte-pop.rte-fontfamily-options.deactive,
986
+ .is-ui .is-rte-pop.rte-fontfamily-options.deactive {
987
+ animation-name: fontfamily-slide-in;
988
+ }
989
+ @keyframes fontfamily-slide-in {
990
+ from {
991
+ height: 263px;
992
+ }
993
+ to {
994
+ height: 0;
995
+ }
996
+ }
997
+ #_cbhtml .is-rte-pop.rte-customtag-options.active,
998
+ .is-ui .is-rte-pop.rte-customtag-options.active {
999
+ animation-name: customtag-slide-out;
1000
+ }
1001
+ @keyframes customtag-slide-out {
1002
+ from {
1003
+ height: 0;
1004
+ }
1005
+ to {
1006
+ height: 125px;
1007
+ }
1008
+ }
1009
+ #_cbhtml .is-rte-pop.rte-customtag-options.deactive,
1010
+ .is-ui .is-rte-pop.rte-customtag-options.deactive {
1011
+ animation-name: customtag-slide-in;
1012
+ }
1013
+ @keyframes customtag-slide-in {
1014
+ from {
1015
+ height: 125px;
1016
+ }
1017
+ to {
1018
+ height: 0;
1019
+ }
1020
+ }
1021
+ #_cbhtml .is-rte-pop.rte-customtag-options > div,
1022
+ .is-ui .is-rte-pop.rte-customtag-options > div {
1023
+ width: 180px;
1024
+ padding: 1px 9px 9px;
1025
+ box-sizing: border-box;
1026
+ overflow-x: hidden;
1027
+ overflow-y: auto;
1028
+ flex-direction: column;
1029
+ }
1030
+ #_cbhtml .is-rte-pop.rte-customtag-options > div button,
1031
+ .is-ui .is-rte-pop.rte-customtag-options > div button {
1032
+ font-size: 11px;
1033
+ width: 100%;
1034
+ box-shadow: none;
1035
+ background: transparent;
1036
+ flex: none;
1037
+ }
1038
+ #_cbhtml .is-rte-pop.rte-customtag-options > div button:hover,
1039
+ .is-ui .is-rte-pop.rte-customtag-options > div button:hover {
1040
+ background: whitesmoke;
1041
+ }
1042
+ #_cbhtml .is-rte-pop.rte-zoom-options > div,
1043
+ .is-ui .is-rte-pop.rte-zoom-options > div {
1044
+ width: 224px;
1045
+ flex-direction: column;
1046
+ padding: 1px 12px 12px 12px;
1047
+ box-sizing: border-box;
1048
+ }
1049
+ #_cbhtml .is-rte-pop.rte-zoom-options.active,
1050
+ .is-ui .is-rte-pop.rte-zoom-options.active {
1051
+ animation-name: zoomsetting-slide-out;
1052
+ }
1053
+ @keyframes zoomsetting-slide-out {
1054
+ from {
1055
+ height: 0;
1056
+ }
1057
+ to {
1058
+ height: 78px;
1059
+ }
1060
+ }
1061
+ #_cbhtml .is-rte-pop.rte-zoom-options.deactive,
1062
+ .is-ui .is-rte-pop.rte-zoom-options.deactive {
1063
+ animation-name: zoomsetting-slide-in;
1064
+ }
1065
+ @keyframes zoomsetting-slide-in {
1066
+ from {
1067
+ height: 78px;
1068
+ }
1069
+ to {
1070
+ height: 0;
1071
+ }
1072
+ }
1073
+ #_cbhtml[toolbarleft] .is-rte-pop,
1074
+ .is-ui[toolbarleft] .is-rte-pop {
1075
+ height: auto;
1076
+ width: 0;
1077
+ flex-direction: column;
1078
+ box-shadow: rgba(0, 0, 0, 0.05) 5px 0px 9px 0px;
1079
+ }
1080
+ #_cbhtml[toolbarleft] .is-rte-pop > div,
1081
+ .is-ui[toolbarleft] .is-rte-pop > div {
1082
+ flex-direction: column;
1083
+ padding: 9px 9px 9px 1px;
1084
+ }
1085
+ #_cbhtml[toolbarleft] .is-rte-pop.active,
1086
+ .is-ui[toolbarleft] .is-rte-pop.active {
1087
+ animation-name: formatting-leftslide-out;
1088
+ animation-duration: 0.1s;
1089
+ animation-fill-mode: forwards;
1090
+ }
1091
+ @keyframes formatting-leftslide-out {
1092
+ from {
1093
+ width: 0;
1094
+ }
1095
+ to {
1096
+ width: 55px;
1097
+ }
1098
+ }
1099
+ #_cbhtml[toolbarleft] .is-rte-pop.deactive,
1100
+ .is-ui[toolbarleft] .is-rte-pop.deactive {
1101
+ animation-name: formatting-leftslide-in;
1102
+ animation-duration: 0.1s;
1103
+ animation-fill-mode: forwards;
1104
+ }
1105
+ @keyframes formatting-leftslide-in {
1106
+ from {
1107
+ width: 55px;
1108
+ }
1109
+ to {
1110
+ width: 0;
1111
+ }
1112
+ }
1113
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-paragraph-options.active,
1114
+ .is-ui[toolbarleft] .is-rte-pop.rte-paragraph-options.active {
1115
+ animation-name: paragraph-leftslide-out;
1116
+ }
1117
+ @keyframes paragraph-leftslide-out {
1118
+ from {
1119
+ width: 0;
1120
+ }
1121
+ to {
1122
+ width: 250px;
1123
+ }
1124
+ }
1125
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-paragraph-options.deactive,
1126
+ .is-ui[toolbarleft] .is-rte-pop.rte-paragraph-options.deactive {
1127
+ animation-name: paragraph-leftslide-in;
1128
+ }
1129
+ @keyframes paragraph-leftslide-in {
1130
+ from {
1131
+ width: 250px;
1132
+ }
1133
+ to {
1134
+ width: 0;
1135
+ }
1136
+ }
1137
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-paragraph-options > div,
1138
+ .is-ui[toolbarleft] .is-rte-pop.rte-paragraph-options > div {
1139
+ width: 245px;
1140
+ padding: 9px;
1141
+ }
1142
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-textsetting-options.active,
1143
+ .is-ui[toolbarleft] .is-rte-pop.rte-textsetting-options.active {
1144
+ animation-name: textsetting-leftslide-out;
1145
+ }
1146
+ @keyframes textsetting-leftslide-out {
1147
+ from {
1148
+ width: 0;
1149
+ }
1150
+ to {
1151
+ width: 213px;
1152
+ }
1153
+ }
1154
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-textsetting-options.deactive,
1155
+ .is-ui[toolbarleft] .is-rte-pop.rte-textsetting-options.deactive {
1156
+ animation-name: textsetting-leftslide-in;
1157
+ }
1158
+ @keyframes textsetting-leftslide-in {
1159
+ from {
1160
+ width: 213px;
1161
+ }
1162
+ to {
1163
+ width: 0;
1164
+ }
1165
+ }
1166
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-fontfamily-options,
1167
+ .is-ui[toolbarleft] .is-rte-pop.rte-fontfamily-options {
1168
+ height: 260px;
1169
+ }
1170
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-fontfamily-options iframe,
1171
+ .is-ui[toolbarleft] .is-rte-pop.rte-fontfamily-options iframe {
1172
+ margin: 9px 0 9px 0;
1173
+ }
1174
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-fontfamily-options.active,
1175
+ .is-ui[toolbarleft] .is-rte-pop.rte-fontfamily-options.active {
1176
+ animation-name: fontfamily-leftslide-out;
1177
+ }
1178
+ @keyframes fontfamily-leftslide-out {
1179
+ from {
1180
+ width: 0;
1181
+ }
1182
+ to {
1183
+ width: 260px;
1184
+ }
1185
+ }
1186
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-fontfamily-options.deactive,
1187
+ .is-ui[toolbarleft] .is-rte-pop.rte-fontfamily-options.deactive {
1188
+ animation-name: fontfamily-leftslide-in;
1189
+ }
1190
+ @keyframes fontfamily-leftslide-in {
1191
+ from {
1192
+ width: 260px;
1193
+ }
1194
+ to {
1195
+ width: 0;
1196
+ }
1197
+ }
1198
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-customtag-options > div,
1199
+ .is-ui[toolbarleft] .is-rte-pop.rte-customtag-options > div {
1200
+ width: 180px;
1201
+ height: 125px;
1202
+ padding: 9px 9px 9px;
1203
+ }
1204
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-customtag-options.active,
1205
+ .is-ui[toolbarleft] .is-rte-pop.rte-customtag-options.active {
1206
+ animation-name: customtag-leftslide-out;
1207
+ }
1208
+ @keyframes customtag-leftslide-out {
1209
+ from {
1210
+ width: 0;
1211
+ }
1212
+ to {
1213
+ width: 180px;
1214
+ }
1215
+ }
1216
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-customtag-options.deactive,
1217
+ .is-ui[toolbarleft] .is-rte-pop.rte-customtag-options.deactive {
1218
+ animation-name: customtag-leftslide-in;
1219
+ }
1220
+ @keyframes customtag-leftslide-in {
1221
+ from {
1222
+ width: 180px;
1223
+ }
1224
+ to {
1225
+ width: 0;
1226
+ }
1227
+ }
1228
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-color-picker,
1229
+ .is-ui[toolbarleft] .is-rte-pop.rte-color-picker {
1230
+ height: 452px;
1231
+ }
1232
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-color-picker.active,
1233
+ .is-ui[toolbarleft] .is-rte-pop.rte-color-picker.active {
1234
+ animation-name: colorpicker-leftslide-out;
1235
+ }
1236
+ @keyframes colorpicker-leftslide-out {
1237
+ from {
1238
+ width: 0;
1239
+ }
1240
+ to {
1241
+ width: 270px;
1242
+ }
1243
+ }
1244
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-color-picker.deactive,
1245
+ .is-ui[toolbarleft] .is-rte-pop.rte-color-picker.deactive {
1246
+ animation-name: colorpicker-leftslide-in;
1247
+ }
1248
+ @keyframes colorpicker-leftslide-in {
1249
+ from {
1250
+ width: 270px;
1251
+ }
1252
+ to {
1253
+ width: 0;
1254
+ }
1255
+ }
1256
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-color-picker .is-pop-tabs,
1257
+ .is-ui[toolbarleft] .is-rte-pop.rte-color-picker .is-pop-tabs {
1258
+ flex-direction: row;
1259
+ padding: 11px 12px 0;
1260
+ }
1261
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-color-picker .rte-color-picker-area,
1262
+ .is-ui[toolbarleft] .is-rte-pop.rte-color-picker .rte-color-picker-area {
1263
+ padding: 0;
1264
+ }
1265
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-icon-options,
1266
+ .is-ui[toolbarleft] .is-rte-pop.rte-icon-options {
1267
+ height: 320px;
1268
+ }
1269
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-icon-options iframe,
1270
+ .is-ui[toolbarleft] .is-rte-pop.rte-icon-options iframe {
1271
+ margin: 9px 0 9px 0;
1272
+ }
1273
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-icon-options.active,
1274
+ .is-ui[toolbarleft] .is-rte-pop.rte-icon-options.active {
1275
+ animation-name: icon-leftslide-out;
1276
+ }
1277
+ @keyframes icon-leftslide-out {
1278
+ from {
1279
+ width: 0;
1280
+ }
1281
+ to {
1282
+ width: 280px;
1283
+ }
1284
+ }
1285
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-icon-options.deactive,
1286
+ .is-ui[toolbarleft] .is-rte-pop.rte-icon-options.deactive {
1287
+ animation-name: icon-leftslide-in;
1288
+ }
1289
+ @keyframes icon-leftslide-in {
1290
+ from {
1291
+ width: 280px;
1292
+ }
1293
+ to {
1294
+ width: 0;
1295
+ }
1296
+ }
1297
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-zoom-options > div,
1298
+ .is-ui[toolbarleft] .is-rte-pop.rte-zoom-options > div {
1299
+ width: 224px;
1300
+ flex-direction: column;
1301
+ padding: 1px 12px 12px 12px;
1302
+ box-sizing: border-box;
1303
+ }
1304
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-zoom-options.active,
1305
+ .is-ui[toolbarleft] .is-rte-pop.rte-zoom-options.active {
1306
+ animation-name: zoomsetting-leftslide-out;
1307
+ }
1308
+ @keyframes zoomsetting-leftslide-out {
1309
+ from {
1310
+ width: 0;
1311
+ }
1312
+ to {
1313
+ width: 225px;
1314
+ }
1315
+ }
1316
+ #_cbhtml[toolbarleft] .is-rte-pop.rte-zoom-options.deactive,
1317
+ .is-ui[toolbarleft] .is-rte-pop.rte-zoom-options.deactive {
1318
+ animation-name: zoomsetting-leftslide-in;
1319
+ }
1320
+ @keyframes zoomsetting-leftslide-in {
1321
+ from {
1322
+ width: 225px;
1323
+ }
1324
+ to {
1325
+ width: 0;
1326
+ }
1327
+ }
1328
+ #_cbhtml[toolbarright] .is-rte-pop,
1329
+ .is-ui[toolbarright] .is-rte-pop {
1330
+ height: auto;
1331
+ width: 0;
1332
+ flex-direction: column;
1333
+ box-shadow: rgba(0, 0, 0, 0.05) -6px 1px 9px 0px;
1334
+ }
1335
+ #_cbhtml[toolbarright] .is-rte-pop > div,
1336
+ .is-ui[toolbarright] .is-rte-pop > div {
1337
+ flex-direction: column;
1338
+ padding: 9px 2px 9px 9px;
1339
+ }
1340
+ #_cbhtml[toolbarright] .is-rte-pop.active,
1341
+ .is-ui[toolbarright] .is-rte-pop.active {
1342
+ animation-name: formatting-rightslide-out;
1343
+ animation-duration: 0.1s;
1344
+ animation-fill-mode: forwards;
1345
+ }
1346
+ @keyframes formatting-rightslide-out {
1347
+ from {
1348
+ width: 0;
1349
+ }
1350
+ to {
1351
+ width: 55px;
1352
+ }
1353
+ }
1354
+ #_cbhtml[toolbarright] .is-rte-pop.deactive,
1355
+ .is-ui[toolbarright] .is-rte-pop.deactive {
1356
+ animation-name: formatting-rightslide-in;
1357
+ animation-duration: 0.1s;
1358
+ animation-fill-mode: forwards;
1359
+ }
1360
+ @keyframes formatting-rightslide-in {
1361
+ from {
1362
+ width: 55px;
1363
+ }
1364
+ to {
1365
+ width: 0;
1366
+ }
1367
+ }
1368
+ #_cbhtml[toolbarright] .is-rte-pop.rte-paragraph-options.active,
1369
+ .is-ui[toolbarright] .is-rte-pop.rte-paragraph-options.active {
1370
+ animation-name: paragraph-rightslide-out;
1371
+ }
1372
+ @keyframes paragraph-rightslide-out {
1373
+ from {
1374
+ width: 0;
1375
+ }
1376
+ to {
1377
+ width: 250px;
1378
+ }
1379
+ }
1380
+ #_cbhtml[toolbarright] .is-rte-pop.rte-paragraph-options.deactive,
1381
+ .is-ui[toolbarright] .is-rte-pop.rte-paragraph-options.deactive {
1382
+ animation-name: paragraph-rightslide-in;
1383
+ }
1384
+ @keyframes paragraph-rightslide-in {
1385
+ from {
1386
+ width: 250px;
1387
+ }
1388
+ to {
1389
+ width: 0;
1390
+ }
1391
+ }
1392
+ #_cbhtml[toolbarright] .is-rte-pop.rte-paragraph-options > div,
1393
+ .is-ui[toolbarright] .is-rte-pop.rte-paragraph-options > div {
1394
+ width: 245px;
1395
+ padding: 9px;
1396
+ }
1397
+ #_cbhtml[toolbarright] .is-rte-pop.rte-textsetting-options.active,
1398
+ .is-ui[toolbarright] .is-rte-pop.rte-textsetting-options.active {
1399
+ animation-name: textsetting-rightslide-out;
1400
+ }
1401
+ @keyframes textsetting-rightslide-out {
1402
+ from {
1403
+ width: 0;
1404
+ }
1405
+ to {
1406
+ width: 225px;
1407
+ }
1408
+ }
1409
+ #_cbhtml[toolbarright] .is-rte-pop.rte-textsetting-options.deactive,
1410
+ .is-ui[toolbarright] .is-rte-pop.rte-textsetting-options.deactive {
1411
+ animation-name: textsetting-rightslide-in;
1412
+ }
1413
+ @keyframes textsetting-rightslide-in {
1414
+ from {
1415
+ width: 225px;
1416
+ }
1417
+ to {
1418
+ width: 0;
1419
+ }
1420
+ }
1421
+ #_cbhtml[toolbarright] .is-rte-pop.rte-fontfamily-options,
1422
+ .is-ui[toolbarright] .is-rte-pop.rte-fontfamily-options {
1423
+ height: 260px;
1424
+ }
1425
+ #_cbhtml[toolbarright] .is-rte-pop.rte-fontfamily-options iframe,
1426
+ .is-ui[toolbarright] .is-rte-pop.rte-fontfamily-options iframe {
1427
+ margin: 9px 0 9px 0;
1428
+ }
1429
+ #_cbhtml[toolbarright] .is-rte-pop.rte-fontfamily-options.active,
1430
+ .is-ui[toolbarright] .is-rte-pop.rte-fontfamily-options.active {
1431
+ animation-name: fontfamily-leftslide-out;
1432
+ }
1433
+ @keyframes fontfamily-leftslide-out {
1434
+ from {
1435
+ width: 0;
1436
+ }
1437
+ to {
1438
+ width: 260px;
1439
+ }
1440
+ }
1441
+ #_cbhtml[toolbarright] .is-rte-pop.rte-fontfamily-options.deactive,
1442
+ .is-ui[toolbarright] .is-rte-pop.rte-fontfamily-options.deactive {
1443
+ animation-name: fontfamily-leftslide-in;
1444
+ }
1445
+ @keyframes fontfamily-leftslide-in {
1446
+ from {
1447
+ width: 260px;
1448
+ }
1449
+ to {
1450
+ width: 0;
1451
+ }
1452
+ }
1453
+ #_cbhtml[toolbarright] .is-rte-pop.rte-customtag-options > div,
1454
+ .is-ui[toolbarright] .is-rte-pop.rte-customtag-options > div {
1455
+ width: 180px;
1456
+ height: 125px;
1457
+ padding: 9px 9px 9px;
1458
+ }
1459
+ #_cbhtml[toolbarright] .is-rte-pop.rte-customtag-options.active,
1460
+ .is-ui[toolbarright] .is-rte-pop.rte-customtag-options.active {
1461
+ animation-name: customtag-rightslide-out;
1462
+ }
1463
+ @keyframes customtag-rightslide-out {
1464
+ from {
1465
+ width: 0;
1466
+ }
1467
+ to {
1468
+ width: 180px;
1469
+ }
1470
+ }
1471
+ #_cbhtml[toolbarright] .is-rte-pop.rte-customtag-options.deactive,
1472
+ .is-ui[toolbarright] .is-rte-pop.rte-customtag-options.deactive {
1473
+ animation-name: customtag-rightslide-in;
1474
+ }
1475
+ @keyframes customtag-rightslide-in {
1476
+ from {
1477
+ width: 180px;
1478
+ }
1479
+ to {
1480
+ width: 0;
1481
+ }
1482
+ }
1483
+ #_cbhtml[toolbarright] .is-rte-pop.rte-icon-options,
1484
+ .is-ui[toolbarright] .is-rte-pop.rte-icon-options {
1485
+ height: 320px;
1486
+ }
1487
+ #_cbhtml[toolbarright] .is-rte-pop.rte-icon-options iframe,
1488
+ .is-ui[toolbarright] .is-rte-pop.rte-icon-options iframe {
1489
+ margin: 9px 0 9px 0;
1490
+ }
1491
+ #_cbhtml[toolbarright] .is-rte-pop.rte-icon-options.active,
1492
+ .is-ui[toolbarright] .is-rte-pop.rte-icon-options.active {
1493
+ animation-name: icon-rightslide-out;
1494
+ }
1495
+ @keyframes icon-rightslide-out {
1496
+ from {
1497
+ width: 0;
1498
+ }
1499
+ to {
1500
+ width: 280px;
1501
+ }
1502
+ }
1503
+ #_cbhtml[toolbarright] .is-rte-pop.rte-icon-options.deactive,
1504
+ .is-ui[toolbarright] .is-rte-pop.rte-icon-options.deactive {
1505
+ animation-name: icon-rightslide-in;
1506
+ }
1507
+ @keyframes icon-rightslide-in {
1508
+ from {
1509
+ width: 280px;
1510
+ }
1511
+ to {
1512
+ width: 0;
1513
+ }
1514
+ }
1515
+ #_cbhtml[toolbarright] .is-rte-pop.rte-color-picker,
1516
+ .is-ui[toolbarright] .is-rte-pop.rte-color-picker {
1517
+ height: 452px;
1518
+ }
1519
+ #_cbhtml[toolbarright] .is-rte-pop.rte-color-picker.active,
1520
+ .is-ui[toolbarright] .is-rte-pop.rte-color-picker.active {
1521
+ animation-name: colorpicker-rightslide-out;
1522
+ }
1523
+ @keyframes colorpicker-rightslide-out {
1524
+ from {
1525
+ width: 0;
1526
+ }
1527
+ to {
1528
+ width: 270px;
1529
+ }
1530
+ }
1531
+ #_cbhtml[toolbarright] .is-rte-pop.rte-color-picker.deactive,
1532
+ .is-ui[toolbarright] .is-rte-pop.rte-color-picker.deactive {
1533
+ animation-name: colorpicker-rightslide-in;
1534
+ }
1535
+ @keyframes colorpicker-rightslide-in {
1536
+ from {
1537
+ width: 270px;
1538
+ }
1539
+ to {
1540
+ width: 0;
1541
+ }
1542
+ }
1543
+ #_cbhtml[toolbarright] .is-rte-pop.rte-color-picker .is-pop-tabs,
1544
+ .is-ui[toolbarright] .is-rte-pop.rte-color-picker .is-pop-tabs {
1545
+ flex-direction: row;
1546
+ padding: 11px 12px 0;
1547
+ }
1548
+ #_cbhtml[toolbarright] .is-rte-pop.rte-color-picker .rte-color-picker-area,
1549
+ .is-ui[toolbarright] .is-rte-pop.rte-color-picker .rte-color-picker-area {
1550
+ padding: 0;
1551
+ }
1552
+ #_cbhtml[toolbarright] .is-rte-pop.rte-zoom-options > div,
1553
+ .is-ui[toolbarright] .is-rte-pop.rte-zoom-options > div {
1554
+ width: 224px;
1555
+ flex-direction: column;
1556
+ padding: 1px 12px 12px 12px;
1557
+ box-sizing: border-box;
1558
+ }
1559
+ #_cbhtml[toolbarright] .is-rte-pop.rte-zoom-options.active,
1560
+ .is-ui[toolbarright] .is-rte-pop.rte-zoom-options.active {
1561
+ animation-name: zoomsetting-rightslide-out;
1562
+ }
1563
+ @keyframes zoomsetting-rightslide-out {
1564
+ from {
1565
+ width: 0;
1566
+ }
1567
+ to {
1568
+ width: 225px;
1569
+ }
1570
+ }
1571
+ #_cbhtml[toolbarright] .is-rte-pop.rte-zoom-options.deactive,
1572
+ .is-ui[toolbarright] .is-rte-pop.rte-zoom-options.deactive {
1573
+ animation-name: zoomsetting-rightslide-in;
1574
+ }
1575
+ @keyframes zoomsetting-rightslide-in {
1576
+ from {
1577
+ width: 225px;
1578
+ }
1579
+ to {
1580
+ width: 0;
1581
+ }
1582
+ }
1583
+ #_cbhtml .is-modal,
1584
+ .is-ui .is-modal {
1585
+ position: fixed;
1586
+ width: 100%;
1587
+ height: 100%;
1588
+ top: 0;
1589
+ left: 0;
1590
+ display: none;
1591
+ z-index: 10004;
1592
+ background: rgba(255, 255, 255, 0.000001);
1593
+ justify-content: center;
1594
+ align-items: center;
1595
+ flex-direction: column;
1596
+ font-family: sans-serif;
1597
+ }
1598
+ #_cbhtml .is-modal.active,
1599
+ .is-ui .is-modal.active {
1600
+ display: flex;
1601
+ }
1602
+ #_cbhtml .is-modal button,
1603
+ .is-ui .is-modal button {
1604
+ color: #000;
1605
+ background: #fff;
1606
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
1607
+ }
1608
+ #_cbhtml .is-modal button:hover,
1609
+ .is-ui .is-modal button:hover {
1610
+ background: #fff;
1611
+ }
1612
+ #_cbhtml .is-modal button.on,
1613
+ .is-ui .is-modal button.on {
1614
+ background: #f2f2f2;
1615
+ }
1616
+ #_cbhtml .is-modal .is-modal-overlay,
1617
+ .is-ui .is-modal .is-modal-overlay {
1618
+ position: absolute;
1619
+ top: 0;
1620
+ left: 0;
1621
+ width: 100%;
1622
+ height: 100%;
1623
+ background: rgba(255, 255, 255, 0.000001);
1624
+ z-index: -1;
1625
+ max-width: none !important;
1626
+ margin: 0 !important;
1627
+ }
1628
+ #_cbhtml .is-modal .is-modal-overlay.overlay-stay,
1629
+ .is-ui .is-modal .is-modal-overlay.overlay-stay {
1630
+ background: rgba(255, 255, 255, 0.3);
1631
+ }
1632
+ #_cbhtml .is-modal.is-modal-content,
1633
+ #_cbhtml .is-modal .is-modal-content,
1634
+ .is-ui .is-modal.is-modal-content,
1635
+ .is-ui .is-modal .is-modal-content {
1636
+ background: #fff;
1637
+ border: 1px solid #f2f2f2;
1638
+ box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
1639
+ }
1640
+ #_cbhtml .is-modal .is-modal-content,
1641
+ .is-ui .is-modal .is-modal-content {
1642
+ position: relative;
1643
+ width: 100%;
1644
+ padding: 20px 20px;
1645
+ box-sizing: border-box;
1646
+ }
1647
+ #_cbhtml .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay),
1648
+ .is-ui .is-modal:not(.is-modal-content) > div:not(.is-modal-overlay) {
1649
+ background: #fff;
1650
+ border: 1px solid #f2f2f2;
1651
+ box-shadow: 4px 17px 20px 0px rgba(0, 0, 0, 0.08);
1652
+ position: relative;
1653
+ width: 100%;
1654
+ padding: 20px 20px;
1655
+ box-sizing: border-box;
1656
+ }
1657
+ #_cbhtml .is-modal.is-modal-full > div:not(.is-modal-overlay),
1658
+ .is-ui .is-modal.is-modal-full > div:not(.is-modal-overlay) {
1659
+ width: 100% !important;
1660
+ height: 100% !important;
1661
+ max-width: 100% !important;
1662
+ max-height: 100% !important;
1663
+ }
1664
+ #_cbhtml .is-modal div.is-draggable,
1665
+ .is-ui .is-modal div.is-draggable {
1666
+ cursor: move;
1667
+ box-shadow: none;
1668
+ background: transparent;
1669
+ padding: 0;
1670
+ border: none;
1671
+ }
1672
+ #_cbhtml .is-modal div.is-modal-bar,
1673
+ .is-ui .is-modal div.is-modal-bar {
1674
+ position: absolute;
1675
+ top: 0;
1676
+ left: 0;
1677
+ width: 100%;
1678
+ flex: none;
1679
+ background: transparent;
1680
+ border: none;
1681
+ box-sizing: border-box;
1682
+ text-align: center;
1683
+ font-family: sans-serif;
1684
+ font-size: 13px;
1685
+ letter-spacing: 1px;
1686
+ color: #545454;
1687
+ touch-action: none;
1688
+ user-select: none;
1689
+ z-index: 1;
1690
+ line-height: 35px;
1691
+ height: 35px;
1692
+ }
1693
+ #_cbhtml .is-modal div.is-modal-bar .is-modal-close,
1694
+ .is-ui .is-modal div.is-modal-bar .is-modal-close {
1695
+ z-index: 1;
1696
+ width: 32px;
1697
+ height: 32px;
1698
+ position: absolute;
1699
+ top: 0px;
1700
+ right: 0px;
1701
+ box-sizing: border-box;
1702
+ padding: 0;
1703
+ line-height: 32px;
1704
+ font-size: 12px;
1705
+ color: #545454;
1706
+ text-align: center;
1707
+ cursor: pointer;
1708
+ }
1709
+ #_cbhtml .is-modal.previewcontent,
1710
+ .is-ui .is-modal.previewcontent {
1711
+ background: #d1d1d1;
1712
+ }
1713
+ #_cbhtml .is-modal.previewcontent .size-control,
1714
+ .is-ui .is-modal.previewcontent .size-control {
1715
+ cursor: pointer;
1716
+ background: #f7f7f7;
1717
+ border-left: #dedede 2px solid;
1718
+ border-right: #dedede 2px solid;
1719
+ height: 100%;
1720
+ display: flex;
1721
+ justify-content: center;
1722
+ align-items: center;
1723
+ }
1724
+ #_cbhtml .is-modal.previewcontent .size-control-info,
1725
+ .is-ui .is-modal.previewcontent .size-control-info {
1726
+ text-align: center;
1727
+ color: #000;
1728
+ }
1729
+ #_cbhtml .is-modal.previewcontent .size-control.hover,
1730
+ .is-ui .is-modal.previewcontent .size-control.hover {
1731
+ background: #f0f0f0;
1732
+ }
1733
+ #_cbhtml .is-modal.is-confirm div.is-modal-content,
1734
+ .is-ui .is-modal.is-confirm div.is-modal-content {
1735
+ max-width: 526px;
1736
+ text-align: center;
1737
+ }
1738
+ #_cbhtml .is-modal.viewconfig div.is-modal-content,
1739
+ .is-ui .is-modal.viewconfig div.is-modal-content {
1740
+ max-width: 700px;
1741
+ padding: 5px 17px 17px 17px;
1742
+ }
1743
+ #_cbhtml .is-modal.viewhtml, #_cbhtml .is-modal.viewhtmlformatted, #_cbhtml .is-modal.viewhtmlnormal,
1744
+ .is-ui .is-modal.viewhtml,
1745
+ .is-ui .is-modal.viewhtmlformatted,
1746
+ .is-ui .is-modal.viewhtmlnormal {
1747
+ z-index: 10005;
1748
+ }
1749
+ #_cbhtml .is-modal.viewhtml div.is-modal-content, #_cbhtml .is-modal.viewhtmlformatted div.is-modal-content, #_cbhtml .is-modal.viewhtmlnormal div.is-modal-content,
1750
+ .is-ui .is-modal.viewhtml div.is-modal-content,
1751
+ .is-ui .is-modal.viewhtmlformatted div.is-modal-content,
1752
+ .is-ui .is-modal.viewhtmlnormal div.is-modal-content {
1753
+ width: 80%;
1754
+ max-width: 1200px;
1755
+ height: 80%;
1756
+ padding: 0;
1757
+ box-sizing: border-box;
1758
+ position: relative;
1759
+ overflow: hidden;
1760
+ }
1761
+ #_cbhtml .is-modal.viewhtmllarger,
1762
+ .is-ui .is-modal.viewhtmllarger {
1763
+ z-index: 10005;
1764
+ align-items: flex-end;
1765
+ }
1766
+ #_cbhtml .is-modal.viewhtmllarger div.is-modal-content,
1767
+ .is-ui .is-modal.viewhtmllarger div.is-modal-content {
1768
+ width: 100%;
1769
+ height: 100%;
1770
+ border: none;
1771
+ padding: 0;
1772
+ }
1773
+ #_cbhtml .is-modal.grideditor,
1774
+ .is-ui .is-modal.grideditor {
1775
+ background: #fff;
1776
+ width: 96px;
1777
+ height: 450px;
1778
+ top: 50%;
1779
+ left: auto;
1780
+ right: 80px;
1781
+ margin-top: -220px;
1782
+ box-sizing: content-box;
1783
+ overflow: hidden;
1784
+ }
1785
+ #_cbhtml .is-modal.grideditor .is-modal-bar,
1786
+ .is-ui .is-modal.grideditor .is-modal-bar {
1787
+ z-index: 1;
1788
+ height: 20px;
1789
+ }
1790
+ #_cbhtml .is-modal.grideditor .is-modal-bar .is-modal-close,
1791
+ .is-ui .is-modal.grideditor .is-modal-bar .is-modal-close {
1792
+ width: 20px;
1793
+ height: 20px;
1794
+ line-height: 20px;
1795
+ font-size: 10px;
1796
+ }
1797
+ #_cbhtml .is-modal.grideditor.active,
1798
+ .is-ui .is-modal.grideditor.active {
1799
+ display: flex;
1800
+ }
1801
+ #_cbhtml .is-modal.grideditor > div,
1802
+ .is-ui .is-modal.grideditor > div {
1803
+ width: 100%;
1804
+ box-sizing: border-box;
1805
+ padding: 0;
1806
+ border: none;
1807
+ }
1808
+ #_cbhtml .is-modal.grideditor button,
1809
+ .is-ui .is-modal.grideditor button {
1810
+ width: 48px;
1811
+ height: 40px;
1812
+ background-color: transparent !important;
1813
+ box-shadow: none !important;
1814
+ }
1815
+ #_cbhtml .is-modal.grideditor .is-separator,
1816
+ .is-ui .is-modal.grideditor .is-separator {
1817
+ width: 100%;
1818
+ border-top: #f2f2f2 1px solid;
1819
+ display: flex;
1820
+ }
1821
+ #_cbhtml .is-modal.pickgradientcolor div.is-modal-content,
1822
+ .is-ui .is-modal.pickgradientcolor div.is-modal-content {
1823
+ max-width: 201px;
1824
+ padding: 0;
1825
+ }
1826
+ #_cbhtml .is-modal.pickgradientcolor .is-modal-bar,
1827
+ .is-ui .is-modal.pickgradientcolor .is-modal-bar {
1828
+ height: 10px;
1829
+ }
1830
+ #_cbhtml .is-modal.pickgradientcolor .is-settings,
1831
+ .is-ui .is-modal.pickgradientcolor .is-settings {
1832
+ margin-bottom: 15px;
1833
+ }
1834
+ #_cbhtml .is-modal.pickgradientcolor .is-settings > div,
1835
+ .is-ui .is-modal.pickgradientcolor .is-settings > div {
1836
+ display: flex;
1837
+ align-items: center;
1838
+ height: 50px;
1839
+ }
1840
+ #_cbhtml .is-modal.pickgradientcolor .is-settings > div.is-label,
1841
+ .is-ui .is-modal.pickgradientcolor .is-settings > div.is-label {
1842
+ height: auto;
1843
+ font-family: sans-serif;
1844
+ font-size: 13px;
1845
+ font-weight: 300;
1846
+ letter-spacing: 1px;
1847
+ margin: 10px 0 3px;
1848
+ }
1849
+ #_cbhtml .is-modal.pickgradientcolor .is-settings button,
1850
+ .is-ui .is-modal.pickgradientcolor .is-settings button {
1851
+ width: auto;
1852
+ height: 37px;
1853
+ font-size: 10px;
1854
+ line-height: 1;
1855
+ text-transform: uppercase;
1856
+ padding: 1px 20px;
1857
+ box-sizing: border-box;
1858
+ border: none;
1859
+ }
1860
+ #_cbhtml .is-modal.pickgradientcolor .is-settings button.is-btn-color,
1861
+ .is-ui .is-modal.pickgradientcolor .is-settings button.is-btn-color {
1862
+ width: 35px;
1863
+ height: 35px;
1864
+ padding: 0;
1865
+ background: rgba(255, 255, 255, 0.2);
1866
+ border: rgba(0, 0, 0, 0.09) 1px solid;
1867
+ }
1868
+ #_cbhtml .is-modal.pickgradientcolor .is-settings button .is-elmgrad-remove,
1869
+ .is-ui .is-modal.pickgradientcolor .is-settings button .is-elmgrad-remove {
1870
+ position: absolute;
1871
+ top: 0px;
1872
+ right: 0px;
1873
+ width: 20px;
1874
+ height: 20px;
1875
+ background: rgba(95, 94, 94, 0.26);
1876
+ color: #fff;
1877
+ line-height: 20px;
1878
+ text-align: center;
1879
+ font-size: 12px;
1880
+ cursor: pointer;
1881
+ display: none;
1882
+ }
1883
+ #_cbhtml .is-modal.pickgradientcolor .is-settings button[data-elmgradient].active .is-elmgrad-remove,
1884
+ .is-ui .is-modal.pickgradientcolor .is-settings button[data-elmgradient].active .is-elmgrad-remove {
1885
+ display: block;
1886
+ }
1887
+ #_cbhtml .is-modal.pickgradientcolor .is-settings label,
1888
+ .is-ui .is-modal.pickgradientcolor .is-settings label {
1889
+ font-size: 14px;
1890
+ color: inherit;
1891
+ }
1892
+ #_cbhtml .is-modal.pickgradientcolor button.input-gradient-clear,
1893
+ #_cbhtml .is-modal.pickgradientcolor button.input-gradient-clear:hover,
1894
+ .is-ui .is-modal.pickgradientcolor button.input-gradient-clear,
1895
+ .is-ui .is-modal.pickgradientcolor button.input-gradient-clear:hover {
1896
+ border: transparent 1px solid;
1897
+ background-color: transparent;
1898
+ }
1899
+ #_cbhtml .is-modal.edittable,
1900
+ .is-ui .is-modal.edittable {
1901
+ z-index: 10002;
1902
+ position: fixed;
1903
+ overflow: hidden;
1904
+ width: 250px;
1905
+ height: 410px;
1906
+ top: 50%;
1907
+ left: auto;
1908
+ right: 30%;
1909
+ margin-top: -205px;
1910
+ box-sizing: content-box;
1911
+ flex-direction: row;
1912
+ align-items: flex-start;
1913
+ }
1914
+ #_cbhtml .is-modal.edittable .is-modal-bar,
1915
+ .is-ui .is-modal.edittable .is-modal-bar {
1916
+ line-height: 30px;
1917
+ height: 30px;
1918
+ background-color: #fafafa;
1919
+ }
1920
+ #_cbhtml .is-modal.edittable .is-modal-bar .is-modal-close,
1921
+ .is-ui .is-modal.edittable .is-modal-bar .is-modal-close {
1922
+ width: 20px;
1923
+ height: 20px;
1924
+ line-height: 20px;
1925
+ font-size: 10px;
1926
+ }
1927
+ #_cbhtml .is-modal.edittable.active,
1928
+ .is-ui .is-modal.edittable.active {
1929
+ display: flex;
1930
+ }
1931
+ #_cbhtml .is-modal.edittable > div:not(.is-draggable),
1932
+ .is-ui .is-modal.edittable > div:not(.is-draggable) {
1933
+ width: 100%;
1934
+ margin-top: 30px;
1935
+ }
1936
+ #_cbhtml .is-modal.edittable button,
1937
+ .is-ui .is-modal.edittable button {
1938
+ height: 35px;
1939
+ }
1940
+ #_cbhtml .is-modal.edittable button.is-btn-color,
1941
+ .is-ui .is-modal.edittable button.is-btn-color {
1942
+ width: 35px;
1943
+ height: 35px;
1944
+ padding: 0;
1945
+ background: rgba(255, 255, 255, 0.2);
1946
+ border: rgba(0, 0, 0, 0.09) 1px solid;
1947
+ }
1948
+ #_cbhtml .is-modal.columnsettings .is-modal-bar,
1949
+ .is-ui .is-modal.columnsettings .is-modal-bar {
1950
+ background-color: #fafafa;
1951
+ }
1952
+ #_cbhtml .is-modal.columnsettings.active,
1953
+ .is-ui .is-modal.columnsettings.active {
1954
+ display: flex;
1955
+ }
1956
+ #_cbhtml .is-modal.columnsettings > div:not(.is-draggable),
1957
+ .is-ui .is-modal.columnsettings > div:not(.is-draggable) {
1958
+ width: 100%;
1959
+ margin-top: 30px;
1960
+ }
1961
+ #_cbhtml .is-modal.columnsettings button,
1962
+ .is-ui .is-modal.columnsettings button {
1963
+ width: auto;
1964
+ height: 35px;
1965
+ font-size: 10px;
1966
+ line-height: 1;
1967
+ text-transform: uppercase;
1968
+ padding: 1px 20px;
1969
+ box-sizing: border-box;
1970
+ border: none;
1971
+ }
1972
+ #_cbhtml .is-modal.columnsettings button.is-btn-color,
1973
+ .is-ui .is-modal.columnsettings button.is-btn-color {
1974
+ width: 35px;
1975
+ height: 35px;
1976
+ padding: 0;
1977
+ background: rgba(255, 255, 255, 0.2);
1978
+ border: rgba(0, 0, 0, 0.09) 1px solid;
1979
+ }
1980
+ #_cbhtml .is-modal.columnsettings button span,
1981
+ .is-ui .is-modal.columnsettings button span {
1982
+ margin-left: 5px;
1983
+ }
1984
+ #_cbhtml .is-modal.columnsettings button svg,
1985
+ .is-ui .is-modal.columnsettings button svg {
1986
+ width: 12px;
1987
+ height: 12px;
1988
+ flex: none;
1989
+ }
1990
+ #_cbhtml .is-modal.columnsettings button.input-cell-bgimage,
1991
+ .is-ui .is-modal.columnsettings button.input-cell-bgimage {
1992
+ margin-right: 1px;
1993
+ }
1994
+ #_cbhtml .is-modal.columnsettings button.input-cell-bgimage svg,
1995
+ .is-ui .is-modal.columnsettings button.input-cell-bgimage svg {
1996
+ width: 14px;
1997
+ height: 14px;
1998
+ }
1999
+ #_cbhtml .is-modal.columnsettings button.input-cell-bgimageadjust,
2000
+ .is-ui .is-modal.columnsettings button.input-cell-bgimageadjust {
2001
+ width: 40px;
2002
+ }
2003
+ #_cbhtml .is-modal.columnsettings .cell-bgimage-preview,
2004
+ .is-ui .is-modal.columnsettings .cell-bgimage-preview {
2005
+ max-width: 120px;
2006
+ max-height: 120px;
2007
+ }
2008
+ #_cbhtml .is-modal.columnsettings .cell-bgimage-preview img,
2009
+ .is-ui .is-modal.columnsettings .cell-bgimage-preview img {
2010
+ max-width: 100%;
2011
+ max-height: 100%;
2012
+ }
2013
+ #_cbhtml .is-modal.columnsettings .div-content-padding,
2014
+ #_cbhtml .is-modal.columnsettings .div-content-height,
2015
+ .is-ui .is-modal.columnsettings .div-content-padding,
2016
+ .is-ui .is-modal.columnsettings .div-content-height {
2017
+ display: flex;
2018
+ }
2019
+ #_cbhtml .is-modal.columnsettings .div-content-padding button,
2020
+ #_cbhtml .is-modal.columnsettings .div-content-height button,
2021
+ .is-ui .is-modal.columnsettings .div-content-padding button,
2022
+ .is-ui .is-modal.columnsettings .div-content-height button {
2023
+ width: 40px;
2024
+ margin-right: 1px;
2025
+ }
2026
+ #_cbhtml .is-modal.columnsettings .div-content-padding button svg,
2027
+ #_cbhtml .is-modal.columnsettings .div-content-height button svg,
2028
+ .is-ui .is-modal.columnsettings .div-content-padding button svg,
2029
+ .is-ui .is-modal.columnsettings .div-content-height button svg {
2030
+ flex: none;
2031
+ }
2032
+ #_cbhtml .is-modal.columnsettings .div-content-textcolor,
2033
+ .is-ui .is-modal.columnsettings .div-content-textcolor {
2034
+ display: flex;
2035
+ }
2036
+ #_cbhtml .is-modal.columnsettings .div-content-textcolor button,
2037
+ .is-ui .is-modal.columnsettings .div-content-textcolor button {
2038
+ width: 40px;
2039
+ }
2040
+ #_cbhtml .is-modal.columnsettings .div-content-textcolor button[data-command=dark],
2041
+ .is-ui .is-modal.columnsettings .div-content-textcolor button[data-command=dark] {
2042
+ width: auto;
2043
+ background-color: #f7f7f7;
2044
+ color: #111;
2045
+ }
2046
+ #_cbhtml .is-modal.columnsettings .div-content-textcolor button[data-command=light],
2047
+ .is-ui .is-modal.columnsettings .div-content-textcolor button[data-command=light] {
2048
+ width: auto;
2049
+ background-color: #333;
2050
+ color: #f7f7f7;
2051
+ }
2052
+ #_cbhtml .is-modal.columnsettings .div-content-position,
2053
+ .is-ui .is-modal.columnsettings .div-content-position {
2054
+ display: flex;
2055
+ flex-flow: row wrap;
2056
+ align-items: center;
2057
+ width: 184px;
2058
+ padding: 0;
2059
+ }
2060
+ #_cbhtml .is-modal.columnsettings .div-content-position button,
2061
+ .is-ui .is-modal.columnsettings .div-content-position button {
2062
+ width: 40px;
2063
+ }
2064
+ #_cbhtml .is-modal.columnsettings .div-content-position button svg,
2065
+ .is-ui .is-modal.columnsettings .div-content-position button svg {
2066
+ flex: none;
2067
+ }
2068
+ #_cbhtml .is-modal.columnsettings .image-src,
2069
+ .is-ui .is-modal.columnsettings .image-src {
2070
+ display: flex;
2071
+ }
2072
+ #_cbhtml .is-modal.columnsettings .image-src > button,
2073
+ .is-ui .is-modal.columnsettings .image-src > button {
2074
+ background: transparent !important;
2075
+ }
2076
+ #_cbhtml .is-modal.columnsettings #divCellClick p,
2077
+ .is-ui .is-modal.columnsettings #divCellClick p {
2078
+ font-size: 13px;
2079
+ line-height: 1.7;
2080
+ }
2081
+ #_cbhtml .is-modal.imagesource .is-modal-content,
2082
+ .is-ui .is-modal.imagesource .is-modal-content {
2083
+ padding: 20px;
2084
+ }
2085
+ #_cbhtml .is-modal.imagesource .image-src,
2086
+ .is-ui .is-modal.imagesource .image-src {
2087
+ display: flex;
2088
+ }
2089
+ #_cbhtml .is-modal.imagesource .image-src > button,
2090
+ .is-ui .is-modal.imagesource .image-src > button {
2091
+ background: transparent !important;
2092
+ }
2093
+ #_cbhtml .is-modal.pickfontfamily .is-modal-bar,
2094
+ .is-ui .is-modal.pickfontfamily .is-modal-bar {
2095
+ background: #fafafa;
2096
+ }
2097
+ #_cbhtml .is-modal.pickfontfamily div.is-modal-content,
2098
+ .is-ui .is-modal.pickfontfamily div.is-modal-content {
2099
+ max-width: 303px;
2100
+ padding: 0;
2101
+ }
2102
+ #_cbhtml .is-modal.editstyles .is-modal-bar .is-modal-close,
2103
+ .is-ui .is-modal.editstyles .is-modal-bar .is-modal-close {
2104
+ width: 20px;
2105
+ height: 20px;
2106
+ line-height: 20px;
2107
+ font-size: 10px;
2108
+ }
2109
+ #_cbhtml .is-modal.pickcolor div.is-modal-content,
2110
+ .is-ui .is-modal.pickcolor div.is-modal-content {
2111
+ max-width: 271px;
2112
+ padding: 12px 12px;
2113
+ }
2114
+ #_cbhtml .is-modal.pickcolor .is-modal-bar,
2115
+ .is-ui .is-modal.pickcolor .is-modal-bar {
2116
+ height: 11px;
2117
+ }
2118
+ #_cbhtml .is-modal.pickcolormore div.is-modal-content,
2119
+ .is-ui .is-modal.pickcolormore div.is-modal-content {
2120
+ max-width: 340px;
2121
+ }
2122
+ #_cbhtml .is-modal.pickcolormore .is-modal-bar,
2123
+ .is-ui .is-modal.pickcolormore .is-modal-bar {
2124
+ height: 11px;
2125
+ }
2126
+ #_cbhtml .is-modal.insertimage .is-drop-area,
2127
+ .is-ui .is-modal.insertimage .is-drop-area {
2128
+ border: 2px dashed #b3b3b3;
2129
+ position: relative;
2130
+ }
2131
+ #_cbhtml .is-modal.insertimage .is-drop-area:hover,
2132
+ .is-ui .is-modal.insertimage .is-drop-area:hover {
2133
+ background-color: #f7f7f7;
2134
+ }
2135
+ #_cbhtml .is-modal.insertimage .is-drop-area.image-dropping,
2136
+ .is-ui .is-modal.insertimage .is-drop-area.image-dropping {
2137
+ background-color: #f7f7f7;
2138
+ }
2139
+ #_cbhtml .is-modal.insertimage .is-drop-area #fileInsertImage,
2140
+ .is-ui .is-modal.insertimage .is-drop-area #fileInsertImage {
2141
+ position: absolute;
2142
+ margin: 0;
2143
+ padding: 0;
2144
+ width: 100%;
2145
+ height: 100%;
2146
+ outline: none;
2147
+ opacity: 0;
2148
+ cursor: pointer;
2149
+ }
2150
+ #_cbhtml .is-modal.insertimage .is-drop-area .drag-text p,
2151
+ .is-ui .is-modal.insertimage .is-drop-area .drag-text p {
2152
+ font-size: 12px;
2153
+ text-align: center;
2154
+ text-transform: uppercase;
2155
+ letter-spacing: 1px;
2156
+ padding: 60px 0;
2157
+ }
2158
+ #_cbhtml .is-modal.insertimage .is-preview-area,
2159
+ .is-ui .is-modal.insertimage .is-preview-area {
2160
+ display: none;
2161
+ text-align: center;
2162
+ }
2163
+ #_cbhtml .is-modal.insertimage .is-preview-area div,
2164
+ .is-ui .is-modal.insertimage .is-preview-area div {
2165
+ position: relative;
2166
+ display: inline-block;
2167
+ margin: 10px;
2168
+ }
2169
+ #_cbhtml .is-modal.insertimage .is-preview-area div i,
2170
+ .is-ui .is-modal.insertimage .is-preview-area div i {
2171
+ position: absolute;
2172
+ top: 0;
2173
+ right: 0;
2174
+ cursor: pointer;
2175
+ background: rgba(255, 255, 255, 0.8);
2176
+ color: #000;
2177
+ width: 28px;
2178
+ height: 28px;
2179
+ text-align: center;
2180
+ line-height: 28px;
2181
+ font-size: 27px;
2182
+ box-sizing: border-box;
2183
+ padding-left: 1px;
2184
+ cursor: pointer;
2185
+ }
2186
+ #_cbhtml .is-modal.insertimage .is-preview-area #imgInsertImagePreview,
2187
+ .is-ui .is-modal.insertimage .is-preview-area #imgInsertImagePreview {
2188
+ max-height: 200px;
2189
+ max-width: 200px;
2190
+ }
2191
+ #_cbhtml .is-modal.insertimage .image-src,
2192
+ .is-ui .is-modal.insertimage .image-src {
2193
+ display: flex;
2194
+ }
2195
+ #_cbhtml .is-modal.insertimage .image-src > button,
2196
+ .is-ui .is-modal.insertimage .image-src > button {
2197
+ background: transparent !important;
2198
+ }
2199
+ #_cbhtml .is-modal.imageedit div.is-modal-content,
2200
+ .is-ui .is-modal.imageedit div.is-modal-content {
2201
+ width: auto;
2202
+ padding-top: 7px;
2203
+ }
2204
+ #_cbhtml .is-modal.imageedit .imageedit-crop button,
2205
+ .is-ui .is-modal.imageedit .imageedit-crop button {
2206
+ margin: 0 20px 0 0;
2207
+ border: #d1d1d1 1px solid;
2208
+ background-color: transparent !important;
2209
+ }
2210
+ #_cbhtml .is-modal.imagelink div.is-modal-content,
2211
+ .is-ui .is-modal.imagelink div.is-modal-content {
2212
+ max-width: 526px;
2213
+ }
2214
+ #_cbhtml .is-modal.imagelink .image-src,
2215
+ .is-ui .is-modal.imagelink .image-src {
2216
+ display: flex;
2217
+ }
2218
+ #_cbhtml .is-modal.imagelink .image-src > button,
2219
+ .is-ui .is-modal.imagelink .image-src > button {
2220
+ background: transparent !important;
2221
+ }
2222
+ #_cbhtml .is-modal.imagelink .image-link,
2223
+ .is-ui .is-modal.imagelink .image-link {
2224
+ display: flex;
2225
+ }
2226
+ #_cbhtml .is-modal.imagelink .image-link button,
2227
+ .is-ui .is-modal.imagelink .image-link button {
2228
+ background: transparent !important;
2229
+ }
2230
+ #_cbhtml .is-modal.imagelink .form-upload-larger.please-wait svg,
2231
+ .is-ui .is-modal.imagelink .form-upload-larger.please-wait svg {
2232
+ transform: scale(1, 1);
2233
+ opacity: 1;
2234
+ animation-name: please-wait-anim;
2235
+ animation-duration: 3s;
2236
+ animation-fill-mode: forwards;
2237
+ animation-iteration-count: infinite;
2238
+ }
2239
+ @keyframes please-wait-anim {
2240
+ 0% {
2241
+ transform: scale(1, 1);
2242
+ opacity: 0;
2243
+ }
2244
+ 25% {
2245
+ transform: scale(1.2, 1.2);
2246
+ opacity: 1;
2247
+ }
2248
+ 50% {
2249
+ transform: scale(1, 1);
2250
+ opacity: 0;
2251
+ }
2252
+ 75% {
2253
+ transform: scale(1.2, 1.2);
2254
+ opacity: 1;
2255
+ }
2256
+ 100% {
2257
+ transform: scale(1, 1);
2258
+ opacity: 0;
2259
+ }
2260
+ }
2261
+ #_cbhtml .is-modal.iframelink div.is-modal-content,
2262
+ .is-ui .is-modal.iframelink div.is-modal-content {
2263
+ max-width: 550px;
2264
+ }
2265
+ #_cbhtml .is-modal.createlink div.is-modal-content,
2266
+ .is-ui .is-modal.createlink div.is-modal-content {
2267
+ max-width: 526px;
2268
+ }
2269
+ #_cbhtml .is-modal.createlink .link-src,
2270
+ .is-ui .is-modal.createlink .link-src {
2271
+ position: relative;
2272
+ height: 50px;
2273
+ display: flex;
2274
+ flex-direction: row;
2275
+ }
2276
+ #_cbhtml .is-modal.createlink .link-src .input-url,
2277
+ .is-ui .is-modal.createlink .link-src .input-url {
2278
+ width: 100%;
2279
+ }
2280
+ #_cbhtml .is-modal.createlink .link-src button,
2281
+ .is-ui .is-modal.createlink .link-src button {
2282
+ background: transparent !important;
2283
+ }
2284
+ #_cbhtml .is-modal.createlink .input-select,
2285
+ .is-ui .is-modal.createlink .input-select {
2286
+ width: 60px;
2287
+ font-size: 20px;
2288
+ height: 50px;
2289
+ border-left: none;
2290
+ background: transparent;
2291
+ }
2292
+ #_cbhtml .is-modal.viewconfig .div-themes,
2293
+ .is-ui .is-modal.viewconfig .div-themes {
2294
+ display: flex;
2295
+ flex-flow: wrap;
2296
+ width: 189px;
2297
+ border: rgba(255, 255, 255, 0.15) 1px solid;
2298
+ box-sizing: content-box;
2299
+ }
2300
+ #_cbhtml .is-modal.viewconfig button.input-setcolor,
2301
+ .is-ui .is-modal.viewconfig button.input-setcolor {
2302
+ width: 27px;
2303
+ height: 25px;
2304
+ border: transparent 1px solid;
2305
+ }
2306
+ #_cbhtml .is-tool#divImageTool,
2307
+ .is-ui .is-tool#divImageTool {
2308
+ background: rgba(0, 0, 0, 0.15);
2309
+ border: transparent 1px solid;
2310
+ }
2311
+ #_cbhtml .is-tool#divImageTool > div, #_cbhtml .is-tool#divImageTool > button,
2312
+ .is-ui .is-tool#divImageTool > div,
2313
+ .is-ui .is-tool#divImageTool > button {
2314
+ background: transparent;
2315
+ }
2316
+ #_cbhtml .is-tool#divImageTool svg,
2317
+ .is-ui .is-tool#divImageTool svg {
2318
+ fill: #fff;
2319
+ }
2320
+ #_cbhtml .is-tool#divImageResizer,
2321
+ .is-ui .is-tool#divImageResizer {
2322
+ background: rgba(0, 0, 0, 0);
2323
+ width: 1px;
2324
+ height: 1px;
2325
+ z-index: 10;
2326
+ touch-action: none;
2327
+ }
2328
+ #_cbhtml .is-tool.is-spacer-tool,
2329
+ .is-ui .is-tool.is-spacer-tool {
2330
+ border: none;
2331
+ background: none;
2332
+ }
2333
+ #_cbhtml .is-tool.is-spacer-tool > button,
2334
+ .is-ui .is-tool.is-spacer-tool > button {
2335
+ width: 30px;
2336
+ height: 30px;
2337
+ background: rgba(240, 240, 240, 0.9);
2338
+ }
2339
+ #_cbhtml .is-tool.is-spacer-tool > button svg,
2340
+ .is-ui .is-tool.is-spacer-tool > button svg {
2341
+ fill: #121212;
2342
+ }
2343
+ #_cbhtml .is-tool.is-table-tool,
2344
+ .is-ui .is-tool.is-table-tool {
2345
+ border: none;
2346
+ background: none;
2347
+ }
2348
+ #_cbhtml .is-tool.is-table-tool:hover,
2349
+ .is-ui .is-tool.is-table-tool:hover {
2350
+ z-index: 10001 !important;
2351
+ }
2352
+ #_cbhtml .is-tool.is-table-tool > button,
2353
+ .is-ui .is-tool.is-table-tool > button {
2354
+ width: 30px;
2355
+ height: 30px;
2356
+ background: rgba(240, 240, 240, 0.9);
2357
+ }
2358
+ #_cbhtml .is-tool.is-table-tool > button svg,
2359
+ .is-ui .is-tool.is-table-tool > button svg {
2360
+ fill: #121212;
2361
+ }
2362
+ #_cbhtml .is-tool.is-code-tool, #_cbhtml .is-tool.is-module-tool,
2363
+ .is-ui .is-tool.is-code-tool,
2364
+ .is-ui .is-tool.is-module-tool {
2365
+ border: none;
2366
+ background: none;
2367
+ }
2368
+ #_cbhtml .is-tool.is-code-tool > button, #_cbhtml .is-tool.is-module-tool > button,
2369
+ .is-ui .is-tool.is-code-tool > button,
2370
+ .is-ui .is-tool.is-module-tool > button {
2371
+ width: 30px;
2372
+ height: 30px;
2373
+ background: rgba(240, 240, 240, 0.9);
2374
+ }
2375
+ #_cbhtml .is-tool.is-code-tool > button svg, #_cbhtml .is-tool.is-module-tool > button svg,
2376
+ .is-ui .is-tool.is-code-tool > button svg,
2377
+ .is-ui .is-tool.is-module-tool > button svg {
2378
+ fill: #121212;
2379
+ }
2380
+ #_cbhtml .is-tool#divLinkTool button,
2381
+ .is-ui .is-tool#divLinkTool button {
2382
+ width: 30px;
2383
+ height: 30px;
2384
+ background: rgba(243, 243, 243, 0.9);
2385
+ }
2386
+ #_cbhtml .is-tool#divLinkTool button svg,
2387
+ .is-ui .is-tool#divLinkTool button svg {
2388
+ fill: #121212;
2389
+ }
2390
+ #_cbhtml .dot,
2391
+ .is-ui .dot {
2392
+ height: 7px;
2393
+ width: 7px;
2394
+ border-radius: 50%;
2395
+ display: inline-block;
2396
+ margin: 25px 2px 0;
2397
+ -webkit-animation: jump 1.5s linear infinite;
2398
+ }
2399
+ @-webkit-keyframes jump {
2400
+ 0%, 100% {
2401
+ transform: translateY(0px);
2402
+ }
2403
+ 20% {
2404
+ transform: translateY(-10px);
2405
+ }
2406
+ 40% {
2407
+ transform: translateY(0px);
2408
+ }
2409
+ }
2410
+ #_cbhtml .dot:nth-of-type(2),
2411
+ .is-ui .dot:nth-of-type(2) {
2412
+ -webkit-animation-delay: 0.2s;
2413
+ }
2414
+ #_cbhtml .dot:nth-of-type(3),
2415
+ .is-ui .dot:nth-of-type(3) {
2416
+ -webkit-animation-delay: 0.4s;
2417
+ }
2418
+ #_cbhtml #divImageProgress,
2419
+ .is-ui #divImageProgress {
2420
+ display: none;
2421
+ position: absolute;
2422
+ top: 0;
2423
+ left: 0;
2424
+ z-index: 1;
2425
+ box-sizing: border-box;
2426
+ background: rgba(0, 0, 0, 0.15);
2427
+ transition: none;
2428
+ }
2429
+ #_cbhtml #divImageProgress > div,
2430
+ .is-ui #divImageProgress > div {
2431
+ display: table-cell;
2432
+ vertical-align: middle;
2433
+ text-align: center;
2434
+ }
2435
+ #_cbhtml #divImageProgress .dot,
2436
+ .is-ui #divImageProgress .dot {
2437
+ background-color: #fff;
2438
+ margin: 10px 2px 0;
2439
+ }
2440
+ #_cbhtml .is-side,
2441
+ .is-ui .is-side {
2442
+ display: block;
2443
+ position: fixed;
2444
+ top: 0;
2445
+ right: -367px;
2446
+ left: auto;
2447
+ width: 365px;
2448
+ height: 100%;
2449
+ border: none;
2450
+ box-shadow: rgba(0, 0, 0, 0.05) 0 0 16px 0px;
2451
+ box-sizing: border-box;
2452
+ background: #fff;
2453
+ transition: all ease 0.3s;
2454
+ font-family: sans-serif;
2455
+ font-size: 14px;
2456
+ letter-spacing: 1px;
2457
+ z-index: 10003;
2458
+ }
2459
+ #_cbhtml .is-side.active,
2460
+ .is-ui .is-side.active {
2461
+ right: 0;
2462
+ }
2463
+ #_cbhtml .is-side.fromleft,
2464
+ .is-ui .is-side.fromleft {
2465
+ left: -367px;
2466
+ right: auto;
2467
+ border: none;
2468
+ border-right: 1px solid #e0e0e0;
2469
+ }
2470
+ #_cbhtml .is-side.fromleft.active,
2471
+ .is-ui .is-side.fromleft.active {
2472
+ left: 0;
2473
+ }
2474
+ #_cbhtml .is-side > div,
2475
+ .is-ui .is-side > div {
2476
+ width: 100%;
2477
+ background: none;
2478
+ border: none;
2479
+ box-shadow: none;
2480
+ padding: 0;
2481
+ }
2482
+ #_cbhtml button,
2483
+ #_cbhtml .is-btn,
2484
+ .is-ui button,
2485
+ .is-ui .is-btn {
2486
+ color: #121212;
2487
+ background: #f7f7f7;
2488
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
2489
+ width: auto;
2490
+ height: 45px;
2491
+ border: none;
2492
+ font-family: sans-serif;
2493
+ font-size: 12px;
2494
+ letter-spacing: 1px;
2495
+ font-weight: 300;
2496
+ opacity: 1;
2497
+ line-height: 1;
2498
+ display: inline-block;
2499
+ box-sizing: border-box;
2500
+ margin: 0;
2501
+ padding: 0;
2502
+ cursor: pointer;
2503
+ text-transform: none;
2504
+ text-align: center;
2505
+ position: relative;
2506
+ border-radius: 0;
2507
+ user-select: none;
2508
+ -moz-user-select: none;
2509
+ -khtml-user-select: none;
2510
+ -webkit-user-select: none;
2511
+ -o-user-select: none;
2512
+ white-space: nowrap;
2513
+ display: flex;
2514
+ align-items: center;
2515
+ justify-content: center;
2516
+ }
2517
+ #_cbhtml button:hover,
2518
+ #_cbhtml .is-btn:hover,
2519
+ .is-ui button:hover,
2520
+ .is-ui .is-btn:hover {
2521
+ background: #f9f9f9;
2522
+ }
2523
+ #_cbhtml button svg,
2524
+ #_cbhtml .is-btn svg,
2525
+ .is-ui button svg,
2526
+ .is-ui .is-btn svg {
2527
+ fill: #000;
2528
+ }
2529
+ #_cbhtml button:focus,
2530
+ #_cbhtml .is-btn:focus,
2531
+ .is-ui button:focus,
2532
+ .is-ui .is-btn:focus {
2533
+ outline: none;
2534
+ }
2535
+ #_cbhtml button.fullwidth,
2536
+ #_cbhtml .is-btn.fullwidth,
2537
+ .is-ui button.fullwidth,
2538
+ .is-ui .is-btn.fullwidth {
2539
+ width: 100%;
2540
+ }
2541
+ #_cbhtml button.classic,
2542
+ #_cbhtml .is-btn.classic,
2543
+ .is-ui button.classic,
2544
+ .is-ui .is-btn.classic {
2545
+ width: 100%;
2546
+ height: 50px;
2547
+ display: block;
2548
+ background: #f7f7f7;
2549
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
2550
+ }
2551
+ #_cbhtml button.classic:hover,
2552
+ #_cbhtml .is-btn.classic:hover,
2553
+ .is-ui button.classic:hover,
2554
+ .is-ui .is-btn.classic:hover {
2555
+ background: #f9f9f9;
2556
+ }
2557
+ #_cbhtml button.classic-primary,
2558
+ #_cbhtml .is-btn.classic-primary,
2559
+ .is-ui button.classic-primary,
2560
+ .is-ui .is-btn.classic-primary {
2561
+ display: inline-block;
2562
+ width: auto;
2563
+ height: 50px;
2564
+ padding-left: 30px;
2565
+ padding-right: 30px;
2566
+ min-width: 135px;
2567
+ background: #f7f7f7;
2568
+ border: transparent 1px solid;
2569
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
2570
+ }
2571
+ #_cbhtml button.classic-primary:hover,
2572
+ #_cbhtml .is-btn.classic-primary:hover,
2573
+ .is-ui button.classic-primary:hover,
2574
+ .is-ui .is-btn.classic-primary:hover {
2575
+ background: #f9f9f9;
2576
+ border: transparent 1px solid;
2577
+ }
2578
+ #_cbhtml button.classic-secondary,
2579
+ #_cbhtml .is-btn.classic-secondary,
2580
+ .is-ui button.classic-secondary,
2581
+ .is-ui .is-btn.classic-secondary {
2582
+ display: inline-block;
2583
+ width: auto;
2584
+ height: 50px;
2585
+ padding-left: 30px;
2586
+ padding-right: 30px;
2587
+ background: transparent;
2588
+ border: transparent 1px solid;
2589
+ box-shadow: 0px 3px 6px -6px rgba(0, 0, 0, 0.32);
2590
+ }
2591
+ #_cbhtml button.classic-secondary:hover,
2592
+ #_cbhtml .is-btn.classic-secondary:hover,
2593
+ .is-ui button.classic-secondary:hover,
2594
+ .is-ui .is-btn.classic-secondary:hover {
2595
+ background: transparent;
2596
+ border: transparent 1px solid;
2597
+ }
2598
+ #_cbhtml textarea,
2599
+ .is-ui textarea {
2600
+ font-family: courier;
2601
+ font-size: 15px;
2602
+ line-height: 2;
2603
+ letter-spacing: 1px;
2604
+ margin: 0;
2605
+ padding: 8px 16px;
2606
+ box-sizing: border-box;
2607
+ border: 1px solid rgba(0, 0, 0, 0.06);
2608
+ background-color: #fafafa;
2609
+ color: #121212;
2610
+ }
2611
+ #_cbhtml textarea:focus,
2612
+ .is-ui textarea:focus {
2613
+ outline: none;
2614
+ }
2615
+ #_cbhtml select,
2616
+ .is-ui select {
2617
+ font-size: 13px;
2618
+ letter-spacing: 1px;
2619
+ height: 35px;
2620
+ line-height: 1.7;
2621
+ color: #4a4a4a;
2622
+ border-radius: 5px;
2623
+ border: none;
2624
+ background-color: #f0f0f0;
2625
+ width: auto;
2626
+ display: inline-block;
2627
+ background-image: none;
2628
+ -webkit-appearance: menulist;
2629
+ -moz-appearance: menulist;
2630
+ appearance: menulist;
2631
+ padding: 0 5px;
2632
+ }
2633
+ #_cbhtml select option,
2634
+ .is-ui select option {
2635
+ background: #fff;
2636
+ }
2637
+ #_cbhtml select:focus,
2638
+ .is-ui select:focus {
2639
+ outline: none;
2640
+ }
2641
+ #_cbhtml input[type=text],
2642
+ .is-ui input[type=text] {
2643
+ width: 100%;
2644
+ height: 50px;
2645
+ box-sizing: border-box;
2646
+ margin: 0;
2647
+ font-family: sans-serif;
2648
+ font-size: 15px;
2649
+ letter-spacing: 1px;
2650
+ padding: 0;
2651
+ padding-left: 8px;
2652
+ color: #121212;
2653
+ display: inline-block;
2654
+ border: none;
2655
+ border-bottom: 1px solid rgba(0, 0, 0, 0.06);
2656
+ border-radius: 0;
2657
+ background-color: #fafafa;
2658
+ }
2659
+ #_cbhtml input[type=text]:focus,
2660
+ .is-ui input[type=text]:focus {
2661
+ outline: none;
2662
+ }
2663
+ #_cbhtml input[type=text] [type=checkbox], #_cbhtml input[type=text] [type=radio],
2664
+ .is-ui input[type=text] [type=checkbox],
2665
+ .is-ui input[type=text] [type=radio] {
2666
+ position: relative;
2667
+ opacity: 1;
2668
+ margin-top: 0;
2669
+ margin-bottom: 0;
2670
+ }
2671
+ #_cbhtml label,
2672
+ .is-ui label {
2673
+ font-size: 14px;
2674
+ letter-spacing: 1px;
2675
+ padding: 0;
2676
+ }
2677
+ #_cbhtml .is-rangeslider,
2678
+ .is-ui .is-rangeslider {
2679
+ -webkit-appearance: none;
2680
+ width: 100%;
2681
+ height: 24px;
2682
+ background: #e3e3e3;
2683
+ outline: none;
2684
+ border: none !important;
2685
+ opacity: 1;
2686
+ -webkit-transition: 0.2s;
2687
+ transition: opacity 0.2s;
2688
+ margin: 2px !important;
2689
+ }
2690
+ #_cbhtml .is-rangeslider:hover,
2691
+ .is-ui .is-rangeslider:hover {
2692
+ opacity: 1;
2693
+ }
2694
+ #_cbhtml .is-rangeslider::-webkit-slider-thumb,
2695
+ .is-ui .is-rangeslider::-webkit-slider-thumb {
2696
+ -webkit-appearance: none;
2697
+ appearance: none;
2698
+ width: 25px !important;
2699
+ height: 24px !important;
2700
+ border-radius: 0 !important;
2701
+ background: #0e75de;
2702
+ cursor: pointer;
2703
+ margin: 0 !important;
2704
+ }
2705
+ #_cbhtml .is-rangeslider::-moz-range-thumb,
2706
+ .is-ui .is-rangeslider::-moz-range-thumb {
2707
+ width: 25px !important;
2708
+ height: 24px !important;
2709
+ background: #0e75de;
2710
+ cursor: pointer;
2711
+ margin: 0 !important;
2712
+ }
2713
+ #_cbhtml .is-rangeslider::-webkit-slider-runnable-track,
2714
+ .is-ui .is-rangeslider::-webkit-slider-runnable-track {
2715
+ height: auto !important;
2716
+ background: none !important;
2717
+ border: none !important;
2718
+ }
2719
+ #_cbhtml .rangeSlider, #_cbhtml .rangeSlider__fill,
2720
+ .is-ui .rangeSlider,
2721
+ .is-ui .rangeSlider__fill {
2722
+ display: block;
2723
+ }
2724
+ #_cbhtml .rangeSlider,
2725
+ .is-ui .rangeSlider {
2726
+ position: relative;
2727
+ background-color: transparent;
2728
+ outline: 1px solid rgba(0, 0, 0, 0.06);
2729
+ }
2730
+ #_cbhtml .rangeSlider__horizontal,
2731
+ .is-ui .rangeSlider__horizontal {
2732
+ height: 24px;
2733
+ width: 100%;
2734
+ }
2735
+ #_cbhtml .rangeSlider__vertical,
2736
+ .is-ui .rangeSlider__vertical {
2737
+ height: 100%;
2738
+ width: 20px;
2739
+ }
2740
+ #_cbhtml .rangeSlider--disabled,
2741
+ .is-ui .rangeSlider--disabled {
2742
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
2743
+ opacity: 0.4;
2744
+ }
2745
+ #_cbhtml .rangeSlider__fill,
2746
+ .is-ui .rangeSlider__fill {
2747
+ background-color: transparent;
2748
+ position: absolute;
2749
+ }
2750
+ #_cbhtml .rangeSlider__fill__horizontal,
2751
+ .is-ui .rangeSlider__fill__horizontal {
2752
+ height: 100%;
2753
+ top: 0;
2754
+ left: 0;
2755
+ }
2756
+ #_cbhtml .rangeSlider__fill__vertical,
2757
+ .is-ui .rangeSlider__fill__vertical {
2758
+ width: 100%;
2759
+ bottom: 0;
2760
+ left: 0;
2761
+ }
2762
+ #_cbhtml .rangeSlider__handle,
2763
+ .is-ui .rangeSlider__handle {
2764
+ cursor: pointer;
2765
+ display: inline-block;
2766
+ width: 25px;
2767
+ height: 24px;
2768
+ position: absolute;
2769
+ border: 1px solid transparent;
2770
+ background: rgba(15, 86, 222, 0.8) linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.04));
2771
+ z-index: 1;
2772
+ }
2773
+ #_cbhtml .rangeSlider__handle__horizontal,
2774
+ .is-ui .rangeSlider__handle__horizontal {
2775
+ top: -1px;
2776
+ }
2777
+ #_cbhtml .rangeSlider__handle__vertical,
2778
+ .is-ui .rangeSlider__handle__vertical {
2779
+ left: -10px;
2780
+ bottom: 0;
2781
+ }
2782
+ #_cbhtml .rangeSlider__handle:after,
2783
+ .is-ui .rangeSlider__handle:after {
2784
+ content: "";
2785
+ display: block;
2786
+ width: 10px;
2787
+ height: 10px;
2788
+ margin: auto;
2789
+ position: absolute;
2790
+ top: 0;
2791
+ right: 0;
2792
+ bottom: 0;
2793
+ left: 0;
2794
+ border-radius: 50%;
2795
+ }
2796
+ #_cbhtml input[type=range]:focus + .rangeSlider .rangeSlider__handle,
2797
+ .is-ui input[type=range]:focus + .rangeSlider .rangeSlider__handle {
2798
+ box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
2799
+ }
2800
+ #_cbhtml .rangeSlider__buffer,
2801
+ .is-ui .rangeSlider__buffer {
2802
+ position: absolute;
2803
+ top: 3px;
2804
+ height: 14px;
2805
+ border-radius: 10px;
2806
+ }
2807
+ #_cbhtml .dot-1,
2808
+ .is-ui .dot-1 {
2809
+ background: #f0f0f0;
2810
+ width: 7px;
2811
+ height: 8px;
2812
+ }
2813
+ #_cbhtml .dot-2,
2814
+ .is-ui .dot-2 {
2815
+ background: #fff;
2816
+ width: 7px;
2817
+ height: 8px;
2818
+ }
2819
+ #_cbhtml .dot-3,
2820
+ .is-ui .dot-3 {
2821
+ background: #f0f0f0;
2822
+ width: 7px;
2823
+ height: 7px;
2824
+ }
2825
+ #_cbhtml .dot-4,
2826
+ .is-ui .dot-4 {
2827
+ background: #fff;
2828
+ width: 7px;
2829
+ height: 7px;
2830
+ }
2831
+ #_cbhtml .is-tabs,
2832
+ .is-ui .is-tabs {
2833
+ white-space: nowrap;
2834
+ padding: 20px;
2835
+ padding-bottom: 5px;
2836
+ padding-top: 10px;
2837
+ box-sizing: border-box;
2838
+ font-family: sans-serif;
2839
+ font-size: 11px;
2840
+ line-height: 1.8 !important;
2841
+ text-transform: uppercase;
2842
+ letter-spacing: 1px;
2843
+ background: #fafafa;
2844
+ display: flex;
2845
+ flex-flow: wrap;
2846
+ }
2847
+ #_cbhtml .is-tabs a,
2848
+ .is-ui .is-tabs a {
2849
+ display: inline-block;
2850
+ padding: 3px 1px 0;
2851
+ color: #4a4a4a;
2852
+ border-bottom: transparent 1px solid;
2853
+ margin: 0 15px 13px 0;
2854
+ text-decoration: none;
2855
+ transition: box-shadow ease 0.3s;
2856
+ }
2857
+ #_cbhtml .is-tabs a.active,
2858
+ .is-ui .is-tabs a.active {
2859
+ background: transparent;
2860
+ box-shadow: none;
2861
+ cursor: default;
2862
+ border-bottom: #595959 1px solid;
2863
+ }
2864
+ #_cbhtml .is-tab-content,
2865
+ .is-ui .is-tab-content {
2866
+ display: none;
2867
+ padding: 20px;
2868
+ flex-direction: column;
2869
+ }
2870
+ #_cbhtml .is-tabs-more,
2871
+ .is-ui .is-tabs-more {
2872
+ box-sizing: border-box;
2873
+ width: 150px;
2874
+ position: absolute;
2875
+ top: 0;
2876
+ left: 0;
2877
+ background: #fff;
2878
+ display: none;
2879
+ z-index: 1;
2880
+ font-family: sans-serif;
2881
+ font-size: 11px;
2882
+ text-transform: uppercase;
2883
+ letter-spacing: 1px;
2884
+ border: 1px solid #f2f2f2;
2885
+ box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.06);
2886
+ }
2887
+ #_cbhtml .is-tabs-more > a,
2888
+ .is-ui .is-tabs-more > a {
2889
+ display: block;
2890
+ color: #4a4a4a;
2891
+ padding: 10px;
2892
+ text-decoration: none;
2893
+ text-align: center;
2894
+ }
2895
+ #_cbhtml .is-tabs-more > a:hover, #_cbhtml .is-tabs-more > a.active,
2896
+ .is-ui .is-tabs-more > a:hover,
2897
+ .is-ui .is-tabs-more > a.active {
2898
+ background: whitesmoke;
2899
+ }
2900
+ #_cbhtml #divSnippetList,
2901
+ .is-ui #divSnippetList {
2902
+ right: -230px;
2903
+ width: 230px;
2904
+ background: #fff;
2905
+ border-left: 1px solid #e8e8e8;
2906
+ box-shadow: rgba(0, 0, 0, 0.03) 0 0 10px 0px;
2907
+ }
2908
+ #_cbhtml #divSnippetList.active,
2909
+ .is-ui #divSnippetList.active {
2910
+ right: 0;
2911
+ }
2912
+ #_cbhtml #divSnippetList.active #divSnippetScrollUp,
2913
+ .is-ui #divSnippetList.active #divSnippetScrollUp {
2914
+ display: block;
2915
+ }
2916
+ #_cbhtml #divSnippetList.active #divSnippetScrollDown,
2917
+ .is-ui #divSnippetList.active #divSnippetScrollDown {
2918
+ display: block;
2919
+ }
2920
+ #_cbhtml #divSnippetList #divSnippetHandle,
2921
+ .is-ui #divSnippetList #divSnippetHandle {
2922
+ position: absolute;
2923
+ width: 40px;
2924
+ height: 40px;
2925
+ top: 170px;
2926
+ left: -40px;
2927
+ background: #fff;
2928
+ border: 1px solid #e8e8e8;
2929
+ border-right: none !important;
2930
+ line-height: 39px;
2931
+ text-align: center;
2932
+ box-shadow: rgba(0, 0, 0, 0.025) -4px 2px 5px 0px;
2933
+ cursor: pointer;
2934
+ }
2935
+ #_cbhtml #divSnippetList.fromleft,
2936
+ .is-ui #divSnippetList.fromleft {
2937
+ left: -230px;
2938
+ }
2939
+ #_cbhtml #divSnippetList.fromleft.active,
2940
+ .is-ui #divSnippetList.fromleft.active {
2941
+ left: 0;
2942
+ }
2943
+ #_cbhtml #divSnippetList.fromleft #divSnippetHandle,
2944
+ .is-ui #divSnippetList.fromleft #divSnippetHandle {
2945
+ border-left: none;
2946
+ border-right: 1px solid #e8e8e8;
2947
+ left: auto;
2948
+ right: -41px;
2949
+ box-shadow: none !important;
2950
+ }
2951
+ #_cbhtml #divSnippetScrollUp,
2952
+ #_cbhtml #divSnippetScrollDown,
2953
+ .is-ui #divSnippetScrollUp,
2954
+ .is-ui #divSnippetScrollDown {
2955
+ display: none;
2956
+ background: rgba(0, 0, 0, 0.12);
2957
+ width: 45px;
2958
+ height: 45px;
2959
+ line-height: 45px;
2960
+ color: #a9a9a9;
2961
+ position: fixed;
2962
+ z-index: 100000;
2963
+ text-align: center;
2964
+ font-size: 12px;
2965
+ cursor: pointer;
2966
+ font-family: sans-serif;
2967
+ }
2968
+ #_cbhtml .is-design-list,
2969
+ .is-ui .is-design-list {
2970
+ height: 100%;
2971
+ margin: 0;
2972
+ padding: 0 0 20px !important;
2973
+ box-sizing: border-box;
2974
+ overflow-y: auto;
2975
+ overflow-x: hidden;
2976
+ text-align: center;
2977
+ border-top: transparent 40px solid !important;
2978
+ }
2979
+ #_cbhtml .is-design-list > div,
2980
+ .is-ui .is-design-list > div {
2981
+ width: 170px;
2982
+ overflow: hidden;
2983
+ margin: 22px 22px 0;
2984
+ cursor: move;
2985
+ display: block;
2986
+ opacity: 1;
2987
+ outline: #ebebeb 1px solid !important;
2988
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
2989
+ position: relative;
2990
+ }
2991
+ #_cbhtml .is-design-list > div.hide,
2992
+ .is-ui .is-design-list > div.hide {
2993
+ display: none;
2994
+ height: 0;
2995
+ opacity: 0;
2996
+ overflow: hidden;
2997
+ transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
2998
+ }
2999
+ #_cbhtml .is-design-list > div img,
3000
+ .is-ui .is-design-list > div img {
3001
+ box-shadow: none;
3002
+ display: block;
3003
+ transition: all 0.2s ease-in-out;
3004
+ box-sizing: border-box;
3005
+ width: 100%;
3006
+ }
3007
+ #_cbhtml .is-design-list > div .is-overlay,
3008
+ .is-ui .is-design-list > div .is-overlay {
3009
+ position: absolute;
3010
+ left: 0px;
3011
+ top: 0px;
3012
+ width: 100%;
3013
+ height: 100%;
3014
+ }
3015
+ #_cbhtml .is-design-list > div .is-overlay:after,
3016
+ .is-ui .is-design-list > div .is-overlay:after {
3017
+ background: rgba(0, 0, 0, 0.02);
3018
+ position: absolute;
3019
+ content: "";
3020
+ display: block;
3021
+ top: 0;
3022
+ left: 0;
3023
+ right: 0;
3024
+ bottom: 0;
3025
+ transition: all 0.3s ease-in-out;
3026
+ opacity: 0;
3027
+ }
3028
+ #_cbhtml .is-design-list > div:hover .is-overlay:after,
3029
+ .is-ui .is-design-list > div:hover .is-overlay:after {
3030
+ opacity: 0.9;
3031
+ }
3032
+ #_cbhtml .is-design-list .snippet-item.sortable-drag:hover,
3033
+ .is-ui .is-design-list .snippet-item.sortable-drag:hover {
3034
+ background-color: rgba(0, 0, 0, 0.06);
3035
+ }
3036
+ #_cbhtml .is-selectbox,
3037
+ .is-ui .is-selectbox {
3038
+ height: 40px;
3039
+ box-sizing: border-box;
3040
+ padding: 0 0 0 20px;
3041
+ color: #000;
3042
+ background: #f0f0f0;
3043
+ box-shadow: none;
3044
+ line-height: 40px !important;
3045
+ font-size: 14px;
3046
+ font-weight: 400;
3047
+ cursor: pointer;
3048
+ }
3049
+ #_cbhtml .is-selectbox:hover,
3050
+ .is-ui .is-selectbox:hover {
3051
+ background: #f2f2f2;
3052
+ }
3053
+ #_cbhtml .is-selectbox svg,
3054
+ .is-ui .is-selectbox svg {
3055
+ fill: #000;
3056
+ }
3057
+ #_cbhtml .is-selectbox-options,
3058
+ .is-ui .is-selectbox-options {
3059
+ width: 100%;
3060
+ height: 350px;
3061
+ border: #e8e8e8 1px solid;
3062
+ overflow-y: auto;
3063
+ overflow-x: hidden;
3064
+ background-color: #fff;
3065
+ display: none;
3066
+ }
3067
+ #_cbhtml .is-selectbox-options > div,
3068
+ .is-ui .is-selectbox-options > div {
3069
+ color: #000;
3070
+ height: 35px;
3071
+ padding: 0 0 0 20px;
3072
+ line-height: 35px !important;
3073
+ font-size: 13px;
3074
+ font-weight: 300;
3075
+ cursor: pointer;
3076
+ }
3077
+ #_cbhtml .is-selectbox-options > div:hover,
3078
+ .is-ui .is-selectbox-options > div:hover {
3079
+ background: whitesmoke;
3080
+ }
3081
+ #_cbhtml .is-selectbox-options > div.selected,
3082
+ .is-ui .is-selectbox-options > div.selected {
3083
+ background: whitesmoke;
3084
+ }
3085
+ #_cbhtml .elementstyles,
3086
+ .is-ui .elementstyles {
3087
+ width: 300px;
3088
+ font-size: 13px;
3089
+ z-index: 10005;
3090
+ }
3091
+ #_cbhtml .elementstyles .elm-list,
3092
+ .is-ui .elementstyles .elm-list {
3093
+ font-size: 12px;
3094
+ line-height: 1.3;
3095
+ padding-bottom: 15px;
3096
+ color: #0096f1;
3097
+ border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
3098
+ }
3099
+ #_cbhtml .elementstyles .elm-list a,
3100
+ .is-ui .elementstyles .elm-list a {
3101
+ font-size: 13px;
3102
+ color: #0096f1;
3103
+ text-decoration: none;
3104
+ padding: 0 3px;
3105
+ }
3106
+ #_cbhtml .elementstyles .elm-list a.active,
3107
+ .is-ui .elementstyles .elm-list a.active {
3108
+ color: #0096f1;
3109
+ background: #f0f0f0;
3110
+ }
3111
+ #_cbhtml .elementstyles .is-settings,
3112
+ .is-ui .elementstyles .is-settings {
3113
+ margin-top: 7px;
3114
+ }
3115
+ #_cbhtml .elementstyles .is-settings > div,
3116
+ .is-ui .elementstyles .is-settings > div {
3117
+ display: flex;
3118
+ align-items: center;
3119
+ min-height: 35px;
3120
+ }
3121
+ #_cbhtml .elementstyles .is-settings > div.is-label,
3122
+ .is-ui .elementstyles .is-settings > div.is-label {
3123
+ height: auto;
3124
+ font-family: sans-serif;
3125
+ font-size: 13px;
3126
+ font-weight: 300;
3127
+ letter-spacing: 1px;
3128
+ margin: 10px 0 3px;
3129
+ }
3130
+ #_cbhtml .elementstyles .is-settings button,
3131
+ .is-ui .elementstyles .is-settings button {
3132
+ width: auto;
3133
+ height: 35px;
3134
+ font-size: 10px;
3135
+ line-height: 1;
3136
+ text-transform: uppercase;
3137
+ padding: 1px 20px;
3138
+ box-sizing: border-box;
3139
+ border: none;
3140
+ }
3141
+ #_cbhtml .elementstyles .is-settings button.is-btn-color,
3142
+ .is-ui .elementstyles .is-settings button.is-btn-color {
3143
+ width: 35px;
3144
+ height: 35px;
3145
+ padding: 0;
3146
+ background: rgba(255, 255, 255, 0.2);
3147
+ border: rgba(0, 0, 0, 0.09) 1px solid;
3148
+ }
3149
+ #_cbhtml .elementstyles .is-settings label,
3150
+ .is-ui .elementstyles .is-settings label {
3151
+ font-size: 13px;
3152
+ color: inherit;
3153
+ }
3154
+ #_cbhtml .elementstyles .is-settings input[type=text],
3155
+ .is-ui .elementstyles .is-settings input[type=text] {
3156
+ border-radius: 0;
3157
+ height: 35px;
3158
+ font-size: 14px;
3159
+ }
3160
+ #_cbhtml .elementstyles .is-settings select,
3161
+ .is-ui .elementstyles .is-settings select {
3162
+ border-radius: 0;
3163
+ height: 35px;
3164
+ margin: 0;
3165
+ }
3166
+ #_cbhtml .elementstyles #divElementMore,
3167
+ .is-ui .elementstyles #divElementMore {
3168
+ top: 50px;
3169
+ left: 140px;
3170
+ }
3171
+ #_cbhtml .editstyles,
3172
+ .is-ui .editstyles {
3173
+ display: none;
3174
+ position: fixed;
3175
+ overflow: hidden;
3176
+ width: 280px;
3177
+ height: 390px;
3178
+ margin: 0px;
3179
+ top: 100px;
3180
+ left: auto;
3181
+ right: 320px;
3182
+ z-index: 10005;
3183
+ box-sizing: content-box;
3184
+ flex-direction: column;
3185
+ }
3186
+ #_cbhtml .editstyles.active,
3187
+ .is-ui .editstyles.active {
3188
+ display: flex;
3189
+ }
3190
+ #_cbhtml .editstyles > div:not(.is-draggable),
3191
+ .is-ui .editstyles > div:not(.is-draggable) {
3192
+ width: 100%;
3193
+ background: transparent;
3194
+ border: none;
3195
+ box-shadow: none;
3196
+ padding: initial;
3197
+ box-sizing: border-box;
3198
+ }
3199
+ #_cbhtml .is-modal.editstyles div.is-draggable,
3200
+ .is-ui .is-modal.editstyles div.is-draggable {
3201
+ position: absolute;
3202
+ top: 0;
3203
+ left: 0;
3204
+ background: none;
3205
+ cursor: move;
3206
+ height: 20px;
3207
+ width: 100%;
3208
+ z-index: 1;
3209
+ }
3210
+ #_cbhtml .color-swatch,
3211
+ .is-ui .color-swatch {
3212
+ width: 100%;
3213
+ height: 315px;
3214
+ display: flex;
3215
+ flex-direction: column;
3216
+ overflow: hidden;
3217
+ position: relative;
3218
+ }
3219
+ #_cbhtml .color-swatch > *,
3220
+ .is-ui .color-swatch > * {
3221
+ display: flex;
3222
+ height: 100%;
3223
+ }
3224
+ #_cbhtml .color-swatch > * > *,
3225
+ .is-ui .color-swatch > * > * {
3226
+ width: 100%;
3227
+ height: 100%;
3228
+ border: transparent 1px solid;
3229
+ cursor: pointer;
3230
+ transition: all ease 0.3s;
3231
+ }
3232
+ #_cbhtml .color-gradient,
3233
+ .is-ui .color-gradient {
3234
+ width: 100%;
3235
+ height: 157px;
3236
+ display: flex;
3237
+ flex-direction: column;
3238
+ overflow: hidden;
3239
+ position: relative;
3240
+ }
3241
+ #_cbhtml .color-gradient > *,
3242
+ .is-ui .color-gradient > * {
3243
+ display: flex;
3244
+ height: 100%;
3245
+ }
3246
+ #_cbhtml .color-gradient > * > *,
3247
+ .is-ui .color-gradient > * > * {
3248
+ width: 100%;
3249
+ height: 100%;
3250
+ border: transparent 1px solid;
3251
+ cursor: pointer;
3252
+ transition: all ease 0.3s;
3253
+ }
3254
+ #_cbhtml .pickcolor button,
3255
+ .is-ui .pickcolor button {
3256
+ float: left;
3257
+ width: 45px;
3258
+ height: 45px;
3259
+ cursor: pointer;
3260
+ }
3261
+ #_cbhtml .pickcolor .color-default button,
3262
+ .is-ui .pickcolor .color-default button {
3263
+ width: 35px;
3264
+ height: 35px;
3265
+ border: transparent 1px solid;
3266
+ }
3267
+ #_cbhtml .pickcolor button.clear,
3268
+ .is-ui .pickcolor button.clear {
3269
+ font-size: 10px;
3270
+ }
3271
+ #_cbhtml .is-color-preview,
3272
+ .is-ui .is-color-preview {
3273
+ border: rgba(0, 0, 0, 0.06) 1px solid;
3274
+ }
3275
+ #_cbhtml .is-locked-indicator,
3276
+ .is-ui .is-locked-indicator {
3277
+ display: none;
3278
+ width: 28px;
3279
+ height: 28px;
3280
+ position: absolute;
3281
+ align-items: center;
3282
+ justify-content: center;
3283
+ background: rgba(243, 243, 243, 0.9);
3284
+ border-radius: 500px;
3285
+ pointer-events: none;
3286
+ }
3287
+
3288
+ .is-tool {
3289
+ position: absolute;
3290
+ top: 0;
3291
+ left: 0;
3292
+ display: none;
3293
+ z-index: 10001;
3294
+ background: rgba(243, 243, 243, 0.9);
3295
+ box-sizing: border-box;
3296
+ padding: 0;
3297
+ outline: none;
3298
+ }
3299
+ .is-tool:hover {
3300
+ z-index: 10003;
3301
+ }
3302
+ .is-tool.active {
3303
+ display: flex;
3304
+ }
3305
+ .is-tool button {
3306
+ width: 100%;
3307
+ height: 25px;
3308
+ background-color: transparent;
3309
+ border: none;
3310
+ cursor: pointer;
3311
+ user-select: none;
3312
+ -moz-user-select: none;
3313
+ -khtml-user-select: none;
3314
+ -webkit-user-select: none;
3315
+ -o-user-select: none;
3316
+ color: #000;
3317
+ display: inline-block;
3318
+ box-sizing: border-box;
3319
+ margin: 0;
3320
+ padding: 0;
3321
+ font-family: sans-serif;
3322
+ letter-spacing: 1px;
3323
+ font-size: 12px;
3324
+ font-weight: 300;
3325
+ text-transform: uppercase;
3326
+ text-align: c enter;
3327
+ line-height: unset;
3328
+ position: relative;
3329
+ border-radius: 0;
3330
+ transition: all ease 0.3s;
3331
+ }
3332
+ .is-tool button:focus {
3333
+ outline: none;
3334
+ }
3335
+ .is-tool button svg {
3336
+ fill: #000;
3337
+ }
3338
+
3339
+ #_cbhtml[gray] .is-tool.is-column-tool {
3340
+ background: rgba(243, 243, 243, 0.9);
3341
+ flex-direction: row;
3342
+ margin-top: -2px;
3343
+ }
3344
+ #_cbhtml[gray] .is-tool.is-column-tool button {
3345
+ width: 27px;
3346
+ height: 27px;
3347
+ }
3348
+ #_cbhtml[gray] .is-tool.is-column-tool .cell-add {
3349
+ background: transparent;
3350
+ }
3351
+ #_cbhtml[gray] .is-tool.is-column-tool .cell-more {
3352
+ background: transparent;
3353
+ }
3354
+ #_cbhtml[gray] .is-tool.is-column-tool .cell-remove {
3355
+ background: transparent;
3356
+ }
3357
+ #_cbhtml[gray] .is-tool.is-column-tool svg {
3358
+ width: 18px;
3359
+ height: 18px;
3360
+ fill: #000;
3361
+ }
3362
+ #_cbhtml[gray] .is-tool.is-column-tool .cell-more svg {
3363
+ width: 12px;
3364
+ height: 12px;
3365
+ }
3366
+ #_cbhtml .is-tool.is-column-tool {
3367
+ flex-direction: row;
3368
+ margin-top: 0px;
3369
+ }
3370
+ #_cbhtml .is-tool.is-column-tool button {
3371
+ width: 25px;
3372
+ height: 25px;
3373
+ }
3374
+ #_cbhtml .is-tool.is-column-tool .cell-add {
3375
+ background: #0fcc52;
3376
+ }
3377
+ #_cbhtml .is-tool.is-column-tool .cell-more {
3378
+ background: rgba(216, 200, 6, 0.9);
3379
+ }
3380
+ #_cbhtml .is-tool.is-column-tool .cell-remove {
3381
+ background: rgba(255, 85, 4, 0.9);
3382
+ }
3383
+ #_cbhtml .is-tool.is-column-tool svg {
3384
+ width: 23px;
3385
+ height: 23px;
3386
+ fill: #fff;
3387
+ }
3388
+ #_cbhtml .is-tool.is-column-tool .cell-more svg {
3389
+ width: 14px;
3390
+ height: 14px;
3391
+ }
3392
+ #_cbhtml .is-pop.columnmore {
3393
+ flex-direction: column;
3394
+ }
3395
+ #_cbhtml .is-pop.columnmore > div {
3396
+ max-width: 190px;
3397
+ margin: 10px 15px;
3398
+ }
3399
+ #_cbhtml .is-pop.columnmore button {
3400
+ width: 95px;
3401
+ height: 60px;
3402
+ text-align: center;
3403
+ font-size: 9px;
3404
+ font-weight: 400;
3405
+ text-transform: uppercase;
3406
+ margin-bottom: 5px;
3407
+ flex-direction: column;
3408
+ background-color: transparent;
3409
+ box-shadow: none;
3410
+ }
3411
+ #_cbhtml .is-pop.columnmore button span {
3412
+ display: inline-block;
3413
+ width: 95px;
3414
+ height: 24px;
3415
+ }
3416
+ #_cbhtml .is-pop.columnmore button:hover {
3417
+ background-color: transparent;
3418
+ }
3419
+ #_cbhtml .is-pop.columnmore div.is-separator {
3420
+ width: 100%;
3421
+ border-top: #f0f0f0 1px solid;
3422
+ }
3423
+ #_cbhtml .is-pop.columnmore button.cell-settings {
3424
+ width: 100px;
3425
+ height: 45px;
3426
+ margin-top: 10px;
3427
+ flex-direction: initial;
3428
+ justify-items: center;
3429
+ align-items: center;
3430
+ margin-bottom: 0px;
3431
+ margin-left: 7px;
3432
+ }
3433
+ #_cbhtml .is-pop.columnmore button.cell-settings svg {
3434
+ width: 14px;
3435
+ height: 14px;
3436
+ }
3437
+ #_cbhtml .is-pop.columnmore button.cell-settings span {
3438
+ width: auto;
3439
+ height: auto;
3440
+ margin-left: 5px;
3441
+ margin-top: 1px;
3442
+ line-height: 12px;
3443
+ }
3444
+ #_cbhtml .is-pop.columnmore button.cell-locking {
3445
+ width: 70px;
3446
+ height: 45px;
3447
+ margin-top: 10px;
3448
+ flex-direction: initial;
3449
+ justify-items: center;
3450
+ align-items: center;
3451
+ margin-bottom: 0px;
3452
+ margin-left: 10px;
3453
+ }
3454
+ #_cbhtml .is-pop.columnmore button.cell-locking svg {
3455
+ width: 14px;
3456
+ height: 14px;
3457
+ pointer-events: none;
3458
+ user-select: none;
3459
+ }
3460
+ #_cbhtml .is-pop.columnmore button.cell-locking span {
3461
+ width: auto;
3462
+ height: auto;
3463
+ margin-left: 5px;
3464
+ margin-top: 1px;
3465
+ line-height: 12px;
3466
+ }
3467
+ #_cbhtml .is-pop.columnmore button.cell-locking.on {
3468
+ background: rgba(0, 0, 0, 0.05) !important;
3469
+ }
3470
+ #_cbhtml .is-pop.rowmore {
3471
+ flex-direction: column;
3472
+ }
3473
+ #_cbhtml .is-pop.rowmore > div {
3474
+ width: 190px;
3475
+ margin: 10px 15px;
3476
+ }
3477
+ #_cbhtml .is-pop.rowmore button {
3478
+ width: 95px;
3479
+ height: 60px;
3480
+ text-align: center;
3481
+ font-size: 9px;
3482
+ font-weight: 400;
3483
+ text-transform: uppercase;
3484
+ margin-bottom: 5px;
3485
+ flex-direction: column;
3486
+ background-color: transparent;
3487
+ box-shadow: none;
3488
+ }
3489
+ #_cbhtml .is-pop.rowmore button span {
3490
+ display: inline-block;
3491
+ width: 95px;
3492
+ height: 24px;
3493
+ }
3494
+ #_cbhtml .is-pop.rowmore button:hover {
3495
+ background-color: transparent;
3496
+ }
3497
+ #_cbhtml .is-pop.elmmore {
3498
+ flex-direction: column;
3499
+ }
3500
+ #_cbhtml .is-pop.elmmore > div {
3501
+ width: 190px;
3502
+ margin: 10px 15px;
3503
+ }
3504
+ #_cbhtml .is-pop.elmmore button {
3505
+ width: 95px;
3506
+ height: 60px;
3507
+ text-align: center;
3508
+ font-size: 9px;
3509
+ font-weight: 400;
3510
+ text-transform: uppercase;
3511
+ margin-bottom: 5px;
3512
+ flex-direction: column;
3513
+ background-color: transparent;
3514
+ box-shadow: none;
3515
+ }
3516
+ #_cbhtml .is-pop.elmmore button span {
3517
+ display: inline-block;
3518
+ width: 95px;
3519
+ height: 24px;
3520
+ }
3521
+ #_cbhtml .is-pop.elmmore button:hover {
3522
+ background-color: transparent;
3523
+ }
3524
+ #_cbhtml .is-pop.quickadd {
3525
+ width: 340px;
3526
+ box-sizing: border-box;
3527
+ transition: none;
3528
+ flex-direction: row;
3529
+ flex-flow: wrap;
3530
+ justify-content: center;
3531
+ align-items: center;
3532
+ }
3533
+ #_cbhtml .is-pop.quickadd button {
3534
+ float: left;
3535
+ width: 100px;
3536
+ height: 60px;
3537
+ font-size: 9px;
3538
+ font-weight: 400;
3539
+ text-transform: uppercase;
3540
+ flex-direction: column;
3541
+ background-color: transparent;
3542
+ box-shadow: none;
3543
+ }
3544
+ #_cbhtml .is-pop.quickadd button.add-more {
3545
+ width: 100%;
3546
+ margin-top: 10px;
3547
+ flex-direction: initial;
3548
+ border-top: #f0f0f0 1px solid;
3549
+ background: transparent;
3550
+ padding: 20px 0 10px;
3551
+ }
3552
+ #_cbhtml .is-tool.is-element-tool {
3553
+ background: rgba(243, 243, 243, 0.9);
3554
+ }
3555
+ #_cbhtml .is-tool.is-element-tool button {
3556
+ width: 25px;
3557
+ height: 25px;
3558
+ background: transparent;
3559
+ }
3560
+ #_cbhtml .is-tool.is-element-tool svg {
3561
+ width: 14px;
3562
+ height: 14px;
3563
+ fill: #000;
3564
+ }
3565
+ #_cbhtml .is-tool.is-element-tool .elm-more svg {
3566
+ width: 11px;
3567
+ height: 11px;
3568
+ }
3569
+
3570
+ .row-outline .is-row-tool,
3571
+ .row-active .is-row-tool {
3572
+ display: flex;
3573
+ }
3574
+
3575
+ .is-tool.is-row-tool {
3576
+ flex-direction: column;
3577
+ width: auto;
3578
+ left: auto;
3579
+ right: -40px;
3580
+ }
3581
+ .is-tool.is-row-tool button {
3582
+ width: 25px;
3583
+ height: 25px;
3584
+ }
3585
+ .is-tool.is-row-tool svg {
3586
+ fill: #fff;
3587
+ }
3588
+ .is-tool.is-row-tool .row-handle {
3589
+ line-height: 25px;
3590
+ background: #169af7;
3591
+ }
3592
+ .is-tool.is-row-tool .row-handle svg {
3593
+ width: 13px;
3594
+ height: 13px;
3595
+ margin-top: -2px;
3596
+ }
3597
+ .is-tool.is-row-tool .row-grideditor {
3598
+ background: rgba(216, 200, 6, 0.9);
3599
+ }
3600
+ .is-tool.is-row-tool .row-grideditor svg {
3601
+ width: 14px;
3602
+ height: 14px;
3603
+ margin-top: -1px;
3604
+ }
3605
+ .is-tool.is-row-tool .row-more {
3606
+ background: rgba(216, 200, 6, 0.9);
3607
+ }
3608
+ .is-tool.is-row-tool .row-more svg {
3609
+ width: 14px;
3610
+ height: 14px;
3611
+ }
3612
+ .is-tool.is-row-tool .row-remove {
3613
+ background: rgba(255, 85, 4, 0.9);
3614
+ }
3615
+ .is-tool.is-row-tool .row-remove svg {
3616
+ width: 23px;
3617
+ height: 23px;
3618
+ }
3619
+
3620
+ .is-builder[gray] .is-tool.is-row-tool {
3621
+ background: rgba(243, 243, 243, 0.9);
3622
+ }
3623
+ .is-builder[gray] .is-tool.is-row-tool button {
3624
+ width: 27px;
3625
+ height: 27px;
3626
+ }
3627
+ .is-builder[gray] .is-tool.is-row-tool svg {
3628
+ fill: #000;
3629
+ }
3630
+ .is-builder[gray] .is-tool.is-row-tool .row-handle {
3631
+ line-height: 27px;
3632
+ background: transparent;
3633
+ }
3634
+ .is-builder[gray] .is-tool.is-row-tool .row-handle svg {
3635
+ width: 11px;
3636
+ height: 11px;
3637
+ margin-top: -3px;
3638
+ }
3639
+ .is-builder[gray] .is-tool.is-row-tool .row-grideditor {
3640
+ background: transparent;
3641
+ }
3642
+ .is-builder[gray] .is-tool.is-row-tool .row-grideditor svg {
3643
+ width: 13px;
3644
+ height: 13px;
3645
+ }
3646
+ .is-builder[gray] .is-tool.is-row-tool .row-more {
3647
+ background: transparent;
3648
+ }
3649
+ .is-builder[gray] .is-tool.is-row-tool .row-more svg {
3650
+ width: 12px;
3651
+ height: 12px;
3652
+ }
3653
+ .is-builder[gray] .is-tool.is-row-tool .row-remove {
3654
+ background: transparent;
3655
+ }
3656
+ .is-builder[gray] .is-tool.is-row-tool .row-remove svg {
3657
+ width: 19px;
3658
+ height: 19px;
3659
+ }
3660
+
3661
+ .is-rowadd-tool {
3662
+ display: none;
3663
+ position: absolute;
3664
+ bottom: -1px;
3665
+ left: -20px;
3666
+ width: calc(100% + 40px);
3667
+ height: 1px;
3668
+ border: none;
3669
+ border-bottom: 1px solid #ffb784;
3670
+ z-index: 1;
3671
+ background: transparent;
3672
+ transition: none;
3673
+ }
3674
+ .is-rowadd-tool button {
3675
+ position: absolute;
3676
+ top: -9px;
3677
+ left: calc(50% - 10px);
3678
+ border: 1px solid #ff8e3e;
3679
+ border-radius: 500px;
3680
+ height: auto;
3681
+ }
3682
+
3683
+ .row-outline .is-rowadd-tool,
3684
+ .row-active .is-rowadd-tool {
3685
+ display: block;
3686
+ }
3687
+
3688
+ .is-builder[gray] .is-rowadd-tool {
3689
+ border-bottom: 1px solid rgba(222, 222, 222, 0.32);
3690
+ }
3691
+ .is-builder[gray] .is-rowadd-tool button {
3692
+ border: 1px solid rgba(0, 0, 0, 0.13);
3693
+ }
3694
+
3695
+ .row-add-initial {
3696
+ width: 100%;
3697
+ height: 70px;
3698
+ font-family: sans-serif;
3699
+ font-size: 12px;
3700
+ text-transform: uppercase;
3701
+ letter-spacing: 1px;
3702
+ justify-content: center;
3703
+ align-items: center;
3704
+ color: #333;
3705
+ border: 1px dashed rgba(169, 169, 169, 0.8);
3706
+ background: rgba(255, 255, 255, 0.5);
3707
+ cursor: pointer;
3708
+ transition: all ease 0.3s;
3709
+ outline: none !important;
3710
+ }
3711
+ .row-add-initial:hover {
3712
+ background: rgba(248, 248, 248, 0.35);
3713
+ }
3714
+ .row-add-initial:focus {
3715
+ outline: none;
3716
+ }
3717
+ .row-add-initial span {
3718
+ text-transform: none;
3719
+ display: block;
3720
+ margin-top: 5px;
3721
+ font-size: 13px;
3722
+ opacity: 0.5;
3723
+ }
3724
+
3725
+ .is-builder .row-active.row-add-initial {
3726
+ outline: none;
3727
+ }
3728
+
3729
+ .is-tool.is-row-tool .row-grideditor {
3730
+ display: none;
3731
+ }
3732
+
3733
+ .is-builder[minimal] .is-tool.is-row-tool .row-grideditor {
3734
+ display: block;
3735
+ }
3736
+ .is-builder[minimal] .is-tool.is-row-tool .row-more {
3737
+ display: none;
3738
+ }
3739
+ .is-builder[clean] .is-tool.is-row-tool {
3740
+ background: rgba(243, 243, 243, 0.9);
3741
+ }
3742
+ .is-builder[clean] .is-tool.is-row-tool .row-grideditor {
3743
+ display: block;
3744
+ background: transparent;
3745
+ }
3746
+ .is-builder[clean] .is-tool.is-row-tool .row-grideditor svg {
3747
+ fill: #000;
3748
+ width: 13px;
3749
+ height: 13px;
3750
+ margin-left: -1px;
3751
+ }
3752
+ .is-builder[clean] .is-tool.is-row-tool .row-more {
3753
+ display: none;
3754
+ }
3755
+ .is-builder[clean] .is-tool.is-row-tool .row-handle {
3756
+ display: none;
3757
+ }
3758
+ .is-builder[clean] .is-tool.is-row-tool .row-remove {
3759
+ display: none;
3760
+ }
3761
+ .is-builder[clean] .row-outline {
3762
+ outline: none;
3763
+ }
3764
+ .is-builder[clean] .cell-active {
3765
+ outline: none;
3766
+ }
3767
+ .is-builder[clean] .row-active {
3768
+ outline: 1px solid rgba(132, 132, 132, 0.2);
3769
+ }
3770
+ .is-builder[leftrowtool] .is-tool.is-row-tool {
3771
+ right: auto;
3772
+ left: -40px;
3773
+ }
3774
+ .is-builder.builder-active > div:not(.row-active) {
3775
+ border-right: 120px rgba(0, 0, 0, 0) solid;
3776
+ margin-right: -120px;
3777
+ }
3778
+ .is-builder[leftrowtool].builder-active > div:not(.row-active) {
3779
+ border-left: 120px rgba(0, 0, 0, 0) solid;
3780
+ margin-left: -120px;
3781
+ }
3782
+ .is-builder[rowoutline] .row-outline {
3783
+ outline: none;
3784
+ }
3785
+ .is-builder[rowoutline] .cell-active {
3786
+ outline: none;
3787
+ }
3788
+ .is-builder[rowoutline] .row-active {
3789
+ outline: 1px solid #00da89;
3790
+ }
3791
+ .is-builder[grayoutline] .row-outline {
3792
+ outline: none;
3793
+ }
3794
+ .is-builder[grayoutline] .cell-active {
3795
+ outline: 1px solid rgba(132, 132, 132, 0.1);
3796
+ }
3797
+ .is-builder[grayoutline] .row-active {
3798
+ outline: 1px solid rgba(132, 132, 132, 0.2);
3799
+ }
3800
+ .is-builder[rowoutline][grayoutline] .row-outline {
3801
+ outline: none;
3802
+ }
3803
+ .is-builder[rowoutline][grayoutline] .cell-active {
3804
+ outline: none;
3805
+ }
3806
+ .is-builder[rowoutline][grayoutline] .row-active {
3807
+ outline: 1px solid rgba(132, 132, 132, 0.2);
3808
+ }
3809
+ .is-builder[hideoutline] .row-outline {
3810
+ outline: none !important;
3811
+ }
3812
+ .is-builder[hideoutline] .cell-active {
3813
+ outline: none !important;
3814
+ }
3815
+ .is-builder[hideoutline] .row-active {
3816
+ outline: none !important;
3817
+ }
3818
+ .is-builder[hideoutline] .row-active.row-outline {
3819
+ outline: none !important;
3820
+ }
3821
+ .is-builder[grideditor] > div > div.cell-active {
3822
+ outline: 1px solid #00da89 !important;
3823
+ }
3824
+ .is-builder[grideditor] .row-active {
3825
+ outline: 1px solid #00da89 !important;
3826
+ z-index: 1;
3827
+ }
3828
+ .is-builder[grideditor] .row-active.row-outline {
3829
+ outline: 1px solid rgba(132, 132, 132, 0.2) !important;
3830
+ }
3831
+ .is-builder[hidesnippetaddtool] .row-outline .is-rowadd-tool,
3832
+ .is-builder[hidesnippetaddtool] .row-active .is-rowadd-tool {
3833
+ display: none;
3834
+ }
3835
+ .is-builder[hideelementhighlight] .elm-active {
3836
+ background-color: transparent;
3837
+ }
3838
+
3839
+ #_cbhtml[minimal] .is-tool.is-column-tool .cell-more {
3840
+ display: none;
3841
+ }
3842
+ #_cbhtml[clean] .is-tool.is-column-tool {
3843
+ display: none;
3844
+ }
3845
+ #_cbhtml[hidecolumntool] .is-tool.is-column-tool {
3846
+ display: none;
3847
+ }
3848
+ #_cbhtml[hideelementtool] .is-tool.is-element-tool {
3849
+ display: none !important;
3850
+ }
3851
+ #_cbhtml .is-element-tool .elm-settings {
3852
+ display: none;
3853
+ }
3854
+ #_cbhtml[emailmode] .is-element-tool .elm-add,
3855
+ #_cbhtml[emailmode] .is-element-tool .elm-more,
3856
+ #_cbhtml[emailmode] .is-element-tool .elm-remove {
3857
+ display: none !important;
3858
+ }
3859
+ #_cbhtml[emailmode] .is-element-tool .elm-settings {
3860
+ display: block;
3861
+ }
3862
+
3863
+ .is-tooltip {
3864
+ position: absolute;
3865
+ display: none;
3866
+ padding: 1px 8px;
3867
+ font-size: 11px;
3868
+ background: #333;
3869
+ border-radius: 0px;
3870
+ color: #fefefe;
3871
+ z-index: 100005;
3872
+ }
3873
+
3874
+ /*!
3875
+ * Cropper.js v1.5.12
3876
+ * https://fengyuanchen.github.io/cropperjs
3877
+ *
3878
+ * Copyright 2015-present Chen Fengyuan
3879
+ * Released under the MIT license
3880
+ *
3881
+ * Date: 2021-06-12T08:00:11.623Z
3882
+ */
3883
+ .cropper-container {
3884
+ direction: ltr;
3885
+ font-size: 0;
3886
+ line-height: 0;
3887
+ position: relative;
3888
+ -ms-touch-action: none;
3889
+ touch-action: none;
3890
+ -webkit-user-select: none;
3891
+ -moz-user-select: none;
3892
+ -ms-user-select: none;
3893
+ user-select: none;
3894
+ }
3895
+
3896
+ .cropper-container img {
3897
+ image-orientation: 0deg;
3898
+ display: block;
3899
+ height: 100%;
3900
+ max-height: none !important;
3901
+ max-width: none !important;
3902
+ min-height: 0 !important;
3903
+ min-width: 0 !important;
3904
+ width: 100%;
3905
+ }
3906
+
3907
+ .cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
3908
+ bottom: 0;
3909
+ left: 0;
3910
+ position: absolute;
3911
+ right: 0;
3912
+ top: 0;
3913
+ }
3914
+
3915
+ .cropper-canvas, .cropper-wrap-box {
3916
+ overflow: hidden;
3917
+ }
3918
+
3919
+ .cropper-drag-box {
3920
+ background-color: #fff;
3921
+ opacity: 0;
3922
+ }
3923
+
3924
+ .cropper-modal {
3925
+ background-color: #000;
3926
+ opacity: 0.5;
3927
+ }
3928
+
3929
+ .cropper-view-box {
3930
+ display: block;
3931
+ height: 100%;
3932
+ outline: 1px solid #39f;
3933
+ outline-color: rgba(51, 153, 255, 0.75);
3934
+ overflow: hidden;
3935
+ width: 100%;
3936
+ }
3937
+
3938
+ .cropper-dashed {
3939
+ border: 0 dashed #eee;
3940
+ display: block;
3941
+ opacity: 0.5;
3942
+ position: absolute;
3943
+ }
3944
+
3945
+ .cropper-dashed.dashed-h {
3946
+ border-bottom-width: 1px;
3947
+ border-top-width: 1px;
3948
+ height: 33.33333%;
3949
+ left: 0;
3950
+ top: 33.33333%;
3951
+ width: 100%;
3952
+ }
3953
+
3954
+ .cropper-dashed.dashed-v {
3955
+ border-left-width: 1px;
3956
+ border-right-width: 1px;
3957
+ height: 100%;
3958
+ left: 33.33333%;
3959
+ top: 0;
3960
+ width: 33.33333%;
3961
+ }
3962
+
3963
+ .cropper-center {
3964
+ display: block;
3965
+ height: 0;
3966
+ left: 50%;
3967
+ opacity: 0.75;
3968
+ position: absolute;
3969
+ top: 50%;
3970
+ width: 0;
3971
+ }
3972
+
3973
+ .cropper-center:after, .cropper-center:before {
3974
+ background-color: #eee;
3975
+ content: " ";
3976
+ display: block;
3977
+ position: absolute;
3978
+ }
3979
+
3980
+ .cropper-center:before {
3981
+ height: 1px;
3982
+ left: -3px;
3983
+ top: 0;
3984
+ width: 7px;
3985
+ }
3986
+
3987
+ .cropper-center:after {
3988
+ height: 7px;
3989
+ left: 0;
3990
+ top: -3px;
3991
+ width: 1px;
3992
+ }
3993
+
3994
+ .cropper-face, .cropper-line, .cropper-point {
3995
+ display: block;
3996
+ height: 100%;
3997
+ opacity: 0.1;
3998
+ position: absolute;
3999
+ width: 100%;
4000
+ }
4001
+
4002
+ .cropper-face {
4003
+ background-color: #fff;
4004
+ left: 0;
4005
+ top: 0;
4006
+ }
4007
+
4008
+ .cropper-line {
4009
+ background-color: #39f;
4010
+ }
4011
+
4012
+ .cropper-line.line-e {
4013
+ cursor: ew-resize;
4014
+ right: -3px;
4015
+ top: 0;
4016
+ width: 5px;
4017
+ }
4018
+
4019
+ .cropper-line.line-n {
4020
+ cursor: ns-resize;
4021
+ height: 5px;
4022
+ left: 0;
4023
+ top: -3px;
4024
+ }
4025
+
4026
+ .cropper-line.line-w {
4027
+ cursor: ew-resize;
4028
+ left: -3px;
4029
+ top: 0;
4030
+ width: 5px;
4031
+ }
4032
+
4033
+ .cropper-line.line-s {
4034
+ bottom: -3px;
4035
+ cursor: ns-resize;
4036
+ height: 5px;
4037
+ left: 0;
4038
+ }
4039
+
4040
+ .cropper-point {
4041
+ background-color: #39f;
4042
+ height: 5px;
4043
+ opacity: 0.75;
4044
+ width: 5px;
4045
+ }
4046
+
4047
+ .cropper-point.point-e {
4048
+ cursor: ew-resize;
4049
+ margin-top: -3px;
4050
+ right: -3px;
4051
+ top: 50%;
4052
+ }
4053
+
4054
+ .cropper-point.point-n {
4055
+ cursor: ns-resize;
4056
+ left: 50%;
4057
+ margin-left: -3px;
4058
+ top: -3px;
4059
+ }
4060
+
4061
+ .cropper-point.point-w {
4062
+ cursor: ew-resize;
4063
+ left: -3px;
4064
+ margin-top: -3px;
4065
+ top: 50%;
4066
+ }
4067
+
4068
+ .cropper-point.point-s {
4069
+ bottom: -3px;
4070
+ cursor: s-resize;
4071
+ left: 50%;
4072
+ margin-left: -3px;
4073
+ }
4074
+
4075
+ .cropper-point.point-ne {
4076
+ cursor: nesw-resize;
4077
+ right: -3px;
4078
+ top: -3px;
4079
+ }
4080
+
4081
+ .cropper-point.point-nw {
4082
+ cursor: nwse-resize;
4083
+ left: -3px;
4084
+ top: -3px;
4085
+ }
4086
+
4087
+ .cropper-point.point-sw {
4088
+ bottom: -3px;
4089
+ cursor: nesw-resize;
4090
+ left: -3px;
4091
+ }
4092
+
4093
+ .cropper-point.point-se {
4094
+ bottom: -3px;
4095
+ cursor: nwse-resize;
4096
+ height: 20px;
4097
+ opacity: 1;
4098
+ right: -3px;
4099
+ width: 20px;
4100
+ }
4101
+
4102
+ @media (min-width: 768px) {
4103
+ .cropper-point.point-se {
4104
+ height: 15px;
4105
+ width: 15px;
4106
+ }
4107
+ }
4108
+ @media (min-width: 992px) {
4109
+ .cropper-point.point-se {
4110
+ height: 10px;
4111
+ width: 10px;
4112
+ }
4113
+ }
4114
+ @media (min-width: 1200px) {
4115
+ .cropper-point.point-se {
4116
+ height: 5px;
4117
+ opacity: 0.75;
4118
+ width: 5px;
4119
+ }
4120
+ }
4121
+ .cropper-point.point-se:before {
4122
+ background-color: #39f;
4123
+ bottom: -50%;
4124
+ content: " ";
4125
+ display: block;
4126
+ height: 200%;
4127
+ opacity: 0;
4128
+ position: absolute;
4129
+ right: -50%;
4130
+ width: 200%;
4131
+ }
4132
+
4133
+ .cropper-invisible {
4134
+ opacity: 0;
4135
+ }
4136
+
4137
+ .cropper-bg {
4138
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
4139
+ }
4140
+
4141
+ .cropper-hide {
4142
+ display: block;
4143
+ height: 0;
4144
+ position: absolute;
4145
+ width: 0;
4146
+ }
4147
+
4148
+ .cropper-hidden {
4149
+ display: none !important;
4150
+ }
4151
+
4152
+ .cropper-move {
4153
+ cursor: move;
4154
+ }
4155
+
4156
+ .cropper-crop {
4157
+ cursor: crosshair;
4158
+ }
4159
+
4160
+ .cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
4161
+ cursor: not-allowed;
4162
+ }
4163
+
4164
+ .is-ui .is-lightbox {
4165
+ display: none;
4166
+ z-index: 100000;
4167
+ position: fixed;
4168
+ top: 0;
4169
+ left: 0;
4170
+ width: 100vw;
4171
+ height: 100vh;
4172
+ box-sizing: border-box;
4173
+ background-color: black;
4174
+ opacity: 0;
4175
+ align-items: center;
4176
+ justify-content: center;
4177
+ opacity: 0;
4178
+ transform: scale(0.7) translateZ(150px);
4179
+ transition: all 450ms ease-in-out;
4180
+ }
4181
+ .is-ui .is-lightbox.light {
4182
+ background-color: rgba(255, 255, 255, 0.97);
4183
+ }
4184
+ .is-ui .is-lightbox > div {
4185
+ width: 100%;
4186
+ height: 100%;
4187
+ }
4188
+ .is-ui .is-lightbox.lightbox-externalvideo {
4189
+ padding: 40px;
4190
+ /* & > div {
4191
+ margin:40px;
4192
+ } */
4193
+ }
4194
+ .is-ui .is-lightbox.lightbox-video > div.lightbox-content, .is-ui .is-lightbox.lightbox-image > div.lightbox-content {
4195
+ width: 100%;
4196
+ height: 100%;
4197
+ display: flex;
4198
+ align-items: center;
4199
+ justify-content: center;
4200
+ padding: 40px;
4201
+ box-sizing: border-box;
4202
+ }
4203
+ .is-ui .is-lightbox.active {
4204
+ opacity: 1;
4205
+ transform: scale(1) translateZ(150px);
4206
+ }
4207
+ .is-ui .is-lightbox iframe {
4208
+ opacity: 0;
4209
+ filter: blur(30px);
4210
+ transition: all 600ms ease-in-out;
4211
+ }
4212
+ .is-ui .is-lightbox.active iframe {
4213
+ filter: blur(0);
4214
+ opacity: 1;
4215
+ }
4216
+ .is-ui .is-lightbox video {
4217
+ outline: none;
4218
+ width: 100%;
4219
+ height: 100%;
4220
+ }
4221
+ .is-ui .is-lightbox img {
4222
+ max-width: 100%;
4223
+ max-height: 100%;
4224
+ }
4225
+ .is-ui .is-lightbox .cmd-lightbox-close {
4226
+ position: absolute !important;
4227
+ top: 3px !important;
4228
+ right: 3px !important;
4229
+ width: 50px !important;
4230
+ height: 50px !important;
4231
+ color: #fff !important;
4232
+ background: none;
4233
+ border: none;
4234
+ cursor: pointer;
4235
+ outline: none;
4236
+ box-shadow: none;
4237
+ }
4238
+ .is-ui .is-lightbox .cmd-lightbox-close svg {
4239
+ width: 30px;
4240
+ height: 30px;
4241
+ fill: #000 !important;
4242
+ position: absolute;
4243
+ top: 10px;
4244
+ right: 10px;
4245
+ }
4246
+ .is-ui .is-lightbox.light .cmd-lightbox-close {
4247
+ color: #000 !important;
4248
+ }
4249
+
4250
+ .block-click[data-noedit] {
4251
+ cursor: pointer;
4252
+ }
4253
+ .block-click[data-noedit] > * {
4254
+ pointer-events: none;
4255
+ user-select: none;
4256
+ }
4257
+
4258
+ .block-click[contenteditable=true] {
4259
+ cursor: unset;
4260
+ }
4261
+ .block-click[contenteditable=true] > * {
4262
+ pointer-events: unset;
4263
+ user-select: unset;
4264
+ }
4265
+
4266
+ /* Prevent css framework overide (Materialize) */
4267
+ .is-ui [type=checkbox]:not(:checked), .is-ui [type=checkbox]:checked {
4268
+ position: unset !important;
4269
+ }
4270
+
4271
+ .is-ui input[type=range] {
4272
+ border: none;
4273
+ }
4274
+
4275
+ .is-ui form {
4276
+ background: unset;
4277
+ margin: unset;
4278
+ padding: unset;
4279
+ border: unset;
4280
+ }
4281
+
4282
+ .is-ui svg {
4283
+ max-width: unset;
4284
+ }