activeadmin_froala_editor 0.1.3 → 0.2.0

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