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,1356 @@
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
+ .fr-element, .fr-element:focus {
24
+ outline: 0 solid transparent; }
25
+
26
+ .fr-box.fr-basic {
27
+ border-radius: 10px;
28
+ -moz-border-radius: 10px;
29
+ -webkit-border-radius: 10px;
30
+ -moz-background-clip: padding;
31
+ -webkit-background-clip: padding-box;
32
+ background-clip: padding-box; }
33
+ .fr-box.fr-basic .fr-element {
34
+ font-family: sans-serif;
35
+ color: #414141;
36
+ font-size: 14px;
37
+ line-height: 1.6;
38
+ padding: 20px;
39
+ -webkit-box-sizing: border-box;
40
+ -moz-box-sizing: border-box;
41
+ box-sizing: border-box;
42
+ overflow-x: auto;
43
+ min-height: 60px;
44
+ text-align: left; }
45
+ .fr-box.fr-basic.fr-rtl .fr-element {
46
+ text-align: right; }
47
+
48
+ .fr-element {
49
+ background: transparent;
50
+ position: relative;
51
+ z-index: 2;
52
+ -webkit-user-select: auto; }
53
+ .fr-element a {
54
+ user-select: auto;
55
+ -o-user-select: auto;
56
+ -moz-user-select: auto;
57
+ -khtml-user-select: auto;
58
+ -webkit-user-select: auto;
59
+ -ms-user-select: auto; }
60
+ .fr-element.fr-disabled {
61
+ user-select: none;
62
+ -o-user-select: none;
63
+ -moz-user-select: none;
64
+ -khtml-user-select: none;
65
+ -webkit-user-select: none;
66
+ -ms-user-select: none; }
67
+ .fr-element [contenteditable="true"] {
68
+ outline: 0 solid transparent; }
69
+
70
+ .fr-box a.fr-floating-btn {
71
+ -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);
72
+ -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);
73
+ 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);
74
+ border-radius: 100%;
75
+ -moz-border-radius: 100%;
76
+ -webkit-border-radius: 100%;
77
+ -moz-background-clip: padding;
78
+ -webkit-background-clip: padding-box;
79
+ background-clip: padding-box;
80
+ height: 40px;
81
+ width: 40px;
82
+ text-align: center;
83
+ background: #FFF;
84
+ color: #333333;
85
+ -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
86
+ -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
87
+ -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
88
+ -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
89
+ outline: none;
90
+ left: 0;
91
+ top: 0;
92
+ line-height: 40px;
93
+ -webkit-transform: scale(0);
94
+ -moz-transform: scale(0);
95
+ -ms-transform: scale(0);
96
+ -o-transform: scale(0);
97
+ text-align: center;
98
+ display: block;
99
+ -webkit-box-sizing: border-box;
100
+ -moz-box-sizing: border-box;
101
+ box-sizing: border-box;
102
+ border: none; }
103
+ .fr-box a.fr-floating-btn svg {
104
+ -webkit-transition: transform 0.2s ease 0s;
105
+ -moz-transition: transform 0.2s ease 0s;
106
+ -ms-transition: transform 0.2s ease 0s;
107
+ -o-transition: transform 0.2s ease 0s;
108
+ fill: #333333; }
109
+ .fr-box a.fr-floating-btn i, .fr-box a.fr-floating-btn svg {
110
+ font-size: 14px;
111
+ line-height: 40px; }
112
+ .fr-box a.fr-floating-btn.fr-btn + .fr-btn {
113
+ margin-left: 10px; }
114
+ .fr-box a.fr-floating-btn:hover {
115
+ background: #ebebeb;
116
+ cursor: pointer; }
117
+ .fr-box a.fr-floating-btn:hover svg {
118
+ fill: #333333; }
119
+ .fr-box .fr-visible a.fr-floating-btn {
120
+ -webkit-transform: scale(1);
121
+ -moz-transform: scale(1);
122
+ -ms-transform: scale(1);
123
+ -o-transform: scale(1); }
124
+
125
+ iframe.fr-iframe {
126
+ width: 100%;
127
+ border: none;
128
+ position: relative;
129
+ display: block;
130
+ z-index: 2;
131
+ -webkit-box-sizing: border-box;
132
+ -moz-box-sizing: border-box;
133
+ box-sizing: border-box; }
134
+
135
+ .fr-wrapper {
136
+ position: relative;
137
+ z-index: 1; }
138
+ .fr-wrapper::after {
139
+ clear: both;
140
+ display: block;
141
+ content: "";
142
+ height: 0; }
143
+ .fr-wrapper .fr-placeholder {
144
+ position: absolute;
145
+ font-size: 14px;
146
+ color: #AAA;
147
+ font-family: sans-serif;
148
+ z-index: 1;
149
+ display: none;
150
+ top: 0;
151
+ left: 0;
152
+ right: 0;
153
+ overflow: hidden; }
154
+ .fr-wrapper.show-placeholder .fr-placeholder {
155
+ display: block;
156
+ white-space: nowrap;
157
+ text-overflow: ellipsis; }
158
+ .fr-wrapper ::-moz-selection {
159
+ background: #b5d6fd;
160
+ color: #000; }
161
+ .fr-wrapper ::selection {
162
+ background: #b5d6fd;
163
+ color: #000; }
164
+
165
+ .fr-box.fr-basic .fr-wrapper {
166
+ background: #FFF;
167
+ border: 1px solid #CCCCCC;
168
+ border-bottom-color: #efefef;
169
+ top: 0;
170
+ left: 0; }
171
+
172
+ .fr-box.fr-basic.fr-top .fr-wrapper {
173
+ border-top: 0; }
174
+ .fr-box.fr-basic.fr-bottom .fr-wrapper {
175
+ border-bottom: 0;
176
+ border-radius: 10px 10px 0 0;
177
+ -moz-border-radius: 10px 10px 0 0;
178
+ -webkit-border-radius: 10px 10px 0 0;
179
+ -moz-background-clip: padding;
180
+ -webkit-background-clip: padding-box;
181
+ background-clip: padding-box; }
182
+
183
+ @media (min-width: 992px) {
184
+ .fr-box.fr-document {
185
+ min-width: 21cm; }
186
+ .fr-box.fr-document .fr-wrapper {
187
+ text-align: left;
188
+ padding: 30px;
189
+ min-width: 21cm;
190
+ background: #efefef; }
191
+ .fr-box.fr-document .fr-wrapper .fr-element {
192
+ text-align: left;
193
+ background: #FFF;
194
+ width: 21cm;
195
+ margin: auto;
196
+ min-height: 26cm !important;
197
+ padding: 1cm 2cm;
198
+ overflow: visible;
199
+ z-index: auto; }
200
+ .fr-box.fr-document .fr-wrapper .fr-element hr {
201
+ margin-left: -2cm;
202
+ margin-right: -2cm;
203
+ background: #efefef;
204
+ height: 1cm;
205
+ outline: none;
206
+ border: none; }
207
+ .fr-box.fr-document .fr-wrapper .fr-element img {
208
+ z-index: 1; } }
209
+ .fr-tooltip {
210
+ position: absolute;
211
+ top: 0;
212
+ left: 0;
213
+ padding: 0 8px;
214
+ border-radius: 2px;
215
+ -moz-border-radius: 2px;
216
+ -webkit-border-radius: 2px;
217
+ -moz-background-clip: padding;
218
+ -webkit-background-clip: padding-box;
219
+ background-clip: padding-box;
220
+ background: #222222;
221
+ color: #FFF;
222
+ font-size: 11px;
223
+ line-height: 22px;
224
+ font-family: Arial, Helvetica, sans-serif;
225
+ -webkit-transition: opacity 0.2s ease 0s;
226
+ -moz-transition: opacity 0.2s ease 0s;
227
+ -ms-transition: opacity 0.2s ease 0s;
228
+ -o-transition: opacity 0.2s ease 0s;
229
+ -webkit-opacity: 0;
230
+ -moz-opacity: 0;
231
+ opacity: 0;
232
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
233
+ left: -3000px;
234
+ user-select: none;
235
+ -o-user-select: none;
236
+ -moz-user-select: none;
237
+ -khtml-user-select: none;
238
+ -webkit-user-select: none;
239
+ -ms-user-select: none;
240
+ z-index: 2147483647;
241
+ text-rendering: optimizelegibility;
242
+ -webkit-font-smoothing: antialiased;
243
+ -moz-osx-font-smoothing: grayscale; }
244
+ .fr-tooltip.fr-visible {
245
+ -webkit-opacity: 1;
246
+ -moz-opacity: 1;
247
+ opacity: 1;
248
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
249
+
250
+ .fr-toolbar .fr-btn-wrap, .fr-popup .fr-btn-wrap, .fr-modal .fr-btn-wrap {
251
+ float: left;
252
+ white-space: nowrap;
253
+ position: relative; }
254
+ .fr-toolbar .fr-btn-wrap.fr-hidden, .fr-popup .fr-btn-wrap.fr-hidden, .fr-modal .fr-btn-wrap.fr-hidden {
255
+ display: none; }
256
+ .fr-toolbar .fr-command.fr-btn, .fr-popup .fr-command.fr-btn, .fr-modal .fr-command.fr-btn {
257
+ background: transparent;
258
+ color: #333333;
259
+ -moz-outline: 0;
260
+ outline: none;
261
+ border: 0;
262
+ line-height: 1;
263
+ cursor: pointer;
264
+ text-align: left;
265
+ margin: 4px 2px;
266
+ padding: 0;
267
+ -webkit-transition: all 0.5s;
268
+ -moz-transition: all 0.5s;
269
+ -ms-transition: all 0.5s;
270
+ -o-transition: all 0.5s;
271
+ border-radius: 4px;
272
+ -moz-border-radius: 4px;
273
+ -webkit-border-radius: 4px;
274
+ -moz-background-clip: padding;
275
+ -webkit-background-clip: padding-box;
276
+ background-clip: padding-box;
277
+ z-index: 2;
278
+ position: relative;
279
+ -webkit-box-sizing: border-box;
280
+ -moz-box-sizing: border-box;
281
+ box-sizing: border-box;
282
+ text-decoration: none;
283
+ user-select: none;
284
+ -o-user-select: none;
285
+ -moz-user-select: none;
286
+ -khtml-user-select: none;
287
+ -webkit-user-select: none;
288
+ -ms-user-select: none;
289
+ float: left;
290
+ height: 40px; }
291
+ .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-options, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
292
+ border-radius: 0 4px 4px 0;
293
+ -moz-border-radius: 0 4px 4px 0;
294
+ -webkit-border-radius: 0 4px 4px 0;
295
+ -moz-background-clip: padding;
296
+ -webkit-background-clip: padding-box;
297
+ background-clip: padding-box; }
298
+ .fr-toolbar .fr-command.fr-btn.fr-btn-hover, .fr-popup .fr-command.fr-btn.fr-btn-hover, .fr-modal .fr-command.fr-btn.fr-btn-hover {
299
+ border-radius: 4px 0 0 4px;
300
+ -moz-border-radius: 4px 0 0 4px;
301
+ -webkit-border-radius: 4px 0 0 4px;
302
+ -moz-background-clip: padding;
303
+ -webkit-background-clip: padding-box;
304
+ background-clip: padding-box; }
305
+ .fr-toolbar .fr-command.fr-btn::-moz-focus-inner, .fr-popup .fr-command.fr-btn::-moz-focus-inner, .fr-modal .fr-command.fr-btn::-moz-focus-inner {
306
+ border: 0;
307
+ padding: 0; }
308
+ .fr-toolbar .fr-command.fr-btn.fr-btn-text, .fr-popup .fr-command.fr-btn.fr-btn-text, .fr-modal .fr-command.fr-btn.fr-btn-text {
309
+ width: auto; }
310
+ .fr-toolbar .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn svg, .fr-popup .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn svg, .fr-modal .fr-command.fr-btn i, .fr-modal .fr-command.fr-btn svg {
311
+ display: block;
312
+ text-align: center;
313
+ float: none;
314
+ margin: 8px 7px;
315
+ width: 24px; }
316
+ .fr-toolbar .fr-command.fr-btn svg.fr-svg, .fr-popup .fr-command.fr-btn svg.fr-svg, .fr-modal .fr-command.fr-btn svg.fr-svg {
317
+ height: 24px; }
318
+ .fr-toolbar .fr-command.fr-btn svg path, .fr-popup .fr-command.fr-btn svg path, .fr-modal .fr-command.fr-btn svg path {
319
+ -webkit-transition: all 0.5s;
320
+ -moz-transition: all 0.5s;
321
+ -ms-transition: all 0.5s;
322
+ -o-transition: all 0.5s;
323
+ fill: #333333; }
324
+ .fr-toolbar .fr-command.fr-btn span.fr-sr-only, .fr-popup .fr-command.fr-btn span.fr-sr-only, .fr-modal .fr-command.fr-btn span.fr-sr-only {
325
+ position: absolute;
326
+ width: 1px;
327
+ height: 1px;
328
+ padding: 0;
329
+ margin: -1px;
330
+ overflow: hidden;
331
+ clip: rect(0, 0, 0, 0);
332
+ border: 0; }
333
+ .fr-toolbar .fr-command.fr-btn span, .fr-popup .fr-command.fr-btn span, .fr-modal .fr-command.fr-btn span {
334
+ font-size: 14px;
335
+ display: block;
336
+ line-height: 17px;
337
+ min-width: 30px;
338
+ float: left;
339
+ text-overflow: ellipsis;
340
+ overflow: hidden;
341
+ white-space: nowrap;
342
+ height: 17px;
343
+ font-weight: bold;
344
+ padding: 0 4px; }
345
+ .fr-toolbar .fr-command.fr-btn img, .fr-popup .fr-command.fr-btn img, .fr-modal .fr-command.fr-btn img {
346
+ margin: 8px 7px;
347
+ width: 24px; }
348
+ .fr-toolbar .fr-command.fr-btn.fr-btn-active-popup, .fr-popup .fr-command.fr-btn.fr-btn-active-popup, .fr-modal .fr-command.fr-btn.fr-btn-active-popup {
349
+ background: #d6d6d6; }
350
+ .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span {
351
+ font-weight: normal; }
352
+ .fr-toolbar .fr-command.fr-btn.fr-dropdown i, .fr-toolbar .fr-command.fr-btn.fr-dropdown span, .fr-toolbar .fr-command.fr-btn.fr-dropdown img, .fr-toolbar .fr-command.fr-btn.fr-dropdown svg, .fr-popup .fr-command.fr-btn.fr-dropdown i, .fr-popup .fr-command.fr-btn.fr-dropdown span, .fr-popup .fr-command.fr-btn.fr-dropdown img, .fr-popup .fr-command.fr-btn.fr-dropdown svg, .fr-modal .fr-command.fr-btn.fr-dropdown i, .fr-modal .fr-command.fr-btn.fr-dropdown span, .fr-modal .fr-command.fr-btn.fr-dropdown img, .fr-modal .fr-command.fr-btn.fr-dropdown svg {
353
+ margin-left: 3px;
354
+ margin-right: 11px; }
355
+ .fr-toolbar .fr-command.fr-btn.fr-dropdown:after, .fr-popup .fr-command.fr-btn.fr-dropdown:after, .fr-modal .fr-command.fr-btn.fr-dropdown:after {
356
+ position: absolute;
357
+ width: 0;
358
+ height: 0;
359
+ border-left: 4px solid transparent;
360
+ border-right: 4px solid transparent;
361
+ border-top: 4px solid #333333;
362
+ right: 2px;
363
+ top: 18px;
364
+ -webkit-transition: all 0.3s;
365
+ -moz-transition: all 0.3s;
366
+ -ms-transition: all 0.3s;
367
+ -o-transition: all 0.3s;
368
+ content: ""; }
369
+ .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
370
+ fill: #333333;
371
+ background: #d6d6d6;
372
+ -webkit-transition: 0.5s ease;
373
+ -moz-transition: 0.5s ease;
374
+ -ms-transition: 0.5s ease;
375
+ -o-transition: 0.5s ease; }
376
+ .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
377
+ background: #ebebeb;
378
+ fill: #333333; }
379
+ .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
380
+ border-top-color: #333333; }
381
+ .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after, .fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
382
+ border-top: 0;
383
+ border-bottom: 4px solid #222222; }
384
+ .fr-toolbar .fr-command.fr-btn.fr-disabled, .fr-popup .fr-command.fr-btn.fr-disabled, .fr-modal .fr-command.fr-btn.fr-disabled {
385
+ color: #bdbdbd;
386
+ cursor: default;
387
+ -webkit-opacity: 0.3;
388
+ -moz-opacity: 0.3;
389
+ opacity: 0.3;
390
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
391
+ .fr-toolbar .fr-command.fr-btn.fr-disabled::after, .fr-popup .fr-command.fr-btn.fr-disabled::after, .fr-modal .fr-command.fr-btn.fr-disabled::after {
392
+ border-top-color: #bdbdbd; }
393
+ .fr-toolbar .fr-command.fr-btn.fr-hidden, .fr-popup .fr-command.fr-btn.fr-hidden, .fr-modal .fr-command.fr-btn.fr-hidden {
394
+ display: none; }
395
+ .fr-toolbar .fr-tabs .fr-command.fr-btn, .fr-popup .fr-tabs .fr-command.fr-btn, .fr-modal .fr-tabs .fr-command.fr-btn {
396
+ margin: 0;
397
+ width: 46px;
398
+ height: 40px;
399
+ border-radius: 0;
400
+ -moz-border-radius: 0;
401
+ -webkit-border-radius: 0;
402
+ -moz-background-clip: padding;
403
+ -webkit-background-clip: padding-box;
404
+ background-clip: padding-box; }
405
+ .fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab, .fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active, .fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
406
+ background: #FFF; }
407
+ .fr-toolbar .fr-tabs .fr-command.fr-btn span, .fr-popup .fr-tabs .fr-command.fr-btn span, .fr-modal .fr-tabs .fr-command.fr-btn span {
408
+ height: 27px; }
409
+ .fr-toolbar .fr-tabs .fr-command.fr-btn img, .fr-toolbar .fr-tabs .fr-command.fr-btn svg, .fr-popup .fr-tabs .fr-command.fr-btn img, .fr-popup .fr-tabs .fr-command.fr-btn svg, .fr-modal .fr-tabs .fr-command.fr-btn img, .fr-modal .fr-tabs .fr-command.fr-btn svg {
410
+ margin: 8px 11px;
411
+ width: 24px;
412
+ height: 24px; }
413
+ .fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path, .fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
414
+ fill: #0098f7; }
415
+ .fr-toolbar.fr-disabled .fr-btn, .fr-toolbar.fr-disabled .fr-btn.fr-active, .fr-popup.fr-disabled .fr-btn, .fr-popup.fr-disabled .fr-btn.fr-active, .fr-modal.fr-disabled .fr-btn, .fr-modal.fr-disabled .fr-btn.fr-active {
416
+ color: #bdbdbd;
417
+ -webkit-opacity: 0.3;
418
+ -moz-opacity: 0.3;
419
+ opacity: 0.3;
420
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
421
+ .fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after, .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-dropdown::after, .fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after, .fr-modal.fr-disabled .fr-btn.fr-dropdown::after, .fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
422
+ border-top-color: #bdbdbd; }
423
+ .fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left, .fr-popup.fr-rtl .fr-btn-grp.fr-float-left, .fr-modal.fr-rtl .fr-btn-grp.fr-float-left {
424
+ float: right; }
425
+ .fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right, .fr-popup.fr-rtl .fr-btn-grp.fr-float-right, .fr-modal.fr-rtl .fr-btn-grp.fr-float-right {
426
+ float: left; }
427
+ .fr-toolbar.fr-rtl .fr-command.fr-btn, .fr-toolbar.fr-rtl .fr-btn-wrap, .fr-popup.fr-rtl .fr-command.fr-btn, .fr-popup.fr-rtl .fr-btn-wrap, .fr-modal.fr-rtl .fr-command.fr-btn, .fr-modal.fr-rtl .fr-btn-wrap {
428
+ float: right; }
429
+ .fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options, .fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options, .fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
430
+ border-radius: 4px 0 0 4px;
431
+ -moz-border-radius: 4px 0 0 4px;
432
+ -webkit-border-radius: 4px 0 0 4px;
433
+ -moz-background-clip: padding;
434
+ -webkit-background-clip: padding-box;
435
+ background-clip: padding-box; }
436
+ .fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover, .fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover, .fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover, .fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
437
+ border-radius: 0 4px 4px 0;
438
+ -moz-border-radius: 0 4px 4px 0;
439
+ -webkit-border-radius: 0 4px 4px 0;
440
+ -moz-background-clip: padding;
441
+ -webkit-background-clip: padding-box;
442
+ background-clip: padding-box; }
443
+
444
+ .fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden), .fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
445
+ display: -webkit-inline-flex;
446
+ display: -ms-inline-flexbox;
447
+ display: inline-flex;
448
+ float: none; }
449
+
450
+ .fr-desktop .fr-command:hover, .fr-desktop .fr-command:focus, .fr-desktop .fr-command.fr-btn-hover, .fr-desktop .fr-command.fr-expanded {
451
+ outline: 0;
452
+ color: #333333; }
453
+ .fr-desktop .fr-command:hover:not(.fr-table-cell), .fr-desktop .fr-command:focus:not(.fr-table-cell), .fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell), .fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
454
+ background: #ebebeb; }
455
+ .fr-desktop .fr-command:hover::after, .fr-desktop .fr-command:focus::after, .fr-desktop .fr-command.fr-btn-hover::after, .fr-desktop .fr-command.fr-expanded::after {
456
+ border-top-color: #333333; }
457
+ .fr-desktop .fr-command.fr-selected:not(.fr-table-cell), .fr-desktop .fr-command:active {
458
+ color: #333333;
459
+ background: #d6d6d6; }
460
+ .fr-desktop .fr-command.fr-active:hover, .fr-desktop .fr-command.fr-active:focus, .fr-desktop .fr-command.fr-active.fr-btn-hover, .fr-desktop .fr-command.fr-active.fr-expanded {
461
+ background: #ebebeb; }
462
+ .fr-desktop .fr-command.fr-active:active {
463
+ background: #d6d6d6; }
464
+ .fr-desktop .fr-command.fr-disabled:hover, .fr-desktop .fr-command.fr-disabled:focus, .fr-desktop .fr-command.fr-disabled.fr-selected {
465
+ background: transparent; }
466
+ .fr-desktop.fr-disabled .fr-command:hover, .fr-desktop.fr-disabled .fr-command:focus, .fr-desktop.fr-disabled .fr-command.fr-selected {
467
+ background: transparent; }
468
+
469
+ .fr-toolbar.fr-mobile .fr-command.fr-blink, .fr-popup.fr-mobile .fr-command.fr-blink {
470
+ background: #d6d6d6; }
471
+
472
+ .fr-command.fr-btn.fr-options {
473
+ width: 16px;
474
+ margin-left: -5px; }
475
+ .fr-command.fr-btn.fr-options.fr-btn-hover, .fr-command.fr-btn.fr-options:hover, .fr-command.fr-btn.fr-options:focus {
476
+ border-left: solid 1px #FAFAFA;
477
+ -webkit-transition: border-left 0s, background-color 0.5s;
478
+ -moz-transition: border-left 0s, background-color 0.5s;
479
+ -ms-transition: border-left 0s, background-color 0.5s;
480
+ -o-transition: border-left 0s, background-color 0.5s; }
481
+ .fr-command.fr-btn + .fr-dropdown-menu {
482
+ background: #FFF;
483
+ display: inline-block;
484
+ position: absolute;
485
+ right: auto;
486
+ bottom: auto;
487
+ height: auto;
488
+ z-index: 4;
489
+ border-radius: 4px;
490
+ -moz-border-radius: 4px;
491
+ -webkit-border-radius: 4px;
492
+ -moz-background-clip: padding;
493
+ -webkit-background-clip: padding-box;
494
+ background-clip: padding-box;
495
+ -webkit-overflow-scrolling: touch;
496
+ overflow: hidden;
497
+ zoom: 1;
498
+ -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);
499
+ -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);
500
+ 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); }
501
+ .fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
502
+ -webkit-transition: none;
503
+ -moz-transition: none;
504
+ -ms-transition: none;
505
+ -o-transition: none;
506
+ height: auto;
507
+ max-height: 275px; }
508
+ .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
509
+ padding: 0;
510
+ margin: auto;
511
+ display: inline-block;
512
+ text-align: left;
513
+ position: relative;
514
+ -webkit-box-sizing: border-box;
515
+ -moz-box-sizing: border-box;
516
+ box-sizing: border-box;
517
+ -webkit-transition: height 0.3s;
518
+ -moz-transition: height 0.3s;
519
+ -ms-transition: height 0.3s;
520
+ -o-transition: height 0.3s;
521
+ margin-top: 0;
522
+ float: left;
523
+ height: 0;
524
+ margin-top: 0 !important; }
525
+ .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
526
+ position: relative; }
527
+ .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
528
+ list-style-type: none;
529
+ margin: 0;
530
+ padding: 8px 0;
531
+ min-width: 72px; }
532
+ .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
533
+ padding: 0;
534
+ margin: 0;
535
+ font-size: 15px; }
536
+ .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
537
+ padding: 0 20px;
538
+ line-height: 200%;
539
+ display: flex;
540
+ cursor: pointer;
541
+ white-space: nowrap;
542
+ color: inherit;
543
+ text-decoration: none;
544
+ border-radius: 0;
545
+ -moz-border-radius: 0;
546
+ -webkit-border-radius: 0;
547
+ -moz-background-clip: padding;
548
+ -webkit-background-clip: padding-box;
549
+ background-clip: padding-box; }
550
+ .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
551
+ width: 24px;
552
+ height: 24px;
553
+ margin: 3px 4px; }
554
+ .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
555
+ fill: #333333; }
556
+ .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
557
+ background: #d6d6d6; }
558
+ .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
559
+ color: #bdbdbd;
560
+ cursor: default; }
561
+ .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut {
562
+ margin-left: 20px;
563
+ font-weight: bold;
564
+ -webkit-opacity: 0.75;
565
+ -moz-opacity: 0.75;
566
+ opacity: 0.75; }
567
+ .fr-command.fr-btn.fr-active + .fr-dropdown-menu {
568
+ display: inline-block;
569
+ -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);
570
+ -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);
571
+ 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); }
572
+
573
+ .fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
574
+ border-radius: 2px 2px 0 0;
575
+ -moz-border-radius: 2px 2px 0 0;
576
+ -webkit-border-radius: 2px 2px 0 0;
577
+ -moz-background-clip: padding;
578
+ -webkit-background-clip: padding-box;
579
+ background-clip: padding-box; }
580
+
581
+ .fr-toolbar.fr-rtl .fr-dropdown-wrapper, .fr-popup.fr-rtl .fr-dropdown-wrapper {
582
+ text-align: right !important; }
583
+
584
+ body.prevent-scroll {
585
+ overflow: hidden; }
586
+ body.prevent-scroll.fr-mobile {
587
+ position: fixed;
588
+ -webkit-overflow-scrolling: touch; }
589
+
590
+ .fr-modal {
591
+ color: #222222;
592
+ font-family: Arial, Helvetica, sans-serif;
593
+ position: fixed;
594
+ overflow-x: auto;
595
+ overflow-y: scroll;
596
+ top: 0;
597
+ left: 0;
598
+ bottom: 0;
599
+ right: 0;
600
+ width: 100%;
601
+ z-index: 2147483640;
602
+ text-rendering: optimizelegibility;
603
+ -webkit-font-smoothing: antialiased;
604
+ -moz-osx-font-smoothing: grayscale;
605
+ text-align: center;
606
+ line-height: 1.2; }
607
+ .fr-modal.fr-middle .fr-modal-wrapper {
608
+ margin-top: 0;
609
+ margin-bottom: 0;
610
+ margin-left: auto;
611
+ margin-right: auto;
612
+ top: 50%;
613
+ left: 50%;
614
+ -webkit-transform: translate(-50%, -50%);
615
+ -moz-transform: translate(-50%, -50%);
616
+ -ms-transform: translate(-50%, -50%);
617
+ -o-transform: translate(-50%, -50%);
618
+ position: absolute; }
619
+ .fr-modal .fr-modal-wrapper {
620
+ border-radius: 10px;
621
+ -moz-border-radius: 10px;
622
+ -webkit-border-radius: 10px;
623
+ -moz-background-clip: padding;
624
+ -webkit-background-clip: padding-box;
625
+ background-clip: padding-box;
626
+ background-clip: padding-box;
627
+ margin: 20px auto;
628
+ display: inline-block;
629
+ background: #FFF;
630
+ min-width: 300px;
631
+ -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);
632
+ -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);
633
+ 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);
634
+ border: 0;
635
+ overflow: hidden;
636
+ width: 90%;
637
+ position: relative; }
638
+ @media (min-width: 768px) and (max-width: 991px) {
639
+ .fr-modal .fr-modal-wrapper {
640
+ margin: 30px auto;
641
+ width: 70%; } }
642
+ @media (min-width: 992px) {
643
+ .fr-modal .fr-modal-wrapper {
644
+ margin: 50px auto;
645
+ width: 960px; } }
646
+ .fr-modal .fr-modal-wrapper .fr-modal-head {
647
+ background: #FFF;
648
+ overflow: hidden;
649
+ position: absolute;
650
+ width: 100%;
651
+ min-height: 42px;
652
+ z-index: 3;
653
+ border-bottom: solid #efefef 1px;
654
+ -webkit-transition: all 0.2s ease 0s;
655
+ -moz-transition: all 0.2s ease 0s;
656
+ -ms-transition: all 0.2s ease 0s;
657
+ -o-transition: all 0.2s ease 0s; }
658
+ .fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
659
+ height: 56px;
660
+ padding: 0 10px; }
661
+ .fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
662
+ margin: 10px;
663
+ position: absolute;
664
+ top: 0;
665
+ right: 0; }
666
+ .fr-modal .fr-modal-wrapper .fr-modal-head h4 {
667
+ font-size: 20px;
668
+ padding: 19px 10px;
669
+ margin: 0;
670
+ font-weight: 400;
671
+ line-height: 18px;
672
+ display: inline-block;
673
+ float: left; }
674
+ .fr-modal .fr-modal-wrapper div.fr-modal-body {
675
+ height: 100%;
676
+ min-height: 150px;
677
+ overflow-y: auto;
678
+ padding-bottom: 20px; }
679
+ .fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
680
+ outline: 0; }
681
+ .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
682
+ height: 36px;
683
+ line-height: 1;
684
+ color: #0098f7;
685
+ padding: 10px;
686
+ cursor: pointer;
687
+ text-decoration: none;
688
+ border: none;
689
+ background: none;
690
+ font-size: 16px;
691
+ outline: none;
692
+ -webkit-transition: background 0.2s ease 0s;
693
+ -moz-transition: background 0.2s ease 0s;
694
+ -ms-transition: background 0.2s ease 0s;
695
+ -o-transition: background 0.2s ease 0s;
696
+ border-radius: 2px;
697
+ -moz-border-radius: 2px;
698
+ -webkit-border-radius: 2px;
699
+ -moz-background-clip: padding;
700
+ -webkit-background-clip: padding-box;
701
+ background-clip: padding-box; }
702
+ .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
703
+ margin-left: 24px; }
704
+ .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover, .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
705
+ background: #ebebeb;
706
+ color: #0098f7; }
707
+ .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
708
+ background: #d6d6d6;
709
+ color: #0098f7; }
710
+ .fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
711
+ border: 0; }
712
+
713
+ .fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
714
+ background: #ebebeb; }
715
+
716
+ .fr-overlay {
717
+ position: fixed;
718
+ top: 0;
719
+ bottom: 0;
720
+ left: 0;
721
+ right: 0;
722
+ background: #000;
723
+ -webkit-opacity: 0.5;
724
+ -moz-opacity: 0.5;
725
+ opacity: 0.5;
726
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
727
+ z-index: 2147483639; }
728
+
729
+ .fr-popup {
730
+ position: absolute;
731
+ display: none;
732
+ color: #222222;
733
+ background: #FFF;
734
+ -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);
735
+ -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);
736
+ 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);
737
+ font-family: Arial, Helvetica, sans-serif;
738
+ -webkit-box-sizing: border-box;
739
+ -moz-box-sizing: border-box;
740
+ box-sizing: border-box;
741
+ user-select: none;
742
+ -o-user-select: none;
743
+ -moz-user-select: none;
744
+ -khtml-user-select: none;
745
+ -webkit-user-select: none;
746
+ -ms-user-select: none;
747
+ margin-top: 10px;
748
+ z-index: 2147483635;
749
+ text-align: left;
750
+ border-radius: 6px;
751
+ -moz-border-radius: 6px;
752
+ -webkit-border-radius: 6px;
753
+ -moz-background-clip: padding;
754
+ -webkit-background-clip: padding-box;
755
+ background-clip: padding-box;
756
+ text-rendering: optimizelegibility;
757
+ -webkit-font-smoothing: antialiased;
758
+ -moz-osx-font-smoothing: grayscale;
759
+ line-height: 1.2; }
760
+ .fr-popup .fr-icon {
761
+ text-align: center;
762
+ vertical-align: middle;
763
+ font-size: 20px;
764
+ line-height: 1;
765
+ cursor: pointer;
766
+ font-weight: 400;
767
+ box-sizing: content-box;
768
+ padding: 6px; }
769
+ .fr-popup .fr-icon-container {
770
+ padding: 20px;
771
+ max-height: 200px;
772
+ overflow: auto;
773
+ -webkit-box-sizing: border-box;
774
+ -moz-box-sizing: border-box;
775
+ box-sizing: border-box; }
776
+ @supports not (-ms-high-contrast: none) {
777
+ .fr-popup .fr-icon-container {
778
+ grid-template-columns: repeat(auto-fill, minmax(36px, 36px));
779
+ display: grid; } }
780
+ @media (min-width: 768px) {
781
+ .fr-popup .fr-icon-container {
782
+ min-width: 276px; } }
783
+ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
784
+ .fr-popup .fr-icon-container {
785
+ display: inline-flex;
786
+ -ms-flex-flow: row wrap; } }
787
+ @media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
788
+ .fr-popup .fr-icon-container {
789
+ width: 236px; } }
790
+ .fr-popup .fr-input-focus {
791
+ background: whitesmoke; }
792
+ .fr-popup.fr-above {
793
+ margin-top: -10px;
794
+ border-top: 0; }
795
+ .fr-popup.fr-active {
796
+ display: block; }
797
+ .fr-popup.fr-hidden {
798
+ -webkit-opacity: 0;
799
+ -moz-opacity: 0;
800
+ opacity: 0;
801
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
802
+ .fr-popup.fr-empty {
803
+ display: none !important; }
804
+ .fr-popup .fr-hs {
805
+ display: block !important; }
806
+ .fr-popup .fr-hs.fr-hidden {
807
+ display: none !important; }
808
+ .fr-popup .fr-input-line {
809
+ position: relative;
810
+ padding: 15px 0; }
811
+ .fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line textarea {
812
+ width: 100%;
813
+ margin-bottom: 1px;
814
+ border-radius: 2px;
815
+ -moz-border-radius: 2px;
816
+ -webkit-border-radius: 2px;
817
+ -moz-background-clip: padding;
818
+ -webkit-background-clip: padding-box;
819
+ background-clip: padding-box;
820
+ border: solid 1px #999999;
821
+ color: #222222;
822
+ font-size: 14px;
823
+ background: #FFF;
824
+ position: relative;
825
+ z-index: 2;
826
+ padding: 4px 12px;
827
+ -webkit-box-sizing: border-box;
828
+ -moz-box-sizing: border-box;
829
+ box-sizing: border-box;
830
+ -webkit-transition: border 0.5s, padding 0.5s;
831
+ -moz-transition: border 0.5s, padding 0.5s;
832
+ -ms-transition: border 0.5s, padding 0.5s;
833
+ -o-transition: border 0.5s, padding 0.5s; }
834
+ .fr-popup .fr-input-line input[type="text"]:hover, .fr-popup .fr-input-line textarea:hover {
835
+ border: solid 1px #515151; }
836
+ .fr-popup .fr-input-line input[type="text"]:focus, .fr-popup .fr-input-line textarea:focus {
837
+ border: solid 2px #0098f7;
838
+ padding: 3px 11px; }
839
+ .fr-popup .fr-input-line input[type="text"] {
840
+ height: 46px; }
841
+ .fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
842
+ position: absolute;
843
+ top: 29px;
844
+ left: 12px;
845
+ font-size: 14px;
846
+ color: grey;
847
+ -webkit-transition: all 0.5s ease;
848
+ -moz-transition: all 0.5s ease;
849
+ -ms-transition: all 0.5s ease;
850
+ -o-transition: all 0.5s ease;
851
+ z-index: 3;
852
+ display: block;
853
+ background: #FFF;
854
+ padding: 0;
855
+ cursor: text; }
856
+ .fr-popup .fr-input-line input.fr-not-empty + label, .fr-popup .fr-input-line textarea.fr-not-empty + label {
857
+ color: gray;
858
+ width: auto;
859
+ left: 4px;
860
+ padding: 0 4px;
861
+ font-size: 11px;
862
+ top: 9px; }
863
+ .fr-popup input, .fr-popup textarea {
864
+ user-select: text;
865
+ -o-user-select: text;
866
+ -moz-user-select: text;
867
+ -khtml-user-select: text;
868
+ -webkit-user-select: text;
869
+ -ms-user-select: text;
870
+ border-radius: 0;
871
+ -moz-border-radius: 0;
872
+ -webkit-border-radius: 0;
873
+ -moz-background-clip: padding;
874
+ -webkit-background-clip: padding-box;
875
+ background-clip: padding-box;
876
+ outline: none; }
877
+ .fr-popup textarea {
878
+ resize: none; }
879
+ .fr-popup .fr-buttons {
880
+ white-space: nowrap;
881
+ line-height: 0; }
882
+ .fr-popup .fr-buttons .fr-btn {
883
+ margin-left: 4px;
884
+ margin-right: 4px;
885
+ display: inline-block;
886
+ float: none; }
887
+ .fr-popup .fr-buttons .fr-btn i {
888
+ float: left; }
889
+ .fr-popup .fr-buttons .fr-separator {
890
+ display: inline-block;
891
+ float: none; }
892
+ .fr-popup .fr-buttons.fr-tabs {
893
+ border-radius: 6px 6px 0 0;
894
+ -moz-border-radius: 6px 6px 0 0;
895
+ -webkit-border-radius: 6px 6px 0 0;
896
+ -moz-background-clip: padding;
897
+ -webkit-background-clip: padding-box;
898
+ background-clip: padding-box;
899
+ background-color: #f5f5f5;
900
+ overflow: hidden; }
901
+ @media (max-width: 768px) {
902
+ .fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
903
+ overflow: scroll;
904
+ overflow-y: hidden;
905
+ width: 276px; } }
906
+ .fr-popup .fr-buttons:not(.fr-tabs) {
907
+ padding: 5px; }
908
+ .fr-popup .fr-layer {
909
+ border-radius: 6px;
910
+ -moz-border-radius: 6px;
911
+ -webkit-border-radius: 6px;
912
+ -moz-background-clip: padding;
913
+ -webkit-background-clip: padding-box;
914
+ background-clip: padding-box;
915
+ width: 195px;
916
+ -webkit-box-sizing: border-box;
917
+ -moz-box-sizing: border-box;
918
+ box-sizing: border-box;
919
+ margin: 20px;
920
+ display: none; }
921
+ @media (min-width: 768px) {
922
+ .fr-popup .fr-layer {
923
+ width: 260px; } }
924
+ .fr-popup .fr-layer.fr-active {
925
+ display: inline-block; }
926
+ .fr-popup .fr-action-buttons {
927
+ z-index: 7;
928
+ height: 36px;
929
+ text-align: right; }
930
+ .fr-popup .fr-action-buttons button.fr-command {
931
+ height: 36px;
932
+ line-height: 1;
933
+ color: #0098f7;
934
+ padding: 10px;
935
+ cursor: pointer;
936
+ text-decoration: none;
937
+ border: none;
938
+ background: none;
939
+ font-size: 16px;
940
+ outline: none;
941
+ -webkit-transition: background 0.2s ease 0s;
942
+ -moz-transition: background 0.2s ease 0s;
943
+ -ms-transition: background 0.2s ease 0s;
944
+ -o-transition: background 0.2s ease 0s;
945
+ border-radius: 2px;
946
+ -moz-border-radius: 2px;
947
+ -webkit-border-radius: 2px;
948
+ -moz-background-clip: padding;
949
+ -webkit-background-clip: padding-box;
950
+ background-clip: padding-box; }
951
+ .fr-popup .fr-action-buttons button.fr-command + button {
952
+ margin-left: 24px; }
953
+ .fr-popup .fr-action-buttons button.fr-command:hover, .fr-popup .fr-action-buttons button.fr-command:focus {
954
+ background: #ebebeb;
955
+ color: #0098f7; }
956
+ .fr-popup .fr-action-buttons button.fr-command:active {
957
+ background: #d6d6d6;
958
+ color: #0098f7; }
959
+ .fr-popup .fr-action-buttons button::-moz-focus-inner {
960
+ border: 0; }
961
+ .fr-popup .fr-checkbox {
962
+ position: relative;
963
+ display: inline-block;
964
+ width: 18px;
965
+ height: 18px;
966
+ padding: 10px;
967
+ border-radius: 100%;
968
+ line-height: 1;
969
+ -webkit-box-sizing: content-box;
970
+ -moz-box-sizing: content-box;
971
+ box-sizing: content-box;
972
+ vertical-align: middle; }
973
+ .fr-popup .fr-checkbox svg {
974
+ margin-left: 2px;
975
+ margin-top: 2px;
976
+ display: none;
977
+ width: 10px;
978
+ height: 10px; }
979
+ .fr-popup .fr-checkbox span {
980
+ border-radius: 2px;
981
+ -moz-border-radius: 2px;
982
+ -webkit-border-radius: 2px;
983
+ -moz-background-clip: padding;
984
+ -webkit-background-clip: padding-box;
985
+ background-clip: padding-box;
986
+ width: 18px;
987
+ height: 18px;
988
+ display: inline-block;
989
+ position: relative;
990
+ z-index: 1;
991
+ -webkit-box-sizing: border-box;
992
+ -moz-box-sizing: border-box;
993
+ box-sizing: border-box;
994
+ -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
995
+ -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
996
+ -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
997
+ -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s; }
998
+ .fr-popup .fr-checkbox input {
999
+ position: absolute;
1000
+ z-index: 2;
1001
+ -webkit-opacity: 0;
1002
+ -moz-opacity: 0;
1003
+ opacity: 0;
1004
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
1005
+ border: 0 none;
1006
+ cursor: pointer;
1007
+ height: 18px;
1008
+ margin: 0;
1009
+ padding: 0;
1010
+ width: 18px;
1011
+ top: 7px;
1012
+ left: 7px; }
1013
+ .fr-popup .fr-checkbox input:not(:checked) + span {
1014
+ border: solid 2px #999999; }
1015
+ .fr-popup .fr-checkbox input:not(:checked):active + span {
1016
+ background-color: #f5f5f5; }
1017
+ .fr-popup .fr-checkbox input:not(:checked):focus + span, .fr-popup .fr-checkbox input:not(:checked):hover + span {
1018
+ border-color: #515151; }
1019
+ .fr-popup .fr-checkbox input:checked + span {
1020
+ background: #0098f7;
1021
+ border: solid 2px #0098f7; }
1022
+ .fr-popup .fr-checkbox input:checked + span svg {
1023
+ display: block; }
1024
+ .fr-popup .fr-checkbox input:checked:active + span {
1025
+ background-color: #EcF5Ff; }
1026
+ .fr-popup .fr-checkbox input:checked:focus + span, .fr-popup .fr-checkbox input:checked:hover + span {
1027
+ -webkit-opacity: 0.8;
1028
+ -moz-opacity: 0.8;
1029
+ opacity: 0.8;
1030
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1031
+ .fr-popup .fr-checkbox-line {
1032
+ font-size: 14px;
1033
+ line-height: 1.4px;
1034
+ margin-top: 10px; }
1035
+ .fr-popup .fr-checkbox-line label {
1036
+ cursor: pointer;
1037
+ margin: 0 5px;
1038
+ vertical-align: middle; }
1039
+ .fr-popup.fr-rtl {
1040
+ direction: rtl;
1041
+ text-align: right; }
1042
+ .fr-popup.fr-rtl .fr-action-buttons {
1043
+ text-align: left; }
1044
+ .fr-popup.fr-rtl .fr-input-line input + label, .fr-popup.fr-rtl .fr-input-line textarea + label {
1045
+ left: auto;
1046
+ right: 0; }
1047
+ .fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
1048
+ float: right; }
1049
+
1050
+ .fr-text-edit-layer {
1051
+ width: 250px;
1052
+ -webkit-box-sizing: border-box;
1053
+ -moz-box-sizing: border-box;
1054
+ box-sizing: border-box;
1055
+ display: block !important; }
1056
+
1057
+ .fr-toolbar {
1058
+ color: #222222;
1059
+ background: #FFF;
1060
+ position: relative;
1061
+ font-family: Arial, Helvetica, sans-serif;
1062
+ -webkit-box-sizing: border-box;
1063
+ -moz-box-sizing: border-box;
1064
+ box-sizing: border-box;
1065
+ user-select: none;
1066
+ -o-user-select: none;
1067
+ -moz-user-select: none;
1068
+ -khtml-user-select: none;
1069
+ -webkit-user-select: none;
1070
+ -ms-user-select: none;
1071
+ border-radius: 2px;
1072
+ -moz-border-radius: 2px;
1073
+ -webkit-border-radius: 2px;
1074
+ -moz-background-clip: padding;
1075
+ -webkit-background-clip: padding-box;
1076
+ background-clip: padding-box;
1077
+ text-align: left;
1078
+ border: 1px solid #CCCCCC;
1079
+ text-rendering: optimizelegibility;
1080
+ -webkit-font-smoothing: antialiased;
1081
+ -moz-osx-font-smoothing: grayscale;
1082
+ line-height: 1.2;
1083
+ padding-bottom: 0;
1084
+ -webkit-transition: padding-bottom 0.5s;
1085
+ -moz-transition: padding-bottom 0.5s;
1086
+ -ms-transition: padding-bottom 0.5s;
1087
+ -o-transition: padding-bottom 0.5s; }
1088
+ .fr-toolbar::after {
1089
+ clear: both;
1090
+ display: block;
1091
+ content: "";
1092
+ height: 0; }
1093
+ .fr-toolbar::after {
1094
+ height: 0; }
1095
+ .fr-toolbar .fr-newline {
1096
+ clear: both;
1097
+ display: block;
1098
+ content: "";
1099
+ margin-left: 9px;
1100
+ margin-right: 9px;
1101
+ background: #efefef;
1102
+ height: 1px;
1103
+ -webkit-transition: height 0.5s;
1104
+ -moz-transition: height 0.5s;
1105
+ -ms-transition: height 0.5s;
1106
+ -o-transition: height 0.5s; }
1107
+ .fr-toolbar.fr-toolbar-open {
1108
+ padding-bottom: 48px; }
1109
+ .fr-toolbar.fr-toolbar-open .fr-newline {
1110
+ height: 0; }
1111
+ .fr-toolbar .fr-float-right {
1112
+ float: right; }
1113
+ .fr-toolbar .fr-float-left {
1114
+ float: left; }
1115
+ .fr-toolbar .fr-more-toolbar {
1116
+ float: left;
1117
+ border-radius: 0;
1118
+ -moz-border-radius: 0;
1119
+ -webkit-border-radius: 0;
1120
+ -moz-background-clip: padding;
1121
+ -webkit-background-clip: padding-box;
1122
+ background-clip: padding-box;
1123
+ background-color: #f5f5f5;
1124
+ -webkit-transition: height 0.5s;
1125
+ -moz-transition: height 0.5s;
1126
+ -ms-transition: height 0.5s;
1127
+ -o-transition: height 0.5s;
1128
+ height: 0;
1129
+ z-index: 2;
1130
+ overflow: hidden;
1131
+ position: absolute;
1132
+ -webkit-box-sizing: border-box;
1133
+ -moz-box-sizing: border-box;
1134
+ box-sizing: border-box;
1135
+ width: 100%; }
1136
+ .fr-toolbar .fr-more-toolbar.fr-expanded {
1137
+ height: 48px; }
1138
+ .fr-toolbar .fr-more-toolbar.fr-overflow-visible {
1139
+ overflow: visible; }
1140
+ .fr-toolbar .fr-more-toolbar > .fr-command.fr-btn {
1141
+ margin-left: 4px;
1142
+ margin-right: 4px; }
1143
+ .fr-toolbar .fr-btn-grp {
1144
+ display: inline-block;
1145
+ margin: 0 17px 0 12px; }
1146
+ @media (max-width: 768px) {
1147
+ .fr-toolbar .fr-btn-grp {
1148
+ margin: 0 7px 0 6px; } }
1149
+ .fr-toolbar .fr-command.fr-btn.fr-open {
1150
+ margin-top: 10px;
1151
+ margin-bottom: -1px;
1152
+ border-radius: 4px 4px 0 0;
1153
+ -moz-border-radius: 4px 4px 0 0;
1154
+ -webkit-border-radius: 4px 4px 0 0;
1155
+ -moz-background-clip: padding;
1156
+ -webkit-background-clip: padding-box;
1157
+ background-clip: padding-box; }
1158
+ .fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
1159
+ background: #f5f5f5; }
1160
+ .fr-toolbar.fr-rtl {
1161
+ text-align: right; }
1162
+ .fr-toolbar.fr-inline {
1163
+ display: none;
1164
+ -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);
1165
+ -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);
1166
+ 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);
1167
+ border: 0;
1168
+ white-space: nowrap;
1169
+ position: absolute;
1170
+ margin-top: 5px;
1171
+ z-index: 2147483630; }
1172
+ .fr-toolbar.fr-inline.fr-above {
1173
+ margin-top: -10px;
1174
+ border-top: 0; }
1175
+ .fr-toolbar.fr-inline .fr-newline {
1176
+ height: 0; }
1177
+ .fr-toolbar.fr-top {
1178
+ top: 0;
1179
+ border-bottom: 0;
1180
+ border-radius: 10px 10px 0 0;
1181
+ -moz-border-radius: 10px 10px 0 0;
1182
+ -webkit-border-radius: 10px 10px 0 0;
1183
+ -moz-background-clip: padding;
1184
+ -webkit-background-clip: padding-box;
1185
+ background-clip: padding-box; }
1186
+ .fr-toolbar.fr-bottom {
1187
+ bottom: 0;
1188
+ border-top: 0;
1189
+ padding-bottom: 0;
1190
+ border-radius: 0 0 10px 10px;
1191
+ -moz-border-radius: 0 0 10px 10px;
1192
+ -webkit-border-radius: 0 0 10px 10px;
1193
+ -moz-background-clip: padding;
1194
+ -webkit-background-clip: padding-box;
1195
+ background-clip: padding-box; }
1196
+ .fr-toolbar.fr-bottom .fr-newline {
1197
+ padding-top: 0;
1198
+ -webkit-transition: padding-top 0.5s;
1199
+ -moz-transition: padding-top 0.5s;
1200
+ -ms-transition: padding-top 0.5s;
1201
+ -o-transition: padding-top 0.5s; }
1202
+ .fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
1203
+ padding-top: 48px;
1204
+ background: #FFF; }
1205
+ .fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
1206
+ margin-top: -1px;
1207
+ margin-bottom: 10px;
1208
+ border-radius: 0 0 4px 4px;
1209
+ -moz-border-radius: 0 0 4px 4px;
1210
+ -webkit-border-radius: 0 0 4px 4px;
1211
+ -moz-background-clip: padding;
1212
+ -webkit-background-clip: padding-box;
1213
+ background-clip: padding-box; }
1214
+ .fr-toolbar.fr-sticky-on {
1215
+ border-radius: 0;
1216
+ -moz-border-radius: 0;
1217
+ -webkit-border-radius: 0;
1218
+ -moz-background-clip: padding;
1219
+ -webkit-background-clip: padding-box;
1220
+ background-clip: padding-box; }
1221
+
1222
+ .fr-separator {
1223
+ background: #ebebeb;
1224
+ display: block;
1225
+ vertical-align: top;
1226
+ float: left; }
1227
+ .fr-separator + .fr-separator {
1228
+ display: none; }
1229
+ .fr-separator.fr-vs {
1230
+ height: 32px;
1231
+ width: 1px;
1232
+ margin: 8px 4px; }
1233
+ .fr-separator.fr-hs {
1234
+ clear: both;
1235
+ width: calc(100% - (2 * 4px));
1236
+ margin: 0 4px;
1237
+ height: 1px; }
1238
+ .fr-separator.fr-hidden {
1239
+ display: none !important; }
1240
+
1241
+ .fr-rtl .fr-separator {
1242
+ float: right; }
1243
+
1244
+ .fr-toolbar.fr-inline .fr-separator.fr-hs {
1245
+ float: none; }
1246
+
1247
+ .fr-toolbar.fr-inline .fr-separator.fr-vs {
1248
+ float: none;
1249
+ display: inline-block; }
1250
+
1251
+ .second-toolbar {
1252
+ border: 1px solid #CCCCCC;
1253
+ border-top: 0;
1254
+ background: #FFF;
1255
+ line-height: 1.4;
1256
+ border-radius: 0 0 10px 10px;
1257
+ -moz-border-radius: 0 0 10px 10px;
1258
+ -webkit-border-radius: 0 0 10px 10px;
1259
+ -moz-background-clip: padding;
1260
+ -webkit-background-clip: padding-box;
1261
+ background-clip: padding-box; }
1262
+ .second-toolbar::after {
1263
+ clear: both;
1264
+ display: block;
1265
+ content: "";
1266
+ height: 0; }
1267
+
1268
+ #logo {
1269
+ float: left;
1270
+ outline: none; }
1271
+ #logo > span {
1272
+ display: inline-block;
1273
+ float: left;
1274
+ font-family: sans-serif;
1275
+ padding: 11px 5px 10px 15px;
1276
+ font-size: 12px;
1277
+ font-weight: 500;
1278
+ color: #b1b2b7;
1279
+ -webkit-transition: color 0.3s;
1280
+ -moz-transition: color 0.3s;
1281
+ -ms-transition: color 0.3s;
1282
+ -o-transition: color 0.3s; }
1283
+ #logo > svg {
1284
+ height: 20px;
1285
+ width: 47px;
1286
+ margin: 7px 0;
1287
+ cursor: pointer; }
1288
+ #logo > svg * {
1289
+ -webkit-transition: fill 0.3s;
1290
+ -moz-transition: fill 0.3s;
1291
+ -ms-transition: fill 0.3s;
1292
+ -o-transition: fill 0.3s; }
1293
+ #logo:hover > span, #logo:focus > span {
1294
+ color: #0098f7; }
1295
+ #logo:hover > svg .fr-logo, #logo:focus > svg .fr-logo {
1296
+ fill: #0098f7; }
1297
+
1298
+ .fr-visibility-helper {
1299
+ display: none;
1300
+ margin-left: 0 !important; }
1301
+ @media (min-width: 768px) {
1302
+ .fr-visibility-helper {
1303
+ margin-left: 1px !important; } }
1304
+ @media (min-width: 992px) {
1305
+ .fr-visibility-helper {
1306
+ margin-left: 2px !important; } }
1307
+ @media (min-width: 1200px) {
1308
+ .fr-visibility-helper {
1309
+ margin-left: 3px !important; } }
1310
+
1311
+ .fr-opacity-0 {
1312
+ -webkit-opacity: 0;
1313
+ -moz-opacity: 0;
1314
+ opacity: 0;
1315
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
1316
+
1317
+ .fr-box {
1318
+ position: relative; }
1319
+
1320
+ /**
1321
+ * Postion sticky hacks.
1322
+ */
1323
+ .fr-sticky {
1324
+ position: -webkit-sticky;
1325
+ position: -moz-sticky;
1326
+ position: -ms-sticky;
1327
+ position: -o-sticky;
1328
+ position: sticky; }
1329
+
1330
+ .fr-sticky-off {
1331
+ position: relative; }
1332
+
1333
+ .fr-sticky-on {
1334
+ position: fixed;
1335
+ z-index: 10; }
1336
+ .fr-sticky-on.fr-sticky-ios {
1337
+ position: absolute;
1338
+ left: 0;
1339
+ right: 0;
1340
+ width: auto !important; }
1341
+
1342
+ .fr-sticky-dummy {
1343
+ display: none; }
1344
+
1345
+ .fr-sticky-on + .fr-sticky-dummy, .fr-sticky-box > .fr-sticky-dummy {
1346
+ display: block; }
1347
+
1348
+ span.fr-sr-only {
1349
+ position: absolute;
1350
+ width: 1px;
1351
+ height: 1px;
1352
+ padding: 0;
1353
+ margin: -1px;
1354
+ overflow: hidden;
1355
+ clip: rect(0, 0, 0, 0);
1356
+ border: 0; }