brilliance-admin 0.42.0__py3-none-any.whl

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 (73) hide show
  1. admin_panel/__init__.py +4 -0
  2. admin_panel/api/__init__.py +0 -0
  3. admin_panel/api/routers.py +18 -0
  4. admin_panel/api/utils.py +28 -0
  5. admin_panel/api/views/__init__.py +0 -0
  6. admin_panel/api/views/auth.py +29 -0
  7. admin_panel/api/views/autocomplete.py +33 -0
  8. admin_panel/api/views/graphs.py +30 -0
  9. admin_panel/api/views/index.py +38 -0
  10. admin_panel/api/views/schema.py +29 -0
  11. admin_panel/api/views/settings.py +29 -0
  12. admin_panel/api/views/table.py +136 -0
  13. admin_panel/auth.py +32 -0
  14. admin_panel/docs.py +37 -0
  15. admin_panel/exceptions.py +38 -0
  16. admin_panel/integrations/__init__.py +0 -0
  17. admin_panel/integrations/sqlalchemy/__init__.py +6 -0
  18. admin_panel/integrations/sqlalchemy/auth.py +144 -0
  19. admin_panel/integrations/sqlalchemy/autocomplete.py +38 -0
  20. admin_panel/integrations/sqlalchemy/fields.py +254 -0
  21. admin_panel/integrations/sqlalchemy/fields_schema.py +316 -0
  22. admin_panel/integrations/sqlalchemy/table/__init__.py +19 -0
  23. admin_panel/integrations/sqlalchemy/table/base.py +141 -0
  24. admin_panel/integrations/sqlalchemy/table/create.py +73 -0
  25. admin_panel/integrations/sqlalchemy/table/delete.py +18 -0
  26. admin_panel/integrations/sqlalchemy/table/list.py +178 -0
  27. admin_panel/integrations/sqlalchemy/table/retrieve.py +61 -0
  28. admin_panel/integrations/sqlalchemy/table/update.py +95 -0
  29. admin_panel/schema/__init__.py +7 -0
  30. admin_panel/schema/admin_schema.py +191 -0
  31. admin_panel/schema/category.py +149 -0
  32. admin_panel/schema/graphs/__init__.py +1 -0
  33. admin_panel/schema/graphs/category_graphs.py +50 -0
  34. admin_panel/schema/group.py +67 -0
  35. admin_panel/schema/table/__init__.py +8 -0
  36. admin_panel/schema/table/admin_action.py +76 -0
  37. admin_panel/schema/table/category_table.py +175 -0
  38. admin_panel/schema/table/fields/__init__.py +5 -0
  39. admin_panel/schema/table/fields/base.py +249 -0
  40. admin_panel/schema/table/fields/function_field.py +65 -0
  41. admin_panel/schema/table/fields_schema.py +216 -0
  42. admin_panel/schema/table/table_models.py +53 -0
  43. admin_panel/static/favicon.jpg +0 -0
  44. admin_panel/static/index-BeniOHDv.js +525 -0
  45. admin_panel/static/index-vlBToOhT.css +8 -0
  46. admin_panel/static/materialdesignicons-webfont-CYDMK1kx.woff2 +0 -0
  47. admin_panel/static/materialdesignicons-webfont-CgCzGbLl.woff +0 -0
  48. admin_panel/static/materialdesignicons-webfont-D3kAzl71.ttf +0 -0
  49. admin_panel/static/materialdesignicons-webfont-DttUABo4.eot +0 -0
  50. admin_panel/static/tinymce/dark-first/content.min.css +250 -0
  51. admin_panel/static/tinymce/dark-first/skin.min.css +2820 -0
  52. admin_panel/static/tinymce/dark-slim/content.min.css +249 -0
  53. admin_panel/static/tinymce/dark-slim/skin.min.css +2821 -0
  54. admin_panel/static/tinymce/img/example.png +0 -0
  55. admin_panel/static/tinymce/img/tinymce.woff2 +0 -0
  56. admin_panel/static/tinymce/lightgray/content.min.css +1 -0
  57. admin_panel/static/tinymce/lightgray/fonts/tinymce.woff +0 -0
  58. admin_panel/static/tinymce/lightgray/skin.min.css +1 -0
  59. admin_panel/static/tinymce/plugins/accordion/css/accordion.css +17 -0
  60. admin_panel/static/tinymce/plugins/accordion/plugin.js +48 -0
  61. admin_panel/static/tinymce/plugins/codesample/css/prism.css +1 -0
  62. admin_panel/static/tinymce/plugins/customLink/css/link.css +3 -0
  63. admin_panel/static/tinymce/plugins/customLink/plugin.js +147 -0
  64. admin_panel/static/tinymce/tinymce.min.js +2 -0
  65. admin_panel/static/vanilla-picker-B6E6ObS_.js +8 -0
  66. admin_panel/templates/index.html +25 -0
  67. admin_panel/translations.py +145 -0
  68. admin_panel/utils.py +50 -0
  69. brilliance_admin-0.42.0.dist-info/METADATA +155 -0
  70. brilliance_admin-0.42.0.dist-info/RECORD +73 -0
  71. brilliance_admin-0.42.0.dist-info/WHEEL +5 -0
  72. brilliance_admin-0.42.0.dist-info/licenses/LICENSE +17 -0
  73. brilliance_admin-0.42.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,2821 @@
1
+ /**
2
+ * Dark Slim skin for TinyMCE 4.9.x
3
+ * Not supported MS IE!
4
+ *
5
+ * @author John Fort
6
+ * @date 13.12.2020
7
+ * @link https://github.com/johnfort/TinyMCE.skins
8
+ **/
9
+ .mce-container,.mce-container *,.mce-widget,.mce-widget *,.mce-reset {
10
+ position: static;
11
+ float: none;
12
+ margin: 0;
13
+ padding: 0;
14
+ width: auto;
15
+ max-width: none;
16
+ height: auto;
17
+ border: 0;
18
+ -moz-box-sizing: content-box;
19
+ -webkit-box-sizing: content-box;
20
+ box-sizing: content-box;
21
+ outline: 0;
22
+ vertical-align: top;
23
+ text-decoration: none;
24
+ text-shadow: none!important;
25
+ color: #999;
26
+ line-height: normal;
27
+ direction: ltr;
28
+ text-align: left;
29
+ font-family: 'Trebuchet MS','Tahoma','Arial','Verdana','Helvetica','sans-serif';
30
+ font-size: 14px;
31
+ font-weight: normal;
32
+ white-space: nowrap;
33
+ cursor: inherit;
34
+ -webkit-box-shadow: none!important;
35
+ -moz-box-shadow: none!important;
36
+ box-shadow: none!important;
37
+ -webkit-tap-highlight-color: transparent
38
+ }
39
+
40
+ .mce-panel iframe {
41
+ background: transparent
42
+ }
43
+
44
+ .mce-panel a {
45
+ color: #bbb;
46
+ text-decoration: underline
47
+ }
48
+
49
+ .mce-panel a:hover,.mce-panel a:focus {
50
+ color: #999;
51
+ cursor: pointer!important
52
+ }
53
+
54
+ .mce-panel input,.mce-panel button,.mce-panel textarea {
55
+ -moz-appearance: none;
56
+ -webkit-appearance: none;
57
+ appearance: none;
58
+ display: inline-block;
59
+ position: relative;
60
+ margin: 0;
61
+ padding: 2px 3px;
62
+ height: 24px;
63
+ border: 0;
64
+ border-radius: .01px;
65
+ font-family: 'Verdana','Tahoma','Arial';
66
+ font-size: 13px;
67
+ font-weight: normal;
68
+ line-height: 20px;
69
+ background: #3e3e3e;
70
+ color: #999
71
+ }
72
+
73
+ .mce-panel textarea {
74
+ height: auto;
75
+ overflow: auto
76
+ }
77
+
78
+ .mce-panel input[type="checkbox"] {
79
+ margin: 1px;
80
+ width: 16px;
81
+ height: 16px;
82
+ vertical-align: middle;
83
+ cursor: pointer!important
84
+ }
85
+
86
+ .mce-panel button,.mce-panel button[disabled]:hover,.mce-panel .mce-disabled button:hover,.mce-panel input[type="button"],.mce-panel input[type="button"][disabled]:hover,.mce-panel .mce-disabled input[type="button"]:hover,.mce-panel input[type="reset"],.mce-panel input[type="reset"][disabled]:hover,.mce-panel .mce-disabled input[type="reset"]:hover,.mce-panel input[type="submit"],.mce-panel input[type="submit"][disabled]:hover,.mce-panel .mce-disabled input[type="submit"]:hover {
87
+ padding: 4px 12px;
88
+ height: auto;
89
+ color: #999;
90
+ background: #444;
91
+ font-size: 13px;
92
+ text-align: center;
93
+ -webkit-user-select: none;
94
+ -moz-user-select: none;
95
+ user-select: none;
96
+ cursor: pointer!important
97
+ }
98
+
99
+ .mce-panel button[disabled],.mce-panel .mce-disabled button,.mce-panel input[disabled],.mce-panel .mce-disabled input,.mce-panel textarea[disabled],.mce-panel .mce-disabled textarea {
100
+ pointer-events: none;
101
+ cursor: not-allowed!important;
102
+ color: #888;
103
+ opacity: .4
104
+ }
105
+
106
+ .mce-panel input:focus,.mce-panel textarea:focus {
107
+ border: 0;
108
+ outline: 0;
109
+ background: #4e4e4e
110
+ }
111
+
112
+ .mce-btn.mce-active *,.mce-btn.mce-active :hover,.mce-btn.mce-active :focus,.mce-btn.mce-disabled *,.mce-panel button:hover,.mce-panel input[type="button"]:hover,.mce-panel input[type="reset"]:hover,.mce-panel input[type="submit"]:hover,.mce-panel button:focus,.mce-panel input[type="button"]:focus,.mce-panel input[type="reset"]:focus,.mce-panel input[type="submit"]:focus {
113
+ background: #333
114
+ }
115
+
116
+ .mce-btn button:active,.mce-panel input[type="button"]:active,.mce-panel input[type="reset"]:active,.mce-panel input[type="submit"]:active,.mce-panel input[type="checkbox"]:active {
117
+ -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.2)!important;
118
+ -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.2)!important;
119
+ box-shadow: inset 0 2px 4px rgba(0,0,0,.2)!important
120
+ }
121
+
122
+ .mce-panel input[type="checkbox"]:checked:before {
123
+ content: '';
124
+ position: absolute;
125
+ top: -5px;
126
+ left: 7px;
127
+ display: table;
128
+ width: 5px;
129
+ height: 14px;
130
+ border: 2px solid #999;
131
+ border-top: 0;
132
+ border-left: 0;
133
+ -webkit-transform: rotate(45deg);
134
+ -moz-transform: rotate(45deg);
135
+ transform: rotate(45deg)
136
+ }
137
+
138
+ .mce-panel button::-moz-focus-inner,.mce-panel input::-moz-focus-inner {
139
+ padding: 0;
140
+ border: 0
141
+ }
142
+
143
+ .mce-panel input:-moz-placeholder,.mce-panel textarea:-moz-placeholder,.mce-panel input::-webkit-input-placeholder,.mce-panel textarea::-webkit-input-placeholder {
144
+ color: #999
145
+ }
146
+
147
+ .mce-container b {
148
+ font-weight: bold
149
+ }
150
+
151
+ .mce-container p {
152
+ margin-bottom: 5px
153
+ }
154
+
155
+ .mce-container ul {
156
+ margin-left: 15px
157
+ }
158
+
159
+ .mce-widget button {
160
+ -moz-box-sizing: border-box;
161
+ -webkit-box-sizing: border-box;
162
+ box-sizing: border-box
163
+ }
164
+
165
+ .mce-caret {
166
+ content: '';
167
+ display: inline-block;
168
+ width: 0;
169
+ height: 0;
170
+ vertical-align: top;
171
+ border-top: 4px solid #999;
172
+ border-right: 4px solid transparent;
173
+ border-left: 4px solid transparent
174
+ }
175
+
176
+ .mce-caret.mce-up {
177
+ border-top: 0;
178
+ border-bottom: 4px solid #999
179
+ }
180
+
181
+ .mce-disabled .mce-caret {
182
+ border-top-color: #555
183
+ }
184
+
185
+ .mce-btn {
186
+ position: relative;
187
+ display: inline-block
188
+ }
189
+
190
+ .mce-primary.mce-btn-has-text {
191
+ min-width: 50px
192
+ }
193
+
194
+ .mce-panel .mce-primary * {
195
+ color: #d6d6d6;
196
+ background: #247524
197
+ }
198
+
199
+ .mce-panel .mce-primary.mce-active *,.mce-panel .mce-primary.mce-disabled *,.mce-panel .mce-primary:hover *,.mce-panel .mce-primary:focus * {
200
+ background: #1d651d
201
+ }
202
+
203
+ .mce-btn .mce-txt {
204
+ font-size: inherit;
205
+ line-height: inherit;
206
+ color: inherit
207
+ }
208
+
209
+ .mce-btn-large button {
210
+ padding: 9px 14px;
211
+ font-size: 16px;
212
+ line-height: normal
213
+ }
214
+
215
+ .mce-btn-large i {
216
+ margin-top: 2px
217
+ }
218
+
219
+ .mce-btn-small button {
220
+ padding: 1px 5px;
221
+ font-size: 12px
222
+ }
223
+
224
+ .mce-btn-small i {
225
+ line-height: 20px;
226
+ vertical-align: top
227
+ }
228
+
229
+ .mce-btn .mce-caret,.mce-btn-small .mce-caret {
230
+ margin-top: 8px;
231
+ margin-left: 0
232
+ }
233
+
234
+ .mce-btn-flat {
235
+ padding: 2px;
236
+ box-sizing: border-box;
237
+ text-align: center
238
+ }
239
+
240
+ .mce-btn-has-text .mce-ico {
241
+ padding-right: 5px
242
+ }
243
+
244
+ .mce-rtl .mce-btn button {
245
+ direction: rtl
246
+ }
247
+
248
+ .mce-btn-group:not(:last-child) {
249
+ border-right: 1px solid rgba(153,153,153,.2)
250
+ }
251
+
252
+ .mce-btn-group {
253
+ margin-left: 2px
254
+ }
255
+
256
+ .mce-btn-group .mce-btn.mce-flow-layout-item {
257
+ margin: 0
258
+ }
259
+
260
+ .mce-rtl .mce-btn-group .mce-btn {
261
+ margin-left: 0;
262
+ margin-right: 2px
263
+ }
264
+
265
+ .mce-rtl .mce-btn-group .mce-first {
266
+ margin-right: 0
267
+ }
268
+
269
+ .mce-rtl .mce-btn-group:not(:first-child) {
270
+ border-left: none;
271
+ border-right: 1px solid #555
272
+ }
273
+
274
+ .mce-rtl .mce-splitbtn {
275
+ direction: rtl;
276
+ text-align: right
277
+ }
278
+
279
+ .mce-splitbtn .mce-open {
280
+ padding-right: 4px;
281
+ padding-left: 4px;
282
+ border-left: 1px solid transparent
283
+ }
284
+
285
+ .mce-rtl .mce-splitbtn .mce-open {
286
+ padding-right: 4px;
287
+ padding-left: 4px;
288
+ border-left: 0;
289
+ border-right: 1px solid transparent
290
+ }
291
+
292
+ .mce-splitbtn:hover .mce-open,.mce-splitbtn:focus .mce-open {
293
+ border-color: #999
294
+ }
295
+
296
+ .mce-splitbtn.mce-btn-small .mce-open {
297
+ padding: 0 3px
298
+ }
299
+
300
+ .mce-colorbutton .mce-ico {
301
+ position: relative
302
+ }
303
+
304
+ .mce-colorbutton-grid {
305
+ margin: 4px
306
+ }
307
+
308
+ .mce-colorbutton .mce-preview {
309
+ display: block;
310
+ position: absolute;
311
+ left: 50%;
312
+ top: 50%;
313
+ margin-left: -7px;
314
+ margin-top: 7px;
315
+ background: #999;
316
+ width: 15px;
317
+ height: 2px;
318
+ overflow: hidden
319
+ }
320
+
321
+ .mce-colorbutton.mce-btn-small .mce-preview {
322
+ margin-left: -16px;
323
+ padding-right: 0;
324
+ width: 16px
325
+ }
326
+
327
+ .mce-rtl .mce-colorbutton {
328
+ direction: rtl
329
+ }
330
+
331
+ div.mce-menubtn.mce-opened {
332
+ z-index: 65537
333
+ }
334
+
335
+ div.mce-menubtn.mce-opened.mce-opened-under {
336
+ z-index: 0
337
+ }
338
+
339
+ .mce-menubtn.mce-btn-small span {
340
+ font-size: 12px
341
+ }
342
+
343
+ .mce-menubtn.mce-fixed-width span {
344
+ display: inline-block;
345
+ overflow-x: hidden;
346
+ text-overflow: ellipsis
347
+ }
348
+
349
+ .mce-rtl .mce-menubtn button {
350
+ direction: rtl;
351
+ text-align: right
352
+ }
353
+
354
+ .mce-rtl .mce-menubtn.mce-fixed-width span {
355
+ direction: rtl;
356
+ text-align: right
357
+ }
358
+
359
+ .mce-listbox button {
360
+ text-align: left;
361
+ padding-right: 20px;
362
+ position: relative
363
+ }
364
+
365
+ .mce-listbox .mce-caret {
366
+ position: absolute;
367
+ margin-top: -2px;
368
+ right: 8px;
369
+ top: 50%
370
+ }
371
+
372
+ .mce-rtl .mce-listbox .mce-caret {
373
+ right: auto;
374
+ left: 8px
375
+ }
376
+
377
+ .mce-rtl .mce-listbox button {
378
+ padding-right: 10px;
379
+ padding-left: 20px
380
+ }
381
+
382
+ .mce-container [unselectable] {
383
+ -moz-user-select: none;
384
+ -webkit-user-select: none;
385
+ user-select: none
386
+ }
387
+
388
+ .mce-tinymce {
389
+ display: block;
390
+ position: relative;
391
+ visibility: inherit!important;
392
+ background: #292929
393
+ }
394
+
395
+ .mce-container,.mce-container-body {
396
+ display: block
397
+ }
398
+
399
+ div.mce-edit-area {
400
+ background: #3e3e3e
401
+ }
402
+
403
+ .mce-fullscreen {
404
+ border: 0;
405
+ padding: 0;
406
+ margin: 0;
407
+ overflow: hidden;
408
+ height: 100%;
409
+ z-index: 100
410
+ }
411
+
412
+ .mce-fullscreen .mce-resizehandle {
413
+ display: none
414
+ }
415
+
416
+ div.mce-fullscreen {
417
+ position: fixed;
418
+ top: 0;
419
+ left: 0;
420
+ width: 100%;
421
+ height: auto
422
+ }
423
+
424
+ .mce-top-part {
425
+ position: relative;
426
+ background: #1d1d1d
427
+ }
428
+
429
+ .mce-top-part::before {
430
+ content: '';
431
+ position: absolute;
432
+ top: 0;
433
+ right: 0;
434
+ bottom: 0;
435
+ left: 0;
436
+ pointer-events: none
437
+ }
438
+
439
+ .mce-menubar {
440
+ padding-bottom: 2px;
441
+ border-bottom: 1px solid rgba(153,153,153,.2)
442
+ }
443
+
444
+ .mce-menubar .mce-menubtn {
445
+ margin: 0
446
+ }
447
+
448
+ .mce-menubar .mce-menubtn.mce-active {
449
+ z-index: 65537
450
+ }
451
+
452
+ .mce-menubar .mce-menubtn * {
453
+ background: #1d1d1d
454
+ }
455
+
456
+ .mce-menubar .mce-menubtn:hover,.mce-menubar .mce-menubtn:hover *,.mce-menubar .mce-menubtn:focus,.mce-menubar .mce-menubtn:focus *,.mce-menubar .mce-menubtn.mce-active,.mce-menubar .mce-menubtn.mce-active * {
457
+ background: #3e3e3e
458
+ }
459
+
460
+ .mce-menubar .mce-menubtn button:active {
461
+ -webkit-box-shadow: none!important;
462
+ -moz-box-shadow: none!important;
463
+ box-shadow: none!important
464
+ }
465
+
466
+ .mce-toolbar-grp {
467
+ padding-top: 2px
468
+ }
469
+
470
+ .mce-toolbar-grp .mce-btn-group {
471
+ margin: 0 0 2px!important
472
+ }
473
+
474
+ .mce-toolbar-grp .mce-btn:not(.mce-listbox) button:not(.mce-open) {
475
+ padding: 4px 10px
476
+ }
477
+
478
+ .mce-toolbar-grp .mce-btn :not(.mce-preview) {
479
+ background: #1d1d1d
480
+ }
481
+
482
+ .mce-toolbar-grp .mce-btn:not(.mce-disabled):hover,.mce-toolbar-grp .mce-btn:not(.mce-disabled):hover :not(.mce-preview),.mce-toolbar-grp .mce-btn:not(.mce-disabled):focus,.mce-toolbar-grp .mce-btn:not(.mce-disabled):focus :not(.mce-preview),.mce-toolbar-grp .mce-btn.mce-active * {
483
+ color: #ccc;
484
+ background: #1d1d1d
485
+ }
486
+
487
+ .mce-toolbar-grp .mce-btn button:active {
488
+ -webkit-box-shadow: none!important;
489
+ -moz-box-shadow: none!important;
490
+ box-shadow: none!important
491
+ }
492
+
493
+ .mce-toolbar-grp .mce-btn.mce-active * {
494
+ background: #3e3e3e!important
495
+ }
496
+
497
+ .mce-toolbar-grp .mce-splitbtn.mce-opened *,.mce-toolbar-grp .mce-listbox.mce-active *,.mce-toolbar-grp .mce-listbox.mce-active:hover *,.mce-toolbar-grp .mce-listbox.mce-active:focus * {
498
+ background: #3e3e3e!important
499
+ }
500
+
501
+ .mce-toolbar-grp .mce-menubtn:hover .mce-caret,.mce-toolbar-grp .mce-menubtn:focus .mce-caret,.mce-toolbar-grp .mce-menubtn.mce-active .mce-caret {
502
+ border-top-color: #ccc
503
+ }
504
+
505
+ .mce-edit-aria-container > .mce-container-body .mce-sidebar-panel {
506
+ min-width: 250px;
507
+ max-width: 250px;
508
+ position: relative
509
+ }
510
+
511
+ .mce-edit-aria-container > .mce-container-body .mce-sidebar > .mce-container-body {
512
+ display: flex;
513
+ align-items: stretch;
514
+ height: 100%
515
+ }
516
+
517
+ .mce-edit-aria-container > .mce-container-body .mce-sidebar-panel > .mce-container-body {
518
+ position: absolute;
519
+ width: 100%;
520
+ height: 100%;
521
+ overflow: auto;
522
+ top: 0;
523
+ left: 0
524
+ }
525
+
526
+ .mce-sidebar-panel {
527
+ border-left: 0 solid #4e4e4e
528
+ }
529
+
530
+ .mce-statusbar {
531
+ position: relative;
532
+ background: #333
533
+ }
534
+
535
+ .mce-statusbar .mce-container-body {
536
+ position: relative;
537
+ font-size: 11px
538
+ }
539
+
540
+ .mce-statusbar > .mce-container-body {
541
+ display: flex;
542
+ padding-right: 16px
543
+ }
544
+
545
+ .mce-statusbar .mce-flow-layout-item {
546
+ margin: 0
547
+ }
548
+
549
+ .mce-branding {
550
+ font-size: inherit;
551
+ text-transform: uppercase;
552
+ white-space: pre;
553
+ padding: 8px 0
554
+ }
555
+
556
+ .mce-branding a {
557
+ font-size: inherit
558
+ }
559
+
560
+ .mce-statusbar > .mce-container-body .mce-path {
561
+ flex: 1
562
+ }
563
+
564
+ .mce-path {
565
+ display: inline-block;
566
+ padding: 8px;
567
+ white-space: normal;
568
+ font-size: inherit
569
+ }
570
+
571
+ .mce-path .mce-txt {
572
+ display: inline-block;
573
+ padding-right: 3px
574
+ }
575
+
576
+ .mce-path .mce-path-body {
577
+ display: inline-block
578
+ }
579
+
580
+ .mce-path-item {
581
+ display: inline-block;
582
+ cursor: pointer!important;
583
+ font-size: inherit;
584
+ text-transform: uppercase
585
+ }
586
+
587
+ .mce-path-item:hover {
588
+ text-decoration: underline
589
+ }
590
+
591
+ .mce-path-item:focus {
592
+ background: #555c66;
593
+ color: white
594
+ }
595
+
596
+ .mce-path .mce-divider {
597
+ display: inline;
598
+ font-size: inherit
599
+ }
600
+
601
+ .mce-disabled .mce-path-item {
602
+ color: #aaa
603
+ }
604
+
605
+ .mce-rtl .mce-path {
606
+ direction: rtl;
607
+ text-align: right;
608
+ padding-right: 16px
609
+ }
610
+
611
+ .mce-rtl .mce-statusbar > .mce-container-body > :last-child {
612
+ padding-right: 0;
613
+ padding-left: 10px
614
+ }
615
+
616
+ .mce-tooltip {
617
+ position: absolute;
618
+ padding: 5px;
619
+ opacity: .9;
620
+ zoom: 1;
621
+ margin-top: 1px
622
+ }
623
+
624
+ .mce-tooltip-inner {
625
+ padding: 2px 8px;
626
+ max-width: 200px;
627
+ background: #272727;
628
+ font-size: 12px;
629
+ line-height: 20px;
630
+ text-align: center;
631
+ white-space: normal
632
+ }
633
+
634
+ .mce-tooltip-arrow {
635
+ position: absolute;
636
+ width: 0;
637
+ height: 0;
638
+ line-height: 0;
639
+ border: 5px dashed #272727
640
+ }
641
+
642
+ .mce-tooltip-arrow-n {
643
+ border-bottom-color: #272727
644
+ }
645
+
646
+ .mce-tooltip-arrow-s {
647
+ border-top-color: #272727
648
+ }
649
+
650
+ .mce-tooltip-arrow-e {
651
+ border-left-color: #272727
652
+ }
653
+
654
+ .mce-tooltip-arrow-w {
655
+ border-right-color: #272727
656
+ }
657
+
658
+ .mce-tooltip-nw,.mce-tooltip-sw {
659
+ margin-left: -14px
660
+ }
661
+
662
+ .mce-tooltip-ne,.mce-tooltip-se {
663
+ margin-left: 14px
664
+ }
665
+
666
+ .mce-tooltip-n .mce-tooltip-arrow {
667
+ top: 0;
668
+ left: 50%;
669
+ margin-left: -5px;
670
+ border-bottom-style: solid;
671
+ border-top: none;
672
+ border-left-color: transparent;
673
+ border-right-color: transparent
674
+ }
675
+
676
+ .mce-tooltip-nw .mce-tooltip-arrow {
677
+ top: 0;
678
+ left: 10px;
679
+ border-bottom-style: solid;
680
+ border-top: none;
681
+ border-left-color: transparent;
682
+ border-right-color: transparent
683
+ }
684
+
685
+ .mce-tooltip-ne .mce-tooltip-arrow {
686
+ top: 0;
687
+ right: 10px;
688
+ border-bottom-style: solid;
689
+ border-top: none;
690
+ border-left-color: transparent;
691
+ border-right-color: transparent
692
+ }
693
+
694
+ .mce-tooltip-s .mce-tooltip-arrow {
695
+ bottom: 0;
696
+ left: 50%;
697
+ margin-left: -5px;
698
+ border-top-style: solid;
699
+ border-bottom: none;
700
+ border-left-color: transparent;
701
+ border-right-color: transparent
702
+ }
703
+
704
+ .mce-tooltip-sw .mce-tooltip-arrow {
705
+ bottom: 0;
706
+ left: 10px;
707
+ border-top-style: solid;
708
+ border-bottom: none;
709
+ border-left-color: transparent;
710
+ border-right-color: transparent
711
+ }
712
+
713
+ .mce-tooltip-se .mce-tooltip-arrow {
714
+ bottom: 0;
715
+ right: 10px;
716
+ border-top-style: solid;
717
+ border-bottom: none;
718
+ border-left-color: transparent;
719
+ border-right-color: transparent
720
+ }
721
+
722
+ .mce-tooltip-e .mce-tooltip-arrow {
723
+ right: 0;
724
+ top: 50%;
725
+ margin-top: -5px;
726
+ border-left-style: solid;
727
+ border-right: none;
728
+ border-top-color: transparent;
729
+ border-bottom-color: transparent
730
+ }
731
+
732
+ .mce-tooltip-w .mce-tooltip-arrow {
733
+ left: 0;
734
+ top: 50%;
735
+ margin-top: -5px;
736
+ border-right-style: solid;
737
+ border-left: none;
738
+ border-top-color: transparent;
739
+ border-bottom-color: transparent
740
+ }
741
+
742
+ .mce-tabs {
743
+ display: block;
744
+ background: #1d1d1d
745
+ }
746
+
747
+ .mce-tabs * {
748
+ color: #666;
749
+ text-decoration: underline
750
+ }
751
+
752
+ .mce-tab {
753
+ display: inline-block;
754
+ padding: 6px 10px;
755
+ background: #222;
756
+ cursor: pointer!important
757
+ }
758
+
759
+ .mce-tab:hover,.mce-tab:focus,.mce-tab.mce-active {
760
+ color: #999
761
+ }
762
+
763
+ .mce-tab.mce-active {
764
+ background: #292929;
765
+ text-decoration: none
766
+ }
767
+
768
+ .mce-rtl .mce-tabs {
769
+ text-align: right;
770
+ direction: rtl
771
+ }
772
+
773
+ .mce-panel .mce-table-striped {
774
+ margin: 10px;
775
+ border-collapse: collapse;
776
+ background: #333
777
+ }
778
+
779
+ .mce-panel .mce-table-striped thead > tr {
780
+ background-color: #3e3e3e
781
+ }
782
+
783
+ .mce-panel .mce-table-striped thead > tr th {
784
+ border-right: 1px solid #333;
785
+ font-weight: bold
786
+ }
787
+
788
+ .mce-panel .mce-table-striped thead > tr th:last-child {
789
+ border: 0
790
+ }
791
+
792
+ .mce-panel .mce-table-striped td,.mce-panel .mce-table-striped th {
793
+ padding: 5px
794
+ }
795
+
796
+ .mce-panel .mce-table-striped td {
797
+ border-bottom: 1px solid #3e3e3e
798
+ }
799
+
800
+ .mce-panel .mce-table-striped tr:last-child td {
801
+ border: 0
802
+ }
803
+
804
+ .mce-panel .mce-table-striped tbody > tr:hover {
805
+ background-color: #2d2d2d
806
+ }
807
+
808
+ .mce-charmap {
809
+ border-collapse: collapse
810
+ }
811
+
812
+ .mce-charmap td {
813
+ cursor: default;
814
+ border: 1px solid #444;
815
+ width: 20px;
816
+ height: 20px;
817
+ line-height: 20px;
818
+ text-align: center;
819
+ vertical-align: middle;
820
+ padding: 2px
821
+ }
822
+
823
+ .mce-charmap td div {
824
+ text-align: center
825
+ }
826
+
827
+ .mce-charmap td:hover {
828
+ background: white
829
+ }
830
+
831
+ .mce-grid td.mce-grid-cell div {
832
+ border: 1px solid #c5c5c5;
833
+ width: 15px;
834
+ height: 15px;
835
+ margin: 0;
836
+ cursor: pointer
837
+ }
838
+
839
+ .mce-grid td.mce-grid-cell div:focus {
840
+ border-color: #91bbe9
841
+ }
842
+
843
+ .mce-grid td.mce-grid-cell div[disabled] {
844
+ cursor: not-allowed
845
+ }
846
+
847
+ .mce-grid {
848
+ border-spacing: 2px;
849
+ border-collapse: separate
850
+ }
851
+
852
+ .mce-grid a {
853
+ display: block;
854
+ border: 1px solid #4e4e4e
855
+ }
856
+
857
+ .mce-grid-border {
858
+ margin: 4px
859
+ }
860
+
861
+ .mce-grid-border a {
862
+ width: 13px;
863
+ height: 13px
864
+ }
865
+
866
+ .mce-grid-border a:hover,.mce-grid-border a.mce-active {
867
+ background: #4e4e4e
868
+ }
869
+
870
+ .mce-floatpanel {
871
+ position: absolute;
872
+ background: #3e3e3e
873
+ }
874
+
875
+ .mce-floatpanel.mce-fixed {
876
+ position: fixed
877
+ }
878
+
879
+ .mce-floatpanel.mce-popover {
880
+ top: 0;
881
+ left: 0
882
+ }
883
+
884
+ .mce-floatpanel .mce-arrow,.mce-floatpanel .mce-arrow:after {
885
+ position: absolute;
886
+ display: block;
887
+ width: 0;
888
+ height: 0;
889
+ border-color: transparent;
890
+ border-style: solid
891
+ }
892
+
893
+ .mce-floatpanel .mce-arrow {
894
+ border-width: 11px
895
+ }
896
+
897
+ .mce-floatpanel .mce-arrow:after {
898
+ content: '';
899
+ border-width: 10px
900
+ }
901
+
902
+ .mce-floatpanel.mce-tinymce-inline .mce-btn * {
903
+ background: #3e3e3e
904
+ }
905
+
906
+ .mce-floatpanel.mce-tinymce-inline .mce-btn:hover *,.mce-floatpanel.mce-tinymce-inline .mce-btn button:focus,.mce-floatpanel.mce-tinymce-inline .mce-btn button:focus *,.mce-floatpanel.mce-tinymce-inline .mce-btn button:active,.mce-floatpanel.mce-tinymce-inline .mce-btn button:active *,.mce-floatpanel.mce-tinymce-inline .mce-active.mce-btn * {
907
+ color: #ccc;
908
+ -webkit-box-shadow: none!important;
909
+ -moz-box-shadow: none!important;
910
+ box-shadow: none!important
911
+ }
912
+
913
+ .mce-floatpanel.mce-tinymce-inline .mce-active.mce-btn * {
914
+ background: #4e4e4e
915
+ }
916
+
917
+ .mce-floatpanel.mce-popover.mce-bottom {
918
+ margin-top: 10px
919
+ }
920
+
921
+ .mce-floatpanel.mce-popover.mce-bottom > .mce-arrow {
922
+ top: -11px;
923
+ left: 50%;
924
+ margin-left: -11px;
925
+ border-top-width: 0
926
+ }
927
+
928
+ .mce-floatpanel.mce-popover.mce-bottom > .mce-arrow:after {
929
+ top: 1px;
930
+ margin-left: -10px;
931
+ border-top-width: 0;
932
+ border-bottom-color: #3e3e3e
933
+ }
934
+
935
+ .mce-floatpanel.mce-popover.mce-top {
936
+ margin-top: -10px
937
+ }
938
+
939
+ .mce-floatpanel.mce-popover.mce-top > .mce-arrow {
940
+ top: auto;
941
+ left: 50%;
942
+ bottom: -11px;
943
+ margin-left: -11px;
944
+ border-bottom-width: 0
945
+ }
946
+
947
+ .mce-floatpanel.mce-popover.mce-top > .mce-arrow:after {
948
+ bottom: 1px;
949
+ margin-left: -10px;
950
+ border-bottom-width: 0;
951
+ border-top-color: #3e3e3e
952
+ }
953
+
954
+ .mce-floatpanel.mce-popover.mce-bottom.mce-start,.mce-floatpanel.mce-popover.mce-top.mce-start {
955
+ margin-left: -22px
956
+ }
957
+
958
+ .mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow,.mce-floatpanel.mce-popover.mce-top.mce-start > .mce-arrow {
959
+ left: 20px
960
+ }
961
+
962
+ .mce-floatpanel.mce-popover.mce-bottom.mce-end,.mce-floatpanel.mce-popover.mce-top.mce-end {
963
+ margin-left: 22px
964
+ }
965
+
966
+ .mce-floatpanel.mce-popover.mce-bottom.mce-end > .mce-arrow,.mce-floatpanel.mce-popover.mce-top.mce-end > .mce-arrow {
967
+ right: 10px;
968
+ left: auto
969
+ }
970
+
971
+ .mce-arrow-up {
972
+ margin-top: 12px
973
+ }
974
+
975
+ .mce-arrow-down {
976
+ margin-top: -12px
977
+ }
978
+
979
+ .mce-arrow:after {
980
+ content: '';
981
+ position: absolute;
982
+ left: 50%;
983
+ display: block;
984
+ width: 0;
985
+ height: 0;
986
+ border-style: solid;
987
+ border-color: transparent
988
+ }
989
+
990
+ .mce-arrow.mce-arrow-up:after {
991
+ top: -8px;
992
+ border-bottom-color: #3e3e3e;
993
+ border-width: 0 8px 8px;
994
+ margin-left: -8px
995
+ }
996
+
997
+ .mce-arrow.mce-arrow-down:after {
998
+ bottom: -8px;
999
+ border-top-color: #3e3e3e;
1000
+ border-width: 8px 8px 0;
1001
+ margin-left: -8px
1002
+ }
1003
+
1004
+ .mce-arrow.mce-arrow-left:after {
1005
+ left: 9px;
1006
+ margin: 0
1007
+ }
1008
+
1009
+ .mce-arrow.mce-arrow-right:after {
1010
+ left: auto;
1011
+ right: 9px;
1012
+ margin: 0
1013
+ }
1014
+
1015
+ .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left:after {
1016
+ left: -8px;
1017
+ top: 50%;
1018
+ border-right-color: #3e3e3e;
1019
+ border-width: 8px 8px 8px 0;
1020
+ margin-top: -8px
1021
+ }
1022
+
1023
+ .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-left {
1024
+ margin-left: 12px
1025
+ }
1026
+
1027
+ .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right:after {
1028
+ right: -8px;
1029
+ top: 50%;
1030
+ border-left-color: #3e3e3e;
1031
+ border-width: 8px 0 8px 8px;
1032
+ margin-top: -8px
1033
+ }
1034
+
1035
+ .mce-arrow.mce-arrow-center.mce-arrow.mce-arrow-right {
1036
+ margin-left: -14px
1037
+ }
1038
+
1039
+ .mce-menu {
1040
+ position: absolute;
1041
+ left: 0;
1042
+ top: 0;
1043
+ padding: 5px 0;
1044
+ margin: -1px 0 0;
1045
+ min-width: 180px;
1046
+ max-height: 500px;
1047
+ background: #3e3e3e;
1048
+ overflow: auto;
1049
+ overflow-x: hidden;
1050
+ z-index: 1002
1051
+ }
1052
+
1053
+ .mce-menu.mce-animate {
1054
+ opacity: .01;
1055
+ transform: rotateY(10deg) rotateX(-10deg);
1056
+ transform-origin: left top
1057
+ }
1058
+
1059
+ .mce-menu.mce-menu-align .mce-menu-shortcut,.mce-menu.mce-menu-align .mce-caret {
1060
+ position: absolute;
1061
+ right: 0
1062
+ }
1063
+
1064
+ .mce-menu i {
1065
+ display: none
1066
+ }
1067
+
1068
+ .mce-menu-has-icons i {
1069
+ display: inline-block
1070
+ }
1071
+
1072
+ .mce-menu.mce-in.mce-animate {
1073
+ opacity: 1;
1074
+ transform: rotateY(0) rotateX(0);
1075
+ transition: opacity .075s ease,transform .1s ease
1076
+ }
1077
+
1078
+ .mce-menu-sub-tr-tl {
1079
+ margin: -6px 0 0 -1px
1080
+ }
1081
+
1082
+ .mce-menu-sub-br-bl {
1083
+ margin: 6px 0 0 -1px
1084
+ }
1085
+
1086
+ .mce-menu-sub-tl-tr {
1087
+ margin: -6px 0 0 1px
1088
+ }
1089
+
1090
+ .mce-menu-sub-bl-br {
1091
+ margin: 6px 0 0 1px
1092
+ }
1093
+
1094
+ .mce-rtl .mce-menu-item .mce-ico {
1095
+ padding-right: 0;
1096
+ padding-left: 4px
1097
+ }
1098
+
1099
+ .mce-rtl.mce-menu-align .mce-caret,.mce-rtl .mce-menu-shortcut {
1100
+ right: auto;
1101
+ left: 0
1102
+ }
1103
+
1104
+ .mce-menu.mce-combobox-menu {
1105
+ border-top: 0;
1106
+ margin-top: 0;
1107
+ max-height: 200px
1108
+ }
1109
+
1110
+ .mce-menu.mce-combobox-menu .mce-menu-item {
1111
+ padding: 4px 6px 4px 4px;
1112
+ font-size: 11px
1113
+ }
1114
+
1115
+ .mce-menu.mce-combobox-menu .mce-menu-item-sep {
1116
+ padding: 0
1117
+ }
1118
+
1119
+ .mce-menu.mce-combobox-menu .mce-text,.mce-menu.mce-combobox-menu .mce-text b {
1120
+ font-size: 11px
1121
+ }
1122
+
1123
+ .mce-menu.mce-combobox-menu .mce-menu-item-link,.mce-menu.mce-combobox-menu .mce-menu-item-link b {
1124
+ font-size: 11px
1125
+ }
1126
+
1127
+ .mce-menu-item {
1128
+ display: block;
1129
+ padding: 6px 4px;
1130
+ clear: both;
1131
+ white-space: nowrap;
1132
+ cursor: pointer;
1133
+ border-left: 4px solid transparent
1134
+ }
1135
+
1136
+ .mce-menu-item:hover,.mce-menu-item:hover *,.mce-menu-item:focus,.mce-menu-item:focus *,.mce-menu-item.mce-active,.mce-menu-item.mce-active *,.mce-menu-item.mce-selected,.mce-menu-item.mce-selected * {
1137
+ color: #ccc;
1138
+ background: #4e4e4e
1139
+ }
1140
+
1141
+ .mce-menu-item.mce-disabled {
1142
+ cursor: default
1143
+ }
1144
+
1145
+ .mce-menu-item.mce-disabled,.mce-menu-item.mce-disabled *,.mce-menu-item.mce-disabled:hover,.mce-menu-item.mce-disabled:hover *,.mce-menu-item.mce-disabled:focus,.mce-menu-item.mce-disabled:focus * {
1146
+ color: #555;
1147
+ background: transparent
1148
+ }
1149
+
1150
+ .mce-menu-item.mce-menu-item-preview.mce-active {
1151
+ border-left: 4px solid #999
1152
+ }
1153
+
1154
+ .mce-menu-item .mce-caret {
1155
+ margin-top: 4px;
1156
+ margin-right: 6px;
1157
+ border-top: 4px solid transparent;
1158
+ border-bottom: 4px solid transparent;
1159
+ border-left: 4px solid #999
1160
+ }
1161
+
1162
+ .mce-rtl .mce-menu-item .mce-caret {
1163
+ margin-left: 6px;
1164
+ margin-right: 0;
1165
+ border-left: 0;
1166
+ border-right: 4px solid #999
1167
+ }
1168
+
1169
+ .mce-menu-item.mce-selected .mce-caret,.mce-menu-item:focus .mce-caret,.mce-menu-item:hover .mce-caret {
1170
+ border-left-color: #ccc
1171
+ }
1172
+
1173
+ .mce-rtl .mce-menu-item.mce-selected .mce-caret,.mce-rtl .mce-menu-item:focus .mce-caret,.mce-rtl .mce-menu-item:hover .mce-caret {
1174
+ border-right-color: #ccc
1175
+ }
1176
+
1177
+ .mce-menu-item .mce-text,.mce-menu-item .mce-text b {
1178
+ line-height: 1;
1179
+ vertical-align: initial
1180
+ }
1181
+
1182
+ .mce-menu-item .mce-menu-shortcut {
1183
+ display: inline-block;
1184
+ padding: 0 10px 0 20px
1185
+ }
1186
+
1187
+ .mce-menu-item .mce-ico {
1188
+ padding-right: 4px
1189
+ }
1190
+
1191
+ .mce-menu-item.mce-active.mce-menu-item-checkbox .mce-ico {
1192
+ visibility: visible
1193
+ }
1194
+
1195
+ .mce-menu-item-link {
1196
+ color: #093;
1197
+ overflow: hidden;
1198
+ text-overflow: ellipsis;
1199
+ white-space: nowrap
1200
+ }
1201
+
1202
+ .mce-menu-item-link b {
1203
+ color: #093
1204
+ }
1205
+
1206
+ .mce-menu-item-ellipsis {
1207
+ display: block;
1208
+ text-overflow: ellipsis;
1209
+ white-space: nowrap;
1210
+ overflow: hidden
1211
+ }
1212
+
1213
+ div.mce-menu .mce-menu-item-sep,.mce-menu-item-sep:hover {
1214
+ border: 0;
1215
+ padding: 0;
1216
+ height: 1px;
1217
+ margin: 9px 1px;
1218
+ overflow: hidden;
1219
+ background: transparent;
1220
+ border-bottom: 1px solid rgba(153,153,153,.1);
1221
+ cursor: default
1222
+ }
1223
+
1224
+ div.mce-menu .mce-menu-item b {
1225
+ font-weight: bold
1226
+ }
1227
+
1228
+ .mce-menu-item-indent-1 {
1229
+ padding-left: 20px
1230
+ }
1231
+
1232
+ .mce-menu-item-indent-2 {
1233
+ padding-left: 35px;
1234
+ padding-left: 35px
1235
+ }
1236
+
1237
+ .mce-menu-item-indent-3 {
1238
+ padding-left: 40px
1239
+ }
1240
+
1241
+ .mce-menu-item-indent-4 {
1242
+ padding-left: 45px
1243
+ }
1244
+
1245
+ .mce-menu-item-indent-5 {
1246
+ padding-left: 50px
1247
+ }
1248
+
1249
+ .mce-menu-item-indent-6 {
1250
+ padding-left: 55px
1251
+ }
1252
+
1253
+ .mce-menu.mce-rtl {
1254
+ direction: rtl
1255
+ }
1256
+
1257
+ .mce-rtl .mce-menu-item {
1258
+ text-align: right;
1259
+ direction: rtl;
1260
+ padding: 6px 12px 6px 15px
1261
+ }
1262
+
1263
+ .mce-rtl .mce-menu-item .mce-ico {
1264
+ padding-right: 0;
1265
+ padding-left: 4px
1266
+ }
1267
+
1268
+ .mce-window-move {
1269
+ cursor: move
1270
+ }
1271
+
1272
+ .mce-window {
1273
+ position: fixed;
1274
+ top: 0;
1275
+ left: 0;
1276
+ background: #292929;
1277
+ opacity: 0;
1278
+ transform: scale(.1);
1279
+ transition: transform 100ms ease-in,opacity 150ms ease-in
1280
+ }
1281
+
1282
+ .mce-window.mce-in {
1283
+ transform: scale(1);
1284
+ opacity: 1
1285
+ }
1286
+
1287
+ .mce-window-head {
1288
+ position: relative;
1289
+ padding: 9px 15px;
1290
+ background: #1d1d1d
1291
+ }
1292
+
1293
+ .mce-window-head .mce-close {
1294
+ position: absolute;
1295
+ right: 0;
1296
+ top: 0;
1297
+ padding: 9px 9px 0 0;
1298
+ background: transparent;
1299
+ text-align: center;
1300
+ cursor: pointer
1301
+ }
1302
+
1303
+ .mce-rtl .mce-window-head .mce-close {
1304
+ position: absolute;
1305
+ right: auto;
1306
+ left: 0
1307
+ }
1308
+
1309
+ .mce-panel .mce-close,.mce-panel .mce-close * {
1310
+ width: auto;
1311
+ height: auto
1312
+ }
1313
+
1314
+ .mce-panel .mce-close:hover,.mce-panel .mce-close:focus,.mce-panel .mce-close:active {
1315
+ background: transparent;
1316
+ -webkit-box-shadow: none!important;
1317
+ -moz-box-shadow: none!important;
1318
+ box-shadow: none!important
1319
+ }
1320
+
1321
+ .mce-panel .mce-close:hover i {
1322
+ color: #c32020
1323
+ }
1324
+
1325
+ .mce-window-head .mce-title {
1326
+ padding-right: 20px;
1327
+ font-size: 110%;
1328
+ font-weight: bold
1329
+ }
1330
+
1331
+ .mce-rtl .mce-window-head .mce-title {
1332
+ direction: rtl;
1333
+ text-align: right;
1334
+ padding-right: 0;
1335
+ padding-left: 20px
1336
+ }
1337
+
1338
+ .mce-window .mce-container-body {
1339
+ display: block
1340
+ }
1341
+
1342
+ .mce-foot {
1343
+ display: block;
1344
+ border-top: 1px solid #3e3e3e
1345
+ }
1346
+
1347
+ .mce-window-head .mce-dragh {
1348
+ position: absolute;
1349
+ top: 0;
1350
+ left: 0;
1351
+ cursor: move;
1352
+ width: 90%;
1353
+ height: 100%
1354
+ }
1355
+
1356
+ .mce-rtl .mce-window-head .mce-dragh {
1357
+ left: auto;
1358
+ right: 0
1359
+ }
1360
+
1361
+ .mce-window iframe {
1362
+ width: 100%;
1363
+ height: 100%
1364
+ }
1365
+
1366
+ .mce-window[aria-label='Help'] .mce-abs-layout-item.mce-last .mce-abs-layout-item.mce-last * {
1367
+ background: transparent!important
1368
+ }
1369
+
1370
+ .mce-colorpicker {
1371
+ position: relative;
1372
+ width: 250px;
1373
+ height: 220px
1374
+ }
1375
+
1376
+ .mce-colorpicker-sv {
1377
+ position: absolute;
1378
+ top: 0;
1379
+ left: 0;
1380
+ width: 90%;
1381
+ height: 100%;
1382
+ cursor: crosshair;
1383
+ overflow: hidden
1384
+ }
1385
+
1386
+ .mce-colorpicker-h-chunk {
1387
+ width: 100%
1388
+ }
1389
+
1390
+ .mce-colorpicker-overlay1,.mce-colorpicker-overlay2 {
1391
+ width: 100%;
1392
+ height: 100%;
1393
+ position: absolute;
1394
+ top: 0;
1395
+ left: 0
1396
+ }
1397
+
1398
+ .mce-colorpicker-overlay1 {
1399
+ background: linear-gradient(to right,#fff,rgba(255,255,255,0))
1400
+ }
1401
+
1402
+ .mce-colorpicker-overlay2 {
1403
+ background: linear-gradient(to bottom,rgba(0,0,0,0),#000)
1404
+ }
1405
+
1406
+ .mce-colorpicker-selector1 {
1407
+ background: none;
1408
+ position: absolute;
1409
+ width: 12px;
1410
+ height: 12px;
1411
+ margin: -8px 0 0 -8px;
1412
+ border: 1px solid black;
1413
+ border-radius: 50%
1414
+ }
1415
+
1416
+ .mce-colorpicker-selector2 {
1417
+ position: absolute;
1418
+ width: 10px;
1419
+ height: 10px;
1420
+ border: 1px solid white;
1421
+ border-radius: 50%
1422
+ }
1423
+
1424
+ .mce-colorpicker-h {
1425
+ position: absolute;
1426
+ top: 0;
1427
+ right: 0;
1428
+ width: 6.5%;
1429
+ height: 100%;
1430
+ cursor: crosshair
1431
+ }
1432
+
1433
+ .mce-colorpicker-h-marker {
1434
+ margin-top: -4px;
1435
+ position: absolute;
1436
+ top: 0;
1437
+ width: 100%;
1438
+ height: 4px;
1439
+ border-top: 1px solid #777;
1440
+ border-bottom: 1px solid #777;
1441
+ background: white;
1442
+ z-index: 100
1443
+ }
1444
+
1445
+ .mce-imagetool.mce-btn .mce-ico {
1446
+ display: block;
1447
+ width: 20px;
1448
+ height: 20px;
1449
+ text-align: center;
1450
+ line-height: 20px;
1451
+ font-size: 20px;
1452
+ padding: 5px
1453
+ }
1454
+
1455
+ .mce-croprect-container {
1456
+ position: absolute;
1457
+ top: 0;
1458
+ left: 0
1459
+ }
1460
+
1461
+ .mce-croprect-handle {
1462
+ position: absolute;
1463
+ top: 0;
1464
+ left: 0;
1465
+ width: 20px;
1466
+ height: 20px;
1467
+ border: 2px solid white
1468
+ }
1469
+
1470
+ .mce-croprect-handle-nw {
1471
+ border-width: 2px 0 0 2px;
1472
+ margin: -2px 0 0 -2px;
1473
+ cursor: nw-resize;
1474
+ top: 100px;
1475
+ left: 100px
1476
+ }
1477
+
1478
+ .mce-croprect-handle-ne {
1479
+ border-width: 2px 2px 0 0;
1480
+ margin: -2px 0 0 -20px;
1481
+ cursor: ne-resize;
1482
+ top: 100px;
1483
+ left: 200px
1484
+ }
1485
+
1486
+ .mce-croprect-handle-sw {
1487
+ border-width: 0 0 2px 2px;
1488
+ margin: -20px 2px 0 -2px;
1489
+ cursor: sw-resize;
1490
+ top: 200px;
1491
+ left: 100px
1492
+ }
1493
+
1494
+ .mce-croprect-handle-se {
1495
+ border-width: 0 2px 2px 0;
1496
+ margin: -20px 0 0 -20px;
1497
+ cursor: se-resize;
1498
+ top: 200px;
1499
+ left: 200px
1500
+ }
1501
+
1502
+ .mce-croprect-handle-move {
1503
+ position: absolute;
1504
+ cursor: move;
1505
+ border: 0
1506
+ }
1507
+
1508
+ .mce-croprect-block {
1509
+ opacity: .5;
1510
+ zoom: 1;
1511
+ position: absolute;
1512
+ background: black
1513
+ }
1514
+
1515
+ .mce-croprect-handle:focus {
1516
+ border-color: #2276d2
1517
+ }
1518
+
1519
+ .mce-croprect-handle-move:focus {
1520
+ outline: 1px solid #2276d2
1521
+ }
1522
+
1523
+ .mce-imagepanel {
1524
+ overflow: auto
1525
+ }
1526
+
1527
+ .mce-imagepanel-bg {
1528
+ position: absolute;
1529
+ background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==)
1530
+ }
1531
+
1532
+ .mce-imagepanel img {
1533
+ position: absolute
1534
+ }
1535
+
1536
+ .mce-dropzone {
1537
+ border: 2px dashed #999;
1538
+ text-align: center
1539
+ }
1540
+
1541
+ .mce-dropzone span {
1542
+ text-transform: uppercase;
1543
+ display: inline-block;
1544
+ vertical-align: middle
1545
+ }
1546
+
1547
+ .mce-dropzone:after {
1548
+ content: '';
1549
+ height: 100%;
1550
+ display: inline-block;
1551
+ vertical-align: middle
1552
+ }
1553
+
1554
+ .mce-dropzone.mce-disabled {
1555
+ opacity: .4;
1556
+ zoom: 1
1557
+ }
1558
+
1559
+ .mce-dropzone.mce-disabled.mce-dragenter {
1560
+ cursor: not-allowed
1561
+ }
1562
+
1563
+ .mce-browsebutton {
1564
+ position: relative;
1565
+ overflow: hidden
1566
+ }
1567
+
1568
+ .mce-browsebutton button {
1569
+ position: relative;
1570
+ z-index: 1
1571
+ }
1572
+
1573
+ .mce-browsebutton input {
1574
+ opacity: 0;
1575
+ zoom: 1;
1576
+ position: absolute;
1577
+ top: 0;
1578
+ left: 0;
1579
+ width: 100%;
1580
+ height: 100%;
1581
+ z-index: 0
1582
+ }
1583
+
1584
+ .mce-checkbox {
1585
+ cursor: pointer
1586
+ }
1587
+
1588
+ i.mce-i-checkbox {
1589
+ margin: 0 3px 0 0;
1590
+ background-color: #3e3e3e;
1591
+ text-indent: -10em;
1592
+ overflow: hidden
1593
+ }
1594
+
1595
+ .mce-checked i.mce-i-checkbox {
1596
+ color: #999;
1597
+ font-size: 16px;
1598
+ line-height: 16px;
1599
+ text-indent: 0;
1600
+ overflow: visible
1601
+ }
1602
+
1603
+ i.mce-i-checkbox:before {
1604
+ position: relative;
1605
+ top: -3px;
1606
+ left: -1px;
1607
+ font-size: 140%
1608
+ }
1609
+
1610
+ .mce-checkbox:focus i.mce-i-checkbox,.mce-checkbox.mce-focus i.mce-i-checkbox {
1611
+ background-color: #4e4e4e
1612
+ }
1613
+
1614
+ .mce-checkbox.mce-disabled .mce-label,.mce-checkbox.mce-disabled i.mce-i-checkbox {
1615
+ cursor: not-allowed!important;
1616
+ color: #888;
1617
+ opacity: .4
1618
+ }
1619
+
1620
+ .mce-checkbox.mce-disabled i.mce-i-checkbox {
1621
+ -webkit-box-shadow: inset 1px 2px 3px rgba(0,0,0,.1)!important;
1622
+ -moz-box-shadow: inset 1px 2px 3px rgba(0,0,0,.1)!important;
1623
+ box-shadow: inset 1px 2px 3px rgba(0,0,0,.1)!important
1624
+ }
1625
+
1626
+ .mce-checkbox .mce-label {
1627
+ vertical-align: middle
1628
+ }
1629
+
1630
+ .mce-rtl .mce-checkbox {
1631
+ direction: rtl;
1632
+ text-align: right
1633
+ }
1634
+
1635
+ .mce-rtl i.mce-i-checkbox {
1636
+ margin: 0 0 0 3px
1637
+ }
1638
+
1639
+ .mce-slider {
1640
+ display: block;
1641
+ position: relative;
1642
+ width: 100px;
1643
+ height: 10px;
1644
+ background: #3e3e3e
1645
+ }
1646
+
1647
+ .mce-slider.mce-vertical {
1648
+ width: 10px;
1649
+ height: 100px
1650
+ }
1651
+
1652
+ .mce-slider-handle {
1653
+ display: block;
1654
+ position: absolute;
1655
+ top: -2px;
1656
+ left: 0;
1657
+ width: 13px;
1658
+ height: 13px;
1659
+ background: #4e4e4e;
1660
+ border: 2px solid #4e4e4e
1661
+ }
1662
+
1663
+ #mce-modal-block {
1664
+ position: fixed;
1665
+ left: 0;
1666
+ top: 0;
1667
+ right: 0;
1668
+ bottom: 0;
1669
+ padding-top: 55px;
1670
+ background: #1d1d1d;
1671
+ opacity: 0
1672
+ }
1673
+
1674
+ #mce-modal-block.mce-in {
1675
+ opacity: .9
1676
+ }
1677
+
1678
+ .mce-progress {
1679
+ display: inline-block;
1680
+ position: relative;
1681
+ height: 20px
1682
+ }
1683
+
1684
+ .mce-progress .mce-bar-container {
1685
+ display: inline-block;
1686
+ width: 100px;
1687
+ height: 100%;
1688
+ margin-top: 3px;
1689
+ margin-right: 8px;
1690
+ overflow: hidden
1691
+ }
1692
+
1693
+ .mce-progress .mce-text {
1694
+ display: inline-block;
1695
+ margin-top: auto;
1696
+ margin-bottom: auto;
1697
+ font-size: 14px;
1698
+ width: 40px;
1699
+ color: #595959
1700
+ }
1701
+
1702
+ .mce-bar {
1703
+ display: block;
1704
+ width: 0;
1705
+ height: 100%;
1706
+ background-color: #dfdfdf;
1707
+ -webkit-transition: width .2s ease;
1708
+ transition: width .2s ease
1709
+ }
1710
+
1711
+ .mce-notification {
1712
+ position: absolute;
1713
+ background: rgba(255,255,255,.5);
1714
+ padding: 5px;
1715
+ margin-top: 5px;
1716
+ box-sizing: border-box;
1717
+ opacity: 0;
1718
+ transition: transform 100ms ease-in,opacity 150ms ease-in
1719
+ }
1720
+
1721
+ .mce-notification.mce-in {
1722
+ opacity: 1
1723
+ }
1724
+
1725
+ .mce-notification-success {
1726
+ background-color: #dff0d8
1727
+ }
1728
+
1729
+ .mce-notification-info {
1730
+ background-color: #d9edf7
1731
+ }
1732
+
1733
+ .mce-notification-warning {
1734
+ background-color: #fcf8e3
1735
+ }
1736
+
1737
+ .mce-notification-error {
1738
+ background-color: #f2dede
1739
+ }
1740
+
1741
+ .mce-notification.mce-has-close {
1742
+ padding-right: 15px
1743
+ }
1744
+
1745
+ .mce-notification .mce-ico {
1746
+ margin-top: 5px
1747
+ }
1748
+
1749
+ .mce-notification-inner {
1750
+ display: inline-block;
1751
+ margin: 5px 8px 4px;
1752
+ color: #31708f;
1753
+ font-size: 14px;
1754
+ text-align: center;
1755
+ white-space: normal;
1756
+ word-wrap: break-word;
1757
+ word-break: break-all;
1758
+ word-break: break-word;
1759
+ -moz-hyphens: auto;
1760
+ -webkit-hyphens: auto;
1761
+ hyphens: auto
1762
+ }
1763
+
1764
+ .mce-notification-inner a {
1765
+ text-decoration: underline;
1766
+ cursor: pointer
1767
+ }
1768
+
1769
+ .mce-notification .mce-progress {
1770
+ margin-right: 8px
1771
+ }
1772
+
1773
+ .mce-notification .mce-progress .mce-text {
1774
+ margin-top: 5px
1775
+ }
1776
+
1777
+ .mce-notification *,.mce-notification .mce-progress .mce-text {
1778
+ color: #595959
1779
+ }
1780
+
1781
+ .mce-notification .mce-progress .mce-bar-container {
1782
+ background: #ddd
1783
+ }
1784
+
1785
+ .mce-notification .mce-progress .mce-bar-container .mce-bar {
1786
+ background-color: #595959
1787
+ }
1788
+
1789
+ .mce-notification-success *,.mce-notification-success .mce-progress .mce-text {
1790
+ color: #3c763d
1791
+ }
1792
+
1793
+ .mce-notification-success .mce-progress .mce-bar-container {
1794
+ background: #98d899
1795
+ }
1796
+
1797
+ .mce-notification-success .mce-progress .mce-bar-container .mce-bar {
1798
+ background-color: #3c763d
1799
+ }
1800
+
1801
+ .mce-notification-info *,.mce-notification-info .mce-progress .mce-text {
1802
+ color: #31708f
1803
+ }
1804
+
1805
+ .mce-notification-info .mce-progress .mce-bar-container {
1806
+ background: #81bdda
1807
+ }
1808
+
1809
+ .mce-notification-info .mce-progress .mce-bar-container .mce-bar {
1810
+ background-color: #31708f
1811
+ }
1812
+
1813
+ .mce-notification-warning *,.mce-notification-warning .mce-progress .mce-text {
1814
+ color: #8a6d3b
1815
+ }
1816
+
1817
+ .mce-notification-warning .mce-progress .mce-bar-container {
1818
+ background: #e0ccaa
1819
+ }
1820
+
1821
+ .mce-notification-warning .mce-progress .mce-bar-container .mce-bar {
1822
+ background-color: #8a6d3b
1823
+ }
1824
+
1825
+ .mce-notification-error *,.mce-notification-error .mce-progress .mce-text {
1826
+ color: #a94442
1827
+ }
1828
+
1829
+ .mce-notification-error .mce-progress .mce-bar-container {
1830
+ background: #dcb2b2
1831
+ }
1832
+
1833
+ .mce-notification-error .mce-progress .mce-bar-container .mce-bar {
1834
+ background-color: #a94442
1835
+ }
1836
+
1837
+ .mce-notification .mce-close {
1838
+ position: absolute;
1839
+ top: 7px;
1840
+ right: 8px;
1841
+ padding: 0;
1842
+ background: transparent;
1843
+ line-height: 20px;
1844
+ font-size: 20px;
1845
+ font-weight: bold
1846
+ }
1847
+
1848
+ @font-face {
1849
+ font-family:'tinymce';src:url(../img/tinymce.woff2) format("woff2"),url(../img/tinymce.woff) format("woff"),url(../img/tinymce.svg) format("svg"),url(../img/tinymce.ttf) format("truetype"),url(../img/tinymce.eot) format("embedded-opentype");font-weight:normal;font-style:normal
1850
+ }
1851
+
1852
+ @font-face {
1853
+ font-family:'tinymce-small';src:url(../img/tinymce-small.woff2) format("woff2"),url(../img/tinymce-small.woff) format("woff"),url(../img/tinymce-small.svg) format("svg"),url(../img/tinymce-small.ttf) format("truetype"),url(../img/tinymce-small.eot) format("embedded-opentype");font-weight:normal;font-style:normal
1854
+ }
1855
+
1856
+ .mce-ico {
1857
+ font-family: 'tinymce',Arial;
1858
+ font-style: normal;
1859
+ font-weight: normal;
1860
+ font-variant: normal;
1861
+ font-size: 16px;
1862
+ line-height: 16px;
1863
+ speak: none;
1864
+ vertical-align: text-top;
1865
+ -webkit-font-smoothing: antialiased;
1866
+ -moz-osx-font-smoothing: grayscale;
1867
+ display: inline-block;
1868
+ background: transparent center center;
1869
+ background-size: cover;
1870
+ width: 16px;
1871
+ height: 16px
1872
+ }
1873
+
1874
+ .mce-btn-small .mce-ico {
1875
+ font-family: 'tinymce-small',Arial
1876
+ }
1877
+
1878
+ .mce-i-save:before {
1879
+ content: '\e000'
1880
+ }
1881
+
1882
+ .mce-i-newdocument:before {
1883
+ content: '\e001'
1884
+ }
1885
+
1886
+ .mce-i-fullpage:before {
1887
+ content: '\e002'
1888
+ }
1889
+
1890
+ .mce-i-alignleft:before {
1891
+ content: '\e003'
1892
+ }
1893
+
1894
+ .mce-i-aligncenter:before {
1895
+ content: '\e004'
1896
+ }
1897
+
1898
+ .mce-i-alignright:before {
1899
+ content: '\e005'
1900
+ }
1901
+
1902
+ .mce-i-alignjustify:before {
1903
+ content: '\e006'
1904
+ }
1905
+
1906
+ .mce-i-alignnone:before {
1907
+ content: '\e003'
1908
+ }
1909
+
1910
+ .mce-i-cut:before {
1911
+ content: '\e007'
1912
+ }
1913
+
1914
+ .mce-i-paste:before {
1915
+ content: '\e008'
1916
+ }
1917
+
1918
+ .mce-i-searchreplace:before {
1919
+ content: '\e009'
1920
+ }
1921
+
1922
+ .mce-i-bullist:before {
1923
+ content: '\e00a'
1924
+ }
1925
+
1926
+ .mce-i-numlist:before {
1927
+ content: '\e00b'
1928
+ }
1929
+
1930
+ .mce-i-indent:before {
1931
+ content: '\e00c'
1932
+ }
1933
+
1934
+ .mce-i-outdent:before {
1935
+ content: '\e00d'
1936
+ }
1937
+
1938
+ .mce-i-blockquote:before {
1939
+ content: '\e00e'
1940
+ }
1941
+
1942
+ .mce-i-undo:before {
1943
+ content: '\e00f'
1944
+ }
1945
+
1946
+ .mce-i-redo:before {
1947
+ content: '\e010'
1948
+ }
1949
+
1950
+ .mce-i-link:before {
1951
+ content: '\e011'
1952
+ }
1953
+
1954
+ .mce-i-unlink:before {
1955
+ content: '\e012'
1956
+ }
1957
+
1958
+ .mce-i-anchor:before {
1959
+ content: '\e013'
1960
+ }
1961
+
1962
+ .mce-i-image:before {
1963
+ content: '\e014'
1964
+ }
1965
+
1966
+ .mce-i-media:before {
1967
+ content: '\e015'
1968
+ }
1969
+
1970
+ .mce-i-help:before {
1971
+ content: '\e016'
1972
+ }
1973
+
1974
+ .mce-i-code:before {
1975
+ content: '\e017'
1976
+ }
1977
+
1978
+ .mce-i-insertdatetime:before {
1979
+ content: '\e018'
1980
+ }
1981
+
1982
+ .mce-i-preview:before {
1983
+ content: '\e019'
1984
+ }
1985
+
1986
+ .mce-i-forecolor:before {
1987
+ content: '\e01a'
1988
+ }
1989
+
1990
+ .mce-i-backcolor:before {
1991
+ content: '\e01a'
1992
+ }
1993
+
1994
+ .mce-i-table:before {
1995
+ content: '\e01b'
1996
+ }
1997
+
1998
+ .mce-i-hr:before {
1999
+ content: '\e01c'
2000
+ }
2001
+
2002
+ .mce-i-removeformat:before {
2003
+ content: '\e01d'
2004
+ }
2005
+
2006
+ .mce-i-subscript:before {
2007
+ content: '\e01e'
2008
+ }
2009
+
2010
+ .mce-i-superscript:before {
2011
+ content: '\e01f'
2012
+ }
2013
+
2014
+ .mce-i-charmap:before {
2015
+ content: '\e020'
2016
+ }
2017
+
2018
+ .mce-i-emoticons:before {
2019
+ content: '\e021'
2020
+ }
2021
+
2022
+ .mce-i-print:before {
2023
+ content: '\e022'
2024
+ }
2025
+
2026
+ .mce-i-fullscreen:before {
2027
+ content: '\e023'
2028
+ }
2029
+
2030
+ .mce-i-spellchecker:before {
2031
+ content: '\e024'
2032
+ }
2033
+
2034
+ .mce-i-nonbreaking:before {
2035
+ content: '\e025'
2036
+ }
2037
+
2038
+ .mce-i-template:before {
2039
+ content: '\e026'
2040
+ }
2041
+
2042
+ .mce-i-pagebreak:before {
2043
+ content: '\e027'
2044
+ }
2045
+
2046
+ .mce-i-restoredraft:before {
2047
+ content: '\e028'
2048
+ }
2049
+
2050
+ .mce-i-bold:before {
2051
+ content: '\e02a'
2052
+ }
2053
+
2054
+ .mce-i-italic:before {
2055
+ content: '\e02b'
2056
+ }
2057
+
2058
+ .mce-i-underline:before {
2059
+ content: '\e02c'
2060
+ }
2061
+
2062
+ .mce-i-strikethrough:before {
2063
+ content: '\e02d'
2064
+ }
2065
+
2066
+ .mce-i-visualchars:before {
2067
+ content: '\e02e'
2068
+ }
2069
+
2070
+ .mce-i-visualblocks:before {
2071
+ content: '\e02e'
2072
+ }
2073
+
2074
+ .mce-i-ltr:before {
2075
+ content: '\e02f'
2076
+ }
2077
+
2078
+ .mce-i-rtl:before {
2079
+ content: '\e030'
2080
+ }
2081
+
2082
+ .mce-i-copy:before {
2083
+ content: '\e031'
2084
+ }
2085
+
2086
+ .mce-i-resize:before {
2087
+ content: '\e032'
2088
+ }
2089
+
2090
+ .mce-i-browse:before {
2091
+ content: '\e034'
2092
+ }
2093
+
2094
+ .mce-i-pastetext:before {
2095
+ content: '\e035'
2096
+ }
2097
+
2098
+ .mce-i-rotateleft:before {
2099
+ content: '\eaa8'
2100
+ }
2101
+
2102
+ .mce-i-rotateright:before {
2103
+ content: '\eaa9'
2104
+ }
2105
+
2106
+ .mce-i-crop:before {
2107
+ content: '\ee78'
2108
+ }
2109
+
2110
+ .mce-i-editimage:before {
2111
+ content: '\e915'
2112
+ }
2113
+
2114
+ .mce-i-options:before {
2115
+ content: '\ec6a'
2116
+ }
2117
+
2118
+ .mce-i-flipv:before {
2119
+ content: '\eaaa'
2120
+ }
2121
+
2122
+ .mce-i-fliph:before {
2123
+ content: '\eaac'
2124
+ }
2125
+
2126
+ .mce-i-zoomin:before {
2127
+ content: '\eb35'
2128
+ }
2129
+
2130
+ .mce-i-zoomout:before {
2131
+ content: '\eb36'
2132
+ }
2133
+
2134
+ .mce-i-sun:before {
2135
+ content: '\eccc'
2136
+ }
2137
+
2138
+ .mce-i-moon:before {
2139
+ content: '\eccd'
2140
+ }
2141
+
2142
+ .mce-i-arrowleft:before {
2143
+ content: '\edc0'
2144
+ }
2145
+
2146
+ .mce-i-arrowright:before {
2147
+ content: '\e93c'
2148
+ }
2149
+
2150
+ .mce-i-drop:before {
2151
+ content: '\e935'
2152
+ }
2153
+
2154
+ .mce-i-contrast:before {
2155
+ content: '\ecd4'
2156
+ }
2157
+
2158
+ .mce-i-sharpen:before {
2159
+ content: '\eba7'
2160
+ }
2161
+
2162
+ .mce-i-resize2:before {
2163
+ content: '\edf9'
2164
+ }
2165
+
2166
+ .mce-i-orientation:before {
2167
+ content: '\e601'
2168
+ }
2169
+
2170
+ .mce-i-invert:before {
2171
+ content: '\e602'
2172
+ }
2173
+
2174
+ .mce-i-gamma:before {
2175
+ content: '\e600'
2176
+ }
2177
+
2178
+ .mce-i-remove:before {
2179
+ content: '\ed6a';
2180
+ font-size: 90%
2181
+ }
2182
+
2183
+ .mce-i-tablerowprops:before {
2184
+ content: '\e604'
2185
+ }
2186
+
2187
+ .mce-i-tablecellprops:before {
2188
+ content: '\e605'
2189
+ }
2190
+
2191
+ .mce-i-table2:before {
2192
+ content: '\e606'
2193
+ }
2194
+
2195
+ .mce-i-tablemergecells:before {
2196
+ content: '\e607'
2197
+ }
2198
+
2199
+ .mce-i-tableinsertcolbefore:before {
2200
+ content: '\e608'
2201
+ }
2202
+
2203
+ .mce-i-tableinsertcolafter:before {
2204
+ content: '\e609'
2205
+ }
2206
+
2207
+ .mce-i-tableinsertrowbefore:before {
2208
+ content: '\e60a'
2209
+ }
2210
+
2211
+ .mce-i-tableinsertrowafter:before {
2212
+ content: '\e60b'
2213
+ }
2214
+
2215
+ .mce-i-tablesplitcells:before {
2216
+ content: '\e60d'
2217
+ }
2218
+
2219
+ .mce-i-tabledelete:before {
2220
+ content: '\e60e'
2221
+ }
2222
+
2223
+ .mce-i-tableleftheader:before {
2224
+ content: '\e62a'
2225
+ }
2226
+
2227
+ .mce-i-tabletopheader:before {
2228
+ content: '\e62b'
2229
+ }
2230
+
2231
+ .mce-i-tabledeleterow:before {
2232
+ content: '\e800'
2233
+ }
2234
+
2235
+ .mce-i-tabledeletecol:before {
2236
+ content: '\e801'
2237
+ }
2238
+
2239
+ .mce-i-codesample:before {
2240
+ content: '\e603'
2241
+ }
2242
+
2243
+ .mce-i-fill:before {
2244
+ content: '\e902'
2245
+ }
2246
+
2247
+ .mce-i-borderwidth:before {
2248
+ content: '\e903'
2249
+ }
2250
+
2251
+ .mce-i-line:before {
2252
+ content: '\e904'
2253
+ }
2254
+
2255
+ .mce-i-count:before {
2256
+ content: '\e905'
2257
+ }
2258
+
2259
+ .mce-i-translate:before {
2260
+ content: '\e907'
2261
+ }
2262
+
2263
+ .mce-i-drag:before {
2264
+ content: '\e908'
2265
+ }
2266
+
2267
+ .mce-i-home:before {
2268
+ content: '\e90b'
2269
+ }
2270
+
2271
+ .mce-i-upload:before {
2272
+ content: '\e914'
2273
+ }
2274
+
2275
+ .mce-i-bubble:before {
2276
+ content: '\e91c'
2277
+ }
2278
+
2279
+ .mce-i-user:before {
2280
+ content: '\e91d'
2281
+ }
2282
+
2283
+ .mce-i-lock:before {
2284
+ content: '\e926'
2285
+ }
2286
+
2287
+ .mce-i-unlock:before {
2288
+ content: '\e927'
2289
+ }
2290
+
2291
+ .mce-i-settings:before {
2292
+ content: '\e928'
2293
+ }
2294
+
2295
+ .mce-i-remove2:before {
2296
+ content: '\e92a'
2297
+ }
2298
+
2299
+ .mce-i-menu:before {
2300
+ content: '\e92d'
2301
+ }
2302
+
2303
+ .mce-i-warning:before {
2304
+ content: '\e930'
2305
+ }
2306
+
2307
+ .mce-i-question:before {
2308
+ content: '\e016'
2309
+ }
2310
+
2311
+ .mce-i-pluscircle:before {
2312
+ content: '\e932'
2313
+ }
2314
+
2315
+ .mce-i-info:before {
2316
+ content: '\e933'
2317
+ }
2318
+
2319
+ .mce-i-notice:before {
2320
+ content: '\e934'
2321
+ }
2322
+
2323
+ .mce-i-arrowup:before {
2324
+ content: '\e93b'
2325
+ }
2326
+
2327
+ .mce-i-arrowdown:before {
2328
+ content: '\e93d'
2329
+ }
2330
+
2331
+ .mce-i-arrowup2:before {
2332
+ content: '\e93f'
2333
+ }
2334
+
2335
+ .mce-i-arrowdown2:before {
2336
+ content: '\e940'
2337
+ }
2338
+
2339
+ .mce-i-menu2:before {
2340
+ content: '\e941'
2341
+ }
2342
+
2343
+ .mce-i-newtab:before {
2344
+ content: '\e961'
2345
+ }
2346
+
2347
+ .mce-i-a11y:before {
2348
+ content: '\e900'
2349
+ }
2350
+
2351
+ .mce-i-plus:before {
2352
+ content: '\e93a'
2353
+ }
2354
+
2355
+ .mce-i-insert:before {
2356
+ content: '\e93a'
2357
+ }
2358
+
2359
+ .mce-i-minus:before {
2360
+ content: '\e939'
2361
+ }
2362
+
2363
+ .mce-i-books:before {
2364
+ content: '\e911'
2365
+ }
2366
+
2367
+ .mce-i-reload:before {
2368
+ content: '\e906'
2369
+ }
2370
+
2371
+ .mce-i-toc:before {
2372
+ content: '\e901'
2373
+ }
2374
+
2375
+ .mce-i-checkmark:before {
2376
+ content: '\e033'
2377
+ }
2378
+
2379
+ .mce-i-format-painter:before {
2380
+ content: '\e909'
2381
+ }
2382
+
2383
+ .mce-i-checkbox:before,.mce-i-selected:before {
2384
+ content: '\e033'
2385
+ }
2386
+
2387
+ .mce-i-insert {
2388
+ font-size: 14px
2389
+ }
2390
+
2391
+ .mce-i-selected {
2392
+ visibility: hidden
2393
+ }
2394
+
2395
+ i.mce-i-backcolor {
2396
+ background: #333!important
2397
+ }
2398
+
2399
+ .mce-rtl .mce-filepicker input {
2400
+ direction: ltr
2401
+ }
2402
+
2403
+ .mce-tooltip-inner,.mce-floatpanel,.mce-window {
2404
+ -webkit-box-shadow: 0 -2px 20px 2px rgba(0,0,0,.2),0 6px 26px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.4)!important;
2405
+ -moz-box-shadow: 0 -2px 20px 2px rgba(0,0,0,.2),0 6px 26px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.4)!important;
2406
+ box-shadow: 0 -2px 20px 2px rgba(0,0,0,.2),0 6px 26px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.4)!important
2407
+ }
2408
+
2409
+ .word-wrap {
2410
+ word-wrap: break-word;
2411
+ word-break: break-all;
2412
+ word-break: break-word;
2413
+ -moz-hyphens: auto;
2414
+ -webkit-hyphens: auto;
2415
+ hyphens: auto
2416
+ }
2417
+
2418
+ .mce-fade {
2419
+ opacity: 0;
2420
+ -webkit-transition: opacity .15s linear;
2421
+ transition: opacity .15s linear
2422
+ }
2423
+
2424
+ .mce-fade.mce-in {
2425
+ opacity: 1
2426
+ }
2427
+
2428
+ .mce-wordcount {
2429
+ font-size: inherit;
2430
+ text-transform: uppercase;
2431
+ padding: 8px 0
2432
+ }
2433
+
2434
+ .mce-text-center {
2435
+ text-align: center
2436
+ }
2437
+
2438
+ div.mce-tinymce-inline {
2439
+ width: 100%
2440
+ }
2441
+
2442
+ .mce-colorbtn-trans div {
2443
+ vertical-align: middle;
2444
+ font-size: 26px;
2445
+ line-height: 12px;
2446
+ text-align: center
2447
+ }
2448
+
2449
+ .mce-monospace {
2450
+ font-family: 'Courier New',Courier,monospace
2451
+ }
2452
+
2453
+ .mce-rtl .mce-wordcount {
2454
+ left: 0;
2455
+ right: auto
2456
+ }
2457
+
2458
+ .mce-edit-aria-container > .mce-container-body {
2459
+ display: flex
2460
+ }
2461
+
2462
+ .mce-edit-aria-container > .mce-container-body .mce-edit-area {
2463
+ flex: 1
2464
+ }
2465
+
2466
+ .mce-autoscroll {
2467
+ overflow: hidden
2468
+ }
2469
+
2470
+ .mce-scrollbar {
2471
+ position: absolute;
2472
+ width: 7px;
2473
+ height: 100%;
2474
+ top: 2px;
2475
+ right: 2px;
2476
+ opacity: .4;
2477
+ zoom: 1
2478
+ }
2479
+
2480
+ .mce-scrollbar-h {
2481
+ top: auto;
2482
+ right: auto;
2483
+ left: 2px;
2484
+ bottom: 2px;
2485
+ width: 100%;
2486
+ height: 7px
2487
+ }
2488
+
2489
+ .mce-scrollbar-thumb {
2490
+ position: absolute;
2491
+ background-color: #000;
2492
+ border: 1px solid #888;
2493
+ border-color: rgba(85,85,85,0.6);
2494
+ width: 5px;
2495
+ height: 100%
2496
+ }
2497
+
2498
+ .mce-scrollbar-h .mce-scrollbar-thumb {
2499
+ width: 100%;
2500
+ height: 5px
2501
+ }
2502
+
2503
+ .mce-scrollbar:hover,.mce-scrollbar.mce-active {
2504
+ background-color: #AAA;
2505
+ opacity: .6;
2506
+ zoom: 1
2507
+ }
2508
+
2509
+ .mce-scroll {
2510
+ position: relative
2511
+ }
2512
+
2513
+ .mce-abs-layout {
2514
+ position: relative
2515
+ }
2516
+
2517
+ html .mce-abs-layout-item,.mce-abs-end {
2518
+ position: absolute
2519
+ }
2520
+
2521
+ .mce-abs-end {
2522
+ width: 1px;
2523
+ height: 1px
2524
+ }
2525
+
2526
+ .mce-container-body.mce-abs-layout {
2527
+ overflow: hidden
2528
+ }
2529
+
2530
+ .mce-combobox {
2531
+ position: relative;
2532
+ display: inline-block
2533
+ }
2534
+
2535
+ .mce-combobox.mce-disabled input {
2536
+ color: #bdbdbd
2537
+ }
2538
+
2539
+ .mce-combobox button {
2540
+ padding-right: 8px;
2541
+ padding-left: 8px
2542
+ }
2543
+
2544
+ .mce-combobox.mce-disabled .mce-btn button {
2545
+ cursor: default;
2546
+ -webkit-box-shadow: none!important;
2547
+ -moz-box-shadow: none!important;
2548
+ box-shadow: none!important;
2549
+ opacity: .4;
2550
+ zoom: 1
2551
+ }
2552
+
2553
+ .mce-combobox .mce-status {
2554
+ position: absolute;
2555
+ right: 2px;
2556
+ top: 50%;
2557
+ line-height: 16px;
2558
+ margin-top: -8px;
2559
+ font-size: 12px;
2560
+ width: 15px;
2561
+ height: 15px;
2562
+ text-align: center;
2563
+ cursor: pointer
2564
+ }
2565
+
2566
+ .mce-combobox.mce-has-status input {
2567
+ padding-right: 20px
2568
+ }
2569
+
2570
+ .mce-combobox.mce-has-open .mce-status {
2571
+ right: 37px
2572
+ }
2573
+
2574
+ .mce-combobox .mce-status.mce-i-warning {
2575
+ color: #c09853
2576
+ }
2577
+
2578
+ .mce-combobox .mce-status.mce-i-checkmark {
2579
+ color: #468847
2580
+ }
2581
+
2582
+ .mce-colorbox i {
2583
+ border: 1px solid #c5c5c5;
2584
+ width: 14px;
2585
+ height: 14px
2586
+ }
2587
+
2588
+ .mce-fieldset {
2589
+ border: 0 solid #9E9E9E
2590
+ }
2591
+
2592
+ .mce-fieldset > .mce-container-body {
2593
+ margin-top: -15px
2594
+ }
2595
+
2596
+ .mce-fieldset-title {
2597
+ margin-left: 5px;
2598
+ padding: 0 5px
2599
+ }
2600
+
2601
+ .mce-fit-layout {
2602
+ display: inline-block
2603
+ }
2604
+
2605
+ .mce-fit-layout-item {
2606
+ position: absolute
2607
+ }
2608
+
2609
+ .mce-flow-layout-item {
2610
+ display: inline-block;
2611
+ margin: 2px 0 2px 2px
2612
+ }
2613
+
2614
+ .mce-flow-layout-item.mce-last {
2615
+ margin-right: 2px
2616
+ }
2617
+
2618
+ .mce-flow-layout {
2619
+ white-space: normal
2620
+ }
2621
+
2622
+ .mce-tinymce-inline .mce-flow-layout {
2623
+ white-space: nowrap
2624
+ }
2625
+
2626
+ .mce-rtl .mce-flow-layout {
2627
+ text-align: right;
2628
+ direction: rtl
2629
+ }
2630
+
2631
+ .mce-rtl .mce-flow-layout-item {
2632
+ margin: 2px 2px 2px 0
2633
+ }
2634
+
2635
+ .mce-rtl .mce-flow-layout-item.mce-last {
2636
+ margin-left: 2px
2637
+ }
2638
+
2639
+ .mce-iframe {
2640
+ border: 0 solid #c5c5c5;
2641
+ width: 100%;
2642
+ height: 100%
2643
+ }
2644
+
2645
+ .mce-infobox {
2646
+ display: inline-block;
2647
+ text-shadow: 0 1px 1px rgba(255,255,255,0.75)!important;
2648
+ overflow: hidden;
2649
+ border: 1px solid red
2650
+ }
2651
+
2652
+ .mce-infobox div {
2653
+ display: block;
2654
+ margin: 5px
2655
+ }
2656
+
2657
+ .mce-infobox div button {
2658
+ position: absolute;
2659
+ top: 50%;
2660
+ right: 4px;
2661
+ cursor: pointer;
2662
+ margin-top: -8px;
2663
+ display: none
2664
+ }
2665
+
2666
+ .mce-infobox div button:focus {
2667
+ outline: 2px solid #e2e4e7
2668
+ }
2669
+
2670
+ .mce-infobox.mce-has-help div {
2671
+ margin-right: 25px
2672
+ }
2673
+
2674
+ .mce-infobox.mce-has-help button {
2675
+ display: block
2676
+ }
2677
+
2678
+ .mce-infobox.mce-success {
2679
+ background: #dff0d8;
2680
+ border-color: #d6e9c6
2681
+ }
2682
+
2683
+ .mce-infobox.mce-success div {
2684
+ color: #3c763d
2685
+ }
2686
+
2687
+ .mce-infobox.mce-warning {
2688
+ background: #fcf8e3;
2689
+ border-color: #faebcc
2690
+ }
2691
+
2692
+ .mce-infobox.mce-warning div {
2693
+ color: #8a6d3b
2694
+ }
2695
+
2696
+ .mce-infobox.mce-error {
2697
+ background: #f2dede;
2698
+ border-color: #ebccd1
2699
+ }
2700
+
2701
+ .mce-infobox.mce-error div {
2702
+ color: #a94442
2703
+ }
2704
+
2705
+ .mce-rtl .mce-infobox div {
2706
+ text-align: right;
2707
+ direction: rtl
2708
+ }
2709
+
2710
+ .mce-label {
2711
+ display: inline-block;
2712
+ overflow: hidden
2713
+ }
2714
+
2715
+ .mce-label.mce-autoscroll {
2716
+ overflow: auto
2717
+ }
2718
+
2719
+ .mce-label.mce-disabled {
2720
+ color: #aaa
2721
+ }
2722
+
2723
+ .mce-label.mce-multiline {
2724
+ white-space: pre-wrap
2725
+ }
2726
+
2727
+ .mce-label.mce-success {
2728
+ color: #468847
2729
+ }
2730
+
2731
+ .mce-label.mce-warning {
2732
+ color: #c09853
2733
+ }
2734
+
2735
+ .mce-label.mce-error {
2736
+ color: #b94a48
2737
+ }
2738
+
2739
+ .mce-rtl .mce-label {
2740
+ text-align: right;
2741
+ direction: rtl
2742
+ }
2743
+
2744
+ .mce-throbber {
2745
+ position: absolute;
2746
+ top: 0;
2747
+ left: 0;
2748
+ width: 100%;
2749
+ height: 100%;
2750
+ opacity: .6;
2751
+ zoom: 1;
2752
+ background: #fff url(../img/loader.gif) no-repeat center center
2753
+ }
2754
+
2755
+ .mce-throbber-inline {
2756
+ position: static;
2757
+ height: 50px
2758
+ }
2759
+
2760
+ .mce-menu .mce-throbber-inline {
2761
+ height: 25px;
2762
+ background-size: contain
2763
+ }
2764
+
2765
+ .mce-container-body .mce-resizehandle {
2766
+ position: absolute;
2767
+ right: 0;
2768
+ bottom: 0;
2769
+ width: 16px;
2770
+ height: 16px;
2771
+ visibility: visible;
2772
+ cursor: s-resize;
2773
+ margin: 0
2774
+ }
2775
+
2776
+ .mce-container-body .mce-resizehandle-both {
2777
+ cursor: se-resize
2778
+ }
2779
+
2780
+ i.mce-i-resize {
2781
+ color: #595959
2782
+ }
2783
+
2784
+ .mce-selectbox {
2785
+ background: #fff;
2786
+ border: 1px solid #c5c5c5
2787
+ }
2788
+
2789
+ .mce-spacer {
2790
+ visibility: hidden
2791
+ }
2792
+
2793
+ .mce-stack-layout-item {
2794
+ display: block
2795
+ }
2796
+
2797
+ .mce-textbox {
2798
+ display: inline-block;
2799
+ height: 28px;
2800
+ resize: none;
2801
+ padding: 0 4px;
2802
+ white-space: pre-wrap
2803
+ }
2804
+
2805
+ .mce-placeholder .mce-textbox {
2806
+ color: #aaa
2807
+ }
2808
+
2809
+ .mce-textbox.mce-multiline {
2810
+ padding: 4px;
2811
+ height: auto
2812
+ }
2813
+
2814
+ .mce-textbox.mce-disabled {
2815
+ color: #bdbdbd
2816
+ }
2817
+
2818
+ .mce-rtl .mce-textbox {
2819
+ text-align: right;
2820
+ direction: rtl
2821
+ }