@innovastudio/contentbuilder 1.0.30 → 1.0.34

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