wysiwyg-rails 2.8.5 → 4.0.13

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