varnita 0.0.1

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 (139) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +22 -0
  3. data/README.md +123 -0
  4. data/Rakefile +6 -0
  5. data/app/assets/javascripts/froala_editor.min.js +7 -0
  6. data/app/assets/javascripts/froala_editor.pkgd.min.js +7 -0
  7. data/app/assets/javascripts/languages/ar.js +291 -0
  8. data/app/assets/javascripts/languages/bs.js +278 -0
  9. data/app/assets/javascripts/languages/cs.js +284 -0
  10. data/app/assets/javascripts/languages/da.js +276 -0
  11. data/app/assets/javascripts/languages/de.js +278 -0
  12. data/app/assets/javascripts/languages/el.js +284 -0
  13. data/app/assets/javascripts/languages/en_ca.js +222 -0
  14. data/app/assets/javascripts/languages/en_gb.js +222 -0
  15. data/app/assets/javascripts/languages/es.js +269 -0
  16. data/app/assets/javascripts/languages/et.js +278 -0
  17. data/app/assets/javascripts/languages/fa.js +278 -0
  18. data/app/assets/javascripts/languages/fi.js +278 -0
  19. data/app/assets/javascripts/languages/fr.js +278 -0
  20. data/app/assets/javascripts/languages/he.js +278 -0
  21. data/app/assets/javascripts/languages/hr.js +278 -0
  22. data/app/assets/javascripts/languages/hu.js +284 -0
  23. data/app/assets/javascripts/languages/id.js +278 -0
  24. data/app/assets/javascripts/languages/it.js +278 -0
  25. data/app/assets/javascripts/languages/ja.js +278 -0
  26. data/app/assets/javascripts/languages/ko.js +278 -0
  27. data/app/assets/javascripts/languages/ku.js +271 -0
  28. data/app/assets/javascripts/languages/me.js +278 -0
  29. data/app/assets/javascripts/languages/nb.js +278 -0
  30. data/app/assets/javascripts/languages/nl.js +278 -0
  31. data/app/assets/javascripts/languages/pl.js +278 -0
  32. data/app/assets/javascripts/languages/pt_br.js +278 -0
  33. data/app/assets/javascripts/languages/pt_pt.js +278 -0
  34. data/app/assets/javascripts/languages/ro.js +278 -0
  35. data/app/assets/javascripts/languages/ru.js +291 -0
  36. data/app/assets/javascripts/languages/sk.js +284 -0
  37. data/app/assets/javascripts/languages/sr.js +278 -0
  38. data/app/assets/javascripts/languages/sv.js +278 -0
  39. data/app/assets/javascripts/languages/th.js +278 -0
  40. data/app/assets/javascripts/languages/tr.js +278 -0
  41. data/app/assets/javascripts/languages/uk.js +278 -0
  42. data/app/assets/javascripts/languages/vi.js +219 -0
  43. data/app/assets/javascripts/languages/zh_cn.js +278 -0
  44. data/app/assets/javascripts/languages/zh_tw.js +278 -0
  45. data/app/assets/javascripts/plugins/align.min.js +7 -0
  46. data/app/assets/javascripts/plugins/char_counter.min.js +7 -0
  47. data/app/assets/javascripts/plugins/code_beautifier.min.js +7 -0
  48. data/app/assets/javascripts/plugins/code_view.min.js +7 -0
  49. data/app/assets/javascripts/plugins/colors.min.js +7 -0
  50. data/app/assets/javascripts/plugins/draggable.min.js +7 -0
  51. data/app/assets/javascripts/plugins/edit_in_popup.min.js +7 -0
  52. data/app/assets/javascripts/plugins/emoticons.min.js +7 -0
  53. data/app/assets/javascripts/plugins/entities.min.js +7 -0
  54. data/app/assets/javascripts/plugins/file.min.js +7 -0
  55. data/app/assets/javascripts/plugins/font_family.min.js +7 -0
  56. data/app/assets/javascripts/plugins/font_size.min.js +7 -0
  57. data/app/assets/javascripts/plugins/forms.min.js +7 -0
  58. data/app/assets/javascripts/plugins/fullscreen.min.js +7 -0
  59. data/app/assets/javascripts/plugins/help.min.js +7 -0
  60. data/app/assets/javascripts/plugins/image.min.js +7 -0
  61. data/app/assets/javascripts/plugins/image_manager.min.js +7 -0
  62. data/app/assets/javascripts/plugins/inline_class.min.js +7 -0
  63. data/app/assets/javascripts/plugins/inline_style.min.js +7 -0
  64. data/app/assets/javascripts/plugins/line_breaker.min.js +7 -0
  65. data/app/assets/javascripts/plugins/line_height.min.js +7 -0
  66. data/app/assets/javascripts/plugins/link.min.js +7 -0
  67. data/app/assets/javascripts/plugins/lists.min.js +7 -0
  68. data/app/assets/javascripts/plugins/paragraph_format.min.js +7 -0
  69. data/app/assets/javascripts/plugins/paragraph_style.min.js +7 -0
  70. data/app/assets/javascripts/plugins/print.min.js +7 -0
  71. data/app/assets/javascripts/plugins/quick_insert.min.js +7 -0
  72. data/app/assets/javascripts/plugins/quote.min.js +7 -0
  73. data/app/assets/javascripts/plugins/save.min.js +7 -0
  74. data/app/assets/javascripts/plugins/special_characters.min.js +7 -0
  75. data/app/assets/javascripts/plugins/table.min.js +7 -0
  76. data/app/assets/javascripts/plugins/url.min.js +7 -0
  77. data/app/assets/javascripts/plugins/video.min.js +7 -0
  78. data/app/assets/javascripts/plugins/word_paste.min.js +7 -0
  79. data/app/assets/javascripts/plugins.pkgd.min.js +7 -0
  80. data/app/assets/javascripts/third_party/embedly.min.js +7 -0
  81. data/app/assets/javascripts/third_party/font_awesome.min.js +7 -0
  82. data/app/assets/javascripts/third_party/image_tui.min.js +7 -0
  83. data/app/assets/javascripts/third_party/spell_checker.min.js +7 -0
  84. data/app/assets/stylesheets/froala_editor.css +1356 -0
  85. data/app/assets/stylesheets/froala_editor.min.css +7 -0
  86. data/app/assets/stylesheets/froala_editor.pkgd.css +3095 -0
  87. data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
  88. data/app/assets/stylesheets/froala_style.css +353 -0
  89. data/app/assets/stylesheets/froala_style.min.css +7 -0
  90. data/app/assets/stylesheets/plugins/char_counter.css +49 -0
  91. data/app/assets/stylesheets/plugins/char_counter.min.css +7 -0
  92. data/app/assets/stylesheets/plugins/code_view.css +97 -0
  93. data/app/assets/stylesheets/plugins/code_view.min.css +7 -0
  94. data/app/assets/stylesheets/plugins/colors.css +98 -0
  95. data/app/assets/stylesheets/plugins/colors.min.css +7 -0
  96. data/app/assets/stylesheets/plugins/draggable.css +41 -0
  97. data/app/assets/stylesheets/plugins/draggable.min.css +7 -0
  98. data/app/assets/stylesheets/plugins/emoticons.css +34 -0
  99. data/app/assets/stylesheets/plugins/emoticons.min.css +7 -0
  100. data/app/assets/stylesheets/plugins/file.css +128 -0
  101. data/app/assets/stylesheets/plugins/file.min.css +7 -0
  102. data/app/assets/stylesheets/plugins/fullscreen.css +77 -0
  103. data/app/assets/stylesheets/plugins/fullscreen.min.css +7 -0
  104. data/app/assets/stylesheets/plugins/help.css +45 -0
  105. data/app/assets/stylesheets/plugins/help.min.css +7 -0
  106. data/app/assets/stylesheets/plugins/image.css +211 -0
  107. data/app/assets/stylesheets/plugins/image.min.css +7 -0
  108. data/app/assets/stylesheets/plugins/image_manager.css +236 -0
  109. data/app/assets/stylesheets/plugins/image_manager.min.css +7 -0
  110. data/app/assets/stylesheets/plugins/line_breaker.css +38 -0
  111. data/app/assets/stylesheets/plugins/line_breaker.min.css +7 -0
  112. data/app/assets/stylesheets/plugins/quick_insert.css +72 -0
  113. data/app/assets/stylesheets/plugins/quick_insert.min.css +7 -0
  114. data/app/assets/stylesheets/plugins/special_characters.css +33 -0
  115. data/app/assets/stylesheets/plugins/special_characters.min.css +7 -0
  116. data/app/assets/stylesheets/plugins/table.css +111 -0
  117. data/app/assets/stylesheets/plugins/table.min.css +7 -0
  118. data/app/assets/stylesheets/plugins/video.css +198 -0
  119. data/app/assets/stylesheets/plugins/video.min.css +7 -0
  120. data/app/assets/stylesheets/plugins.pkgd.css +1396 -0
  121. data/app/assets/stylesheets/plugins.pkgd.min.css +7 -0
  122. data/app/assets/stylesheets/themes/dark.css +1914 -0
  123. data/app/assets/stylesheets/themes/dark.min.css +7 -0
  124. data/app/assets/stylesheets/themes/gray.css +1914 -0
  125. data/app/assets/stylesheets/themes/gray.min.css +7 -0
  126. data/app/assets/stylesheets/themes/royal.css +1914 -0
  127. data/app/assets/stylesheets/themes/royal.min.css +7 -0
  128. data/app/assets/stylesheets/third_party/embedly.css +61 -0
  129. data/app/assets/stylesheets/third_party/embedly.min.css +7 -0
  130. data/app/assets/stylesheets/third_party/font_awesome.css +33 -0
  131. data/app/assets/stylesheets/third_party/font_awesome.min.css +7 -0
  132. data/app/assets/stylesheets/third_party/image_tui.css +41 -0
  133. data/app/assets/stylesheets/third_party/image_tui.min.css +7 -0
  134. data/app/assets/stylesheets/third_party/spell_checker.css +64 -0
  135. data/app/assets/stylesheets/third_party/spell_checker.min.css +7 -0
  136. data/lib/wysiwyg-rails/engine.rb +17 -0
  137. data/lib/wysiwyg-rails/version.rb +5 -0
  138. data/lib/wysiwyg-rails.rb +2 -0
  139. metadata +201 -0
@@ -0,0 +1,1914 @@
1
+ /*!
2
+ * froala_editor v3.0.6 (https://www.froala.com/wysiwyg-editor)
3
+ * License https://froala.com/wysiwyg-editor/terms/
4
+ * Copyright 2014-2019 Froala Labs
5
+ */
6
+
7
+ .clearfix::after {
8
+ clear: both;
9
+ display: block;
10
+ content: "";
11
+ height: 0; }
12
+
13
+ .hide-by-clipping {
14
+ position: absolute;
15
+ width: 1px;
16
+ height: 1px;
17
+ padding: 0;
18
+ margin: -1px;
19
+ overflow: hidden;
20
+ clip: rect(0, 0, 0, 0);
21
+ border: 0; }
22
+
23
+ .dark-theme.fr-box.fr-basic {
24
+ border-radius: 10px;
25
+ -moz-border-radius: 10px;
26
+ -webkit-border-radius: 10px;
27
+ -moz-background-clip: padding;
28
+ -webkit-background-clip: padding-box;
29
+ background-clip: padding-box; }
30
+ .dark-theme.fr-box.fr-basic .fr-element {
31
+ font-family: sans-serif;
32
+ color: #414141;
33
+ font-size: 14px;
34
+ line-height: 1.6;
35
+ padding: 20px;
36
+ -webkit-box-sizing: border-box;
37
+ -moz-box-sizing: border-box;
38
+ box-sizing: border-box;
39
+ overflow-x: auto;
40
+ min-height: 60px;
41
+ text-align: left; }
42
+ .dark-theme .fr-element {
43
+ -webkit-user-select: auto; }
44
+ .dark-theme .fr-element a {
45
+ user-select: auto;
46
+ -o-user-select: auto;
47
+ -moz-user-select: auto;
48
+ -khtml-user-select: auto;
49
+ -webkit-user-select: auto;
50
+ -ms-user-select: auto; }
51
+ .dark-theme .fr-element.fr-disabled {
52
+ user-select: none;
53
+ -o-user-select: none;
54
+ -moz-user-select: none;
55
+ -khtml-user-select: none;
56
+ -webkit-user-select: none;
57
+ -ms-user-select: none; }
58
+ .dark-theme.fr-box a.fr-floating-btn {
59
+ -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
60
+ -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
61
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
62
+ border-radius: 100%;
63
+ -moz-border-radius: 100%;
64
+ -webkit-border-radius: 100%;
65
+ -moz-background-clip: padding;
66
+ -webkit-background-clip: padding-box;
67
+ background-clip: padding-box;
68
+ height: 40px;
69
+ width: 40px;
70
+ background: #353535;
71
+ color: #0098f7;
72
+ -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
73
+ -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
74
+ -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
75
+ -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
76
+ left: 0;
77
+ top: 0;
78
+ line-height: 40px;
79
+ -webkit-transform: scale(0);
80
+ -moz-transform: scale(0);
81
+ -ms-transform: scale(0);
82
+ -o-transform: scale(0);
83
+ -webkit-box-sizing: border-box;
84
+ -moz-box-sizing: border-box;
85
+ box-sizing: border-box;
86
+ border: none; }
87
+ .dark-theme.fr-box a.fr-floating-btn svg {
88
+ -webkit-transition: transform 0.2s ease 0s;
89
+ -moz-transition: transform 0.2s ease 0s;
90
+ -ms-transition: transform 0.2s ease 0s;
91
+ -o-transition: transform 0.2s ease 0s;
92
+ fill: #0098f7; }
93
+ .dark-theme.fr-box a.fr-floating-btn i, .dark-theme.fr-box a.fr-floating-btn svg {
94
+ font-size: 14px;
95
+ line-height: 40px; }
96
+ .dark-theme.fr-box a.fr-floating-btn:hover {
97
+ background: #424242; }
98
+ .dark-theme.fr-box a.fr-floating-btn:hover svg {
99
+ fill: #0098f7; }
100
+ .dark-theme.fr-box .fr-visible a.fr-floating-btn {
101
+ -webkit-transform: scale(1);
102
+ -moz-transform: scale(1);
103
+ -ms-transform: scale(1);
104
+ -o-transform: scale(1); }
105
+ .dark-theme iframe.fr-iframe {
106
+ -webkit-box-sizing: border-box;
107
+ -moz-box-sizing: border-box;
108
+ box-sizing: border-box; }
109
+ .dark-theme .fr-wrapper::after {
110
+ clear: both;
111
+ display: block;
112
+ content: "";
113
+ height: 0; }
114
+ .dark-theme .fr-wrapper .fr-placeholder {
115
+ font-size: 14px;
116
+ color: #AAA;
117
+ font-family: sans-serif;
118
+ top: 0;
119
+ left: 0;
120
+ right: 0; }
121
+ .dark-theme .fr-wrapper ::-moz-selection {
122
+ background: #b5d6fd;
123
+ color: #000; }
124
+ .dark-theme .fr-wrapper ::selection {
125
+ background: #b5d6fd;
126
+ color: #000; }
127
+ .dark-theme.fr-box.fr-basic .fr-wrapper {
128
+ background: #FFF;
129
+ border: 1px solid #CCCCCC;
130
+ border-bottom-color: #efefef;
131
+ top: 0;
132
+ left: 0; }
133
+ .dark-theme.fr-box.fr-basic.fr-top .fr-wrapper {
134
+ border-top: 0; }
135
+ .dark-theme.fr-box.fr-basic.fr-bottom .fr-wrapper {
136
+ border-bottom: 0;
137
+ border-radius: 10px 10px 0 0;
138
+ -moz-border-radius: 10px 10px 0 0;
139
+ -webkit-border-radius: 10px 10px 0 0;
140
+ -moz-background-clip: padding;
141
+ -webkit-background-clip: padding-box;
142
+ background-clip: padding-box; }
143
+ @media (min-width: 992px) {
144
+ .dark-theme .fr-box.fr-document .fr-wrapper {
145
+ padding: 30px;
146
+ background: #efefef; }
147
+ .dark-theme .fr-box.fr-document .fr-wrapper .fr-element {
148
+ background: #FFF;
149
+ margin: auto;
150
+ z-index: auto; }
151
+ .dark-theme .fr-box.fr-document .fr-wrapper .fr-element hr {
152
+ background: #efefef; } }
153
+ .dark-theme .fr-sticky-on {
154
+ z-index: 10; }
155
+ .dark-theme .fr-sticky-on.fr-sticky-ios {
156
+ left: 0;
157
+ right: 0; }
158
+ .dark-theme span.fr-sr-only {
159
+ position: absolute;
160
+ width: 1px;
161
+ height: 1px;
162
+ padding: 0;
163
+ margin: -1px;
164
+ overflow: hidden;
165
+ clip: rect(0, 0, 0, 0);
166
+ border: 0; }
167
+ .dark-theme .fr-opacity-0 {
168
+ -webkit-opacity: 0;
169
+ -moz-opacity: 0;
170
+ opacity: 0;
171
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
172
+ .dark-theme.fr-box .fr-counter {
173
+ padding: 10px;
174
+ color: #999999;
175
+ font-size: 14px;
176
+ font-family: sans-serif;
177
+ border-radius: 2px 0 0 0;
178
+ -moz-border-radius: 2px 0 0 0;
179
+ -webkit-border-radius: 2px 0 0 0;
180
+ -moz-background-clip: padding;
181
+ -webkit-background-clip: padding-box;
182
+ background-clip: padding-box; }
183
+ .dark-theme.fr-box.fr-rtl .fr-counter {
184
+ left: 0;
185
+ right: auto;
186
+ border-radius: 0 2px 0 0;
187
+ -moz-border-radius: 0 2px 0 0;
188
+ -webkit-border-radius: 0 2px 0 0;
189
+ -moz-background-clip: padding;
190
+ -webkit-background-clip: padding-box;
191
+ background-clip: padding-box; }
192
+ .dark-theme textarea.fr-code {
193
+ resize: none;
194
+ -moz-resize: none;
195
+ -webkit-resize: none;
196
+ -webkit-box-sizing: border-box;
197
+ -moz-box-sizing: border-box;
198
+ box-sizing: border-box;
199
+ margin: 0;
200
+ background: #FFF;
201
+ color: #000; }
202
+ .dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch {
203
+ top: 0;
204
+ right: 0;
205
+ background: #FFF;
206
+ color: #FFF;
207
+ -moz-outline: 0;
208
+ outline: 0;
209
+ border: 0;
210
+ padding: 8px 7px;
211
+ -webkit-transition: background 0.2s ease 0s;
212
+ -moz-transition: background 0.2s ease 0s;
213
+ -ms-transition: background 0.2s ease 0s;
214
+ -o-transition: background 0.2s ease 0s;
215
+ border-radius: 0;
216
+ -moz-border-radius: 0;
217
+ -webkit-border-radius: 0;
218
+ -moz-background-clip: padding;
219
+ -webkit-background-clip: padding-box;
220
+ background-clip: padding-box;
221
+ -webkit-box-sizing: border-box;
222
+ -moz-box-sizing: border-box;
223
+ box-sizing: border-box;
224
+ user-select: none;
225
+ -o-user-select: none;
226
+ -moz-user-select: none;
227
+ -khtml-user-select: none;
228
+ -webkit-user-select: none;
229
+ -ms-user-select: none; }
230
+ .dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
231
+ font-size: 24px;
232
+ width: 24px; }
233
+ .dark-theme.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
234
+ background: #424242; }
235
+ .dark-theme.fr-popup .fr-layer.fr-color-hex-layer {
236
+ margin: 0;
237
+ padding: 20px;
238
+ padding-top: 0; }
239
+ .dark-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
240
+ padding: 15px 0 0; }
241
+ .dark-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
242
+ width: 38px;
243
+ height: 40px;
244
+ padding: 17px 0 0;
245
+ margin: 0; }
246
+ .dark-theme.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
247
+ border-radius: 2px;
248
+ -moz-border-radius: 2px;
249
+ -webkit-border-radius: 2px;
250
+ -moz-background-clip: padding;
251
+ -webkit-background-clip: padding-box;
252
+ background-clip: padding-box;
253
+ font-size: 13px;
254
+ height: 40px;
255
+ width: 38px; }
256
+ .dark-theme.fr-popup .fr-color-set {
257
+ line-height: 0; }
258
+ .dark-theme.fr-popup .fr-color-set.fr-selected-set {
259
+ padding: 20px;
260
+ padding-bottom: 0; }
261
+ .dark-theme.fr-popup .fr-color-set > span {
262
+ width: 32px;
263
+ height: 32px; }
264
+ .dark-theme.fr-popup .fr-color-set > span > i, .dark-theme.fr-popup .fr-color-set > span > svg {
265
+ line-height: 32px;
266
+ height: 24px;
267
+ width: 24px;
268
+ margin: 4px;
269
+ font-size: 13px;
270
+ bottom: 0;
271
+ left: 0; }
272
+ .dark-theme.fr-popup .fr-color-set > span > i path, .dark-theme.fr-popup .fr-color-set > span > svg path {
273
+ fill: #FFF; }
274
+ .dark-theme.fr-popup .fr-color-set > span .fr-selected-color {
275
+ color: #FFF;
276
+ font-size: 13px;
277
+ font-weight: 400;
278
+ line-height: 32px;
279
+ top: 0;
280
+ bottom: 0;
281
+ right: 0;
282
+ left: 0; }
283
+ .dark-theme.fr-popup .fr-color-set > span:hover, .dark-theme.fr-popup .fr-color-set > span:focus {
284
+ outline: 1px solid #FFF; }
285
+ .dark-theme.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
286
+ -webkit-transform: translate3d(100%, 0, 0);
287
+ -moz-transform: translate3d(100%, 0, 0);
288
+ -ms-transform: translate3d(100%, 0, 0);
289
+ -o-transform: translate3d(100%, 0, 0); }
290
+ .dark-theme .fr-drag-helper {
291
+ background: #0098f7;
292
+ -webkit-opacity: 0.2;
293
+ -moz-opacity: 0.2;
294
+ opacity: 0.2;
295
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
296
+ z-index: 2147483640; }
297
+ .dark-theme .fr-dragging {
298
+ -webkit-opacity: 0.4;
299
+ -moz-opacity: 0.4;
300
+ opacity: 0.4;
301
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
302
+ .dark-theme.fr-popup .fr-emoticon {
303
+ width: 24px;
304
+ height: 24px; }
305
+ .dark-theme.fr-popup .fr-emoticon img {
306
+ height: 24px;
307
+ width: 24px; }
308
+ .dark-theme.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
309
+ padding: 0 0 0 14px; }
310
+ @media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
311
+ .dark-theme.fr-popup .fr-icon-container.fr-emoticon-container {
312
+ width: 368px; } }
313
+ .dark-theme.fr-popup .fr-file-upload-layer {
314
+ border: dashed 2px gray;
315
+ padding: 25px 0;
316
+ margin: 20px;
317
+ -webkit-box-sizing: border-box;
318
+ -moz-box-sizing: border-box;
319
+ box-sizing: border-box; }
320
+ .dark-theme.fr-popup .fr-file-upload-layer:hover {
321
+ background: #424242; }
322
+ .dark-theme.fr-popup .fr-file-upload-layer.fr-drop {
323
+ background: #424242;
324
+ border-color: #0098f7; }
325
+ .dark-theme.fr-popup .fr-file-upload-layer .fr-form {
326
+ -webkit-opacity: 0;
327
+ -moz-opacity: 0;
328
+ opacity: 0;
329
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
330
+ top: 0;
331
+ bottom: 0;
332
+ left: 0;
333
+ right: 0;
334
+ z-index: 2147483640; }
335
+ .dark-theme.fr-popup .fr-file-upload-layer .fr-form input {
336
+ right: 0;
337
+ top: 0;
338
+ bottom: 0;
339
+ margin: 0; }
340
+ .dark-theme.fr-popup .fr-file-progress-bar-layer {
341
+ -webkit-box-sizing: border-box;
342
+ -moz-box-sizing: border-box;
343
+ box-sizing: border-box; }
344
+ .dark-theme.fr-popup .fr-file-progress-bar-layer > h3 {
345
+ margin: 10px 0; }
346
+ .dark-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
347
+ background: #b3e0fd; }
348
+ .dark-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
349
+ background: #0098f7;
350
+ -webkit-transition: width 0.2s ease 0s;
351
+ -moz-transition: width 0.2s ease 0s;
352
+ -ms-transition: width 0.2s ease 0s;
353
+ -o-transition: width 0.2s ease 0s; }
354
+ .dark-theme.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
355
+ top: 0;
356
+ -webkit-animation: loading 2s linear infinite;
357
+ -moz-animation: loading 2s linear infinite;
358
+ -o-animation: loading 2s linear infinite;
359
+ animation: loading 2s linear infinite; }
360
+ .dark-theme.fr-box.fr-fullscreen {
361
+ top: 0;
362
+ left: 0;
363
+ bottom: 0;
364
+ right: 0; }
365
+ .dark-theme.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
366
+ border-radius: 0;
367
+ -moz-border-radius: 0;
368
+ -webkit-border-radius: 0;
369
+ -moz-background-clip: padding;
370
+ -webkit-background-clip: padding-box;
371
+ background-clip: padding-box; }
372
+ .dark-theme.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper {
373
+ border-radius: 0;
374
+ -moz-border-radius: 0;
375
+ -webkit-border-radius: 0;
376
+ -moz-background-clip: padding;
377
+ -webkit-background-clip: padding-box;
378
+ background-clip: padding-box; }
379
+ .dark-theme.fr-box.fr-fullscreen .fr-toolbar {
380
+ border-radius: 0;
381
+ -moz-border-radius: 0;
382
+ -webkit-border-radius: 0;
383
+ -moz-background-clip: padding;
384
+ -webkit-background-clip: padding-box;
385
+ background-clip: padding-box; }
386
+ .dark-theme.fr-box.fr-fullscreen .second-toolbar {
387
+ margin-top: 0;
388
+ border-radius: 0;
389
+ -moz-border-radius: 0;
390
+ -webkit-border-radius: 0;
391
+ -moz-background-clip: padding;
392
+ -webkit-background-clip: padding-box;
393
+ background-clip: padding-box; }
394
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
395
+ border: 0; }
396
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
397
+ border-bottom: solid 1px #595959; }
398
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
399
+ color: white; }
400
+ .dark-theme .fr-element img {
401
+ padding: 0 1px; }
402
+ .dark-theme .fr-image-resizer {
403
+ border: solid 1px #0098f7;
404
+ user-select: none;
405
+ -o-user-select: none;
406
+ -moz-user-select: none;
407
+ -khtml-user-select: none;
408
+ -webkit-user-select: none;
409
+ -ms-user-select: none;
410
+ -webkit-box-sizing: content-box;
411
+ -moz-box-sizing: content-box;
412
+ box-sizing: content-box; }
413
+ .dark-theme .fr-image-resizer .fr-handler {
414
+ background: #0098f7;
415
+ border: solid 1px #FFF;
416
+ border-radius: 2px;
417
+ -moz-border-radius: 2px;
418
+ -webkit-border-radius: 2px;
419
+ -moz-background-clip: padding;
420
+ -webkit-background-clip: padding-box;
421
+ background-clip: padding-box;
422
+ -webkit-box-sizing: border-box;
423
+ -moz-box-sizing: border-box;
424
+ box-sizing: border-box; }
425
+ .dark-theme .fr-image-resizer .fr-handler {
426
+ width: 12px;
427
+ height: 12px; }
428
+ .dark-theme .fr-image-resizer .fr-handler.fr-hnw {
429
+ left: -6px;
430
+ top: -6px; }
431
+ .dark-theme .fr-image-resizer .fr-handler.fr-hne {
432
+ right: -6px;
433
+ top: -6px; }
434
+ .dark-theme .fr-image-resizer .fr-handler.fr-hsw {
435
+ left: -6px;
436
+ bottom: -6px; }
437
+ .dark-theme .fr-image-resizer .fr-handler.fr-hse {
438
+ right: -6px;
439
+ bottom: -6px; }
440
+ @media (min-width: 1200px) {
441
+ .dark-theme .fr-image-resizer .fr-handler {
442
+ width: 10px;
443
+ height: 10px; }
444
+ .dark-theme .fr-image-resizer .fr-handler.fr-hnw {
445
+ left: -5px;
446
+ top: -5px; }
447
+ .dark-theme .fr-image-resizer .fr-handler.fr-hne {
448
+ right: -5px;
449
+ top: -5px; }
450
+ .dark-theme .fr-image-resizer .fr-handler.fr-hsw {
451
+ left: -5px;
452
+ bottom: -5px; }
453
+ .dark-theme .fr-image-resizer .fr-handler.fr-hse {
454
+ right: -5px;
455
+ bottom: -5px; } }
456
+ .dark-theme.fr-image-overlay {
457
+ top: 0;
458
+ left: 0;
459
+ bottom: 0;
460
+ right: 0;
461
+ z-index: 2147483640; }
462
+ .dark-theme.fr-popup .fr-image-upload-layer {
463
+ border: dashed 2px gray;
464
+ padding: 25px 0;
465
+ margin: 20px; }
466
+ .dark-theme.fr-popup .fr-image-upload-layer:hover {
467
+ background: #424242; }
468
+ .dark-theme.fr-popup .fr-image-upload-layer.fr-drop {
469
+ background: #424242;
470
+ border-color: #0098f7; }
471
+ .dark-theme.fr-popup .fr-image-upload-layer .fr-form {
472
+ -webkit-opacity: 0;
473
+ -moz-opacity: 0;
474
+ opacity: 0;
475
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
476
+ top: 0;
477
+ bottom: 0;
478
+ left: 0;
479
+ right: 0;
480
+ z-index: 2147483640; }
481
+ .dark-theme.fr-popup .fr-image-upload-layer .fr-form input {
482
+ right: 0;
483
+ top: 0;
484
+ bottom: 0;
485
+ margin: 0; }
486
+ .dark-theme.fr-popup .fr-image-progress-bar-layer > h3 {
487
+ margin: 10px 0; }
488
+ .dark-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
489
+ background: #b3e0fd; }
490
+ .dark-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
491
+ background: #0098f7;
492
+ -webkit-transition: width 0.2s ease 0s;
493
+ -moz-transition: width 0.2s ease 0s;
494
+ -ms-transition: width 0.2s ease 0s;
495
+ -o-transition: width 0.2s ease 0s; }
496
+ .dark-theme.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
497
+ top: 0;
498
+ -webkit-animation: loading 2s linear infinite;
499
+ -moz-animation: loading 2s linear infinite;
500
+ -o-animation: loading 2s linear infinite;
501
+ animation: loading 2s linear infinite; }
502
+ .dark-theme .fr-uploading {
503
+ -webkit-opacity: 0.4;
504
+ -moz-opacity: 0.4;
505
+ opacity: 0.4;
506
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
507
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-head-line::after {
508
+ clear: both;
509
+ display: block;
510
+ content: "";
511
+ height: 0; }
512
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more {
513
+ margin-top: 10px; }
514
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available {
515
+ opacity: 0;
516
+ width: 0;
517
+ padding: 12px 0; }
518
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags {
519
+ padding: 0 20px; }
520
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a {
521
+ opacity: 0;
522
+ padding: 6px 12px;
523
+ margin: 8px 0 8px 8px;
524
+ border-radius: 32px;
525
+ -moz-border-radius: 32px;
526
+ -webkit-border-radius: 32px;
527
+ -moz-background-clip: padding;
528
+ -webkit-background-clip: padding-box;
529
+ background-clip: padding-box;
530
+ -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
531
+ -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
532
+ -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
533
+ -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
534
+ background-color: #353535; }
535
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a:focus {
536
+ background-color: #424242; }
537
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a:hover {
538
+ background-color: #424242; }
539
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a:active {
540
+ background-color: #4f4f4f; }
541
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag {
542
+ background-color: #4f4f4f;
543
+ color: #0098f7; }
544
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus {
545
+ background-color: #424242; }
546
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover {
547
+ background-color: #424242; }
548
+ .dark-theme.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active {
549
+ background-color: #4f4f4f; }
550
+ .dark-theme.fr-show-tags .fr-modal-more svg path {
551
+ fill: #0098f7; }
552
+ .dark-themediv.fr-modal-body {
553
+ -webkit-transition: background 0.2s ease 0s;
554
+ -moz-transition: background 0.2s ease 0s;
555
+ -ms-transition: background 0.2s ease 0s;
556
+ -o-transition: background 0.2s ease 0s; }
557
+ .dark-themediv.fr-modal-body .fr-preloader {
558
+ margin: 50px auto; }
559
+ .dark-themediv.fr-modal-body div.fr-image-list {
560
+ margin: 0 20px;
561
+ padding: 0; }
562
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container {
563
+ border-radius: 2px;
564
+ -moz-border-radius: 2px;
565
+ -webkit-border-radius: 2px;
566
+ -moz-background-clip: padding;
567
+ -webkit-background-clip: padding-box;
568
+ background-clip: padding-box; }
569
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
570
+ -webkit-opacity: 0.5;
571
+ -moz-opacity: 0.5;
572
+ opacity: 0.5;
573
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
574
+ -webkit-transition: opacity 0.2s ease 0s;
575
+ -moz-transition: opacity 0.2s ease 0s;
576
+ -ms-transition: opacity 0.2s ease 0s;
577
+ -o-transition: opacity 0.2s ease 0s;
578
+ background: #000;
579
+ top: 0;
580
+ left: 0;
581
+ bottom: 0;
582
+ right: 0; }
583
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
584
+ color: #FFF;
585
+ top: 0;
586
+ left: 0;
587
+ bottom: 0;
588
+ right: 0;
589
+ margin: auto; }
590
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
591
+ background: #AAA; }
592
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
593
+ margin: auto;
594
+ top: 0;
595
+ bottom: 0;
596
+ left: 0;
597
+ right: 0; }
598
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container img {
599
+ -webkit-opacity: 1;
600
+ -moz-opacity: 1;
601
+ opacity: 1;
602
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
603
+ -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
604
+ -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
605
+ -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
606
+ -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
607
+ -webkit-transform: translateZ(0);
608
+ -moz-transform: translateZ(0);
609
+ -ms-transform: translateZ(0);
610
+ -o-transform: translateZ(0); }
611
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
612
+ -webkit-opacity: 0.75;
613
+ -moz-opacity: 0.75;
614
+ opacity: 0.75;
615
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
616
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img, .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
617
+ border-radius: 100%;
618
+ -moz-border-radius: 100%;
619
+ -webkit-border-radius: 100%;
620
+ -moz-background-clip: padding;
621
+ -webkit-background-clip: padding-box;
622
+ background-clip: padding-box;
623
+ -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
624
+ -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
625
+ -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
626
+ -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
627
+ -webkit-box-sizing: border-box;
628
+ -moz-box-sizing: border-box;
629
+ box-sizing: border-box;
630
+ margin: 0;
631
+ line-height: 40px; }
632
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
633
+ background: #B8312F;
634
+ fill: #FFF;
635
+ padding: 8px;
636
+ -webkit-transform: translateY(-50%) translateX(25%);
637
+ -moz-transform: translateY(-50%) translateX(25%);
638
+ -ms-transform: translateY(-50%) translateX(25%);
639
+ -o-transform: translateY(-50%) translateX(25%); }
640
+ .dark-themediv.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
641
+ background: #353535;
642
+ fill: #0098f7;
643
+ padding: 8px;
644
+ -webkit-transform: translateY(-50%) translateX(-125%);
645
+ -moz-transform: translateY(-50%) translateX(-125%);
646
+ -ms-transform: translateY(-50%) translateX(-125%);
647
+ -o-transform: translateY(-50%) translateX(-125%); }
648
+ .dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
649
+ -webkit-opacity: 0.75;
650
+ -moz-opacity: 0.75;
651
+ opacity: 0.75;
652
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
653
+ .dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img, .dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
654
+ width: 40px;
655
+ height: 40px; }
656
+ .dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
657
+ background: #bf4644;
658
+ color: #FFF; }
659
+ .dark-theme.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
660
+ background: #424242; }
661
+ .dark-theme .fr-line-breaker {
662
+ border-top: 1px solid #0098f7; }
663
+ .dark-theme .fr-line-breaker a.fr-floating-btn {
664
+ left: calc(50% - (40px / 2));
665
+ top: -20px; }
666
+ .dark-theme .fr-line-breaker a.fr-floating-btn svg {
667
+ margin: 8px;
668
+ height: 24px;
669
+ width: 24px; }
670
+ .dark-theme .fr-quick-insert {
671
+ padding-right: 10px;
672
+ -webkit-box-sizing: content-box;
673
+ -moz-box-sizing: content-box;
674
+ box-sizing: content-box; }
675
+ .dark-theme .fr-quick-insert a.fr-floating-btn svg {
676
+ margin: 8px;
677
+ width: 24px;
678
+ height: 24px; }
679
+ .dark-theme .fr-quick-insert.fr-on a.fr-floating-btn svg {
680
+ -webkit-transform: rotate(135deg);
681
+ -moz-transform: rotate(135deg);
682
+ -ms-transform: rotate(135deg);
683
+ -o-transform: rotate(135deg); }
684
+ .dark-theme .fr-qi-helper {
685
+ padding-left: 20px; }
686
+ .dark-theme .fr-qi-helper a.fr-btn.fr-floating-btn {
687
+ padding: 6px 10px 10px 10px;
688
+ color: #FFF;
689
+ background: #353535;
690
+ -webkit-opacity: 0;
691
+ -moz-opacity: 0;
692
+ opacity: 0;
693
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
694
+ -webkit-transform: scale(0);
695
+ -moz-transform: scale(0);
696
+ -ms-transform: scale(0);
697
+ -o-transform: scale(0); }
698
+ .dark-theme .fr-qi-helper a.fr-btn.fr-floating-btn svg {
699
+ fill: #FFF; }
700
+ .dark-theme .fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
701
+ -webkit-opacity: 1;
702
+ -moz-opacity: 1;
703
+ opacity: 1;
704
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
705
+ -webkit-transform: scale(1);
706
+ -moz-transform: scale(1);
707
+ -ms-transform: scale(1);
708
+ -o-transform: scale(1); }
709
+ .dark-theme.fr-popup .fr-buttons.fr-tabs .fr-special-character-category {
710
+ padding: 10px 15px; }
711
+ .dark-theme.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span {
712
+ font-size: 16px; }
713
+ .dark-theme.fr-popup .fr-special-character {
714
+ width: 24px;
715
+ height: 24px; }
716
+ @media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
717
+ .dark-theme.fr-popup .fr-icon-container.fr-sc-container {
718
+ width: 368px; } }
719
+ .dark-theme .fr-element table td.fr-selected-cell, .dark-theme .fr-element table th.fr-selected-cell {
720
+ border: 1px double #0098f7; }
721
+ .dark-theme .fr-element table tr {
722
+ user-select: none;
723
+ -o-user-select: none;
724
+ -moz-user-select: none;
725
+ -khtml-user-select: none;
726
+ -webkit-user-select: none;
727
+ -ms-user-select: none; }
728
+ .dark-theme .fr-element table td, .dark-theme .fr-element table th {
729
+ user-select: text;
730
+ -o-user-select: text;
731
+ -moz-user-select: text;
732
+ -khtml-user-select: text;
733
+ -webkit-user-select: text;
734
+ -ms-user-select: text; }
735
+ .dark-theme .fr-element .fr-no-selection table td, .dark-theme .fr-element .fr-no-selection table th {
736
+ user-select: none;
737
+ -o-user-select: none;
738
+ -moz-user-select: none;
739
+ -khtml-user-select: none;
740
+ -webkit-user-select: none;
741
+ -ms-user-select: none; }
742
+ .dark-theme .fr-table-resizer div {
743
+ -webkit-opacity: 0;
744
+ -moz-opacity: 0;
745
+ opacity: 0;
746
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
747
+ border-right: 1px solid #0098f7; }
748
+ .dark-theme .fr-no-selection {
749
+ user-select: none;
750
+ -o-user-select: none;
751
+ -moz-user-select: none;
752
+ -khtml-user-select: none;
753
+ -webkit-user-select: none;
754
+ -ms-user-select: none; }
755
+ .dark-theme.fr-popup .fr-table-size {
756
+ margin: 20px; }
757
+ .dark-theme.fr-popup .fr-table-size .fr-select-table-size {
758
+ line-height: 0; }
759
+ .dark-theme.fr-popup .fr-table-size .fr-select-table-size > span {
760
+ padding: 0 4px 4px 0; }
761
+ .dark-theme.fr-popup .fr-table-size .fr-select-table-size > span > span {
762
+ border: 1px solid #DDD; }
763
+ .dark-theme.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
764
+ background: rgba(0, 152, 247, 0.3);
765
+ border: solid 1px #0098f7; }
766
+ .dark-theme.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
767
+ clear: both;
768
+ display: block;
769
+ content: "";
770
+ height: 0; }
771
+ .dark-theme.fr-popup .fr-table-colors {
772
+ padding: 20px;
773
+ padding-bottom: 0; }
774
+ .dark-theme .fr-element .fr-video {
775
+ user-select: none;
776
+ -o-user-select: none;
777
+ -moz-user-select: none;
778
+ -khtml-user-select: none;
779
+ -webkit-user-select: none;
780
+ -ms-user-select: none; }
781
+ .dark-theme .fr-element .fr-video::after {
782
+ top: 0;
783
+ left: 0;
784
+ right: 0;
785
+ bottom: 0; }
786
+ .dark-theme .fr-element .fr-video > * {
787
+ -webkit-box-sizing: content-box;
788
+ -moz-box-sizing: content-box;
789
+ box-sizing: content-box; }
790
+ .dark-theme.fr-box .fr-video-resizer {
791
+ border: solid 1px #0098f7;
792
+ user-select: none;
793
+ -o-user-select: none;
794
+ -moz-user-select: none;
795
+ -khtml-user-select: none;
796
+ -webkit-user-select: none;
797
+ -ms-user-select: none; }
798
+ .dark-theme.fr-box .fr-video-resizer .fr-handler {
799
+ background: #0098f7;
800
+ border: solid 1px #FFF;
801
+ -webkit-box-sizing: border-box;
802
+ -moz-box-sizing: border-box;
803
+ box-sizing: border-box; }
804
+ .dark-theme.fr-box .fr-video-resizer .fr-handler {
805
+ width: 12px;
806
+ height: 12px; }
807
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
808
+ left: -6px;
809
+ top: -6px; }
810
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
811
+ right: -6px;
812
+ top: -6px; }
813
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
814
+ left: -6px;
815
+ bottom: -6px; }
816
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
817
+ right: -6px;
818
+ bottom: -6px; }
819
+ @media (min-width: 1200px) {
820
+ .dark-theme.fr-box .fr-video-resizer .fr-handler {
821
+ width: 10px;
822
+ height: 10px; }
823
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hnw {
824
+ left: -5px;
825
+ top: -5px; }
826
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hne {
827
+ right: -5px;
828
+ top: -5px; }
829
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hsw {
830
+ left: -5px;
831
+ bottom: -5px; }
832
+ .dark-theme.fr-box .fr-video-resizer .fr-handler.fr-hse {
833
+ right: -5px;
834
+ bottom: -5px; } }
835
+ .dark-theme.fr-popup .fr-video-upload-layer {
836
+ border: dashed 2px gray;
837
+ padding: 25px 0;
838
+ margin: 20px; }
839
+ .dark-theme.fr-popup .fr-video-upload-layer:hover {
840
+ background: #424242; }
841
+ .dark-theme.fr-popup .fr-video-upload-layer.fr-drop {
842
+ background: #424242;
843
+ border-color: #0098f7; }
844
+ .dark-theme.fr-popup .fr-video-upload-layer .fr-form {
845
+ -webkit-opacity: 0;
846
+ -moz-opacity: 0;
847
+ opacity: 0;
848
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
849
+ top: 0;
850
+ bottom: 0;
851
+ left: 0;
852
+ right: 0;
853
+ z-index: 2147483640; }
854
+ .dark-theme.fr-popup .fr-video-upload-layer .fr-form input {
855
+ right: 0;
856
+ top: 0;
857
+ bottom: 0;
858
+ margin: 0; }
859
+ .dark-theme.fr-popup .fr-video-progress-bar-layer > h3 {
860
+ margin: 10px 0; }
861
+ .dark-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
862
+ background: #b3e0fd; }
863
+ .dark-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
864
+ background: #0098f7;
865
+ -webkit-transition: width 0.2s ease 0s;
866
+ -moz-transition: width 0.2s ease 0s;
867
+ -ms-transition: width 0.2s ease 0s;
868
+ -o-transition: width 0.2s ease 0s; }
869
+ .dark-theme.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
870
+ top: 0;
871
+ -webkit-animation: loading 2s linear infinite;
872
+ -moz-animation: loading 2s linear infinite;
873
+ -o-animation: loading 2s linear infinite;
874
+ animation: loading 2s linear infinite; }
875
+ .dark-theme.fr-video-overlay {
876
+ top: 0;
877
+ left: 0;
878
+ bottom: 0;
879
+ right: 0;
880
+ z-index: 2147483640; }
881
+ .dark-theme img.fr-rounded, .dark-theme .fr-img-caption.fr-rounded img {
882
+ border-radius: 10px;
883
+ -moz-border-radius: 10px;
884
+ -webkit-border-radius: 10px;
885
+ -moz-background-clip: padding;
886
+ -webkit-background-clip: padding-box;
887
+ background-clip: padding-box; }
888
+ .dark-theme img.fr-bordered {
889
+ -webkit-box-sizing: content-box;
890
+ -moz-box-sizing: content-box;
891
+ box-sizing: content-box; }
892
+ .dark-theme .fr-img-caption.fr-bordered img {
893
+ -webkit-box-sizing: border-box;
894
+ -moz-box-sizing: border-box;
895
+ box-sizing: border-box; }
896
+ .dark-theme .fr-view span[style~="color:"] a {
897
+ color: inherit; }
898
+ .dark-theme .fr-view strong {
899
+ font-weight: 700; }
900
+ .dark-theme .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
901
+ background: lightgray; }
902
+ .dark-theme .fr-view table td, .dark-theme .fr-view table th {
903
+ border: 1px solid #DDD; }
904
+ .dark-theme .fr-view table th {
905
+ background: #ececec; }
906
+ .dark-theme .fr-view hr {
907
+ user-select: none;
908
+ -o-user-select: none;
909
+ -moz-user-select: none;
910
+ -khtml-user-select: none;
911
+ -webkit-user-select: none;
912
+ -ms-user-select: none; }
913
+ .dark-theme .fr-view[dir="rtl"] blockquote {
914
+ border-right: solid 2px #5E35B1;
915
+ margin-right: 0;
916
+ padding-left: 0; }
917
+ .dark-theme .fr-view[dir="rtl"] blockquote blockquote {
918
+ border-color: #00BCD4; }
919
+ .dark-theme .fr-view[dir="rtl"] blockquote blockquote blockquote {
920
+ border-color: #43A047; }
921
+ .dark-theme .fr-view blockquote {
922
+ border-left: solid 2px #5E35B1;
923
+ margin-left: 0;
924
+ color: #5E35B1; }
925
+ .dark-theme .fr-view blockquote blockquote {
926
+ border-color: #00BCD4;
927
+ color: #00BCD4; }
928
+ .dark-theme .fr-view blockquote blockquote blockquote {
929
+ border-color: #43A047;
930
+ color: #43A047; }
931
+ .dark-theme .fr-view span.fr-emoticon {
932
+ line-height: 0; }
933
+ .dark-theme .fr-view span.fr-emoticon.fr-emoticon-img {
934
+ font-size: inherit; }
935
+ .dark-theme .fr-view .fr-text-bordered {
936
+ padding: 10px 0; }
937
+ .dark-theme .fr-view .fr-class-highlighted {
938
+ background-color: #ffff00; }
939
+ .dark-theme .fr-view .fr-class-code {
940
+ border-radius: 2px;
941
+ -moz-border-radius: 2px;
942
+ -webkit-border-radius: 2px;
943
+ -moz-background-clip: padding;
944
+ -webkit-background-clip: padding-box;
945
+ background-clip: padding-box;
946
+ background: #353535; }
947
+ .dark-theme .fr-view img.fr-dib {
948
+ margin: 5px auto; }
949
+ .dark-theme .fr-view img.fr-dib.fr-fil {
950
+ margin-left: 0; }
951
+ .dark-theme .fr-view img.fr-dib.fr-fir {
952
+ margin-right: 0; }
953
+ .dark-theme .fr-view img.fr-dii {
954
+ margin-left: 5px;
955
+ margin-right: 5px;
956
+ max-width: calc(100% - (2 * 5px)); }
957
+ .dark-theme .fr-view img.fr-dii.fr-fil {
958
+ margin: 5px 5px 5px 0;
959
+ max-width: calc(100% - 5px); }
960
+ .dark-theme .fr-view img.fr-dii.fr-fir {
961
+ margin: 5px 0 5px 5px;
962
+ max-width: calc(100% - 5px); }
963
+ .dark-theme .fr-view span.fr-img-caption.fr-dib {
964
+ margin: 5px auto; }
965
+ .dark-theme .fr-view span.fr-img-caption.fr-dib.fr-fil {
966
+ margin-left: 0; }
967
+ .dark-theme .fr-view span.fr-img-caption.fr-dib.fr-fir {
968
+ margin-right: 0; }
969
+ .dark-theme .fr-view span.fr-img-caption.fr-dii {
970
+ margin-left: 5px;
971
+ margin-right: 5px;
972
+ max-width: calc(100% - (2 * 5px)); }
973
+ .dark-theme .fr-view span.fr-img-caption.fr-dii.fr-fil {
974
+ margin: 5px 5px 5px 0;
975
+ max-width: calc(100% - 5px); }
976
+ .dark-theme .fr-view span.fr-img-caption.fr-dii.fr-fir {
977
+ margin: 5px 0 5px 5px;
978
+ max-width: calc(100% - 5px); }
979
+ .dark-theme .fr-view .fr-video.fr-rv {
980
+ height: 0; }
981
+ .dark-theme .fr-view .fr-video.fr-rv > iframe, .dark-theme .fr-view .fr-video.fr-rv object, .dark-theme .fr-view .fr-video.fr-rv embed {
982
+ top: 0;
983
+ left: 0; }
984
+ .dark-theme .fr-view .fr-video > * {
985
+ -webkit-box-sizing: content-box;
986
+ -moz-box-sizing: content-box;
987
+ box-sizing: content-box; }
988
+ .dark-theme .fr-view a.fr-strong {
989
+ font-weight: 700; }
990
+ .dark-theme .fr-view .fr-img-caption .fr-img-wrap {
991
+ padding: 0;
992
+ margin: auto; }
993
+ .dark-theme .fr-view .fr-img-caption .fr-img-wrap img {
994
+ margin: auto; }
995
+ .dark-theme .fr-view .fr-img-caption .fr-img-wrap > span {
996
+ margin: auto;
997
+ -webkit-box-sizing: border-box;
998
+ -moz-box-sizing: border-box;
999
+ box-sizing: border-box;
1000
+ -webkit-opacity: 0.9;
1001
+ -moz-opacity: 0.9;
1002
+ opacity: 0.9;
1003
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1004
+ .dark-theme .fr-view button.fr-rounded, .dark-theme .fr-view input.fr-rounded, .dark-theme .fr-view textarea.fr-rounded {
1005
+ border-radius: 10px;
1006
+ -moz-border-radius: 10px;
1007
+ -webkit-border-radius: 10px;
1008
+ -moz-background-clip: padding;
1009
+ -webkit-background-clip: padding-box;
1010
+ background-clip: padding-box; }
1011
+ .dark-theme a.fr-view.fr-strong {
1012
+ font-weight: 700; }
1013
+ .dark-theme img.fr-view.fr-dib {
1014
+ margin: 5px auto; }
1015
+ .dark-theme img.fr-view.fr-dib.fr-fil {
1016
+ margin-left: 0; }
1017
+ .dark-theme img.fr-view.fr-dib.fr-fir {
1018
+ margin-right: 0; }
1019
+ .dark-theme img.fr-view.fr-dii {
1020
+ margin-left: 5px;
1021
+ margin-right: 5px;
1022
+ max-width: calc(100% - (2 * 5px)); }
1023
+ .dark-theme img.fr-view.fr-dii.fr-fil {
1024
+ margin: 5px 5px 5px 0;
1025
+ max-width: calc(100% - 5px); }
1026
+ .dark-theme img.fr-view.fr-dii.fr-fir {
1027
+ margin: 5px 0 5px 5px;
1028
+ max-width: calc(100% - 5px); }
1029
+ .dark-theme span.fr-img-caption.fr-view.fr-dib {
1030
+ margin: 5px auto; }
1031
+ .dark-theme span.fr-img-caption.fr-view.fr-dib.fr-fil {
1032
+ margin-left: 0; }
1033
+ .dark-theme span.fr-img-caption.fr-view.fr-dib.fr-fir {
1034
+ margin-right: 0; }
1035
+ .dark-theme span.fr-img-caption.fr-view.fr-dii {
1036
+ margin-left: 5px;
1037
+ margin-right: 5px;
1038
+ max-width: calc(100% - (2 * 5px)); }
1039
+ .dark-theme span.fr-img-caption.fr-view.fr-dii.fr-fil {
1040
+ margin: 5px 5px 5px 0;
1041
+ max-width: calc(100% - 5px); }
1042
+ .dark-theme span.fr-img-caption.fr-view.fr-dii.fr-fir {
1043
+ margin: 5px 0 5px 5px;
1044
+ max-width: calc(100% - 5px); }
1045
+ .dark-theme .fr-element .fr-embedly {
1046
+ user-select: none;
1047
+ -o-user-select: none;
1048
+ -moz-user-select: none;
1049
+ -khtml-user-select: none;
1050
+ -webkit-user-select: none;
1051
+ -ms-user-select: none; }
1052
+ .dark-theme .fr-element .fr-embedly::after {
1053
+ top: 0;
1054
+ left: 0;
1055
+ right: 0;
1056
+ bottom: 0; }
1057
+ .dark-theme .fr-element .fr-embedly > * {
1058
+ -webkit-box-sizing: content-box;
1059
+ -moz-box-sizing: content-box;
1060
+ box-sizing: content-box; }
1061
+ .dark-theme.fr-box .fr-embedly-resizer {
1062
+ border: solid 1px #0098f7;
1063
+ user-select: none;
1064
+ -o-user-select: none;
1065
+ -moz-user-select: none;
1066
+ -khtml-user-select: none;
1067
+ -webkit-user-select: none;
1068
+ -ms-user-select: none; }
1069
+ .dark-theme.fr-popup .fr-icon.fr-fa-icon {
1070
+ width: 18px;
1071
+ padding: 8px;
1072
+ margin: 6px;
1073
+ font-size: 16px; }
1074
+ @supports not (-ms-high-contrast: none) {
1075
+ .dark-theme.fr-popup .fr-icon-container.fr-fa-container {
1076
+ grid-template-columns: repeat(auto-fill, minmax(45px, 45px)); } }
1077
+ @media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
1078
+ .dark-theme.fr-popup .fr-icon-container.fr-fa-container {
1079
+ width: 506px; } }
1080
+ .dark-theme .tui-image-editor-container {
1081
+ top: 0;
1082
+ left: 0;
1083
+ bottom: 0;
1084
+ right: 0;
1085
+ z-index: 10; }
1086
+ .dark-theme .tui-editor-cancel-btn {
1087
+ background-color: #FFF;
1088
+ border: 1px solid #AAA; }
1089
+ .dark-theme .tui-editor-save-btn {
1090
+ color: #FFF; }
1091
+ .dark-theme .examples-variante > a {
1092
+ font-size: 14px;
1093
+ font-family: Arial, Helvetica, sans-serif; }
1094
+ .dark-theme .sc-cm-holder > .sc-cm {
1095
+ border-top: 5px solid #222222 !important; }
1096
+ .dark-theme .sc-cm__item_dropdown:hover > a, .dark-theme .sc-cm a:hover {
1097
+ background-color: #424242 !important; }
1098
+ .dark-theme .sc-cm__item_active > a, .dark-theme .sc-cm__item_active > a:hover, .dark-theme .sc-cm a:active, .dark-theme .sc-cm a:focus {
1099
+ background-color: #424242 !important; }
1100
+ .dark-theme .sc-cm-holder > .sc-cm:before {
1101
+ background-color: #424242 !important; }
1102
+ .dark-theme .fr-tooltip {
1103
+ top: 0;
1104
+ left: 0;
1105
+ border-radius: 2px;
1106
+ -moz-border-radius: 2px;
1107
+ -webkit-border-radius: 2px;
1108
+ -moz-background-clip: padding;
1109
+ -webkit-background-clip: padding-box;
1110
+ background-clip: padding-box;
1111
+ background: #222222;
1112
+ color: #FFF;
1113
+ font-size: 11px;
1114
+ line-height: 22px;
1115
+ font-family: Arial, Helvetica, sans-serif;
1116
+ -webkit-transition: opacity 0.2s ease 0s;
1117
+ -moz-transition: opacity 0.2s ease 0s;
1118
+ -ms-transition: opacity 0.2s ease 0s;
1119
+ -o-transition: opacity 0.2s ease 0s;
1120
+ -webkit-opacity: 0;
1121
+ -moz-opacity: 0;
1122
+ opacity: 0;
1123
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1124
+ user-select: none;
1125
+ -o-user-select: none;
1126
+ -moz-user-select: none;
1127
+ -khtml-user-select: none;
1128
+ -webkit-user-select: none;
1129
+ -ms-user-select: none;
1130
+ -webkit-font-smoothing: antialiased;
1131
+ -moz-osx-font-smoothing: grayscale; }
1132
+ .dark-theme .fr-tooltip.fr-visible {
1133
+ -webkit-opacity: 1;
1134
+ -moz-opacity: 1;
1135
+ opacity: 1;
1136
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1137
+ .dark-theme.fr-toolbar .fr-command.fr-btn, .dark-theme.fr-popup .fr-command.fr-btn, .dark-theme.fr-modal .fr-command.fr-btn {
1138
+ color: #FFF;
1139
+ -moz-outline: 0;
1140
+ border: 0;
1141
+ margin: 4px 2px;
1142
+ padding: 0;
1143
+ -webkit-transition: all 0.5s;
1144
+ -moz-transition: all 0.5s;
1145
+ -ms-transition: all 0.5s;
1146
+ -o-transition: all 0.5s;
1147
+ border-radius: 4px;
1148
+ -moz-border-radius: 4px;
1149
+ -webkit-border-radius: 4px;
1150
+ -moz-background-clip: padding;
1151
+ -webkit-background-clip: padding-box;
1152
+ background-clip: padding-box;
1153
+ -webkit-box-sizing: border-box;
1154
+ -moz-box-sizing: border-box;
1155
+ box-sizing: border-box;
1156
+ user-select: none;
1157
+ -o-user-select: none;
1158
+ -moz-user-select: none;
1159
+ -khtml-user-select: none;
1160
+ -webkit-user-select: none;
1161
+ -ms-user-select: none;
1162
+ height: 40px; }
1163
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
1164
+ border-radius: 0 4px 4px 0;
1165
+ -moz-border-radius: 0 4px 4px 0;
1166
+ -webkit-border-radius: 0 4px 4px 0;
1167
+ -moz-background-clip: padding;
1168
+ -webkit-background-clip: padding-box;
1169
+ background-clip: padding-box; }
1170
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-btn-hover, .dark-theme.fr-popup .fr-command.fr-btn.fr-btn-hover, .dark-theme.fr-modal .fr-command.fr-btn.fr-btn-hover {
1171
+ border-radius: 4px 0 0 4px;
1172
+ -moz-border-radius: 4px 0 0 4px;
1173
+ -webkit-border-radius: 4px 0 0 4px;
1174
+ -moz-background-clip: padding;
1175
+ -webkit-background-clip: padding-box;
1176
+ background-clip: padding-box; }
1177
+ .dark-theme.fr-toolbar .fr-command.fr-btn::-moz-focus-inner, .dark-theme.fr-popup .fr-command.fr-btn::-moz-focus-inner, .dark-theme.fr-modal .fr-command.fr-btn::-moz-focus-inner {
1178
+ border: 0; }
1179
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-btn-text, .dark-theme.fr-popup .fr-command.fr-btn.fr-btn-text, .dark-theme.fr-modal .fr-command.fr-btn.fr-btn-text {
1180
+ width: auto; }
1181
+ .dark-theme.fr-toolbar .fr-command.fr-btn i, .dark-theme.fr-toolbar .fr-command.fr-btn svg, .dark-theme.fr-popup .fr-command.fr-btn i, .dark-theme.fr-popup .fr-command.fr-btn svg, .dark-theme.fr-modal .fr-command.fr-btn i, .dark-theme.fr-modal .fr-command.fr-btn svg {
1182
+ margin: 8px 7px;
1183
+ width: 24px; }
1184
+ .dark-theme.fr-toolbar .fr-command.fr-btn svg.fr-svg, .dark-theme.fr-popup .fr-command.fr-btn svg.fr-svg, .dark-theme.fr-modal .fr-command.fr-btn svg.fr-svg {
1185
+ height: 24px; }
1186
+ .dark-theme.fr-toolbar .fr-command.fr-btn svg path, .dark-theme.fr-popup .fr-command.fr-btn svg path, .dark-theme.fr-modal .fr-command.fr-btn svg path {
1187
+ -webkit-transition: all 0.5s;
1188
+ -moz-transition: all 0.5s;
1189
+ -ms-transition: all 0.5s;
1190
+ -o-transition: all 0.5s;
1191
+ fill: #FFF; }
1192
+ .dark-theme.fr-toolbar .fr-command.fr-btn span.fr-sr-only, .dark-theme.fr-popup .fr-command.fr-btn span.fr-sr-only, .dark-theme.fr-modal .fr-command.fr-btn span.fr-sr-only {
1193
+ position: absolute;
1194
+ width: 1px;
1195
+ height: 1px;
1196
+ padding: 0;
1197
+ margin: -1px;
1198
+ overflow: hidden;
1199
+ clip: rect(0, 0, 0, 0);
1200
+ border: 0; }
1201
+ .dark-theme.fr-toolbar .fr-command.fr-btn span, .dark-theme.fr-popup .fr-command.fr-btn span, .dark-theme.fr-modal .fr-command.fr-btn span {
1202
+ font-size: 14px;
1203
+ line-height: 17px;
1204
+ min-width: 30px;
1205
+ height: 17px;
1206
+ padding: 0 4px; }
1207
+ .dark-theme.fr-toolbar .fr-command.fr-btn img, .dark-theme.fr-popup .fr-command.fr-btn img, .dark-theme.fr-modal .fr-command.fr-btn img {
1208
+ margin: 8px 7px;
1209
+ width: 24px; }
1210
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup, .dark-theme.fr-popup .fr-command.fr-btn.fr-btn-active-popup, .dark-theme.fr-modal .fr-command.fr-btn.fr-btn-active-popup {
1211
+ background: #4f4f4f; }
1212
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown i, .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown span, .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown img, .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown svg, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown i, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown span, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown img, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown svg, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown i, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown span, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown img, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown svg {
1213
+ margin-left: 3px;
1214
+ margin-right: 11px; }
1215
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown:after, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown:after, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown:after {
1216
+ width: 0;
1217
+ height: 0;
1218
+ border-left: 4px solid transparent;
1219
+ border-right: 4px solid transparent;
1220
+ border-top: 4px solid #FFF;
1221
+ right: 2px;
1222
+ top: 18px;
1223
+ -webkit-transition: all 0.3s;
1224
+ -moz-transition: all 0.3s;
1225
+ -ms-transition: all 0.3s;
1226
+ -o-transition: all 0.3s; }
1227
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
1228
+ fill: #FFF;
1229
+ background: #4f4f4f;
1230
+ -webkit-transition: 0.5s ease;
1231
+ -moz-transition: 0.5s ease;
1232
+ -ms-transition: 0.5s ease;
1233
+ -o-transition: 0.5s ease; }
1234
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
1235
+ background: #424242;
1236
+ fill: #FFF; }
1237
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
1238
+ border-top-color: #FFF; }
1239
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after, .dark-theme.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after, .dark-theme.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
1240
+ border-top: 0;
1241
+ border-bottom: 4px solid #FFF; }
1242
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-disabled, .dark-theme.fr-popup .fr-command.fr-btn.fr-disabled, .dark-theme.fr-modal .fr-command.fr-btn.fr-disabled {
1243
+ color: gray;
1244
+ -webkit-opacity: 0.3;
1245
+ -moz-opacity: 0.3;
1246
+ opacity: 0.3;
1247
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1248
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-disabled::after, .dark-theme.fr-popup .fr-command.fr-btn.fr-disabled::after, .dark-theme.fr-modal .fr-command.fr-btn.fr-disabled::after {
1249
+ border-top-color: gray; }
1250
+ .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn {
1251
+ margin: 0;
1252
+ width: 46px;
1253
+ height: 40px;
1254
+ border-radius: 0;
1255
+ -moz-border-radius: 0;
1256
+ -webkit-border-radius: 0;
1257
+ -moz-background-clip: padding;
1258
+ -webkit-background-clip: padding-box;
1259
+ background-clip: padding-box; }
1260
+ .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
1261
+ background: #353535; }
1262
+ .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn span, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn span, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn span {
1263
+ height: 27px; }
1264
+ .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn img, .dark-theme.fr-toolbar .fr-tabs .fr-command.fr-btn svg, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn img, .dark-theme.fr-popup .fr-tabs .fr-command.fr-btn svg, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn img, .dark-theme.fr-modal .fr-tabs .fr-command.fr-btn svg {
1265
+ margin: 8px 11px;
1266
+ width: 24px;
1267
+ height: 24px; }
1268
+ .dark-theme.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .dark-theme.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
1269
+ fill: #0098f7; }
1270
+ .dark-theme.fr-toolbar.fr-disabled .fr-btn, .dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-active, .dark-theme.fr-popup.fr-disabled .fr-btn, .dark-theme.fr-popup.fr-disabled .fr-btn.fr-active, .dark-theme.fr-modal.fr-disabled .fr-btn, .dark-theme.fr-modal.fr-disabled .fr-btn.fr-active {
1271
+ color: gray;
1272
+ -webkit-opacity: 0.3;
1273
+ -moz-opacity: 0.3;
1274
+ opacity: 0.3;
1275
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1276
+ .dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .dark-theme.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .dark-theme.fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .dark-theme.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .dark-theme.fr-modal.fr-disabled .fr-btn.fr-dropdown::after, .dark-theme.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
1277
+ border-top-color: gray; }
1278
+ .dark-theme.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .dark-theme.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .dark-theme.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .dark-theme.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .dark-theme.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .dark-theme.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
1279
+ border-radius: 4px 0 0 4px;
1280
+ -moz-border-radius: 4px 0 0 4px;
1281
+ -webkit-border-radius: 4px 0 0 4px;
1282
+ -moz-background-clip: padding;
1283
+ -webkit-background-clip: padding-box;
1284
+ background-clip: padding-box; }
1285
+ .dark-theme.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover, .dark-theme.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover, .dark-theme.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover, .dark-theme.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover, .dark-theme.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover, .dark-theme.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
1286
+ border-radius: 0 4px 4px 0;
1287
+ -moz-border-radius: 0 4px 4px 0;
1288
+ -webkit-border-radius: 0 4px 4px 0;
1289
+ -moz-background-clip: padding;
1290
+ -webkit-background-clip: padding-box;
1291
+ background-clip: padding-box; }
1292
+ .dark-theme.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden), .dark-theme.fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
1293
+ display: -webkit-inline-flex;
1294
+ display: -ms-inline-flexbox;
1295
+ display: inline-flex; }
1296
+ .dark-theme.fr-desktop .fr-command:hover, .dark-theme.fr-desktop .fr-command:focus, .dark-theme.fr-desktop .fr-command.fr-btn-hover, .dark-theme.fr-desktop .fr-command.fr-expanded {
1297
+ outline: 0;
1298
+ color: #FFF; }
1299
+ .dark-theme.fr-desktop .fr-command:hover:not(.fr-table-cell), .dark-theme.fr-desktop .fr-command:focus:not(.fr-table-cell), .dark-theme.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), .dark-theme.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
1300
+ background: #424242; }
1301
+ .dark-theme.fr-desktop .fr-command:hover::after, .dark-theme.fr-desktop .fr-command:focus::after, .dark-theme.fr-desktop .fr-command.fr-btn-hover::after, .dark-theme.fr-desktop .fr-command.fr-expanded::after {
1302
+ border-top-color: #FFF; }
1303
+ .dark-theme.fr-desktop .fr-command.fr-selected:not(.fr-table-cell), .dark-theme.fr-desktop .fr-command:active {
1304
+ color: #FFF;
1305
+ background: #4f4f4f; }
1306
+ .dark-theme.fr-desktop .fr-command.fr-active:hover, .dark-theme.fr-desktop .fr-command.fr-active:focus, .dark-theme.fr-desktop .fr-command.fr-active.fr-btn-hover, .dark-theme.fr-desktop .fr-command.fr-active.fr-expanded {
1307
+ background: #424242; }
1308
+ .dark-theme.fr-desktop .fr-command.fr-active:active {
1309
+ background: #4f4f4f; }
1310
+ .dark-theme.fr-toolbar.fr-mobile .fr-command.fr-blink, .dark-theme.fr-popup.fr-mobile .fr-command.fr-blink {
1311
+ background: #4f4f4f; }
1312
+ .dark-theme .fr-command.fr-btn.fr-options {
1313
+ width: 16px;
1314
+ margin-left: -5px; }
1315
+ .dark-theme .fr-command.fr-btn.fr-options.fr-btn-hover, .dark-theme .fr-command.fr-btn.fr-options:hover, .dark-theme .fr-command.fr-btn.fr-options:focus {
1316
+ border-left: solid 1px #FAFAFA;
1317
+ -webkit-transition: border-left 0s, background-color 0.5s;
1318
+ -moz-transition: border-left 0s, background-color 0.5s;
1319
+ -ms-transition: border-left 0s, background-color 0.5s;
1320
+ -o-transition: border-left 0s, background-color 0.5s; }
1321
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu {
1322
+ background: #353535;
1323
+ right: auto;
1324
+ bottom: auto;
1325
+ height: auto;
1326
+ border-radius: 4px;
1327
+ -moz-border-radius: 4px;
1328
+ -webkit-border-radius: 4px;
1329
+ -moz-background-clip: padding;
1330
+ -webkit-background-clip: padding-box;
1331
+ background-clip: padding-box;
1332
+ -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
1333
+ -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
1334
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
1335
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
1336
+ -webkit-transition: none;
1337
+ -moz-transition: none;
1338
+ -ms-transition: none;
1339
+ -o-transition: none;
1340
+ height: auto;
1341
+ max-height: 275px; }
1342
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
1343
+ padding: 0;
1344
+ margin: auto;
1345
+ -webkit-box-sizing: border-box;
1346
+ -moz-box-sizing: border-box;
1347
+ box-sizing: border-box;
1348
+ -webkit-transition: height 0.3s;
1349
+ -moz-transition: height 0.3s;
1350
+ -ms-transition: height 0.3s;
1351
+ -o-transition: height 0.3s;
1352
+ margin-top: 0;
1353
+ height: 0; }
1354
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
1355
+ margin: 0;
1356
+ padding: 8px 0;
1357
+ min-width: 72px; }
1358
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
1359
+ padding: 0;
1360
+ margin: 0;
1361
+ font-size: 15px; }
1362
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
1363
+ padding: 0 20px;
1364
+ color: inherit;
1365
+ border-radius: 0;
1366
+ -moz-border-radius: 0;
1367
+ -webkit-border-radius: 0;
1368
+ -moz-background-clip: padding;
1369
+ -webkit-background-clip: padding-box;
1370
+ background-clip: padding-box; }
1371
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
1372
+ width: 24px;
1373
+ height: 24px;
1374
+ margin: 3px 4px; }
1375
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
1376
+ fill: #FFF; }
1377
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
1378
+ background: #4f4f4f; }
1379
+ .dark-theme .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
1380
+ color: gray; }
1381
+ .dark-theme .fr-command.fr-btn.fr-active + .fr-dropdown-menu {
1382
+ -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
1383
+ -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
1384
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
1385
+ .dark-theme .fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
1386
+ border-radius: 2px 2px 0 0;
1387
+ -moz-border-radius: 2px 2px 0 0;
1388
+ -webkit-border-radius: 2px 2px 0 0;
1389
+ -moz-background-clip: padding;
1390
+ -webkit-background-clip: padding-box;
1391
+ background-clip: padding-box; }
1392
+ .dark-theme.fr-modal {
1393
+ color: #FFF;
1394
+ font-family: Arial, Helvetica, sans-serif;
1395
+ overflow-x: auto;
1396
+ top: 0;
1397
+ left: 0;
1398
+ bottom: 0;
1399
+ right: 0;
1400
+ z-index: 2147483640;
1401
+ -webkit-font-smoothing: antialiased;
1402
+ -moz-osx-font-smoothing: grayscale; }
1403
+ .dark-theme.fr-modal.fr-middle .fr-modal-wrapper {
1404
+ margin-top: 0;
1405
+ margin-bottom: 0;
1406
+ margin-left: auto;
1407
+ margin-right: auto;
1408
+ -webkit-transform: translate(-50%, -50%);
1409
+ -moz-transform: translate(-50%, -50%);
1410
+ -ms-transform: translate(-50%, -50%);
1411
+ -o-transform: translate(-50%, -50%); }
1412
+ .dark-theme.fr-modal .fr-modal-wrapper {
1413
+ border-radius: 10px;
1414
+ -moz-border-radius: 10px;
1415
+ -webkit-border-radius: 10px;
1416
+ -moz-background-clip: padding;
1417
+ -webkit-background-clip: padding-box;
1418
+ background-clip: padding-box;
1419
+ margin: 20px auto;
1420
+ background: #353535;
1421
+ min-width: 300px;
1422
+ -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1423
+ -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1424
+ box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1425
+ border: 0; }
1426
+ @media (min-width: 768px) and (max-width: 991px) {
1427
+ .dark-theme.fr-modal .fr-modal-wrapper {
1428
+ margin: 30px auto; } }
1429
+ @media (min-width: 992px) {
1430
+ .dark-theme.fr-modal .fr-modal-wrapper {
1431
+ margin: 50px auto; } }
1432
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head {
1433
+ background: #353535;
1434
+ min-height: 42px;
1435
+ border-bottom: solid #efefef 1px;
1436
+ -webkit-transition: all 0.2s ease 0s;
1437
+ -moz-transition: all 0.2s ease 0s;
1438
+ -ms-transition: all 0.2s ease 0s;
1439
+ -o-transition: all 0.2s ease 0s; }
1440
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
1441
+ height: 56px;
1442
+ padding: 0 10px; }
1443
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
1444
+ margin: 10px;
1445
+ top: 0;
1446
+ right: 0; }
1447
+ .dark-theme.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
1448
+ font-size: 20px;
1449
+ padding: 19px 10px;
1450
+ margin: 0;
1451
+ font-weight: 400;
1452
+ line-height: 18px; }
1453
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body {
1454
+ min-height: 150px;
1455
+ overflow-y: auto;
1456
+ padding-bottom: 20px; }
1457
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
1458
+ outline: 0; }
1459
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
1460
+ height: 36px;
1461
+ color: #0098f7;
1462
+ padding: 10px;
1463
+ -webkit-transition: background 0.2s ease 0s;
1464
+ -moz-transition: background 0.2s ease 0s;
1465
+ -ms-transition: background 0.2s ease 0s;
1466
+ -o-transition: background 0.2s ease 0s;
1467
+ border-radius: 2px;
1468
+ -moz-border-radius: 2px;
1469
+ -webkit-border-radius: 2px;
1470
+ -moz-background-clip: padding;
1471
+ -webkit-background-clip: padding-box;
1472
+ background-clip: padding-box; }
1473
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover, .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
1474
+ background: #424242;
1475
+ color: #0098f7; }
1476
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
1477
+ background: #4f4f4f;
1478
+ color: #0098f7; }
1479
+ .dark-theme.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
1480
+ border: 0; }
1481
+ .dark-theme.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
1482
+ background: #424242; }
1483
+ .dark-theme.fr-overlay {
1484
+ top: 0;
1485
+ bottom: 0;
1486
+ left: 0;
1487
+ right: 0;
1488
+ background: #000;
1489
+ -webkit-opacity: 0.5;
1490
+ -moz-opacity: 0.5;
1491
+ opacity: 0.5;
1492
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1493
+ .dark-theme.fr-popup {
1494
+ color: #FFF;
1495
+ background: #353535;
1496
+ -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1497
+ -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1498
+ box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1499
+ font-family: Arial, Helvetica, sans-serif;
1500
+ -webkit-box-sizing: border-box;
1501
+ -moz-box-sizing: border-box;
1502
+ box-sizing: border-box;
1503
+ user-select: none;
1504
+ -o-user-select: none;
1505
+ -moz-user-select: none;
1506
+ -khtml-user-select: none;
1507
+ -webkit-user-select: none;
1508
+ -ms-user-select: none;
1509
+ margin-top: 10px;
1510
+ border-radius: 6px;
1511
+ -moz-border-radius: 6px;
1512
+ -webkit-border-radius: 6px;
1513
+ -moz-background-clip: padding;
1514
+ -webkit-background-clip: padding-box;
1515
+ background-clip: padding-box;
1516
+ -webkit-font-smoothing: antialiased;
1517
+ -moz-osx-font-smoothing: grayscale; }
1518
+ .dark-theme.fr-popup .fr-icon {
1519
+ font-size: 20px;
1520
+ font-weight: 400;
1521
+ padding: 6px; }
1522
+ .dark-theme.fr-popup .fr-icon-container {
1523
+ padding: 20px;
1524
+ max-height: 200px;
1525
+ overflow: auto;
1526
+ -webkit-box-sizing: border-box;
1527
+ -moz-box-sizing: border-box;
1528
+ box-sizing: border-box; }
1529
+ @supports not (-ms-high-contrast: none) {
1530
+ .dark-theme.fr-popup .fr-icon-container {
1531
+ grid-template-columns: repeat(auto-fill, minmax(36px, 36px)); } }
1532
+ @media (min-width: 768px) {
1533
+ .dark-theme.fr-popup .fr-icon-container {
1534
+ min-width: 276px; } }
1535
+ @media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
1536
+ .dark-theme.fr-popup .fr-icon-container {
1537
+ width: 236px; } }
1538
+ .dark-theme.fr-popup .fr-input-focus {
1539
+ background: #363636; }
1540
+ .dark-theme.fr-popup.fr-above {
1541
+ border-top: 0; }
1542
+ .dark-theme.fr-popup.fr-hidden {
1543
+ -webkit-opacity: 0;
1544
+ -moz-opacity: 0;
1545
+ opacity: 0;
1546
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1547
+ .dark-theme.fr-popup .fr-input-line {
1548
+ padding: 15px 0; }
1549
+ .dark-theme.fr-popup .fr-input-line input[type="text"], .dark-theme.fr-popup .fr-input-line textarea {
1550
+ margin-bottom: 1px;
1551
+ border-radius: 2px;
1552
+ -moz-border-radius: 2px;
1553
+ -webkit-border-radius: 2px;
1554
+ -moz-background-clip: padding;
1555
+ -webkit-background-clip: padding-box;
1556
+ background-clip: padding-box;
1557
+ border: solid 1px #999999;
1558
+ color: #FFF;
1559
+ font-size: 14px;
1560
+ background: #353535;
1561
+ padding: 4px 12px;
1562
+ -webkit-box-sizing: border-box;
1563
+ -moz-box-sizing: border-box;
1564
+ box-sizing: border-box;
1565
+ -webkit-transition: border 0.5s, padding 0.5s;
1566
+ -moz-transition: border 0.5s, padding 0.5s;
1567
+ -ms-transition: border 0.5s, padding 0.5s;
1568
+ -o-transition: border 0.5s, padding 0.5s; }
1569
+ .dark-theme.fr-popup .fr-input-line input[type="text"]:hover, .dark-theme.fr-popup .fr-input-line textarea:hover {
1570
+ border: solid 1px #515151; }
1571
+ .dark-theme.fr-popup .fr-input-line input[type="text"]:focus, .dark-theme.fr-popup .fr-input-line textarea:focus {
1572
+ border: solid 2px #0098f7;
1573
+ padding: 3px 11px; }
1574
+ .dark-theme.fr-popup .fr-input-line input[type="text"] {
1575
+ height: 46px; }
1576
+ .dark-theme.fr-popup .fr-input-line input + label, .dark-theme.fr-popup .fr-input-line textarea + label {
1577
+ top: 29px;
1578
+ left: 12px;
1579
+ font-size: 14px;
1580
+ -webkit-transition: all 0.5s ease;
1581
+ -moz-transition: all 0.5s ease;
1582
+ -ms-transition: all 0.5s ease;
1583
+ -o-transition: all 0.5s ease;
1584
+ background: #353535;
1585
+ padding: 0; }
1586
+ .dark-theme.fr-popup .fr-input-line input.fr-not-empty + label, .dark-theme.fr-popup .fr-input-line textarea.fr-not-empty + label {
1587
+ color: gray;
1588
+ width: auto;
1589
+ left: 4px;
1590
+ padding: 0 4px;
1591
+ font-size: 11px;
1592
+ top: 9px; }
1593
+ .dark-theme.fr-popup input, .dark-theme.fr-popup textarea {
1594
+ user-select: text;
1595
+ -o-user-select: text;
1596
+ -moz-user-select: text;
1597
+ -khtml-user-select: text;
1598
+ -webkit-user-select: text;
1599
+ -ms-user-select: text;
1600
+ border-radius: 0;
1601
+ -moz-border-radius: 0;
1602
+ -webkit-border-radius: 0;
1603
+ -moz-background-clip: padding;
1604
+ -webkit-background-clip: padding-box;
1605
+ background-clip: padding-box; }
1606
+ .dark-theme.fr-popup .fr-buttons {
1607
+ line-height: 0; }
1608
+ .dark-theme.fr-popup .fr-buttons .fr-btn {
1609
+ margin-left: 4px;
1610
+ margin-right: 4px; }
1611
+ .dark-theme.fr-popup .fr-buttons.fr-tabs {
1612
+ border-radius: 6px 6px 0 0;
1613
+ -moz-border-radius: 6px 6px 0 0;
1614
+ -webkit-border-radius: 6px 6px 0 0;
1615
+ -moz-background-clip: padding;
1616
+ -webkit-background-clip: padding-box;
1617
+ background-clip: padding-box;
1618
+ background-color: #686868; }
1619
+ @media (max-width: 768px) {
1620
+ .dark-theme.fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
1621
+ width: 276px; } }
1622
+ .dark-theme.fr-popup .fr-buttons:not(.fr-tabs) {
1623
+ padding: 5px; }
1624
+ .dark-theme.fr-popup .fr-layer {
1625
+ border-radius: 6px;
1626
+ -moz-border-radius: 6px;
1627
+ -webkit-border-radius: 6px;
1628
+ -moz-background-clip: padding;
1629
+ -webkit-background-clip: padding-box;
1630
+ background-clip: padding-box;
1631
+ width: 195px;
1632
+ -webkit-box-sizing: border-box;
1633
+ -moz-box-sizing: border-box;
1634
+ box-sizing: border-box;
1635
+ margin: 20px; }
1636
+ @media (min-width: 768px) {
1637
+ .dark-theme.fr-popup .fr-layer {
1638
+ width: 260px; } }
1639
+ .dark-theme.fr-popup .fr-action-buttons {
1640
+ height: 36px; }
1641
+ .dark-theme.fr-popup .fr-action-buttons button.fr-command {
1642
+ height: 36px;
1643
+ color: #0098f7;
1644
+ padding: 10px;
1645
+ font-size: 16px;
1646
+ -webkit-transition: background 0.2s ease 0s;
1647
+ -moz-transition: background 0.2s ease 0s;
1648
+ -ms-transition: background 0.2s ease 0s;
1649
+ -o-transition: background 0.2s ease 0s;
1650
+ border-radius: 2px;
1651
+ -moz-border-radius: 2px;
1652
+ -webkit-border-radius: 2px;
1653
+ -moz-background-clip: padding;
1654
+ -webkit-background-clip: padding-box;
1655
+ background-clip: padding-box; }
1656
+ .dark-theme.fr-popup .fr-action-buttons button.fr-command:hover, .dark-theme.fr-popup .fr-action-buttons button.fr-command:focus {
1657
+ background: #424242;
1658
+ color: #0098f7; }
1659
+ .dark-theme.fr-popup .fr-action-buttons button.fr-command:active {
1660
+ background: #4f4f4f;
1661
+ color: #0098f7; }
1662
+ .dark-theme.fr-popup .fr-action-buttons button::-moz-focus-inner {
1663
+ border: 0; }
1664
+ .dark-theme.fr-popup .fr-checkbox {
1665
+ width: 18px;
1666
+ height: 18px;
1667
+ padding: 10px;
1668
+ -webkit-box-sizing: content-box;
1669
+ -moz-box-sizing: content-box;
1670
+ box-sizing: content-box; }
1671
+ .dark-theme.fr-popup .fr-checkbox svg {
1672
+ margin-left: 2px;
1673
+ margin-top: 2px;
1674
+ width: 10px;
1675
+ height: 10px; }
1676
+ .dark-theme.fr-popup .fr-checkbox span {
1677
+ border-radius: 2px;
1678
+ -moz-border-radius: 2px;
1679
+ -webkit-border-radius: 2px;
1680
+ -moz-background-clip: padding;
1681
+ -webkit-background-clip: padding-box;
1682
+ background-clip: padding-box;
1683
+ width: 18px;
1684
+ height: 18px;
1685
+ -webkit-box-sizing: border-box;
1686
+ -moz-box-sizing: border-box;
1687
+ box-sizing: border-box;
1688
+ -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
1689
+ -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
1690
+ -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
1691
+ -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s; }
1692
+ .dark-theme.fr-popup .fr-checkbox input {
1693
+ -webkit-opacity: 0;
1694
+ -moz-opacity: 0;
1695
+ opacity: 0;
1696
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1697
+ height: 18px;
1698
+ margin: 0;
1699
+ padding: 0;
1700
+ width: 18px; }
1701
+ .dark-theme.fr-popup .fr-checkbox input:not(:checked) + span {
1702
+ border: solid 2px #999999; }
1703
+ .dark-theme.fr-popup .fr-checkbox input:not(:checked):active + span {
1704
+ background-color: #353535; }
1705
+ .dark-theme.fr-popup .fr-checkbox input:not(:checked):focus + span, .dark-theme.fr-popup .fr-checkbox input:not(:checked):hover + span {
1706
+ border-color: #515151; }
1707
+ .dark-theme.fr-popup .fr-checkbox input:checked + span {
1708
+ background: #0098f7;
1709
+ border: solid 2px #0098f7; }
1710
+ .dark-theme.fr-popup .fr-checkbox input:checked:active + span {
1711
+ background-color: #EcF5Ff; }
1712
+ .dark-theme.fr-popup .fr-checkbox input:checked:focus + span, .dark-theme.fr-popup .fr-checkbox input:checked:hover + span {
1713
+ -webkit-opacity: 0.8;
1714
+ -moz-opacity: 0.8;
1715
+ opacity: 0.8;
1716
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1717
+ .dark-theme.fr-popup .fr-checkbox-line {
1718
+ font-size: 14px;
1719
+ line-height: 1.4px;
1720
+ margin-top: 10px; }
1721
+ .dark-theme.fr-popup .fr-checkbox-line label {
1722
+ margin: 0 5px; }
1723
+ .dark-theme.fr-popup.fr-rtl .fr-input-line input + label, .dark-theme.fr-popup.fr-rtl .fr-input-line textarea + label {
1724
+ left: auto;
1725
+ right: 0; }
1726
+ .dark-theme .fr-text-edit-layer {
1727
+ -webkit-box-sizing: border-box;
1728
+ -moz-box-sizing: border-box;
1729
+ box-sizing: border-box; }
1730
+ .dark-theme.fr-toolbar {
1731
+ color: #FFF;
1732
+ background: #353535;
1733
+ font-family: Arial, Helvetica, sans-serif;
1734
+ -webkit-box-sizing: border-box;
1735
+ -moz-box-sizing: border-box;
1736
+ box-sizing: border-box;
1737
+ user-select: none;
1738
+ -o-user-select: none;
1739
+ -moz-user-select: none;
1740
+ -khtml-user-select: none;
1741
+ -webkit-user-select: none;
1742
+ -ms-user-select: none;
1743
+ border-radius: 2px;
1744
+ -moz-border-radius: 2px;
1745
+ -webkit-border-radius: 2px;
1746
+ -moz-background-clip: padding;
1747
+ -webkit-background-clip: padding-box;
1748
+ background-clip: padding-box;
1749
+ border: 1px solid #CCCCCC;
1750
+ -webkit-font-smoothing: antialiased;
1751
+ -moz-osx-font-smoothing: grayscale;
1752
+ padding-bottom: 0;
1753
+ -webkit-transition: padding-bottom 0.5s;
1754
+ -moz-transition: padding-bottom 0.5s;
1755
+ -ms-transition: padding-bottom 0.5s;
1756
+ -o-transition: padding-bottom 0.5s; }
1757
+ .dark-theme.fr-toolbar::after {
1758
+ clear: both;
1759
+ display: block;
1760
+ content: "";
1761
+ height: 0; }
1762
+ .dark-theme.fr-toolbar::after {
1763
+ height: 0; }
1764
+ .dark-theme.fr-toolbar .fr-newline {
1765
+ margin-left: 9px;
1766
+ margin-right: 9px;
1767
+ background: #353535;
1768
+ height: 1px;
1769
+ -webkit-transition: height 0.5s;
1770
+ -moz-transition: height 0.5s;
1771
+ -ms-transition: height 0.5s;
1772
+ -o-transition: height 0.5s; }
1773
+ .dark-theme.fr-toolbar.fr-toolbar-open {
1774
+ padding-bottom: 48px; }
1775
+ .dark-theme.fr-toolbar.fr-toolbar-open .fr-newline {
1776
+ height: 0; }
1777
+ .dark-theme.fr-toolbar .fr-more-toolbar {
1778
+ border-radius: 0;
1779
+ -moz-border-radius: 0;
1780
+ -webkit-border-radius: 0;
1781
+ -moz-background-clip: padding;
1782
+ -webkit-background-clip: padding-box;
1783
+ background-clip: padding-box;
1784
+ background-color: #686868;
1785
+ -webkit-transition: height 0.5s;
1786
+ -moz-transition: height 0.5s;
1787
+ -ms-transition: height 0.5s;
1788
+ -o-transition: height 0.5s;
1789
+ height: 0;
1790
+ -webkit-box-sizing: border-box;
1791
+ -moz-box-sizing: border-box;
1792
+ box-sizing: border-box; }
1793
+ .dark-theme.fr-toolbar .fr-more-toolbar.fr-expanded {
1794
+ height: 48px; }
1795
+ .dark-theme.fr-toolbar .fr-more-toolbar > .fr-command.fr-btn {
1796
+ margin-left: 4px;
1797
+ margin-right: 4px; }
1798
+ .dark-theme.fr-toolbar .fr-btn-grp {
1799
+ margin: 0 17px 0 12px; }
1800
+ @media (max-width: 768px) {
1801
+ .dark-theme.fr-toolbar .fr-btn-grp {
1802
+ margin: 0 7px 0 6px; } }
1803
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-open {
1804
+ margin-top: 10px;
1805
+ margin-bottom: -1px;
1806
+ border-radius: 4px 4px 0 0;
1807
+ -moz-border-radius: 4px 4px 0 0;
1808
+ -webkit-border-radius: 4px 4px 0 0;
1809
+ -moz-background-clip: padding;
1810
+ -webkit-background-clip: padding-box;
1811
+ background-clip: padding-box; }
1812
+ .dark-theme.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
1813
+ background: #686868; }
1814
+ .dark-theme.fr-toolbar.fr-inline {
1815
+ -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1816
+ -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1817
+ box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
1818
+ border: 0;
1819
+ z-index: 2147483630; }
1820
+ .dark-theme.fr-toolbar.fr-inline.fr-above {
1821
+ border-top: 0; }
1822
+ .dark-theme.fr-toolbar.fr-inline .fr-newline {
1823
+ height: 0; }
1824
+ .dark-theme.fr-toolbar.fr-top {
1825
+ top: 0;
1826
+ border-bottom: 0;
1827
+ border-radius: 10px 10px 0 0;
1828
+ -moz-border-radius: 10px 10px 0 0;
1829
+ -webkit-border-radius: 10px 10px 0 0;
1830
+ -moz-background-clip: padding;
1831
+ -webkit-background-clip: padding-box;
1832
+ background-clip: padding-box; }
1833
+ .dark-theme.fr-toolbar.fr-bottom {
1834
+ bottom: 0;
1835
+ border-top: 0;
1836
+ padding-bottom: 0;
1837
+ border-radius: 0 0 10px 10px;
1838
+ -moz-border-radius: 0 0 10px 10px;
1839
+ -webkit-border-radius: 0 0 10px 10px;
1840
+ -moz-background-clip: padding;
1841
+ -webkit-background-clip: padding-box;
1842
+ background-clip: padding-box; }
1843
+ .dark-theme.fr-toolbar.fr-bottom .fr-newline {
1844
+ padding-top: 0;
1845
+ -webkit-transition: padding-top 0.5s;
1846
+ -moz-transition: padding-top 0.5s;
1847
+ -ms-transition: padding-top 0.5s;
1848
+ -o-transition: padding-top 0.5s; }
1849
+ .dark-theme.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
1850
+ padding-top: 48px;
1851
+ background: #FFF; }
1852
+ .dark-theme.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
1853
+ margin-top: -1px;
1854
+ margin-bottom: 10px;
1855
+ border-radius: 0 0 4px 4px;
1856
+ -moz-border-radius: 0 0 4px 4px;
1857
+ -webkit-border-radius: 0 0 4px 4px;
1858
+ -moz-background-clip: padding;
1859
+ -webkit-background-clip: padding-box;
1860
+ background-clip: padding-box; }
1861
+ .dark-theme.fr-toolbar.fr-sticky-on {
1862
+ border-radius: 0;
1863
+ -moz-border-radius: 0;
1864
+ -webkit-border-radius: 0;
1865
+ -moz-background-clip: padding;
1866
+ -webkit-background-clip: padding-box;
1867
+ background-clip: padding-box; }
1868
+ .dark-theme .fr-separator {
1869
+ background: #595959; }
1870
+ .dark-theme .fr-separator.fr-vs {
1871
+ height: 32px;
1872
+ width: 1px;
1873
+ margin: 8px 4px; }
1874
+ .dark-theme .fr-separator.fr-hs {
1875
+ width: calc(100% - (2 * 4px));
1876
+ margin: 0 4px;
1877
+ height: 1px; }
1878
+ .dark-theme .second-toolbar {
1879
+ border: 1px solid #CCCCCC;
1880
+ border-top: 0;
1881
+ background: #FFF;
1882
+ border-radius: 0 0 10px 10px;
1883
+ -moz-border-radius: 0 0 10px 10px;
1884
+ -webkit-border-radius: 0 0 10px 10px;
1885
+ -moz-background-clip: padding;
1886
+ -webkit-background-clip: padding-box;
1887
+ background-clip: padding-box; }
1888
+ .dark-theme .second-toolbar::after {
1889
+ clear: both;
1890
+ display: block;
1891
+ content: "";
1892
+ height: 0; }
1893
+ .dark-theme #logo > span {
1894
+ padding: 11px 5px 10px 15px;
1895
+ font-size: 12px;
1896
+ font-weight: 500;
1897
+ color: #b1b2b7;
1898
+ -webkit-transition: color 0.3s;
1899
+ -moz-transition: color 0.3s;
1900
+ -ms-transition: color 0.3s;
1901
+ -o-transition: color 0.3s; }
1902
+ .dark-theme #logo > svg {
1903
+ height: 20px;
1904
+ width: 47px;
1905
+ margin: 7px 0; }
1906
+ .dark-theme #logo > svg * {
1907
+ -webkit-transition: fill 0.3s;
1908
+ -moz-transition: fill 0.3s;
1909
+ -ms-transition: fill 0.3s;
1910
+ -o-transition: fill 0.3s; }
1911
+ .dark-theme #logo:hover > span, .dark-theme #logo:focus > span {
1912
+ color: #0098f7; }
1913
+ .dark-theme #logo:hover > svg .fr-logo, .dark-theme #logo:focus > svg .fr-logo {
1914
+ fill: #0098f7; }