wysiwyg-rails 2.5.0 → 2.5.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/froala_editor.min.js +7 -7
- data/app/assets/javascripts/froala_editor.pkgd.min.js +21 -0
- data/app/assets/javascripts/languages/ar.js +1 -1
- data/app/assets/javascripts/languages/bs.js +1 -1
- data/app/assets/javascripts/languages/cs.js +1 -1
- data/app/assets/javascripts/languages/da.js +1 -1
- data/app/assets/javascripts/languages/de.js +1 -1
- data/app/assets/javascripts/languages/en_ca.js +1 -1
- data/app/assets/javascripts/languages/en_gb.js +1 -1
- data/app/assets/javascripts/languages/es.js +1 -1
- data/app/assets/javascripts/languages/et.js +1 -1
- data/app/assets/javascripts/languages/fa.js +1 -1
- data/app/assets/javascripts/languages/fi.js +1 -1
- data/app/assets/javascripts/languages/fr.js +1 -1
- data/app/assets/javascripts/languages/he.js +1 -1
- data/app/assets/javascripts/languages/hr.js +1 -1
- data/app/assets/javascripts/languages/hu.js +1 -1
- data/app/assets/javascripts/languages/id.js +1 -1
- data/app/assets/javascripts/languages/it.js +1 -1
- data/app/assets/javascripts/languages/ja.js +1 -1
- data/app/assets/javascripts/languages/ko.js +1 -1
- data/app/assets/javascripts/languages/me.js +1 -1
- data/app/assets/javascripts/languages/nb.js +1 -1
- data/app/assets/javascripts/languages/nl.js +1 -1
- data/app/assets/javascripts/languages/pl.js +1 -1
- data/app/assets/javascripts/languages/pt_br.js +1 -1
- data/app/assets/javascripts/languages/pt_pt.js +1 -1
- data/app/assets/javascripts/languages/ro.js +1 -1
- data/app/assets/javascripts/languages/ru.js +1 -1
- data/app/assets/javascripts/languages/sk.js +1 -1
- data/app/assets/javascripts/languages/sr.js +1 -1
- data/app/assets/javascripts/languages/sv.js +1 -1
- data/app/assets/javascripts/languages/th.js +1 -1
- data/app/assets/javascripts/languages/tr.js +1 -1
- data/app/assets/javascripts/languages/ua.js +1 -1
- data/app/assets/javascripts/languages/vi.js +1 -1
- data/app/assets/javascripts/languages/zh_cn.js +1 -1
- data/app/assets/javascripts/languages/zh_tw.js +1 -1
- data/app/assets/javascripts/plugins/align.min.js +1 -1
- data/app/assets/javascripts/plugins/char_counter.min.js +1 -1
- data/app/assets/javascripts/plugins/code_beautifier.min.js +1 -1
- data/app/assets/javascripts/plugins/code_view.min.js +1 -1
- data/app/assets/javascripts/plugins/colors.min.js +1 -1
- data/app/assets/javascripts/plugins/draggable.min.js +1 -1
- data/app/assets/javascripts/plugins/emoticons.min.js +1 -1
- data/app/assets/javascripts/plugins/entities.min.js +1 -1
- data/app/assets/javascripts/plugins/file.min.js +2 -2
- data/app/assets/javascripts/plugins/font_family.min.js +1 -1
- data/app/assets/javascripts/plugins/font_size.min.js +1 -1
- data/app/assets/javascripts/plugins/forms.min.js +2 -2
- data/app/assets/javascripts/plugins/fullscreen.min.js +1 -1
- data/app/assets/javascripts/plugins/help.min.js +1 -1
- data/app/assets/javascripts/plugins/image.min.js +3 -3
- data/app/assets/javascripts/plugins/image_manager.min.js +1 -1
- data/app/assets/javascripts/plugins/inline_style.min.js +1 -1
- data/app/assets/javascripts/plugins/line_breaker.min.js +1 -1
- data/app/assets/javascripts/plugins/link.min.js +1 -1
- data/app/assets/javascripts/plugins/lists.min.js +1 -1
- data/app/assets/javascripts/plugins/paragraph_format.min.js +1 -1
- data/app/assets/javascripts/plugins/paragraph_style.min.js +1 -1
- data/app/assets/javascripts/plugins/print.min.js +1 -1
- data/app/assets/javascripts/plugins/quick_insert.min.js +1 -1
- data/app/assets/javascripts/plugins/quote.min.js +1 -1
- data/app/assets/javascripts/plugins/save.min.js +1 -1
- data/app/assets/javascripts/plugins/special_characters.min.js +1 -1
- data/app/assets/javascripts/plugins/table.min.js +1 -1
- data/app/assets/javascripts/plugins/url.min.js +2 -2
- data/app/assets/javascripts/plugins/video.min.js +3 -3
- data/app/assets/javascripts/plugins/word_paste.min.js +2 -2
- data/app/assets/stylesheets/froala_editor.css +1190 -0
- data/app/assets/stylesheets/froala_editor.min.css +2 -2
- data/app/assets/stylesheets/froala_editor.pkgd.css +2767 -0
- data/app/assets/stylesheets/froala_editor.pkgd.min.css +7 -0
- data/app/assets/stylesheets/froala_style.css +300 -0
- data/app/assets/stylesheets/froala_style.min.css +1 -1
- data/app/assets/stylesheets/plugins/char_counter.css +57 -0
- data/app/assets/stylesheets/plugins/char_counter.min.css +1 -1
- data/app/assets/stylesheets/plugins/code_view.css +112 -0
- data/app/assets/stylesheets/plugins/code_view.min.css +1 -1
- data/app/assets/stylesheets/plugins/colors.css +124 -0
- data/app/assets/stylesheets/plugins/colors.min.css +1 -1
- data/app/assets/stylesheets/plugins/draggable.css +43 -0
- data/app/assets/stylesheets/plugins/draggable.min.css +1 -1
- data/app/assets/stylesheets/plugins/emoticons.css +42 -0
- data/app/assets/stylesheets/plugins/emoticons.min.css +1 -1
- data/app/assets/stylesheets/plugins/file.css +146 -0
- data/app/assets/stylesheets/plugins/file.min.css +1 -1
- data/app/assets/stylesheets/plugins/fullscreen.css +28 -0
- data/app/assets/stylesheets/plugins/fullscreen.min.css +1 -1
- data/app/assets/stylesheets/plugins/help.css +52 -0
- data/app/assets/stylesheets/plugins/help.min.css +1 -1
- data/app/assets/stylesheets/plugins/image.css +244 -0
- data/app/assets/stylesheets/plugins/image.min.css +1 -1
- data/app/assets/stylesheets/plugins/image_manager.css +264 -0
- data/app/assets/stylesheets/plugins/image_manager.min.css +1 -1
- data/app/assets/stylesheets/plugins/line_breaker.css +37 -0
- data/app/assets/stylesheets/plugins/line_breaker.min.css +1 -1
- data/app/assets/stylesheets/plugins/quick_insert.css +70 -0
- data/app/assets/stylesheets/plugins/quick_insert.min.css +1 -1
- data/app/assets/stylesheets/plugins/special_characters.css +51 -0
- data/app/assets/stylesheets/plugins/special_characters.min.css +1 -1
- data/app/assets/stylesheets/plugins/table.css +151 -0
- data/app/assets/stylesheets/plugins/table.min.css +1 -1
- data/app/assets/stylesheets/plugins/video.css +231 -0
- data/app/assets/stylesheets/plugins/video.min.css +1 -1
- data/app/assets/stylesheets/themes/dark.css +1161 -0
- data/app/assets/stylesheets/themes/dark.min.css +1 -1
- data/app/assets/stylesheets/themes/gray.css +1161 -0
- data/app/assets/stylesheets/themes/gray.min.css +1 -1
- data/app/assets/stylesheets/themes/red.css +1161 -0
- data/app/assets/stylesheets/themes/red.min.css +1 -1
- data/app/assets/stylesheets/themes/royal.css +1161 -0
- data/app/assets/stylesheets/themes/royal.min.css +1 -1
- data/lib/wysiwyg-rails/version.rb +1 -1
- metadata +26 -3
- data/app/assets/javascripts/languages/uk.js +0 -216
@@ -1,7 +1,7 @@
|
|
1
1
|
/*!
|
2
|
-
* froala_editor v2.5.
|
2
|
+
* froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
4
4
|
* Copyright 2014-2017 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}.fr-element,.fr-element:focus{outline:0 solid transparent}.fr-box.fr-basic .fr-element{color:#000;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:auto;min-height:40px}.fr-element{background:0 0;position:relative;z-index:2;-webkit-user-select:auto}.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}.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}.fr-element [contenteditable=false]{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element [contenteditable=true]{outline:0 solid transparent}.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);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:32px;width:32px;background:#fff;color:#1e88e5;-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;outline:0;left:0;top:0;line-height:32px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);text-align:center;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0}.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:#1e88e5}.fr-box a.fr-floating-btn i{font-size:14px;line-height:32px}.fr-box a.fr-floating-btn.fr-btn+.fr-btn{margin-left:10px}.fr-box a.fr-floating-btn:hover{background:#ebebeb;cursor:pointer}.fr-box a.fr-floating-btn:hover svg{fill:#1e88e5}.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}iframe.fr-iframe{width:100%;border:0;position:relative;display:block;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-wrapper{position:relative;z-index:1}.fr-wrapper::after{clear:both;display:block;content:"";height:0}.fr-wrapper .fr-placeholder{position:absolute;font-size:12px;color:#aaa;z-index:1;display:none;top:0;left:0;right:0;overflow:hidden}.fr-wrapper.show-placeholder .fr-placeholder{display:block}.fr-wrapper ::selection{background:#b5d6fd;color:#000}.fr-wrapper ::-moz-selection{background:#b5d6fd;color:#000}.fr-box.fr-basic .fr-wrapper{background:#fff;border:0;border-top:0;top:0;left:0}.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)}.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)}.fr-tooltip{position:absolute;top:0;left:0;padding:0 8px;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;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";left:-3000px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:9997;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"alpha(Opacity=0)"}.fr-toolbar .fr-command.fr-btn,.fr-popup .fr-command.fr-btn{background:0 0;color:#222;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;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;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;float:left;padding:0;width:38px;height:38px}.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,.fr-popup .fr-command.fr-btn::-moz-focus-inner{border:0;padding:0}.fr-toolbar .fr-command.fr-btn.fr-btn-text,.fr-popup .fr-command.fr-btn.fr-btn-text{width:auto}.fr-toolbar .fr-command.fr-btn i,.fr-popup .fr-command.fr-btn i{display:block;font-size:14px;width:14px;margin:12px;text-align:center;float:none}.fr-toolbar .fr-command.fr-btn span.fr-sr-only,.fr-popup .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}.fr-toolbar .fr-command.fr-btn span,.fr-popup .fr-command.fr-btn span{font-size:14px;display:block;line-height:17px;min-width:38px;float:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:17px;font-weight:700;padding:0 2px}.fr-toolbar .fr-command.fr-btn img,.fr-popup .fr-command.fr-btn img{margin:12px;width:14px}.fr-toolbar .fr-command.fr-btn.fr-active,.fr-popup .fr-command.fr-btn.fr-active{color:#1e88e5;background:0 0}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection{width:auto}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span{font-weight:400}.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown img{margin-left:8px;margin-right:16px}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active{color:#222;background:#d6d6d6}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus{background:#d6d6d6!important;color:#222!important}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after{border-top-color:#222!important}.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,.fr-popup .fr-command.fr-btn.fr-dropdown::after{position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #222;right:4px;top:17px;content:""}.fr-toolbar .fr-command.fr-btn.fr-disabled,.fr-popup .fr-command.fr-btn.fr-disabled{color:#bdbdbd;cursor:default}.fr-toolbar .fr-command.fr-btn.fr-disabled::after,.fr-popup .fr-command.fr-btn.fr-disabled::after{border-top-color:#bdbdbd!important}.fr-toolbar .fr-command.fr-btn.fr-hidden,.fr-popup .fr-command.fr-btn.fr-hidden{display:none}.fr-toolbar.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active,.fr-popup.fr-disabled .fr-btn.fr-active{color:#bdbdbd}.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after{border-top-color:#bdbdbd}.fr-toolbar.fr-rtl .fr-command.fr-btn,.fr-popup.fr-rtl .fr-command.fr-btn{float:right}.fr-toolbar.fr-inline .fr-command.fr-btn{float:none}.fr-desktop .fr-command:hover,.fr-desktop .fr-command:focus{outline:0;color:#222;background:#ebebeb}.fr-desktop .fr-command:hover::after,.fr-desktop .fr-command:focus::after{border-top-color:#222!important}.fr-desktop .fr-command.fr-selected{color:#222;background:#d6d6d6}.fr-desktop .fr-command.fr-active:hover,.fr-desktop .fr-command.fr-active:focus{color:#1e88e5;background:#ebebeb}.fr-desktop .fr-command.fr-active.fr-selected{color:#1e88e5;background:#d6d6d6}.fr-desktop .fr-command.fr-disabled:hover,.fr-desktop .fr-command.fr-disabled:focus,.fr-desktop .fr-command.fr-disabled.fr-selected{background:0 0}.fr-desktop.fr-disabled .fr-command:hover,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command.fr-selected{background:0 0}.fr-toolbar.fr-mobile .fr-command.fr-blink,.fr-popup.fr-mobile .fr-command.fr-blink{background:0 0}.fr-command.fr-btn+.fr-dropdown-menu{display:inline-block;position:absolute;right:auto;bottom:auto;height:auto;z-index:4;-webkit-overflow-scrolling:touch;overflow:hidden;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}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{background:#fff;padding:0;margin:auto;display:inline-block;text-align:left;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-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;float:left;max-height:0;height:0;margin-top:0!important}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{overflow:auto;position:relative;max-height:275px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{list-style-type:none;margin:0;padding:0}.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}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{padding:0 24px;line-height:200%;display:block;cursor:pointer;white-space:nowrap;color:inherit;text-decoration:none}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd;cursor:default}.fr-command.fr-btn.fr-active+.fr-dropdown-menu{display:inline-block;-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)}.fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper{height:auto;max-height:275px}.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}.fr-toolbar.fr-rtl .fr-dropdown-wrapper,.fr-popup.fr-rtl .fr-dropdown-wrapper{text-align:right!important}body.prevent-scroll{overflow:hidden;text-align:center}body.prevent-scroll.fr-mobile{position:fixed;-webkit-overflow-scrolling:touch}.fr-modal{color:#222;font-family:Arial,Helvetica,sans-serif;position:fixed;overflow-x:auto;overflow-y:scroll;top:0;left:0;bottom:0;right:0;width:100%;z-index:9999;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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;display:inline-block;background:#fff;min-width:300px;-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 #222;overflow:hidden;width:90%;padding-bottom:10px;position:relative}@media (min-width:768px) and (max-width:991px){.fr-modal .fr-modal-wrapper{margin:30px auto;width:70%}}@media (min-width:992px){.fr-modal .fr-modal-wrapper{margin:50px auto;width:600px}}.fr-modal .fr-modal-wrapper .fr-modal-head{background:#fff;-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;overflow:hidden;position:absolute;width:100%;min-height:42px;z-index:3;-webkit-transition:height .2s ease 0s;-moz-transition:height .2s ease 0s;-ms-transition:height .2s ease 0s;-o-transition:height .2s ease 0s}.fr-modal .fr-modal-wrapper .fr-modal-head i{padding:12px;width:20px;font-size:16px;cursor:pointer;line-height:18px;color:#222;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close{position:absolute;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}.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:18px;padding:12px 10px;margin:0;font-weight:400;line-height:18px;display:inline-block;float:left}.fr-modal .fr-modal-wrapper div.fr-modal-body{height:100%;min-height:150px;overflow-y:scroll}.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.fr-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;-ms-filter:"alpha(Opacity=0)";z-index:9998}.fr-popup{position:absolute;display:none;color:#222;background:#fff;-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;-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;z-index:9995;text-align:left;border:0;border-top:5px solid #222;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-popup .fr-input-focus{background:#f5f5f5}.fr-popup.fr-above{margin-top:-10px;border-top:0;border-bottom:5px solid #222;-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)}.fr-popup.fr-active{display:block}.fr-popup.fr-hidden{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)"}.fr-popup .fr-hs{display:block!important}.fr-popup .fr-hs.fr-hidden{display:none!important}.fr-popup .fr-input-line{position:relative;padding:8px 0}.fr-popup .fr-input-line input[type=text],.fr-popup .fr-input-line textarea{width:100%;margin:0 0 1px;border:0;border-bottom:solid 1px #bdbdbd;color:#222;font-size:14px;padding:6px 0 2px;background:rgba(0,0,0,0);position:relative;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-popup .fr-input-line input[type=text]:focus,.fr-popup .fr-input-line textarea:focus{border-bottom:solid 2px #1e88e5;margin-bottom:0}.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label{position:absolute;top:0;left:0;font-size:12px;color:rgba(0,0,0,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;z-index:3;width:100%;display:block;background:#fff}.fr-popup .fr-input-line input.fr-not-empty:focus+label,.fr-popup .fr-input-line textarea.fr-not-empty:focus+label{color:#1e88e5}.fr-popup .fr-input-line input.fr-not-empty+label,.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray}.fr-popup input,.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;outline:0}.fr-popup textarea{resize:none}.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;white-space:nowrap;line-height:0;border-bottom:0}.fr-popup .fr-buttons::after{clear:both;display:block;content:"";height:0}.fr-popup .fr-buttons .fr-btn{display:inline-block;float:none}.fr-popup .fr-buttons .fr-btn i{float:left}.fr-popup .fr-buttons .fr-separator{display:inline-block;float:none}.fr-popup .fr-layer{width:225px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:10px;display:none}@media (min-width:768px){.fr-popup .fr-layer{width:300px}}.fr-popup .fr-layer.fr-active{display:inline-block}.fr-popup .fr-action-buttons{z-index:7;height:36px;text-align:right}.fr-popup .fr-action-buttons button.fr-command{height:36px;line-height:1;color:#1e88e5;padding:10px;cursor:pointer;text-decoration:none;border:0;background:0 0;font-size:16px;outline:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.fr-popup .fr-action-buttons button.fr-command+button{margin-left:24px}.fr-popup .fr-action-buttons button.fr-command:hover,.fr-popup .fr-action-buttons button.fr-command:focus{background:#ebebeb;color:#1e88e5}.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#1e88e5}.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.fr-popup .fr-checkbox{position:relative;display:inline-block;width:16px;height:16px;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-popup .fr-checkbox svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-popup .fr-checkbox span{border:solid 1px #222;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:16px;height:16px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-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}.fr-popup .fr-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";border:0 none;cursor:pointer;height:16px;margin:0;padding:0;width:16px;top:1px;left:1px}.fr-popup .fr-checkbox input:checked+span{background:#1e88e5;border-color:#1e88e5}.fr-popup .fr-checkbox input:checked+span svg{display:block}.fr-popup .fr-checkbox input:focus+span{border-color:#1e88e5}.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.fr-popup .fr-checkbox-line label{cursor:pointer;margin:0 5px;vertical-align:middle}.fr-popup.fr-rtl{direction:rtl;text-align:right}.fr-popup.fr-rtl .fr-action-buttons{text-align:left}.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs{float:right}.fr-popup .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}.fr-popup.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top:5px solid #222}.fr-text-edit-layer{width:250px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block!important}.fr-toolbar{color:#222;background:#fff;position:relative;z-index:4;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;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);text-align:left;border:0;border-top:5px solid #222;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-toolbar::after{clear:both;display:block;content:"";height:0}.fr-toolbar.fr-rtl{text-align:right}.fr-toolbar.fr-inline{display:none;white-space:nowrap;position:absolute;margin-top:10px}.fr-toolbar.fr-inline .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}.fr-toolbar.fr-inline.fr-above{margin-top:-10px;-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 #222;border-top:0}.fr-toolbar.fr-inline.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top-color:inherit;border-top-style:solid;border-top-width:5px}.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)}.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)}.fr-separator{background:#ebebeb;display:block;vertical-align:top;float:left}.fr-separator+.fr-separator{display:none}.fr-separator.fr-vs{height:34px;width:1px;margin:2px}.fr-separator.fr-hs{clear:both;height:1px;width:calc(100% - (2 * 2px));margin:0 2px}.fr-separator.fr-hidden{display:none!important}.fr-rtl .fr-separator{float:right}.fr-toolbar.fr-inline .fr-separator.fr-hs{float:none}.fr-toolbar.fr-inline .fr-separator.fr-vs{float:none;display:inline-block}.fr-visibility-helper{display:none;margin-left:0!important}@media (min-width:768px){.fr-visibility-helper{margin-left:1px!important}}@media (min-width:992px){.fr-visibility-helper{margin-left:2px!important}}@media (min-width:1200px){.fr-visibility-helper{margin-left:3px!important}}.fr-opacity-0{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)"}.fr-box{position:relative}.fr-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.fr-sticky-off{position:relative}.fr-sticky-on{position:fixed}.fr-sticky-on.fr-sticky-ios{position:absolute;left:0;right:0;width:auto!important}.fr-sticky-dummy{display:none}.fr-sticky-on+.fr-sticky-dummy,.fr-sticky-box>.fr-sticky-dummy{display:block}span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
|
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}.fr-element,.fr-element:focus{outline:0 solid transparent}.fr-box.fr-basic .fr-element{color:#000;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-x:auto;min-height:40px}.fr-element{background:0 0;position:relative;z-index:2;-webkit-user-select:auto}.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}.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}.fr-element [contenteditable=false]{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.fr-element [contenteditable=true]{outline:0 solid transparent}.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);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:32px;width:32px;background:#fff;color:#1e88e5;-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;outline:0;left:0;top:0;line-height:32px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);text-align:center;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:0}.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:#1e88e5}.fr-box a.fr-floating-btn i{font-size:14px;line-height:32px}.fr-box a.fr-floating-btn.fr-btn+.fr-btn{margin-left:10px}.fr-box a.fr-floating-btn:hover{background:#ebebeb;cursor:pointer}.fr-box a.fr-floating-btn:hover svg{fill:#1e88e5}.fr-box .fr-visible a.fr-floating-btn{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}iframe.fr-iframe{width:100%;border:0;position:relative;display:block;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-wrapper{position:relative;z-index:1}.fr-wrapper::after{clear:both;display:block;content:"";height:0}.fr-wrapper .fr-placeholder{position:absolute;font-size:12px;color:#aaa;z-index:1;display:none;top:0;left:0;right:0;overflow:hidden}.fr-wrapper.show-placeholder .fr-placeholder{display:block}.fr-wrapper ::selection{background:#b5d6fd;color:#000}.fr-wrapper ::-moz-selection{background:#b5d6fd;color:#000}.fr-box.fr-basic .fr-wrapper{background:#fff;border:0;border-top:0;top:0;left:0}.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)}.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)}.fr-tooltip{position:absolute;top:0;left:0;padding:0 8px;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;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";left:-3000px;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:9997;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-tooltip.fr-visible{-webkit-opacity:1;-moz-opacity:1;opacity:1;-ms-filter:"alpha(Opacity=0)"}.fr-toolbar .fr-command.fr-btn,.fr-popup .fr-command.fr-btn{background:0 0;color:#222;-moz-outline:0;outline:0;border:0;line-height:1;cursor:pointer;text-align:left;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;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;z-index:2;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-decoration:none;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;float:left;padding:0;width:38px;height:38px}.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,.fr-popup .fr-command.fr-btn::-moz-focus-inner{border:0;padding:0}.fr-toolbar .fr-command.fr-btn.fr-btn-text,.fr-popup .fr-command.fr-btn.fr-btn-text{width:auto}.fr-toolbar .fr-command.fr-btn i,.fr-popup .fr-command.fr-btn i{display:block;font-size:14px;width:14px;margin:12px;text-align:center;float:none}.fr-toolbar .fr-command.fr-btn span.fr-sr-only,.fr-popup .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}.fr-toolbar .fr-command.fr-btn span,.fr-popup .fr-command.fr-btn span{font-size:14px;display:block;line-height:17px;min-width:38px;float:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;height:17px;font-weight:700;padding:0 2px}.fr-toolbar .fr-command.fr-btn img,.fr-popup .fr-command.fr-btn img{margin:12px;width:14px}.fr-toolbar .fr-command.fr-btn.fr-active,.fr-popup .fr-command.fr-btn.fr-active{color:#1e88e5;background:0 0}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection{width:auto}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span{font-weight:400}.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown img{margin-left:8px;margin-right:16px}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active{color:#222;background:#d6d6d6}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus{background:#d6d6d6!important;color:#222!important}.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after{border-top-color:#222!important}.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,.fr-popup .fr-command.fr-btn.fr-dropdown::after{position:absolute;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #222;right:4px;top:17px;content:""}.fr-toolbar .fr-command.fr-btn.fr-disabled,.fr-popup .fr-command.fr-btn.fr-disabled{color:#bdbdbd;cursor:default}.fr-toolbar .fr-command.fr-btn.fr-disabled::after,.fr-popup .fr-command.fr-btn.fr-disabled::after{border-top-color:#bdbdbd!important}.fr-toolbar .fr-command.fr-btn.fr-hidden,.fr-popup .fr-command.fr-btn.fr-hidden{display:none}.fr-toolbar.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active,.fr-popup.fr-disabled .fr-btn.fr-active{color:#bdbdbd}.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after{border-top-color:#bdbdbd}.fr-toolbar.fr-rtl .fr-command.fr-btn,.fr-popup.fr-rtl .fr-command.fr-btn{float:right}.fr-toolbar.fr-inline .fr-command.fr-btn{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;float:none}.fr-desktop .fr-command:hover,.fr-desktop .fr-command:focus{outline:0;color:#222;background:#ebebeb}.fr-desktop .fr-command:hover::after,.fr-desktop .fr-command:focus::after{border-top-color:#222!important}.fr-desktop .fr-command.fr-selected{color:#222;background:#d6d6d6}.fr-desktop .fr-command.fr-active:hover,.fr-desktop .fr-command.fr-active:focus{color:#1e88e5;background:#ebebeb}.fr-desktop .fr-command.fr-active.fr-selected{color:#1e88e5;background:#d6d6d6}.fr-desktop .fr-command.fr-disabled:hover,.fr-desktop .fr-command.fr-disabled:focus,.fr-desktop .fr-command.fr-disabled.fr-selected{background:0 0}.fr-desktop.fr-disabled .fr-command:hover,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command.fr-selected{background:0 0}.fr-toolbar.fr-mobile .fr-command.fr-blink,.fr-popup.fr-mobile .fr-command.fr-blink{background:0 0}.fr-command.fr-btn+.fr-dropdown-menu{display:inline-block;position:absolute;right:auto;bottom:auto;height:auto;z-index:4;-webkit-overflow-scrolling:touch;overflow:hidden;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}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper{background:#fff;padding:0;margin:auto;display:inline-block;text-align:left;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-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;float:left;max-height:0;height:0;margin-top:0!important}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content{overflow:auto;position:relative;max-height:275px}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list{list-style-type:none;margin:0;padding:0}.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}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a{padding:0 24px;line-height:200%;display:block;cursor:pointer;white-space:nowrap;color:inherit;text-decoration:none}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active{background:#d6d6d6}.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled{color:#bdbdbd;cursor:default}.fr-command.fr-btn.fr-active+.fr-dropdown-menu{display:inline-block;-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)}.fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper{height:auto;max-height:275px}.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}.fr-toolbar.fr-rtl .fr-dropdown-wrapper,.fr-popup.fr-rtl .fr-dropdown-wrapper{text-align:right!important}body.prevent-scroll{overflow:hidden}body.prevent-scroll.fr-mobile{position:fixed;-webkit-overflow-scrolling:touch}.fr-modal{color:#222;font-family:Arial,Helvetica,sans-serif;position:fixed;overflow-x:auto;overflow-y:scroll;top:0;left:0;bottom:0;right:0;width:100%;z-index:9999;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center}.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;display:inline-block;background:#fff;min-width:300px;-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 #222;overflow:hidden;width:90%;padding-bottom:10px;position:relative}@media (min-width:768px) and (max-width:991px){.fr-modal .fr-modal-wrapper{margin:30px auto;width:70%}}@media (min-width:992px){.fr-modal .fr-modal-wrapper{margin:50px auto;width:600px}}.fr-modal .fr-modal-wrapper .fr-modal-head{background:#fff;-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;overflow:hidden;position:absolute;width:100%;min-height:42px;z-index:3;-webkit-transition:height .2s ease 0s;-moz-transition:height .2s ease 0s;-ms-transition:height .2s ease 0s;-o-transition:height .2s ease 0s}.fr-modal .fr-modal-wrapper .fr-modal-head i{padding:12px;width:20px;font-size:16px;cursor:pointer;line-height:18px;color:#222;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close{position:absolute;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}.fr-modal .fr-modal-wrapper .fr-modal-head h4{font-size:18px;padding:12px 10px;margin:0;font-weight:400;line-height:18px;display:inline-block;float:left}.fr-modal .fr-modal-wrapper div.fr-modal-body{height:100%;min-height:150px;overflow-y:scroll}.fr-modal .fr-modal-wrapper div.fr-modal-body:focus{outline:0}.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover{background:#ebebeb}.fr-overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;-webkit-opacity:.5;-moz-opacity:.5;opacity:.5;-ms-filter:"alpha(Opacity=0)";z-index:9998}.fr-popup{position:absolute;display:none;color:#222;background:#fff;-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;-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;z-index:9995;text-align:left;border:0;border-top:5px solid #222;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-popup .fr-input-focus{background:#f5f5f5}.fr-popup.fr-above{margin-top:-10px;border-top:0;border-bottom:5px solid #222;-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)}.fr-popup.fr-active{display:block}.fr-popup.fr-hidden{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)"}.fr-popup .fr-hs{display:block!important}.fr-popup .fr-hs.fr-hidden{display:none!important}.fr-popup .fr-input-line{position:relative;padding:8px 0}.fr-popup .fr-input-line input[type=text],.fr-popup .fr-input-line textarea{width:100%;margin:0 0 1px;border:0;border-bottom:solid 1px #bdbdbd;color:#222;font-size:14px;padding:6px 0 2px;background:rgba(0,0,0,0);position:relative;z-index:2;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fr-popup .fr-input-line input[type=text]:focus,.fr-popup .fr-input-line textarea:focus{border-bottom:solid 2px #1e88e5;margin-bottom:0}.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label{position:absolute;top:0;left:0;font-size:12px;color:rgba(0,0,0,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;z-index:3;width:100%;display:block;background:#fff}.fr-popup .fr-input-line input.fr-not-empty:focus+label,.fr-popup .fr-input-line textarea.fr-not-empty:focus+label{color:#1e88e5}.fr-popup .fr-input-line input.fr-not-empty+label,.fr-popup .fr-input-line textarea.fr-not-empty+label{color:gray}.fr-popup input,.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;outline:0}.fr-popup textarea{resize:none}.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;white-space:nowrap;line-height:0;border-bottom:0}.fr-popup .fr-buttons::after{clear:both;display:block;content:"";height:0}.fr-popup .fr-buttons .fr-btn{display:inline-block;float:none}.fr-popup .fr-buttons .fr-btn i{float:left}.fr-popup .fr-buttons .fr-separator{display:inline-block;float:none}.fr-popup .fr-layer{width:225px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:10px;display:none}@media (min-width:768px){.fr-popup .fr-layer{width:300px}}.fr-popup .fr-layer.fr-active{display:inline-block}.fr-popup .fr-action-buttons{z-index:7;height:36px;text-align:right}.fr-popup .fr-action-buttons button.fr-command{height:36px;line-height:1;color:#1e88e5;padding:10px;cursor:pointer;text-decoration:none;border:0;background:0 0;font-size:16px;outline:0;-webkit-transition:background .2s ease 0s;-moz-transition:background .2s ease 0s;-ms-transition:background .2s ease 0s;-o-transition:background .2s ease 0s}.fr-popup .fr-action-buttons button.fr-command+button{margin-left:24px}.fr-popup .fr-action-buttons button.fr-command:hover,.fr-popup .fr-action-buttons button.fr-command:focus{background:#ebebeb;color:#1e88e5}.fr-popup .fr-action-buttons button.fr-command:active{background:#d6d6d6;color:#1e88e5}.fr-popup .fr-action-buttons button::-moz-focus-inner{border:0}.fr-popup .fr-checkbox{position:relative;display:inline-block;width:16px;height:16px;line-height:1;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;vertical-align:middle}.fr-popup .fr-checkbox svg{margin-left:2px;margin-top:2px;display:none;width:10px;height:10px}.fr-popup .fr-checkbox span{border:solid 1px #222;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:16px;height:16px;display:inline-block;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-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}.fr-popup .fr-checkbox input{position:absolute;z-index:2;-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)";border:0 none;cursor:pointer;height:16px;margin:0;padding:0;width:16px;top:1px;left:1px}.fr-popup .fr-checkbox input:checked+span{background:#1e88e5;border-color:#1e88e5}.fr-popup .fr-checkbox input:checked+span svg{display:block}.fr-popup .fr-checkbox input:focus+span{border-color:#1e88e5}.fr-popup .fr-checkbox-line{font-size:14px;line-height:1.4px;margin-top:10px}.fr-popup .fr-checkbox-line label{cursor:pointer;margin:0 5px;vertical-align:middle}.fr-popup.fr-rtl{direction:rtl;text-align:right}.fr-popup.fr-rtl .fr-action-buttons{text-align:left}.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label{left:auto;right:0}.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs{float:right}.fr-popup .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}.fr-popup.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top:5px solid #222}.fr-text-edit-layer{width:250px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block!important}.fr-toolbar{color:#222;background:#fff;position:relative;z-index:4;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;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);text-align:left;border:0;border-top:5px solid #222;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fr-toolbar::after{clear:both;display:block;content:"";height:0}.fr-toolbar.fr-rtl{text-align:right}.fr-toolbar.fr-inline{display:none;white-space:nowrap;position:absolute;margin-top:10px}.fr-toolbar.fr-inline .fr-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #222;position:absolute;top:-9px;left:50%;margin-left:-5px;display:inline-block}.fr-toolbar.fr-inline.fr-above{margin-top:-10px;-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 #222;border-top:0}.fr-toolbar.fr-inline.fr-above .fr-arrow{top:auto;bottom:-9px;border-bottom:0;border-top-color:inherit;border-top-style:solid;border-top-width:5px}.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)}.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)}.fr-separator{background:#ebebeb;display:block;vertical-align:top;float:left}.fr-separator+.fr-separator{display:none}.fr-separator.fr-vs{height:34px;width:1px;margin:2px}.fr-separator.fr-hs{clear:both;height:1px;width:calc(100% - (2 * 2px));margin:0 2px}.fr-separator.fr-hidden{display:none!important}.fr-rtl .fr-separator{float:right}.fr-toolbar.fr-inline .fr-separator.fr-hs{float:none}.fr-toolbar.fr-inline .fr-separator.fr-vs{float:none;display:inline-block}.fr-visibility-helper{display:none;margin-left:0!important}@media (min-width:768px){.fr-visibility-helper{margin-left:1px!important}}@media (min-width:992px){.fr-visibility-helper{margin-left:2px!important}}@media (min-width:1200px){.fr-visibility-helper{margin-left:3px!important}}.fr-opacity-0{-webkit-opacity:0;-moz-opacity:0;opacity:0;-ms-filter:"alpha(Opacity=0)"}.fr-box{position:relative}.fr-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}.fr-sticky-off{position:relative}.fr-sticky-on{position:fixed}.fr-sticky-on.fr-sticky-ios{position:absolute;left:0;right:0;width:auto!important}.fr-sticky-dummy{display:none}.fr-sticky-on+.fr-sticky-dummy,.fr-sticky-box>.fr-sticky-dummy{display:block}span.fr-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
|
@@ -0,0 +1,2767 @@
|
|
1
|
+
/*!
|
2
|
+
* froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
|
3
|
+
* License https://froala.com/wysiwyg-editor/terms/
|
4
|
+
* Copyright 2014-2017 Froala Labs
|
5
|
+
*/
|
6
|
+
|
7
|
+
.clearfix::after {
|
8
|
+
clear: both;
|
9
|
+
display: block;
|
10
|
+
content: "";
|
11
|
+
height: 0;
|
12
|
+
}
|
13
|
+
.hide-by-clipping {
|
14
|
+
position: absolute;
|
15
|
+
width: 1px;
|
16
|
+
height: 1px;
|
17
|
+
padding: 0;
|
18
|
+
margin: -1px;
|
19
|
+
overflow: hidden;
|
20
|
+
clip: rect(0, 0, 0, 0);
|
21
|
+
border: 0;
|
22
|
+
}
|
23
|
+
.fr-element,
|
24
|
+
.fr-element:focus {
|
25
|
+
outline: 0px solid transparent;
|
26
|
+
}
|
27
|
+
.fr-box.fr-basic .fr-element {
|
28
|
+
color: #000000;
|
29
|
+
padding: 10px;
|
30
|
+
-webkit-box-sizing: border-box;
|
31
|
+
-moz-box-sizing: border-box;
|
32
|
+
box-sizing: border-box;
|
33
|
+
overflow-x: auto;
|
34
|
+
min-height: 40px;
|
35
|
+
}
|
36
|
+
.fr-element {
|
37
|
+
background: transparent;
|
38
|
+
position: relative;
|
39
|
+
z-index: 2;
|
40
|
+
-webkit-user-select: auto;
|
41
|
+
}
|
42
|
+
.fr-element a {
|
43
|
+
user-select: auto;
|
44
|
+
-o-user-select: auto;
|
45
|
+
-moz-user-select: auto;
|
46
|
+
-khtml-user-select: auto;
|
47
|
+
-webkit-user-select: auto;
|
48
|
+
-ms-user-select: auto;
|
49
|
+
}
|
50
|
+
.fr-element.fr-disabled {
|
51
|
+
user-select: none;
|
52
|
+
-o-user-select: none;
|
53
|
+
-moz-user-select: none;
|
54
|
+
-khtml-user-select: none;
|
55
|
+
-webkit-user-select: none;
|
56
|
+
-ms-user-select: none;
|
57
|
+
}
|
58
|
+
.fr-element [contenteditable="false"] {
|
59
|
+
user-select: none;
|
60
|
+
-o-user-select: none;
|
61
|
+
-moz-user-select: none;
|
62
|
+
-khtml-user-select: none;
|
63
|
+
-webkit-user-select: none;
|
64
|
+
-ms-user-select: none;
|
65
|
+
}
|
66
|
+
.fr-element [contenteditable="true"] {
|
67
|
+
outline: 0px solid transparent;
|
68
|
+
}
|
69
|
+
.fr-box a.fr-floating-btn {
|
70
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
71
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
72
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
73
|
+
border-radius: 100%;
|
74
|
+
-moz-border-radius: 100%;
|
75
|
+
-webkit-border-radius: 100%;
|
76
|
+
-moz-background-clip: padding;
|
77
|
+
-webkit-background-clip: padding-box;
|
78
|
+
background-clip: padding-box;
|
79
|
+
height: 32px;
|
80
|
+
width: 32px;
|
81
|
+
background: #ffffff;
|
82
|
+
color: #1e88e5;
|
83
|
+
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
|
84
|
+
-moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
|
85
|
+
-ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
|
86
|
+
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
|
87
|
+
outline: none;
|
88
|
+
left: 0;
|
89
|
+
top: 0;
|
90
|
+
line-height: 32px;
|
91
|
+
-webkit-transform: scale(0);
|
92
|
+
-moz-transform: scale(0);
|
93
|
+
-ms-transform: scale(0);
|
94
|
+
-o-transform: scale(0);
|
95
|
+
text-align: center;
|
96
|
+
display: block;
|
97
|
+
-webkit-box-sizing: border-box;
|
98
|
+
-moz-box-sizing: border-box;
|
99
|
+
box-sizing: border-box;
|
100
|
+
border: none;
|
101
|
+
}
|
102
|
+
.fr-box a.fr-floating-btn svg {
|
103
|
+
-webkit-transition: transform 0.2s ease 0s;
|
104
|
+
-moz-transition: transform 0.2s ease 0s;
|
105
|
+
-ms-transition: transform 0.2s ease 0s;
|
106
|
+
-o-transition: transform 0.2s ease 0s;
|
107
|
+
fill: #1e88e5;
|
108
|
+
}
|
109
|
+
.fr-box a.fr-floating-btn i {
|
110
|
+
font-size: 14px;
|
111
|
+
line-height: 32px;
|
112
|
+
}
|
113
|
+
.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
|
114
|
+
margin-left: 10px;
|
115
|
+
}
|
116
|
+
.fr-box a.fr-floating-btn:hover {
|
117
|
+
background: #ebebeb;
|
118
|
+
cursor: pointer;
|
119
|
+
}
|
120
|
+
.fr-box a.fr-floating-btn:hover svg {
|
121
|
+
fill: #1e88e5;
|
122
|
+
}
|
123
|
+
.fr-box .fr-visible a.fr-floating-btn {
|
124
|
+
-webkit-transform: scale(1);
|
125
|
+
-moz-transform: scale(1);
|
126
|
+
-ms-transform: scale(1);
|
127
|
+
-o-transform: scale(1);
|
128
|
+
}
|
129
|
+
iframe.fr-iframe {
|
130
|
+
width: 100%;
|
131
|
+
border: none;
|
132
|
+
position: relative;
|
133
|
+
display: block;
|
134
|
+
z-index: 2;
|
135
|
+
-webkit-box-sizing: border-box;
|
136
|
+
-moz-box-sizing: border-box;
|
137
|
+
box-sizing: border-box;
|
138
|
+
}
|
139
|
+
.fr-wrapper {
|
140
|
+
position: relative;
|
141
|
+
z-index: 1;
|
142
|
+
}
|
143
|
+
.fr-wrapper::after {
|
144
|
+
clear: both;
|
145
|
+
display: block;
|
146
|
+
content: "";
|
147
|
+
height: 0;
|
148
|
+
}
|
149
|
+
.fr-wrapper .fr-placeholder {
|
150
|
+
position: absolute;
|
151
|
+
font-size: 12px;
|
152
|
+
color: #aaaaaa;
|
153
|
+
z-index: 1;
|
154
|
+
display: none;
|
155
|
+
top: 0;
|
156
|
+
left: 0;
|
157
|
+
right: 0;
|
158
|
+
overflow: hidden;
|
159
|
+
}
|
160
|
+
.fr-wrapper.show-placeholder .fr-placeholder {
|
161
|
+
display: block;
|
162
|
+
}
|
163
|
+
.fr-wrapper ::selection {
|
164
|
+
background: #b5d6fd;
|
165
|
+
color: #000000;
|
166
|
+
}
|
167
|
+
.fr-wrapper ::-moz-selection {
|
168
|
+
background: #b5d6fd;
|
169
|
+
color: #000000;
|
170
|
+
}
|
171
|
+
.fr-box.fr-basic .fr-wrapper {
|
172
|
+
background: #ffffff;
|
173
|
+
border: 0px;
|
174
|
+
border-top: 0;
|
175
|
+
top: 0;
|
176
|
+
left: 0;
|
177
|
+
}
|
178
|
+
.fr-box.fr-basic.fr-top .fr-wrapper {
|
179
|
+
border-top: 0;
|
180
|
+
border-radius: 0 0 2px 2px;
|
181
|
+
-moz-border-radius: 0 0 2px 2px;
|
182
|
+
-webkit-border-radius: 0 0 2px 2px;
|
183
|
+
-moz-background-clip: padding;
|
184
|
+
-webkit-background-clip: padding-box;
|
185
|
+
background-clip: padding-box;
|
186
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
187
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
188
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
189
|
+
}
|
190
|
+
.fr-box.fr-basic.fr-bottom .fr-wrapper {
|
191
|
+
border-bottom: 0;
|
192
|
+
border-radius: 2px 2px 0 0;
|
193
|
+
-moz-border-radius: 2px 2px 0 0;
|
194
|
+
-webkit-border-radius: 2px 2px 0 0;
|
195
|
+
-moz-background-clip: padding;
|
196
|
+
-webkit-background-clip: padding-box;
|
197
|
+
background-clip: padding-box;
|
198
|
+
-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
|
199
|
+
-moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
|
200
|
+
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
|
201
|
+
}
|
202
|
+
.fr-tooltip {
|
203
|
+
position: absolute;
|
204
|
+
top: 0;
|
205
|
+
left: 0;
|
206
|
+
padding: 0 8px;
|
207
|
+
border-radius: 2px;
|
208
|
+
-moz-border-radius: 2px;
|
209
|
+
-webkit-border-radius: 2px;
|
210
|
+
-moz-background-clip: padding;
|
211
|
+
-webkit-background-clip: padding-box;
|
212
|
+
background-clip: padding-box;
|
213
|
+
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
|
214
|
+
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
|
215
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
|
216
|
+
background: #222222;
|
217
|
+
color: #ffffff;
|
218
|
+
font-size: 11px;
|
219
|
+
line-height: 22px;
|
220
|
+
font-family: Arial, Helvetica, sans-serif;
|
221
|
+
-webkit-transition: opacity 0.2s ease 0s;
|
222
|
+
-moz-transition: opacity 0.2s ease 0s;
|
223
|
+
-ms-transition: opacity 0.2s ease 0s;
|
224
|
+
-o-transition: opacity 0.2s ease 0s;
|
225
|
+
-webkit-opacity: 0;
|
226
|
+
-moz-opacity: 0;
|
227
|
+
opacity: 0;
|
228
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
229
|
+
left: -3000px;
|
230
|
+
user-select: none;
|
231
|
+
-o-user-select: none;
|
232
|
+
-moz-user-select: none;
|
233
|
+
-khtml-user-select: none;
|
234
|
+
-webkit-user-select: none;
|
235
|
+
-ms-user-select: none;
|
236
|
+
z-index: 9997;
|
237
|
+
text-rendering: optimizelegibility;
|
238
|
+
-webkit-font-smoothing: antialiased;
|
239
|
+
-moz-osx-font-smoothing: grayscale;
|
240
|
+
}
|
241
|
+
.fr-tooltip.fr-visible {
|
242
|
+
-webkit-opacity: 1;
|
243
|
+
-moz-opacity: 1;
|
244
|
+
opacity: 1;
|
245
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
246
|
+
}
|
247
|
+
.fr-toolbar .fr-command.fr-btn,
|
248
|
+
.fr-popup .fr-command.fr-btn {
|
249
|
+
background: transparent;
|
250
|
+
color: #222222;
|
251
|
+
-moz-outline: 0;
|
252
|
+
outline: 0;
|
253
|
+
border: 0;
|
254
|
+
line-height: 1;
|
255
|
+
cursor: pointer;
|
256
|
+
text-align: left;
|
257
|
+
margin: 0px 2px;
|
258
|
+
-webkit-transition: background 0.2s ease 0s;
|
259
|
+
-moz-transition: background 0.2s ease 0s;
|
260
|
+
-ms-transition: background 0.2s ease 0s;
|
261
|
+
-o-transition: background 0.2s ease 0s;
|
262
|
+
border-radius: 0;
|
263
|
+
-moz-border-radius: 0;
|
264
|
+
-webkit-border-radius: 0;
|
265
|
+
-moz-background-clip: padding;
|
266
|
+
-webkit-background-clip: padding-box;
|
267
|
+
background-clip: padding-box;
|
268
|
+
z-index: 2;
|
269
|
+
position: relative;
|
270
|
+
-webkit-box-sizing: border-box;
|
271
|
+
-moz-box-sizing: border-box;
|
272
|
+
box-sizing: border-box;
|
273
|
+
text-decoration: none;
|
274
|
+
user-select: none;
|
275
|
+
-o-user-select: none;
|
276
|
+
-moz-user-select: none;
|
277
|
+
-khtml-user-select: none;
|
278
|
+
-webkit-user-select: none;
|
279
|
+
-ms-user-select: none;
|
280
|
+
float: left;
|
281
|
+
padding: 0;
|
282
|
+
width: 38px;
|
283
|
+
height: 38px;
|
284
|
+
}
|
285
|
+
.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
|
286
|
+
.fr-popup .fr-command.fr-btn::-moz-focus-inner {
|
287
|
+
border: 0;
|
288
|
+
padding: 0;
|
289
|
+
}
|
290
|
+
.fr-toolbar .fr-command.fr-btn.fr-btn-text,
|
291
|
+
.fr-popup .fr-command.fr-btn.fr-btn-text {
|
292
|
+
width: auto;
|
293
|
+
}
|
294
|
+
.fr-toolbar .fr-command.fr-btn i,
|
295
|
+
.fr-popup .fr-command.fr-btn i {
|
296
|
+
display: block;
|
297
|
+
font-size: 14px;
|
298
|
+
width: 14px;
|
299
|
+
margin: 12px 12px;
|
300
|
+
text-align: center;
|
301
|
+
float: none;
|
302
|
+
}
|
303
|
+
.fr-toolbar .fr-command.fr-btn span.fr-sr-only,
|
304
|
+
.fr-popup .fr-command.fr-btn span.fr-sr-only {
|
305
|
+
position: absolute;
|
306
|
+
width: 1px;
|
307
|
+
height: 1px;
|
308
|
+
padding: 0;
|
309
|
+
margin: -1px;
|
310
|
+
overflow: hidden;
|
311
|
+
clip: rect(0, 0, 0, 0);
|
312
|
+
border: 0;
|
313
|
+
}
|
314
|
+
.fr-toolbar .fr-command.fr-btn span,
|
315
|
+
.fr-popup .fr-command.fr-btn span {
|
316
|
+
font-size: 14px;
|
317
|
+
display: block;
|
318
|
+
line-height: 17px;
|
319
|
+
min-width: 38px;
|
320
|
+
float: left;
|
321
|
+
text-overflow: ellipsis;
|
322
|
+
overflow: hidden;
|
323
|
+
white-space: nowrap;
|
324
|
+
height: 17px;
|
325
|
+
font-weight: bold;
|
326
|
+
padding: 0 2px;
|
327
|
+
}
|
328
|
+
.fr-toolbar .fr-command.fr-btn img,
|
329
|
+
.fr-popup .fr-command.fr-btn img {
|
330
|
+
margin: 12px 12px;
|
331
|
+
width: 14px;
|
332
|
+
}
|
333
|
+
.fr-toolbar .fr-command.fr-btn.fr-active,
|
334
|
+
.fr-popup .fr-command.fr-btn.fr-active {
|
335
|
+
color: #1e88e5;
|
336
|
+
background: transparent;
|
337
|
+
}
|
338
|
+
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
|
339
|
+
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
|
340
|
+
width: auto;
|
341
|
+
}
|
342
|
+
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
|
343
|
+
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span {
|
344
|
+
font-weight: normal;
|
345
|
+
}
|
346
|
+
.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
|
347
|
+
.fr-popup .fr-command.fr-btn.fr-dropdown i,
|
348
|
+
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
|
349
|
+
.fr-popup .fr-command.fr-btn.fr-dropdown span,
|
350
|
+
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
|
351
|
+
.fr-popup .fr-command.fr-btn.fr-dropdown img {
|
352
|
+
margin-left: 8px;
|
353
|
+
margin-right: 16px;
|
354
|
+
}
|
355
|
+
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
|
356
|
+
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
|
357
|
+
color: #222222;
|
358
|
+
background: #d6d6d6;
|
359
|
+
}
|
360
|
+
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
|
361
|
+
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
|
362
|
+
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
|
363
|
+
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
|
364
|
+
background: #d6d6d6 !important;
|
365
|
+
color: #222222 !important;
|
366
|
+
}
|
367
|
+
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
|
368
|
+
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
|
369
|
+
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
|
370
|
+
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
|
371
|
+
border-top-color: #222222 !important;
|
372
|
+
}
|
373
|
+
.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
|
374
|
+
.fr-popup .fr-command.fr-btn.fr-dropdown::after {
|
375
|
+
position: absolute;
|
376
|
+
width: 0;
|
377
|
+
height: 0;
|
378
|
+
border-left: 4px solid transparent;
|
379
|
+
border-right: 4px solid transparent;
|
380
|
+
border-top: 4px solid #222222;
|
381
|
+
right: 4px;
|
382
|
+
top: 17px;
|
383
|
+
content: "";
|
384
|
+
}
|
385
|
+
.fr-toolbar .fr-command.fr-btn.fr-disabled,
|
386
|
+
.fr-popup .fr-command.fr-btn.fr-disabled {
|
387
|
+
color: #bdbdbd;
|
388
|
+
cursor: default;
|
389
|
+
}
|
390
|
+
.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
|
391
|
+
.fr-popup .fr-command.fr-btn.fr-disabled::after {
|
392
|
+
border-top-color: #bdbdbd !important;
|
393
|
+
}
|
394
|
+
.fr-toolbar .fr-command.fr-btn.fr-hidden,
|
395
|
+
.fr-popup .fr-command.fr-btn.fr-hidden {
|
396
|
+
display: none;
|
397
|
+
}
|
398
|
+
.fr-toolbar.fr-disabled .fr-btn,
|
399
|
+
.fr-popup.fr-disabled .fr-btn,
|
400
|
+
.fr-toolbar.fr-disabled .fr-btn.fr-active,
|
401
|
+
.fr-popup.fr-disabled .fr-btn.fr-active {
|
402
|
+
color: #bdbdbd;
|
403
|
+
}
|
404
|
+
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
|
405
|
+
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
|
406
|
+
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
|
407
|
+
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
|
408
|
+
border-top-color: #bdbdbd;
|
409
|
+
}
|
410
|
+
.fr-toolbar.fr-rtl .fr-command.fr-btn,
|
411
|
+
.fr-popup.fr-rtl .fr-command.fr-btn {
|
412
|
+
float: right;
|
413
|
+
}
|
414
|
+
.fr-toolbar.fr-inline .fr-command.fr-btn {
|
415
|
+
display: -webkit-inline-flex;
|
416
|
+
display: -ms-inline-flexbox;
|
417
|
+
display: inline-flex;
|
418
|
+
float: none;
|
419
|
+
}
|
420
|
+
.fr-desktop .fr-command:hover,
|
421
|
+
.fr-desktop .fr-command:focus {
|
422
|
+
outline: 0;
|
423
|
+
color: #222222;
|
424
|
+
background: #ebebeb;
|
425
|
+
}
|
426
|
+
.fr-desktop .fr-command:hover::after,
|
427
|
+
.fr-desktop .fr-command:focus::after {
|
428
|
+
border-top-color: #222222 !important;
|
429
|
+
}
|
430
|
+
.fr-desktop .fr-command.fr-selected {
|
431
|
+
color: #222222;
|
432
|
+
background: #d6d6d6;
|
433
|
+
}
|
434
|
+
.fr-desktop .fr-command.fr-active:hover,
|
435
|
+
.fr-desktop .fr-command.fr-active:focus {
|
436
|
+
color: #1e88e5;
|
437
|
+
background: #ebebeb;
|
438
|
+
}
|
439
|
+
.fr-desktop .fr-command.fr-active.fr-selected {
|
440
|
+
color: #1e88e5;
|
441
|
+
background: #d6d6d6;
|
442
|
+
}
|
443
|
+
.fr-desktop .fr-command.fr-disabled:hover,
|
444
|
+
.fr-desktop .fr-command.fr-disabled:focus,
|
445
|
+
.fr-desktop .fr-command.fr-disabled.fr-selected {
|
446
|
+
background: transparent;
|
447
|
+
}
|
448
|
+
.fr-desktop.fr-disabled .fr-command:hover,
|
449
|
+
.fr-desktop.fr-disabled .fr-command:focus,
|
450
|
+
.fr-desktop.fr-disabled .fr-command.fr-selected {
|
451
|
+
background: transparent;
|
452
|
+
}
|
453
|
+
.fr-toolbar.fr-mobile .fr-command.fr-blink,
|
454
|
+
.fr-popup.fr-mobile .fr-command.fr-blink {
|
455
|
+
background: transparent;
|
456
|
+
}
|
457
|
+
.fr-command.fr-btn + .fr-dropdown-menu {
|
458
|
+
display: inline-block;
|
459
|
+
position: absolute;
|
460
|
+
right: auto;
|
461
|
+
bottom: auto;
|
462
|
+
height: auto;
|
463
|
+
z-index: 4;
|
464
|
+
-webkit-overflow-scrolling: touch;
|
465
|
+
overflow: hidden;
|
466
|
+
border-radius: 0 0 2px 2px;
|
467
|
+
-moz-border-radius: 0 0 2px 2px;
|
468
|
+
-webkit-border-radius: 0 0 2px 2px;
|
469
|
+
-moz-background-clip: padding;
|
470
|
+
-webkit-background-clip: padding-box;
|
471
|
+
background-clip: padding-box;
|
472
|
+
}
|
473
|
+
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
|
474
|
+
background: #ffffff;
|
475
|
+
padding: 0;
|
476
|
+
margin: auto;
|
477
|
+
display: inline-block;
|
478
|
+
text-align: left;
|
479
|
+
position: relative;
|
480
|
+
-webkit-box-sizing: border-box;
|
481
|
+
-moz-box-sizing: border-box;
|
482
|
+
box-sizing: border-box;
|
483
|
+
-webkit-transition: max-height 0.2s ease 0s;
|
484
|
+
-moz-transition: max-height 0.2s ease 0s;
|
485
|
+
-ms-transition: max-height 0.2s ease 0s;
|
486
|
+
-o-transition: max-height 0.2s ease 0s;
|
487
|
+
margin-top: 0;
|
488
|
+
float: left;
|
489
|
+
max-height: 0;
|
490
|
+
height: 0;
|
491
|
+
margin-top: 0 !important;
|
492
|
+
}
|
493
|
+
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
|
494
|
+
overflow: auto;
|
495
|
+
position: relative;
|
496
|
+
max-height: 275px;
|
497
|
+
}
|
498
|
+
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
|
499
|
+
list-style-type: none;
|
500
|
+
margin: 0;
|
501
|
+
padding: 0;
|
502
|
+
}
|
503
|
+
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
|
504
|
+
padding: 0;
|
505
|
+
margin: 0;
|
506
|
+
font-size: 15px;
|
507
|
+
}
|
508
|
+
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
|
509
|
+
padding: 0 24px;
|
510
|
+
line-height: 200%;
|
511
|
+
display: block;
|
512
|
+
cursor: pointer;
|
513
|
+
white-space: nowrap;
|
514
|
+
color: inherit;
|
515
|
+
text-decoration: none;
|
516
|
+
}
|
517
|
+
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
|
518
|
+
background: #d6d6d6;
|
519
|
+
}
|
520
|
+
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
|
521
|
+
color: #bdbdbd;
|
522
|
+
cursor: default;
|
523
|
+
}
|
524
|
+
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
|
525
|
+
display: inline-block;
|
526
|
+
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
|
527
|
+
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
|
528
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
|
529
|
+
}
|
530
|
+
.fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
|
531
|
+
height: auto;
|
532
|
+
max-height: 275px;
|
533
|
+
}
|
534
|
+
.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
|
535
|
+
border-radius: 2px 2px 0 0;
|
536
|
+
-moz-border-radius: 2px 2px 0 0;
|
537
|
+
-webkit-border-radius: 2px 2px 0 0;
|
538
|
+
-moz-background-clip: padding;
|
539
|
+
-webkit-background-clip: padding-box;
|
540
|
+
background-clip: padding-box;
|
541
|
+
}
|
542
|
+
.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
|
543
|
+
.fr-popup.fr-rtl .fr-dropdown-wrapper {
|
544
|
+
text-align: right !important;
|
545
|
+
}
|
546
|
+
body.prevent-scroll {
|
547
|
+
overflow: hidden;
|
548
|
+
}
|
549
|
+
body.prevent-scroll.fr-mobile {
|
550
|
+
position: fixed;
|
551
|
+
-webkit-overflow-scrolling: touch;
|
552
|
+
}
|
553
|
+
.fr-modal {
|
554
|
+
color: #222222;
|
555
|
+
font-family: Arial, Helvetica, sans-serif;
|
556
|
+
position: fixed;
|
557
|
+
overflow-x: auto;
|
558
|
+
overflow-y: scroll;
|
559
|
+
top: 0;
|
560
|
+
left: 0;
|
561
|
+
bottom: 0;
|
562
|
+
right: 0;
|
563
|
+
width: 100%;
|
564
|
+
z-index: 9999;
|
565
|
+
text-rendering: optimizelegibility;
|
566
|
+
-webkit-font-smoothing: antialiased;
|
567
|
+
-moz-osx-font-smoothing: grayscale;
|
568
|
+
text-align: center;
|
569
|
+
}
|
570
|
+
.fr-modal .fr-modal-wrapper {
|
571
|
+
border-radius: 2px;
|
572
|
+
-moz-border-radius: 2px;
|
573
|
+
-webkit-border-radius: 2px;
|
574
|
+
-moz-background-clip: padding;
|
575
|
+
-webkit-background-clip: padding-box;
|
576
|
+
background-clip: padding-box;
|
577
|
+
margin: 20px auto;
|
578
|
+
display: inline-block;
|
579
|
+
background: #ffffff;
|
580
|
+
min-width: 300px;
|
581
|
+
-webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
|
582
|
+
-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
|
583
|
+
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
|
584
|
+
border: 0px;
|
585
|
+
border-top: 5px solid #222222;
|
586
|
+
overflow: hidden;
|
587
|
+
width: 90%;
|
588
|
+
padding-bottom: 10px;
|
589
|
+
position: relative;
|
590
|
+
}
|
591
|
+
@media (min-width: 768px) and (max-width: 991px) {
|
592
|
+
.fr-modal .fr-modal-wrapper {
|
593
|
+
margin: 30px auto;
|
594
|
+
width: 70%;
|
595
|
+
}
|
596
|
+
}
|
597
|
+
@media (min-width: 992px) {
|
598
|
+
.fr-modal .fr-modal-wrapper {
|
599
|
+
margin: 50px auto;
|
600
|
+
width: 600px;
|
601
|
+
}
|
602
|
+
}
|
603
|
+
.fr-modal .fr-modal-wrapper .fr-modal-head {
|
604
|
+
background: #ffffff;
|
605
|
+
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
|
606
|
+
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
|
607
|
+
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
|
608
|
+
border-bottom: 0px;
|
609
|
+
overflow: hidden;
|
610
|
+
position: absolute;
|
611
|
+
width: 100%;
|
612
|
+
min-height: 42px;
|
613
|
+
z-index: 3;
|
614
|
+
-webkit-transition: height 0.2s ease 0s;
|
615
|
+
-moz-transition: height 0.2s ease 0s;
|
616
|
+
-ms-transition: height 0.2s ease 0s;
|
617
|
+
-o-transition: height 0.2s ease 0s;
|
618
|
+
}
|
619
|
+
.fr-modal .fr-modal-wrapper .fr-modal-head i {
|
620
|
+
padding: 12px;
|
621
|
+
width: 20px;
|
622
|
+
font-size: 16px;
|
623
|
+
cursor: pointer;
|
624
|
+
line-height: 18px;
|
625
|
+
color: #222222;
|
626
|
+
-webkit-box-sizing: content-box;
|
627
|
+
-moz-box-sizing: content-box;
|
628
|
+
box-sizing: content-box;
|
629
|
+
}
|
630
|
+
.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close {
|
631
|
+
position: absolute;
|
632
|
+
top: 0;
|
633
|
+
right: 0;
|
634
|
+
-webkit-transition: color 0.2s ease 0s;
|
635
|
+
-moz-transition: color 0.2s ease 0s;
|
636
|
+
-ms-transition: color 0.2s ease 0s;
|
637
|
+
-o-transition: color 0.2s ease 0s;
|
638
|
+
}
|
639
|
+
.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
|
640
|
+
font-size: 18px;
|
641
|
+
padding: 12px 10px;
|
642
|
+
margin: 0;
|
643
|
+
font-weight: 400;
|
644
|
+
line-height: 18px;
|
645
|
+
display: inline-block;
|
646
|
+
float: left;
|
647
|
+
}
|
648
|
+
.fr-modal .fr-modal-wrapper div.fr-modal-body {
|
649
|
+
height: 100%;
|
650
|
+
min-height: 150px;
|
651
|
+
overflow-y: scroll;
|
652
|
+
}
|
653
|
+
.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
|
654
|
+
outline: 0;
|
655
|
+
}
|
656
|
+
.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
|
657
|
+
background: #ebebeb;
|
658
|
+
}
|
659
|
+
.fr-overlay {
|
660
|
+
position: fixed;
|
661
|
+
top: 0;
|
662
|
+
bottom: 0;
|
663
|
+
left: 0;
|
664
|
+
right: 0;
|
665
|
+
background: #000000;
|
666
|
+
-webkit-opacity: 0.5;
|
667
|
+
-moz-opacity: 0.5;
|
668
|
+
opacity: 0.5;
|
669
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
670
|
+
z-index: 9998;
|
671
|
+
}
|
672
|
+
.fr-popup {
|
673
|
+
position: absolute;
|
674
|
+
display: none;
|
675
|
+
color: #222222;
|
676
|
+
background: #ffffff;
|
677
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
678
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
679
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
680
|
+
border-radius: 2px;
|
681
|
+
-moz-border-radius: 2px;
|
682
|
+
-webkit-border-radius: 2px;
|
683
|
+
-moz-background-clip: padding;
|
684
|
+
-webkit-background-clip: padding-box;
|
685
|
+
background-clip: padding-box;
|
686
|
+
font-family: Arial, Helvetica, sans-serif;
|
687
|
+
-webkit-box-sizing: border-box;
|
688
|
+
-moz-box-sizing: border-box;
|
689
|
+
box-sizing: border-box;
|
690
|
+
user-select: none;
|
691
|
+
-o-user-select: none;
|
692
|
+
-moz-user-select: none;
|
693
|
+
-khtml-user-select: none;
|
694
|
+
-webkit-user-select: none;
|
695
|
+
-ms-user-select: none;
|
696
|
+
margin-top: 10px;
|
697
|
+
z-index: 9995;
|
698
|
+
text-align: left;
|
699
|
+
border: 0px;
|
700
|
+
border-top: 5px solid #222222;
|
701
|
+
text-rendering: optimizelegibility;
|
702
|
+
-webkit-font-smoothing: antialiased;
|
703
|
+
-moz-osx-font-smoothing: grayscale;
|
704
|
+
}
|
705
|
+
.fr-popup .fr-input-focus {
|
706
|
+
background: #f5f5f5;
|
707
|
+
}
|
708
|
+
.fr-popup.fr-above {
|
709
|
+
margin-top: -10px;
|
710
|
+
border-top: 0;
|
711
|
+
border-bottom: 5px solid #222222;
|
712
|
+
-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
|
713
|
+
-moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
|
714
|
+
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
|
715
|
+
}
|
716
|
+
.fr-popup.fr-active {
|
717
|
+
display: block;
|
718
|
+
}
|
719
|
+
.fr-popup.fr-hidden {
|
720
|
+
-webkit-opacity: 0;
|
721
|
+
-moz-opacity: 0;
|
722
|
+
opacity: 0;
|
723
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
724
|
+
}
|
725
|
+
.fr-popup .fr-hs {
|
726
|
+
display: block !important;
|
727
|
+
}
|
728
|
+
.fr-popup .fr-hs.fr-hidden {
|
729
|
+
display: none !important;
|
730
|
+
}
|
731
|
+
.fr-popup .fr-input-line {
|
732
|
+
position: relative;
|
733
|
+
padding: 8px 0;
|
734
|
+
}
|
735
|
+
.fr-popup .fr-input-line input[type="text"],
|
736
|
+
.fr-popup .fr-input-line textarea {
|
737
|
+
width: 100%;
|
738
|
+
margin: 0px 0 1px 0;
|
739
|
+
border: none;
|
740
|
+
border-bottom: solid 1px #bdbdbd;
|
741
|
+
color: #222222;
|
742
|
+
font-size: 14px;
|
743
|
+
padding: 6px 0 2px;
|
744
|
+
background: rgba(0, 0, 0, 0);
|
745
|
+
position: relative;
|
746
|
+
z-index: 2;
|
747
|
+
-webkit-box-sizing: border-box;
|
748
|
+
-moz-box-sizing: border-box;
|
749
|
+
box-sizing: border-box;
|
750
|
+
}
|
751
|
+
.fr-popup .fr-input-line input[type="text"]:focus,
|
752
|
+
.fr-popup .fr-input-line textarea:focus {
|
753
|
+
border-bottom: solid 2px #1e88e5;
|
754
|
+
margin-bottom: 0px;
|
755
|
+
}
|
756
|
+
.fr-popup .fr-input-line input + label,
|
757
|
+
.fr-popup .fr-input-line textarea + label {
|
758
|
+
position: absolute;
|
759
|
+
top: 0;
|
760
|
+
left: 0;
|
761
|
+
font-size: 12px;
|
762
|
+
color: rgba(0, 0, 0, 0);
|
763
|
+
-webkit-transition: color 0.2s ease 0s;
|
764
|
+
-moz-transition: color 0.2s ease 0s;
|
765
|
+
-ms-transition: color 0.2s ease 0s;
|
766
|
+
-o-transition: color 0.2s ease 0s;
|
767
|
+
z-index: 3;
|
768
|
+
width: 100%;
|
769
|
+
display: block;
|
770
|
+
background: #ffffff;
|
771
|
+
}
|
772
|
+
.fr-popup .fr-input-line input.fr-not-empty:focus + label,
|
773
|
+
.fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
|
774
|
+
color: #1e88e5;
|
775
|
+
}
|
776
|
+
.fr-popup .fr-input-line input.fr-not-empty + label,
|
777
|
+
.fr-popup .fr-input-line textarea.fr-not-empty + label {
|
778
|
+
color: #808080;
|
779
|
+
}
|
780
|
+
.fr-popup input,
|
781
|
+
.fr-popup textarea {
|
782
|
+
user-select: text;
|
783
|
+
-o-user-select: text;
|
784
|
+
-moz-user-select: text;
|
785
|
+
-khtml-user-select: text;
|
786
|
+
-webkit-user-select: text;
|
787
|
+
-ms-user-select: text;
|
788
|
+
border-radius: 0;
|
789
|
+
-moz-border-radius: 0;
|
790
|
+
-webkit-border-radius: 0;
|
791
|
+
-moz-background-clip: padding;
|
792
|
+
-webkit-background-clip: padding-box;
|
793
|
+
background-clip: padding-box;
|
794
|
+
outline: none;
|
795
|
+
}
|
796
|
+
.fr-popup textarea {
|
797
|
+
resize: none;
|
798
|
+
}
|
799
|
+
.fr-popup .fr-buttons {
|
800
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
801
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
802
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
803
|
+
padding: 0 2px;
|
804
|
+
white-space: nowrap;
|
805
|
+
line-height: 0;
|
806
|
+
border-bottom: 0px;
|
807
|
+
}
|
808
|
+
.fr-popup .fr-buttons::after {
|
809
|
+
clear: both;
|
810
|
+
display: block;
|
811
|
+
content: "";
|
812
|
+
height: 0;
|
813
|
+
}
|
814
|
+
.fr-popup .fr-buttons .fr-btn {
|
815
|
+
display: inline-block;
|
816
|
+
float: none;
|
817
|
+
}
|
818
|
+
.fr-popup .fr-buttons .fr-btn i {
|
819
|
+
float: left;
|
820
|
+
}
|
821
|
+
.fr-popup .fr-buttons .fr-separator {
|
822
|
+
display: inline-block;
|
823
|
+
float: none;
|
824
|
+
}
|
825
|
+
.fr-popup .fr-layer {
|
826
|
+
width: 225px;
|
827
|
+
-webkit-box-sizing: border-box;
|
828
|
+
-moz-box-sizing: border-box;
|
829
|
+
box-sizing: border-box;
|
830
|
+
margin: 10px;
|
831
|
+
display: none;
|
832
|
+
}
|
833
|
+
@media (min-width: 768px) {
|
834
|
+
.fr-popup .fr-layer {
|
835
|
+
width: 300px;
|
836
|
+
}
|
837
|
+
}
|
838
|
+
.fr-popup .fr-layer.fr-active {
|
839
|
+
display: inline-block;
|
840
|
+
}
|
841
|
+
.fr-popup .fr-action-buttons {
|
842
|
+
z-index: 7;
|
843
|
+
height: 36px;
|
844
|
+
text-align: right;
|
845
|
+
}
|
846
|
+
.fr-popup .fr-action-buttons button.fr-command {
|
847
|
+
height: 36px;
|
848
|
+
line-height: 1;
|
849
|
+
color: #1e88e5;
|
850
|
+
padding: 10px;
|
851
|
+
cursor: pointer;
|
852
|
+
text-decoration: none;
|
853
|
+
border: none;
|
854
|
+
background: none;
|
855
|
+
font-size: 16px;
|
856
|
+
outline: none;
|
857
|
+
-webkit-transition: background 0.2s ease 0s;
|
858
|
+
-moz-transition: background 0.2s ease 0s;
|
859
|
+
-ms-transition: background 0.2s ease 0s;
|
860
|
+
-o-transition: background 0.2s ease 0s;
|
861
|
+
}
|
862
|
+
.fr-popup .fr-action-buttons button.fr-command + button {
|
863
|
+
margin-left: 24px;
|
864
|
+
}
|
865
|
+
.fr-popup .fr-action-buttons button.fr-command:hover,
|
866
|
+
.fr-popup .fr-action-buttons button.fr-command:focus {
|
867
|
+
background: #ebebeb;
|
868
|
+
color: #1e88e5;
|
869
|
+
}
|
870
|
+
.fr-popup .fr-action-buttons button.fr-command:active {
|
871
|
+
background: #d6d6d6;
|
872
|
+
color: #1e88e5;
|
873
|
+
}
|
874
|
+
.fr-popup .fr-action-buttons button::-moz-focus-inner {
|
875
|
+
border: 0;
|
876
|
+
}
|
877
|
+
.fr-popup .fr-checkbox {
|
878
|
+
position: relative;
|
879
|
+
display: inline-block;
|
880
|
+
width: 16px;
|
881
|
+
height: 16px;
|
882
|
+
line-height: 1;
|
883
|
+
-webkit-box-sizing: content-box;
|
884
|
+
-moz-box-sizing: content-box;
|
885
|
+
box-sizing: content-box;
|
886
|
+
vertical-align: middle;
|
887
|
+
}
|
888
|
+
.fr-popup .fr-checkbox svg {
|
889
|
+
margin-left: 2px;
|
890
|
+
margin-top: 2px;
|
891
|
+
display: none;
|
892
|
+
width: 10px;
|
893
|
+
height: 10px;
|
894
|
+
}
|
895
|
+
.fr-popup .fr-checkbox span {
|
896
|
+
border: solid 1px #222222;
|
897
|
+
border-radius: 2px;
|
898
|
+
-moz-border-radius: 2px;
|
899
|
+
-webkit-border-radius: 2px;
|
900
|
+
-moz-background-clip: padding;
|
901
|
+
-webkit-background-clip: padding-box;
|
902
|
+
background-clip: padding-box;
|
903
|
+
width: 16px;
|
904
|
+
height: 16px;
|
905
|
+
display: inline-block;
|
906
|
+
position: relative;
|
907
|
+
z-index: 1;
|
908
|
+
-webkit-box-sizing: border-box;
|
909
|
+
-moz-box-sizing: border-box;
|
910
|
+
box-sizing: border-box;
|
911
|
+
-webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
|
912
|
+
-moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
|
913
|
+
-ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
|
914
|
+
-o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
|
915
|
+
}
|
916
|
+
.fr-popup .fr-checkbox input {
|
917
|
+
position: absolute;
|
918
|
+
z-index: 2;
|
919
|
+
-webkit-opacity: 0;
|
920
|
+
-moz-opacity: 0;
|
921
|
+
opacity: 0;
|
922
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
923
|
+
border: 0 none;
|
924
|
+
cursor: pointer;
|
925
|
+
height: 16px;
|
926
|
+
margin: 0;
|
927
|
+
padding: 0;
|
928
|
+
width: 16px;
|
929
|
+
top: 1px;
|
930
|
+
left: 1px;
|
931
|
+
}
|
932
|
+
.fr-popup .fr-checkbox input:checked + span {
|
933
|
+
background: #1e88e5;
|
934
|
+
border-color: #1e88e5;
|
935
|
+
}
|
936
|
+
.fr-popup .fr-checkbox input:checked + span svg {
|
937
|
+
display: block;
|
938
|
+
}
|
939
|
+
.fr-popup .fr-checkbox input:focus + span {
|
940
|
+
border-color: #1e88e5;
|
941
|
+
}
|
942
|
+
.fr-popup .fr-checkbox-line {
|
943
|
+
font-size: 14px;
|
944
|
+
line-height: 1.4px;
|
945
|
+
margin-top: 10px;
|
946
|
+
}
|
947
|
+
.fr-popup .fr-checkbox-line label {
|
948
|
+
cursor: pointer;
|
949
|
+
margin: 0 5px;
|
950
|
+
vertical-align: middle;
|
951
|
+
}
|
952
|
+
.fr-popup.fr-rtl {
|
953
|
+
direction: rtl;
|
954
|
+
text-align: right;
|
955
|
+
}
|
956
|
+
.fr-popup.fr-rtl .fr-action-buttons {
|
957
|
+
text-align: left;
|
958
|
+
}
|
959
|
+
.fr-popup.fr-rtl .fr-input-line input + label,
|
960
|
+
.fr-popup.fr-rtl .fr-input-line textarea + label {
|
961
|
+
left: auto;
|
962
|
+
right: 0;
|
963
|
+
}
|
964
|
+
.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
|
965
|
+
float: right;
|
966
|
+
}
|
967
|
+
.fr-popup .fr-arrow {
|
968
|
+
width: 0;
|
969
|
+
height: 0;
|
970
|
+
border-left: 5px solid transparent;
|
971
|
+
border-right: 5px solid transparent;
|
972
|
+
border-bottom: 5px solid #222222;
|
973
|
+
position: absolute;
|
974
|
+
top: -9px;
|
975
|
+
left: 50%;
|
976
|
+
margin-left: -5px;
|
977
|
+
display: inline-block;
|
978
|
+
}
|
979
|
+
.fr-popup.fr-above .fr-arrow {
|
980
|
+
top: auto;
|
981
|
+
bottom: -9px;
|
982
|
+
border-bottom: 0;
|
983
|
+
border-top: 5px solid #222222;
|
984
|
+
}
|
985
|
+
.fr-text-edit-layer {
|
986
|
+
width: 250px;
|
987
|
+
-webkit-box-sizing: border-box;
|
988
|
+
-moz-box-sizing: border-box;
|
989
|
+
box-sizing: border-box;
|
990
|
+
display: block !important;
|
991
|
+
}
|
992
|
+
.fr-toolbar {
|
993
|
+
color: #222222;
|
994
|
+
background: #ffffff;
|
995
|
+
position: relative;
|
996
|
+
z-index: 4;
|
997
|
+
font-family: Arial, Helvetica, sans-serif;
|
998
|
+
-webkit-box-sizing: border-box;
|
999
|
+
-moz-box-sizing: border-box;
|
1000
|
+
box-sizing: border-box;
|
1001
|
+
user-select: none;
|
1002
|
+
-o-user-select: none;
|
1003
|
+
-moz-user-select: none;
|
1004
|
+
-khtml-user-select: none;
|
1005
|
+
-webkit-user-select: none;
|
1006
|
+
-ms-user-select: none;
|
1007
|
+
padding: 0 2px;
|
1008
|
+
border-radius: 2px;
|
1009
|
+
-moz-border-radius: 2px;
|
1010
|
+
-webkit-border-radius: 2px;
|
1011
|
+
-moz-background-clip: padding;
|
1012
|
+
-webkit-background-clip: padding-box;
|
1013
|
+
background-clip: padding-box;
|
1014
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1015
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1016
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1017
|
+
text-align: left;
|
1018
|
+
border: 0px;
|
1019
|
+
border-top: 5px solid #222222;
|
1020
|
+
text-rendering: optimizelegibility;
|
1021
|
+
-webkit-font-smoothing: antialiased;
|
1022
|
+
-moz-osx-font-smoothing: grayscale;
|
1023
|
+
}
|
1024
|
+
.fr-toolbar::after {
|
1025
|
+
clear: both;
|
1026
|
+
display: block;
|
1027
|
+
content: "";
|
1028
|
+
height: 0;
|
1029
|
+
}
|
1030
|
+
.fr-toolbar.fr-rtl {
|
1031
|
+
text-align: right;
|
1032
|
+
}
|
1033
|
+
.fr-toolbar.fr-inline {
|
1034
|
+
display: none;
|
1035
|
+
white-space: nowrap;
|
1036
|
+
position: absolute;
|
1037
|
+
margin-top: 10px;
|
1038
|
+
}
|
1039
|
+
.fr-toolbar.fr-inline .fr-arrow {
|
1040
|
+
width: 0;
|
1041
|
+
height: 0;
|
1042
|
+
border-left: 5px solid transparent;
|
1043
|
+
border-right: 5px solid transparent;
|
1044
|
+
border-bottom: 5px solid #222222;
|
1045
|
+
position: absolute;
|
1046
|
+
top: -9px;
|
1047
|
+
left: 50%;
|
1048
|
+
margin-left: -5px;
|
1049
|
+
display: inline-block;
|
1050
|
+
}
|
1051
|
+
.fr-toolbar.fr-inline.fr-above {
|
1052
|
+
margin-top: -10px;
|
1053
|
+
-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
|
1054
|
+
-moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
|
1055
|
+
box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
|
1056
|
+
border-bottom: 5px solid #222222;
|
1057
|
+
border-top: 0;
|
1058
|
+
}
|
1059
|
+
.fr-toolbar.fr-inline.fr-above .fr-arrow {
|
1060
|
+
top: auto;
|
1061
|
+
bottom: -9px;
|
1062
|
+
border-bottom: 0;
|
1063
|
+
border-top-color: inherit;
|
1064
|
+
border-top-style: solid;
|
1065
|
+
border-top-width: 5px;
|
1066
|
+
}
|
1067
|
+
.fr-toolbar.fr-top {
|
1068
|
+
top: 0;
|
1069
|
+
border-radius: 2px 2px 0 0;
|
1070
|
+
-moz-border-radius: 2px 2px 0 0;
|
1071
|
+
-webkit-border-radius: 2px 2px 0 0;
|
1072
|
+
-moz-background-clip: padding;
|
1073
|
+
-webkit-background-clip: padding-box;
|
1074
|
+
background-clip: padding-box;
|
1075
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1076
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1077
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1078
|
+
}
|
1079
|
+
.fr-toolbar.fr-bottom {
|
1080
|
+
bottom: 0;
|
1081
|
+
border-radius: 0 0 2px 2px;
|
1082
|
+
-moz-border-radius: 0 0 2px 2px;
|
1083
|
+
-webkit-border-radius: 0 0 2px 2px;
|
1084
|
+
-moz-background-clip: padding;
|
1085
|
+
-webkit-background-clip: padding-box;
|
1086
|
+
background-clip: padding-box;
|
1087
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1088
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1089
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1090
|
+
}
|
1091
|
+
.fr-separator {
|
1092
|
+
background: #ebebeb;
|
1093
|
+
display: block;
|
1094
|
+
vertical-align: top;
|
1095
|
+
float: left;
|
1096
|
+
}
|
1097
|
+
.fr-separator + .fr-separator {
|
1098
|
+
display: none;
|
1099
|
+
}
|
1100
|
+
.fr-separator.fr-vs {
|
1101
|
+
height: 34px;
|
1102
|
+
width: 1px;
|
1103
|
+
margin: 2px;
|
1104
|
+
}
|
1105
|
+
.fr-separator.fr-hs {
|
1106
|
+
clear: both;
|
1107
|
+
height: 1px;
|
1108
|
+
width: calc(100% - (2 * 2px));
|
1109
|
+
margin: 0 2px;
|
1110
|
+
}
|
1111
|
+
.fr-separator.fr-hidden {
|
1112
|
+
display: none !important;
|
1113
|
+
}
|
1114
|
+
.fr-rtl .fr-separator {
|
1115
|
+
float: right;
|
1116
|
+
}
|
1117
|
+
.fr-toolbar.fr-inline .fr-separator.fr-hs {
|
1118
|
+
float: none;
|
1119
|
+
}
|
1120
|
+
.fr-toolbar.fr-inline .fr-separator.fr-vs {
|
1121
|
+
float: none;
|
1122
|
+
display: inline-block;
|
1123
|
+
}
|
1124
|
+
.fr-visibility-helper {
|
1125
|
+
display: none;
|
1126
|
+
margin-left: 0px !important;
|
1127
|
+
}
|
1128
|
+
@media (min-width: 768px) {
|
1129
|
+
.fr-visibility-helper {
|
1130
|
+
margin-left: 1px !important;
|
1131
|
+
}
|
1132
|
+
}
|
1133
|
+
@media (min-width: 992px) {
|
1134
|
+
.fr-visibility-helper {
|
1135
|
+
margin-left: 2px !important;
|
1136
|
+
}
|
1137
|
+
}
|
1138
|
+
@media (min-width: 1200px) {
|
1139
|
+
.fr-visibility-helper {
|
1140
|
+
margin-left: 3px !important;
|
1141
|
+
}
|
1142
|
+
}
|
1143
|
+
.fr-opacity-0 {
|
1144
|
+
-webkit-opacity: 0;
|
1145
|
+
-moz-opacity: 0;
|
1146
|
+
opacity: 0;
|
1147
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
1148
|
+
}
|
1149
|
+
.fr-box {
|
1150
|
+
position: relative;
|
1151
|
+
}
|
1152
|
+
/**
|
1153
|
+
* Postion sticky hacks.
|
1154
|
+
*/
|
1155
|
+
.fr-sticky {
|
1156
|
+
position: -webkit-sticky;
|
1157
|
+
position: -moz-sticky;
|
1158
|
+
position: -ms-sticky;
|
1159
|
+
position: -o-sticky;
|
1160
|
+
position: sticky;
|
1161
|
+
}
|
1162
|
+
.fr-sticky-off {
|
1163
|
+
position: relative;
|
1164
|
+
}
|
1165
|
+
.fr-sticky-on {
|
1166
|
+
position: fixed;
|
1167
|
+
}
|
1168
|
+
.fr-sticky-on.fr-sticky-ios {
|
1169
|
+
position: absolute;
|
1170
|
+
left: 0;
|
1171
|
+
right: 0;
|
1172
|
+
width: auto !important;
|
1173
|
+
}
|
1174
|
+
.fr-sticky-dummy {
|
1175
|
+
display: none;
|
1176
|
+
}
|
1177
|
+
.fr-sticky-on + .fr-sticky-dummy,
|
1178
|
+
.fr-sticky-box > .fr-sticky-dummy {
|
1179
|
+
display: block;
|
1180
|
+
}
|
1181
|
+
span.fr-sr-only {
|
1182
|
+
position: absolute;
|
1183
|
+
width: 1px;
|
1184
|
+
height: 1px;
|
1185
|
+
padding: 0;
|
1186
|
+
margin: -1px;
|
1187
|
+
overflow: hidden;
|
1188
|
+
clip: rect(0, 0, 0, 0);
|
1189
|
+
border: 0;
|
1190
|
+
}
|
1191
|
+
|
1192
|
+
.clearfix::after {
|
1193
|
+
clear: both;
|
1194
|
+
display: block;
|
1195
|
+
content: "";
|
1196
|
+
height: 0;
|
1197
|
+
}
|
1198
|
+
.hide-by-clipping {
|
1199
|
+
position: absolute;
|
1200
|
+
width: 1px;
|
1201
|
+
height: 1px;
|
1202
|
+
padding: 0;
|
1203
|
+
margin: -1px;
|
1204
|
+
overflow: hidden;
|
1205
|
+
clip: rect(0, 0, 0, 0);
|
1206
|
+
border: 0;
|
1207
|
+
}
|
1208
|
+
.fr-box .fr-counter {
|
1209
|
+
position: absolute;
|
1210
|
+
bottom: 0px;
|
1211
|
+
padding: 5px;
|
1212
|
+
right: 0px;
|
1213
|
+
color: #cccccc;
|
1214
|
+
content: attr(data-chars);
|
1215
|
+
font-size: 15px;
|
1216
|
+
font-family: "Times New Roman", Georgia, Serif;
|
1217
|
+
z-index: 1;
|
1218
|
+
background: #ffffff;
|
1219
|
+
border-top: solid 1px #ebebeb;
|
1220
|
+
border-left: solid 1px #ebebeb;
|
1221
|
+
border-radius: 2px 0 0 0;
|
1222
|
+
-moz-border-radius: 2px 0 0 0;
|
1223
|
+
-webkit-border-radius: 2px 0 0 0;
|
1224
|
+
-moz-background-clip: padding;
|
1225
|
+
-webkit-background-clip: padding-box;
|
1226
|
+
background-clip: padding-box;
|
1227
|
+
}
|
1228
|
+
.fr-box.fr-rtl .fr-counter {
|
1229
|
+
left: 0px;
|
1230
|
+
right: auto;
|
1231
|
+
border-left: none;
|
1232
|
+
border-right: solid 1px #ebebeb;
|
1233
|
+
border-radius: 0 2px 0 0;
|
1234
|
+
-moz-border-radius: 0 2px 0 0;
|
1235
|
+
-webkit-border-radius: 0 2px 0 0;
|
1236
|
+
-moz-background-clip: padding;
|
1237
|
+
-webkit-background-clip: padding-box;
|
1238
|
+
background-clip: padding-box;
|
1239
|
+
}
|
1240
|
+
.fr-box.fr-code-view .fr-counter {
|
1241
|
+
display: none;
|
1242
|
+
}
|
1243
|
+
|
1244
|
+
.clearfix::after {
|
1245
|
+
clear: both;
|
1246
|
+
display: block;
|
1247
|
+
content: "";
|
1248
|
+
height: 0;
|
1249
|
+
}
|
1250
|
+
.hide-by-clipping {
|
1251
|
+
position: absolute;
|
1252
|
+
width: 1px;
|
1253
|
+
height: 1px;
|
1254
|
+
padding: 0;
|
1255
|
+
margin: -1px;
|
1256
|
+
overflow: hidden;
|
1257
|
+
clip: rect(0, 0, 0, 0);
|
1258
|
+
border: 0;
|
1259
|
+
}
|
1260
|
+
textarea.fr-code {
|
1261
|
+
display: none;
|
1262
|
+
width: 100%;
|
1263
|
+
resize: none;
|
1264
|
+
-moz-resize: none;
|
1265
|
+
-webkit-resize: none;
|
1266
|
+
-webkit-box-sizing: border-box;
|
1267
|
+
-moz-box-sizing: border-box;
|
1268
|
+
box-sizing: border-box;
|
1269
|
+
border: none;
|
1270
|
+
padding: 10px;
|
1271
|
+
margin: 0px;
|
1272
|
+
font-family: "Courier New", monospace;
|
1273
|
+
font-size: 14px;
|
1274
|
+
background: #ffffff;
|
1275
|
+
color: #000000;
|
1276
|
+
outline: none;
|
1277
|
+
}
|
1278
|
+
.fr-box.fr-rtl textarea.fr-code {
|
1279
|
+
direction: rtl;
|
1280
|
+
}
|
1281
|
+
.fr-box .CodeMirror {
|
1282
|
+
display: none;
|
1283
|
+
}
|
1284
|
+
.fr-box.fr-code-view textarea.fr-code {
|
1285
|
+
display: block;
|
1286
|
+
}
|
1287
|
+
.fr-box.fr-code-view.fr-inline {
|
1288
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1289
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1290
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1291
|
+
}
|
1292
|
+
.fr-box.fr-code-view .fr-element,
|
1293
|
+
.fr-box.fr-code-view .fr-placeholder,
|
1294
|
+
.fr-box.fr-code-view .fr-iframe {
|
1295
|
+
display: none;
|
1296
|
+
}
|
1297
|
+
.fr-box.fr-code-view .CodeMirror {
|
1298
|
+
display: block;
|
1299
|
+
}
|
1300
|
+
.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
|
1301
|
+
display: block;
|
1302
|
+
}
|
1303
|
+
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
|
1304
|
+
position: absolute;
|
1305
|
+
top: 0;
|
1306
|
+
right: 0;
|
1307
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1308
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1309
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1310
|
+
display: none;
|
1311
|
+
background: #ffffff;
|
1312
|
+
color: #222222;
|
1313
|
+
-moz-outline: 0;
|
1314
|
+
outline: 0;
|
1315
|
+
border: 0;
|
1316
|
+
line-height: 1;
|
1317
|
+
cursor: pointer;
|
1318
|
+
text-align: left;
|
1319
|
+
padding: 12px 12px;
|
1320
|
+
-webkit-transition: background 0.2s ease 0s;
|
1321
|
+
-moz-transition: background 0.2s ease 0s;
|
1322
|
+
-ms-transition: background 0.2s ease 0s;
|
1323
|
+
-o-transition: background 0.2s ease 0s;
|
1324
|
+
border-radius: 0;
|
1325
|
+
-moz-border-radius: 0;
|
1326
|
+
-webkit-border-radius: 0;
|
1327
|
+
-moz-background-clip: padding;
|
1328
|
+
-webkit-background-clip: padding-box;
|
1329
|
+
background-clip: padding-box;
|
1330
|
+
z-index: 2;
|
1331
|
+
-webkit-box-sizing: border-box;
|
1332
|
+
-moz-box-sizing: border-box;
|
1333
|
+
box-sizing: border-box;
|
1334
|
+
text-decoration: none;
|
1335
|
+
user-select: none;
|
1336
|
+
-o-user-select: none;
|
1337
|
+
-moz-user-select: none;
|
1338
|
+
-khtml-user-select: none;
|
1339
|
+
-webkit-user-select: none;
|
1340
|
+
-ms-user-select: none;
|
1341
|
+
}
|
1342
|
+
.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
|
1343
|
+
font-size: 14px;
|
1344
|
+
width: 14px;
|
1345
|
+
text-align: center;
|
1346
|
+
}
|
1347
|
+
.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
|
1348
|
+
background: #ebebeb;
|
1349
|
+
}
|
1350
|
+
|
1351
|
+
.clearfix::after {
|
1352
|
+
clear: both;
|
1353
|
+
display: block;
|
1354
|
+
content: "";
|
1355
|
+
height: 0;
|
1356
|
+
}
|
1357
|
+
.hide-by-clipping {
|
1358
|
+
position: absolute;
|
1359
|
+
width: 1px;
|
1360
|
+
height: 1px;
|
1361
|
+
padding: 0;
|
1362
|
+
margin: -1px;
|
1363
|
+
overflow: hidden;
|
1364
|
+
clip: rect(0, 0, 0, 0);
|
1365
|
+
border: 0;
|
1366
|
+
}
|
1367
|
+
.fr-popup .fr-colors-tabs {
|
1368
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1369
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1370
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
1371
|
+
margin-bottom: 5px;
|
1372
|
+
line-height: 16px;
|
1373
|
+
margin-left: -2px;
|
1374
|
+
margin-right: -2px;
|
1375
|
+
}
|
1376
|
+
.fr-popup .fr-colors-tabs .fr-colors-tab {
|
1377
|
+
display: inline-block;
|
1378
|
+
width: 50%;
|
1379
|
+
cursor: pointer;
|
1380
|
+
text-align: center;
|
1381
|
+
color: #222222;
|
1382
|
+
font-size: 13px;
|
1383
|
+
padding: 8px 0;
|
1384
|
+
position: relative;
|
1385
|
+
}
|
1386
|
+
.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
|
1387
|
+
.fr-popup .fr-colors-tabs .fr-colors-tab:focus {
|
1388
|
+
color: #1e88e5;
|
1389
|
+
}
|
1390
|
+
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
|
1391
|
+
position: absolute;
|
1392
|
+
bottom: 0;
|
1393
|
+
left: 0;
|
1394
|
+
width: 100%;
|
1395
|
+
height: 2px;
|
1396
|
+
background: #1e88e5;
|
1397
|
+
content: '';
|
1398
|
+
-webkit-transition: transform 0.2s ease 0s;
|
1399
|
+
-moz-transition: transform 0.2s ease 0s;
|
1400
|
+
-ms-transition: transform 0.2s ease 0s;
|
1401
|
+
-o-transition: transform 0.2s ease 0s;
|
1402
|
+
}
|
1403
|
+
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
|
1404
|
+
color: #1e88e5;
|
1405
|
+
}
|
1406
|
+
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
|
1407
|
+
-webkit-transform: translate3d(-100%, 0, 0);
|
1408
|
+
-moz-transform: translate3d(-100%, 0, 0);
|
1409
|
+
-ms-transform: translate3d(-100%, 0, 0);
|
1410
|
+
-o-transform: translate3d(-100%, 0, 0);
|
1411
|
+
}
|
1412
|
+
.fr-popup .fr-separator + .fr-colors-tabs {
|
1413
|
+
-webkit-box-shadow: none;
|
1414
|
+
-moz-box-shadow: none;
|
1415
|
+
box-shadow: none;
|
1416
|
+
margin-left: 2px;
|
1417
|
+
margin-right: 2px;
|
1418
|
+
}
|
1419
|
+
.fr-popup .fr-color-set {
|
1420
|
+
line-height: 0;
|
1421
|
+
display: none;
|
1422
|
+
}
|
1423
|
+
.fr-popup .fr-color-set.fr-selected-set {
|
1424
|
+
display: block;
|
1425
|
+
}
|
1426
|
+
.fr-popup .fr-color-set > span {
|
1427
|
+
display: inline-block;
|
1428
|
+
width: 32px;
|
1429
|
+
height: 32px;
|
1430
|
+
position: relative;
|
1431
|
+
z-index: 1;
|
1432
|
+
}
|
1433
|
+
.fr-popup .fr-color-set > span > i {
|
1434
|
+
text-align: center;
|
1435
|
+
line-height: 32px;
|
1436
|
+
height: 32px;
|
1437
|
+
width: 32px;
|
1438
|
+
font-size: 13px;
|
1439
|
+
position: absolute;
|
1440
|
+
bottom: 0;
|
1441
|
+
cursor: default;
|
1442
|
+
left: 0;
|
1443
|
+
}
|
1444
|
+
.fr-popup .fr-color-set > span .fr-selected-color {
|
1445
|
+
color: #ffffff;
|
1446
|
+
font-family: FontAwesome;
|
1447
|
+
font-size: 13px;
|
1448
|
+
font-weight: 400;
|
1449
|
+
line-height: 32px;
|
1450
|
+
position: absolute;
|
1451
|
+
top: 0;
|
1452
|
+
bottom: 0;
|
1453
|
+
right: 0;
|
1454
|
+
left: 0;
|
1455
|
+
text-align: center;
|
1456
|
+
cursor: default;
|
1457
|
+
}
|
1458
|
+
.fr-popup .fr-color-set > span:hover,
|
1459
|
+
.fr-popup .fr-color-set > span:focus {
|
1460
|
+
outline: 1px solid #222222;
|
1461
|
+
z-index: 2;
|
1462
|
+
}
|
1463
|
+
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
|
1464
|
+
-webkit-transform: translate3d(100%, 0, 0);
|
1465
|
+
-moz-transform: translate3d(100%, 0, 0);
|
1466
|
+
-ms-transform: translate3d(100%, 0, 0);
|
1467
|
+
-o-transform: translate3d(100%, 0, 0);
|
1468
|
+
}
|
1469
|
+
|
1470
|
+
.clearfix::after {
|
1471
|
+
clear: both;
|
1472
|
+
display: block;
|
1473
|
+
content: "";
|
1474
|
+
height: 0;
|
1475
|
+
}
|
1476
|
+
.hide-by-clipping {
|
1477
|
+
position: absolute;
|
1478
|
+
width: 1px;
|
1479
|
+
height: 1px;
|
1480
|
+
padding: 0;
|
1481
|
+
margin: -1px;
|
1482
|
+
overflow: hidden;
|
1483
|
+
clip: rect(0, 0, 0, 0);
|
1484
|
+
border: 0;
|
1485
|
+
}
|
1486
|
+
.fr-drag-helper {
|
1487
|
+
background: #1e88e5;
|
1488
|
+
height: 2px;
|
1489
|
+
margin-top: -1px;
|
1490
|
+
-webkit-opacity: 0.2;
|
1491
|
+
-moz-opacity: 0.2;
|
1492
|
+
opacity: 0.2;
|
1493
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
1494
|
+
position: absolute;
|
1495
|
+
z-index: 9999;
|
1496
|
+
display: none;
|
1497
|
+
}
|
1498
|
+
.fr-drag-helper.fr-visible {
|
1499
|
+
display: block;
|
1500
|
+
}
|
1501
|
+
.fr-dragging {
|
1502
|
+
-webkit-opacity: 0.4;
|
1503
|
+
-moz-opacity: 0.4;
|
1504
|
+
opacity: 0.4;
|
1505
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
1506
|
+
}
|
1507
|
+
|
1508
|
+
.clearfix::after {
|
1509
|
+
clear: both;
|
1510
|
+
display: block;
|
1511
|
+
content: "";
|
1512
|
+
height: 0;
|
1513
|
+
}
|
1514
|
+
.hide-by-clipping {
|
1515
|
+
position: absolute;
|
1516
|
+
width: 1px;
|
1517
|
+
height: 1px;
|
1518
|
+
padding: 0;
|
1519
|
+
margin: -1px;
|
1520
|
+
overflow: hidden;
|
1521
|
+
clip: rect(0, 0, 0, 0);
|
1522
|
+
border: 0;
|
1523
|
+
}
|
1524
|
+
.fr-popup .fr-emoticon {
|
1525
|
+
display: inline-block;
|
1526
|
+
font-size: 20px;
|
1527
|
+
width: 20px;
|
1528
|
+
padding: 5px;
|
1529
|
+
line-height: 1;
|
1530
|
+
cursor: default;
|
1531
|
+
font-weight: normal;
|
1532
|
+
font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
|
1533
|
+
-webkit-box-sizing: content-box;
|
1534
|
+
-moz-box-sizing: content-box;
|
1535
|
+
box-sizing: content-box;
|
1536
|
+
}
|
1537
|
+
.fr-popup .fr-emoticon img {
|
1538
|
+
height: 20px;
|
1539
|
+
}
|
1540
|
+
.fr-popup .fr-link:focus {
|
1541
|
+
outline: 0;
|
1542
|
+
background: #ebebeb;
|
1543
|
+
}
|
1544
|
+
|
1545
|
+
.clearfix::after {
|
1546
|
+
clear: both;
|
1547
|
+
display: block;
|
1548
|
+
content: "";
|
1549
|
+
height: 0;
|
1550
|
+
}
|
1551
|
+
.hide-by-clipping {
|
1552
|
+
position: absolute;
|
1553
|
+
width: 1px;
|
1554
|
+
height: 1px;
|
1555
|
+
padding: 0;
|
1556
|
+
margin: -1px;
|
1557
|
+
overflow: hidden;
|
1558
|
+
clip: rect(0, 0, 0, 0);
|
1559
|
+
border: 0;
|
1560
|
+
}
|
1561
|
+
.fr-file-upload-layer {
|
1562
|
+
border: dashed 2px #bdbdbd;
|
1563
|
+
padding: 25px 0;
|
1564
|
+
position: relative;
|
1565
|
+
font-size: 14px;
|
1566
|
+
letter-spacing: 1px;
|
1567
|
+
line-height: 140%;
|
1568
|
+
-webkit-box-sizing: border-box;
|
1569
|
+
-moz-box-sizing: border-box;
|
1570
|
+
box-sizing: border-box;
|
1571
|
+
text-align: center;
|
1572
|
+
}
|
1573
|
+
.fr-file-upload-layer:hover {
|
1574
|
+
background: #ebebeb;
|
1575
|
+
}
|
1576
|
+
.fr-file-upload-layer.fr-drop {
|
1577
|
+
background: #ebebeb;
|
1578
|
+
border-color: #1e88e5;
|
1579
|
+
}
|
1580
|
+
.fr-file-upload-layer .fr-form {
|
1581
|
+
-webkit-opacity: 0;
|
1582
|
+
-moz-opacity: 0;
|
1583
|
+
opacity: 0;
|
1584
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
1585
|
+
position: absolute;
|
1586
|
+
top: 0;
|
1587
|
+
bottom: 0;
|
1588
|
+
left: 0;
|
1589
|
+
right: 0;
|
1590
|
+
z-index: 9999;
|
1591
|
+
overflow: hidden;
|
1592
|
+
margin: 0 !important;
|
1593
|
+
padding: 0 !important;
|
1594
|
+
width: 100% !important;
|
1595
|
+
}
|
1596
|
+
.fr-file-upload-layer .fr-form input {
|
1597
|
+
cursor: pointer;
|
1598
|
+
position: absolute;
|
1599
|
+
right: 0px;
|
1600
|
+
top: 0px;
|
1601
|
+
bottom: 0px;
|
1602
|
+
width: 500%;
|
1603
|
+
height: 100%;
|
1604
|
+
margin: 0px;
|
1605
|
+
font-size: 400px;
|
1606
|
+
}
|
1607
|
+
.fr-file-progress-bar-layer {
|
1608
|
+
-webkit-box-sizing: border-box;
|
1609
|
+
-moz-box-sizing: border-box;
|
1610
|
+
box-sizing: border-box;
|
1611
|
+
}
|
1612
|
+
.fr-file-progress-bar-layer > h3 {
|
1613
|
+
font-size: 16px;
|
1614
|
+
margin: 10px 0;
|
1615
|
+
font-weight: normal;
|
1616
|
+
}
|
1617
|
+
.fr-file-progress-bar-layer > div.fr-action-buttons {
|
1618
|
+
display: none;
|
1619
|
+
}
|
1620
|
+
.fr-file-progress-bar-layer > div.fr-loader {
|
1621
|
+
background: #bcdbf7;
|
1622
|
+
height: 10px;
|
1623
|
+
width: 100%;
|
1624
|
+
margin-top: 20px;
|
1625
|
+
overflow: hidden;
|
1626
|
+
position: relative;
|
1627
|
+
}
|
1628
|
+
.fr-file-progress-bar-layer > div.fr-loader span {
|
1629
|
+
display: block;
|
1630
|
+
height: 100%;
|
1631
|
+
width: 0%;
|
1632
|
+
background: #1e88e5;
|
1633
|
+
-webkit-transition: width 0.2s ease 0s;
|
1634
|
+
-moz-transition: width 0.2s ease 0s;
|
1635
|
+
-ms-transition: width 0.2s ease 0s;
|
1636
|
+
-o-transition: width 0.2s ease 0s;
|
1637
|
+
}
|
1638
|
+
.fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
|
1639
|
+
width: 30% !important;
|
1640
|
+
position: absolute;
|
1641
|
+
top: 0;
|
1642
|
+
-webkit-animation: loading 2s linear infinite;
|
1643
|
+
-moz-animation: loading 2s linear infinite;
|
1644
|
+
-o-animation: loading 2s linear infinite;
|
1645
|
+
animation: loading 2s linear infinite;
|
1646
|
+
}
|
1647
|
+
.fr-file-progress-bar-layer.fr-error > div.fr-loader {
|
1648
|
+
display: none;
|
1649
|
+
}
|
1650
|
+
.fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
|
1651
|
+
display: block;
|
1652
|
+
}
|
1653
|
+
@keyframes loading {
|
1654
|
+
from {
|
1655
|
+
left: -25%;
|
1656
|
+
}
|
1657
|
+
to {
|
1658
|
+
left: 100%;
|
1659
|
+
}
|
1660
|
+
}
|
1661
|
+
@-webkit-keyframes loading {
|
1662
|
+
from {
|
1663
|
+
left: -25%;
|
1664
|
+
}
|
1665
|
+
to {
|
1666
|
+
left: 100%;
|
1667
|
+
}
|
1668
|
+
}
|
1669
|
+
@-moz-keyframes loading {
|
1670
|
+
from {
|
1671
|
+
left: -25%;
|
1672
|
+
}
|
1673
|
+
to {
|
1674
|
+
left: 100%;
|
1675
|
+
}
|
1676
|
+
}
|
1677
|
+
@-o-keyframes loading {
|
1678
|
+
from {
|
1679
|
+
left: -25%;
|
1680
|
+
}
|
1681
|
+
to {
|
1682
|
+
left: 100%;
|
1683
|
+
}
|
1684
|
+
}
|
1685
|
+
|
1686
|
+
body.fr-fullscreen {
|
1687
|
+
overflow: hidden;
|
1688
|
+
height: 100%;
|
1689
|
+
width: 100%;
|
1690
|
+
position: fixed;
|
1691
|
+
}
|
1692
|
+
.fr-box.fr-fullscreen {
|
1693
|
+
margin: 0 !important;
|
1694
|
+
position: fixed;
|
1695
|
+
top: 0;
|
1696
|
+
left: 0;
|
1697
|
+
bottom: 0;
|
1698
|
+
right: 0;
|
1699
|
+
z-index: 9990 !important;
|
1700
|
+
width: auto !important;
|
1701
|
+
}
|
1702
|
+
.fr-box.fr-fullscreen .fr-toolbar.fr-top {
|
1703
|
+
top: 0 !important;
|
1704
|
+
}
|
1705
|
+
.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
|
1706
|
+
bottom: 0 !important;
|
1707
|
+
}
|
1708
|
+
|
1709
|
+
.clearfix::after {
|
1710
|
+
clear: both;
|
1711
|
+
display: block;
|
1712
|
+
content: "";
|
1713
|
+
height: 0;
|
1714
|
+
}
|
1715
|
+
.hide-by-clipping {
|
1716
|
+
position: absolute;
|
1717
|
+
width: 1px;
|
1718
|
+
height: 1px;
|
1719
|
+
padding: 0;
|
1720
|
+
margin: -1px;
|
1721
|
+
overflow: hidden;
|
1722
|
+
clip: rect(0, 0, 0, 0);
|
1723
|
+
border: 0;
|
1724
|
+
}
|
1725
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
|
1726
|
+
text-align: left;
|
1727
|
+
padding: 20px 20px 10px;
|
1728
|
+
}
|
1729
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
|
1730
|
+
border-collapse: collapse;
|
1731
|
+
font-size: 14px;
|
1732
|
+
line-height: 1.5;
|
1733
|
+
width: 100%;
|
1734
|
+
}
|
1735
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
|
1736
|
+
margin-top: 20px;
|
1737
|
+
}
|
1738
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
|
1739
|
+
border: 0;
|
1740
|
+
}
|
1741
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,
|
1742
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
|
1743
|
+
padding: 6px 0 4px;
|
1744
|
+
}
|
1745
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
|
1746
|
+
border-bottom: solid 1px #ebebeb;
|
1747
|
+
}
|
1748
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
|
1749
|
+
width: 60%;
|
1750
|
+
color: #646464;
|
1751
|
+
}
|
1752
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
|
1753
|
+
letter-spacing: 0.5px;
|
1754
|
+
}
|
1755
|
+
|
1756
|
+
.clearfix::after {
|
1757
|
+
clear: both;
|
1758
|
+
display: block;
|
1759
|
+
content: "";
|
1760
|
+
height: 0;
|
1761
|
+
}
|
1762
|
+
.hide-by-clipping {
|
1763
|
+
position: absolute;
|
1764
|
+
width: 1px;
|
1765
|
+
height: 1px;
|
1766
|
+
padding: 0;
|
1767
|
+
margin: -1px;
|
1768
|
+
overflow: hidden;
|
1769
|
+
clip: rect(0, 0, 0, 0);
|
1770
|
+
border: 0;
|
1771
|
+
}
|
1772
|
+
.fr-element img {
|
1773
|
+
cursor: pointer;
|
1774
|
+
}
|
1775
|
+
.fr-image-resizer {
|
1776
|
+
position: absolute;
|
1777
|
+
border: solid 1px #1e88e5;
|
1778
|
+
display: none;
|
1779
|
+
user-select: none;
|
1780
|
+
-o-user-select: none;
|
1781
|
+
-moz-user-select: none;
|
1782
|
+
-khtml-user-select: none;
|
1783
|
+
-webkit-user-select: none;
|
1784
|
+
-ms-user-select: none;
|
1785
|
+
-webkit-box-sizing: content-box;
|
1786
|
+
-moz-box-sizing: content-box;
|
1787
|
+
box-sizing: content-box;
|
1788
|
+
}
|
1789
|
+
.fr-image-resizer.fr-active {
|
1790
|
+
display: block;
|
1791
|
+
}
|
1792
|
+
.fr-image-resizer .fr-handler {
|
1793
|
+
display: block;
|
1794
|
+
position: absolute;
|
1795
|
+
background: #1e88e5;
|
1796
|
+
border: solid 1px #ffffff;
|
1797
|
+
z-index: 4;
|
1798
|
+
-webkit-box-sizing: border-box;
|
1799
|
+
-moz-box-sizing: border-box;
|
1800
|
+
box-sizing: border-box;
|
1801
|
+
}
|
1802
|
+
.fr-image-resizer .fr-handler.fr-hnw {
|
1803
|
+
cursor: nw-resize;
|
1804
|
+
}
|
1805
|
+
.fr-image-resizer .fr-handler.fr-hne {
|
1806
|
+
cursor: ne-resize;
|
1807
|
+
}
|
1808
|
+
.fr-image-resizer .fr-handler.fr-hsw {
|
1809
|
+
cursor: sw-resize;
|
1810
|
+
}
|
1811
|
+
.fr-image-resizer .fr-handler.fr-hse {
|
1812
|
+
cursor: se-resize;
|
1813
|
+
}
|
1814
|
+
.fr-image-resizer .fr-handler {
|
1815
|
+
width: 12px;
|
1816
|
+
height: 12px;
|
1817
|
+
}
|
1818
|
+
.fr-image-resizer .fr-handler.fr-hnw {
|
1819
|
+
left: -6px;
|
1820
|
+
top: -6px;
|
1821
|
+
}
|
1822
|
+
.fr-image-resizer .fr-handler.fr-hne {
|
1823
|
+
right: -6px;
|
1824
|
+
top: -6px;
|
1825
|
+
}
|
1826
|
+
.fr-image-resizer .fr-handler.fr-hsw {
|
1827
|
+
left: -6px;
|
1828
|
+
bottom: -6px;
|
1829
|
+
}
|
1830
|
+
.fr-image-resizer .fr-handler.fr-hse {
|
1831
|
+
right: -6px;
|
1832
|
+
bottom: -6px;
|
1833
|
+
}
|
1834
|
+
@media (min-width: 1200px) {
|
1835
|
+
.fr-image-resizer .fr-handler {
|
1836
|
+
width: 10px;
|
1837
|
+
height: 10px;
|
1838
|
+
}
|
1839
|
+
.fr-image-resizer .fr-handler.fr-hnw {
|
1840
|
+
left: -5px;
|
1841
|
+
top: -5px;
|
1842
|
+
}
|
1843
|
+
.fr-image-resizer .fr-handler.fr-hne {
|
1844
|
+
right: -5px;
|
1845
|
+
top: -5px;
|
1846
|
+
}
|
1847
|
+
.fr-image-resizer .fr-handler.fr-hsw {
|
1848
|
+
left: -5px;
|
1849
|
+
bottom: -5px;
|
1850
|
+
}
|
1851
|
+
.fr-image-resizer .fr-handler.fr-hse {
|
1852
|
+
right: -5px;
|
1853
|
+
bottom: -5px;
|
1854
|
+
}
|
1855
|
+
}
|
1856
|
+
.fr-image-overlay {
|
1857
|
+
position: fixed;
|
1858
|
+
top: 0;
|
1859
|
+
left: 0;
|
1860
|
+
bottom: 0;
|
1861
|
+
right: 0;
|
1862
|
+
z-index: 9999;
|
1863
|
+
display: none;
|
1864
|
+
}
|
1865
|
+
.fr-image-upload-layer {
|
1866
|
+
border: dashed 2px #bdbdbd;
|
1867
|
+
padding: 25px 0;
|
1868
|
+
position: relative;
|
1869
|
+
font-size: 14px;
|
1870
|
+
letter-spacing: 1px;
|
1871
|
+
line-height: 140%;
|
1872
|
+
text-align: center;
|
1873
|
+
}
|
1874
|
+
.fr-image-upload-layer:hover {
|
1875
|
+
background: #ebebeb;
|
1876
|
+
}
|
1877
|
+
.fr-image-upload-layer.fr-drop {
|
1878
|
+
background: #ebebeb;
|
1879
|
+
border-color: #1e88e5;
|
1880
|
+
}
|
1881
|
+
.fr-image-upload-layer .fr-form {
|
1882
|
+
-webkit-opacity: 0;
|
1883
|
+
-moz-opacity: 0;
|
1884
|
+
opacity: 0;
|
1885
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
1886
|
+
position: absolute;
|
1887
|
+
top: 0;
|
1888
|
+
bottom: 0;
|
1889
|
+
left: 0;
|
1890
|
+
right: 0;
|
1891
|
+
z-index: 9999;
|
1892
|
+
overflow: hidden;
|
1893
|
+
margin: 0 !important;
|
1894
|
+
padding: 0 !important;
|
1895
|
+
width: 100% !important;
|
1896
|
+
}
|
1897
|
+
.fr-image-upload-layer .fr-form input {
|
1898
|
+
cursor: pointer;
|
1899
|
+
position: absolute;
|
1900
|
+
right: 0px;
|
1901
|
+
top: 0px;
|
1902
|
+
bottom: 0px;
|
1903
|
+
width: 500%;
|
1904
|
+
height: 100%;
|
1905
|
+
margin: 0px;
|
1906
|
+
font-size: 400px;
|
1907
|
+
}
|
1908
|
+
.fr-image-progress-bar-layer > h3 {
|
1909
|
+
font-size: 16px;
|
1910
|
+
margin: 10px 0;
|
1911
|
+
font-weight: normal;
|
1912
|
+
}
|
1913
|
+
.fr-image-progress-bar-layer > div.fr-action-buttons {
|
1914
|
+
display: none;
|
1915
|
+
}
|
1916
|
+
.fr-image-progress-bar-layer > div.fr-loader {
|
1917
|
+
background: #bcdbf7;
|
1918
|
+
height: 10px;
|
1919
|
+
width: 100%;
|
1920
|
+
margin-top: 20px;
|
1921
|
+
overflow: hidden;
|
1922
|
+
position: relative;
|
1923
|
+
}
|
1924
|
+
.fr-image-progress-bar-layer > div.fr-loader span {
|
1925
|
+
display: block;
|
1926
|
+
height: 100%;
|
1927
|
+
width: 0%;
|
1928
|
+
background: #1e88e5;
|
1929
|
+
-webkit-transition: width 0.2s ease 0s;
|
1930
|
+
-moz-transition: width 0.2s ease 0s;
|
1931
|
+
-ms-transition: width 0.2s ease 0s;
|
1932
|
+
-o-transition: width 0.2s ease 0s;
|
1933
|
+
}
|
1934
|
+
.fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
|
1935
|
+
width: 30% !important;
|
1936
|
+
position: absolute;
|
1937
|
+
top: 0;
|
1938
|
+
-webkit-animation: loading 2s linear infinite;
|
1939
|
+
-moz-animation: loading 2s linear infinite;
|
1940
|
+
-o-animation: loading 2s linear infinite;
|
1941
|
+
animation: loading 2s linear infinite;
|
1942
|
+
}
|
1943
|
+
.fr-image-progress-bar-layer.fr-error > div.fr-loader {
|
1944
|
+
display: none;
|
1945
|
+
}
|
1946
|
+
.fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
|
1947
|
+
display: block;
|
1948
|
+
}
|
1949
|
+
.fr-image-size-layer .fr-image-group .fr-input-line {
|
1950
|
+
width: calc(50% - 5px);
|
1951
|
+
display: inline-block;
|
1952
|
+
}
|
1953
|
+
.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
|
1954
|
+
margin-left: 10px;
|
1955
|
+
}
|
1956
|
+
.fr-uploading {
|
1957
|
+
-webkit-opacity: 0.4;
|
1958
|
+
-moz-opacity: 0.4;
|
1959
|
+
opacity: 0.4;
|
1960
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
1961
|
+
}
|
1962
|
+
@keyframes loading {
|
1963
|
+
from {
|
1964
|
+
left: -25%;
|
1965
|
+
}
|
1966
|
+
to {
|
1967
|
+
left: 100%;
|
1968
|
+
}
|
1969
|
+
}
|
1970
|
+
@-webkit-keyframes loading {
|
1971
|
+
from {
|
1972
|
+
left: -25%;
|
1973
|
+
}
|
1974
|
+
to {
|
1975
|
+
left: 100%;
|
1976
|
+
}
|
1977
|
+
}
|
1978
|
+
@-moz-keyframes loading {
|
1979
|
+
from {
|
1980
|
+
left: -25%;
|
1981
|
+
}
|
1982
|
+
to {
|
1983
|
+
left: 100%;
|
1984
|
+
}
|
1985
|
+
}
|
1986
|
+
@-o-keyframes loading {
|
1987
|
+
from {
|
1988
|
+
left: -25%;
|
1989
|
+
}
|
1990
|
+
to {
|
1991
|
+
left: 100%;
|
1992
|
+
}
|
1993
|
+
}
|
1994
|
+
|
1995
|
+
.clearfix::after {
|
1996
|
+
clear: both;
|
1997
|
+
display: block;
|
1998
|
+
content: "";
|
1999
|
+
height: 0;
|
2000
|
+
}
|
2001
|
+
.hide-by-clipping {
|
2002
|
+
position: absolute;
|
2003
|
+
width: 1px;
|
2004
|
+
height: 1px;
|
2005
|
+
padding: 0;
|
2006
|
+
margin: -1px;
|
2007
|
+
overflow: hidden;
|
2008
|
+
clip: rect(0, 0, 0, 0);
|
2009
|
+
border: 0;
|
2010
|
+
}
|
2011
|
+
.fr-modal-head .fr-modal-head-line::after {
|
2012
|
+
clear: both;
|
2013
|
+
display: block;
|
2014
|
+
content: "";
|
2015
|
+
height: 0;
|
2016
|
+
}
|
2017
|
+
.fr-modal-head .fr-modal-head-line i.fr-modal-more {
|
2018
|
+
float: left;
|
2019
|
+
opacity: 1;
|
2020
|
+
-webkit-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
|
2021
|
+
-moz-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
|
2022
|
+
-ms-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
|
2023
|
+
-o-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
|
2024
|
+
}
|
2025
|
+
.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
|
2026
|
+
opacity: 0;
|
2027
|
+
width: 0;
|
2028
|
+
padding: 12px 0;
|
2029
|
+
}
|
2030
|
+
.fr-modal-head .fr-modal-tags {
|
2031
|
+
display: none;
|
2032
|
+
}
|
2033
|
+
.fr-modal-head .fr-modal-tags a {
|
2034
|
+
display: inline-block;
|
2035
|
+
opacity: 0;
|
2036
|
+
padding: 6px 8px;
|
2037
|
+
margin: 8px 0 8px 8px;
|
2038
|
+
text-decoration: none;
|
2039
|
+
border-radius: 2px;
|
2040
|
+
-moz-border-radius: 2px;
|
2041
|
+
-webkit-border-radius: 2px;
|
2042
|
+
-moz-background-clip: padding;
|
2043
|
+
-webkit-background-clip: padding-box;
|
2044
|
+
background-clip: padding-box;
|
2045
|
+
color: #1e88e5;
|
2046
|
+
-webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
|
2047
|
+
-moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
|
2048
|
+
-ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
|
2049
|
+
-o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
|
2050
|
+
cursor: pointer;
|
2051
|
+
}
|
2052
|
+
.fr-modal-head .fr-modal-tags a:focus {
|
2053
|
+
outline: none;
|
2054
|
+
}
|
2055
|
+
.fr-modal-head .fr-modal-tags a.fr-selected-tag {
|
2056
|
+
background: #d6d6d6;
|
2057
|
+
}
|
2058
|
+
div.fr-modal-body .fr-preloader {
|
2059
|
+
display: block;
|
2060
|
+
margin: 50px auto;
|
2061
|
+
}
|
2062
|
+
div.fr-modal-body div.fr-image-list {
|
2063
|
+
text-align: center;
|
2064
|
+
margin: 0 10px;
|
2065
|
+
padding: 0;
|
2066
|
+
}
|
2067
|
+
div.fr-modal-body div.fr-image-list::after {
|
2068
|
+
clear: both;
|
2069
|
+
display: block;
|
2070
|
+
content: "";
|
2071
|
+
height: 0;
|
2072
|
+
}
|
2073
|
+
div.fr-modal-body div.fr-image-list .fr-list-column {
|
2074
|
+
float: left;
|
2075
|
+
width: calc((100% - 10px) / 2);
|
2076
|
+
}
|
2077
|
+
@media (min-width: 768px) and (max-width: 1199px) {
|
2078
|
+
div.fr-modal-body div.fr-image-list .fr-list-column {
|
2079
|
+
width: calc((100% - 20px) / 3);
|
2080
|
+
}
|
2081
|
+
}
|
2082
|
+
@media (min-width: 1200px) {
|
2083
|
+
div.fr-modal-body div.fr-image-list .fr-list-column {
|
2084
|
+
width: calc((100% - 30px) / 4);
|
2085
|
+
}
|
2086
|
+
}
|
2087
|
+
div.fr-modal-body div.fr-image-list .fr-list-column + .fr-list-column {
|
2088
|
+
margin-left: 10px;
|
2089
|
+
}
|
2090
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container {
|
2091
|
+
position: relative;
|
2092
|
+
width: 100%;
|
2093
|
+
display: block;
|
2094
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
2095
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
2096
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
2097
|
+
border-radius: 2px;
|
2098
|
+
-moz-border-radius: 2px;
|
2099
|
+
-webkit-border-radius: 2px;
|
2100
|
+
-moz-background-clip: padding;
|
2101
|
+
-webkit-background-clip: padding-box;
|
2102
|
+
background-clip: padding-box;
|
2103
|
+
overflow: hidden;
|
2104
|
+
}
|
2105
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
|
2106
|
+
margin-top: 10px;
|
2107
|
+
}
|
2108
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container + div {
|
2109
|
+
margin-top: 10px;
|
2110
|
+
}
|
2111
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
|
2112
|
+
position: absolute;
|
2113
|
+
-webkit-opacity: 0.5;
|
2114
|
+
-moz-opacity: 0.5;
|
2115
|
+
opacity: 0.5;
|
2116
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
2117
|
+
-webkit-transition: opacity 0.2s ease 0s;
|
2118
|
+
-moz-transition: opacity 0.2s ease 0s;
|
2119
|
+
-ms-transition: opacity 0.2s ease 0s;
|
2120
|
+
-o-transition: opacity 0.2s ease 0s;
|
2121
|
+
background: #000000;
|
2122
|
+
content: "";
|
2123
|
+
top: 0;
|
2124
|
+
left: 0;
|
2125
|
+
bottom: 0;
|
2126
|
+
right: 0;
|
2127
|
+
z-index: 2;
|
2128
|
+
}
|
2129
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
|
2130
|
+
content: attr(data-deleting);
|
2131
|
+
color: #ffffff;
|
2132
|
+
top: 0;
|
2133
|
+
left: 0;
|
2134
|
+
bottom: 0;
|
2135
|
+
right: 0;
|
2136
|
+
margin: auto;
|
2137
|
+
position: absolute;
|
2138
|
+
z-index: 3;
|
2139
|
+
font-size: 15px;
|
2140
|
+
height: 20px;
|
2141
|
+
}
|
2142
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
|
2143
|
+
height: 95px;
|
2144
|
+
background: #cccccc;
|
2145
|
+
z-index: 1;
|
2146
|
+
}
|
2147
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
|
2148
|
+
position: absolute;
|
2149
|
+
margin: auto;
|
2150
|
+
top: 0;
|
2151
|
+
bottom: 0;
|
2152
|
+
left: 0;
|
2153
|
+
right: 0;
|
2154
|
+
content: attr(data-loading);
|
2155
|
+
display: inline-block;
|
2156
|
+
height: 20px;
|
2157
|
+
}
|
2158
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container img {
|
2159
|
+
width: 100%;
|
2160
|
+
vertical-align: middle;
|
2161
|
+
position: relative;
|
2162
|
+
z-index: 2;
|
2163
|
+
-webkit-opacity: 1;
|
2164
|
+
-moz-opacity: 1;
|
2165
|
+
opacity: 1;
|
2166
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
2167
|
+
-webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
|
2168
|
+
-moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
|
2169
|
+
-ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
|
2170
|
+
-o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
|
2171
|
+
-webkit-transform: translateZ(0);
|
2172
|
+
-moz-transform: translateZ(0);
|
2173
|
+
-ms-transform: translateZ(0);
|
2174
|
+
-o-transform: translateZ(0);
|
2175
|
+
}
|
2176
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
|
2177
|
+
-webkit-opacity: 0.75;
|
2178
|
+
-moz-opacity: 0.75;
|
2179
|
+
opacity: 0.75;
|
2180
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
2181
|
+
}
|
2182
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,
|
2183
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
|
2184
|
+
display: inline-block;
|
2185
|
+
}
|
2186
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
|
2187
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
2188
|
+
display: none;
|
2189
|
+
top: 50%;
|
2190
|
+
border-radius: 100%;
|
2191
|
+
-moz-border-radius: 100%;
|
2192
|
+
-webkit-border-radius: 100%;
|
2193
|
+
-moz-background-clip: padding;
|
2194
|
+
-webkit-background-clip: padding-box;
|
2195
|
+
background-clip: padding-box;
|
2196
|
+
-webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
|
2197
|
+
-moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
|
2198
|
+
-ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
|
2199
|
+
-o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
|
2200
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
2201
|
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
2202
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
|
2203
|
+
position: absolute;
|
2204
|
+
cursor: pointer;
|
2205
|
+
margin: 0;
|
2206
|
+
width: 36px;
|
2207
|
+
height: 36px;
|
2208
|
+
line-height: 36px;
|
2209
|
+
text-decoration: none;
|
2210
|
+
z-index: 3;
|
2211
|
+
}
|
2212
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
|
2213
|
+
background: #b8312f;
|
2214
|
+
color: #ffffff;
|
2215
|
+
left: 50%;
|
2216
|
+
-webkit-transform: translateY(-50%) translateX(25%);
|
2217
|
+
-moz-transform: translateY(-50%) translateX(25%);
|
2218
|
+
-ms-transform: translateY(-50%) translateX(25%);
|
2219
|
+
-o-transform: translateY(-50%) translateX(25%);
|
2220
|
+
}
|
2221
|
+
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
|
2222
|
+
background: #ffffff;
|
2223
|
+
color: #1e88e5;
|
2224
|
+
left: 50%;
|
2225
|
+
-webkit-transform: translateY(-50%) translateX(-125%);
|
2226
|
+
-moz-transform: translateY(-50%) translateX(-125%);
|
2227
|
+
-ms-transform: translateY(-50%) translateX(-125%);
|
2228
|
+
-o-transform: translateY(-50%) translateX(-125%);
|
2229
|
+
}
|
2230
|
+
.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
|
2231
|
+
background: #ebebeb;
|
2232
|
+
}
|
2233
|
+
.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
|
2234
|
+
background: #d6d6d6;
|
2235
|
+
}
|
2236
|
+
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
|
2237
|
+
-webkit-opacity: 0.75;
|
2238
|
+
-moz-opacity: 0.75;
|
2239
|
+
opacity: 0.75;
|
2240
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
2241
|
+
}
|
2242
|
+
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,
|
2243
|
+
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
|
2244
|
+
display: inline-block;
|
2245
|
+
}
|
2246
|
+
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
|
2247
|
+
background: #bf4644;
|
2248
|
+
color: #ffffff;
|
2249
|
+
}
|
2250
|
+
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
|
2251
|
+
background: #ebebeb;
|
2252
|
+
}
|
2253
|
+
|
2254
|
+
.clearfix::after {
|
2255
|
+
clear: both;
|
2256
|
+
display: block;
|
2257
|
+
content: "";
|
2258
|
+
height: 0;
|
2259
|
+
}
|
2260
|
+
.hide-by-clipping {
|
2261
|
+
position: absolute;
|
2262
|
+
width: 1px;
|
2263
|
+
height: 1px;
|
2264
|
+
padding: 0;
|
2265
|
+
margin: -1px;
|
2266
|
+
overflow: hidden;
|
2267
|
+
clip: rect(0, 0, 0, 0);
|
2268
|
+
border: 0;
|
2269
|
+
}
|
2270
|
+
.fr-line-breaker {
|
2271
|
+
cursor: text;
|
2272
|
+
border-top: 1px solid #1e88e5;
|
2273
|
+
position: fixed;
|
2274
|
+
z-index: 2;
|
2275
|
+
display: none;
|
2276
|
+
}
|
2277
|
+
.fr-line-breaker.fr-visible {
|
2278
|
+
display: block;
|
2279
|
+
}
|
2280
|
+
.fr-line-breaker a.fr-floating-btn {
|
2281
|
+
position: absolute;
|
2282
|
+
left: calc(50% - (32px / 2));
|
2283
|
+
top: -16px;
|
2284
|
+
}
|
2285
|
+
|
2286
|
+
.clearfix::after {
|
2287
|
+
clear: both;
|
2288
|
+
display: block;
|
2289
|
+
content: "";
|
2290
|
+
height: 0;
|
2291
|
+
}
|
2292
|
+
.hide-by-clipping {
|
2293
|
+
position: absolute;
|
2294
|
+
width: 1px;
|
2295
|
+
height: 1px;
|
2296
|
+
padding: 0;
|
2297
|
+
margin: -1px;
|
2298
|
+
overflow: hidden;
|
2299
|
+
clip: rect(0, 0, 0, 0);
|
2300
|
+
border: 0;
|
2301
|
+
}
|
2302
|
+
.fr-quick-insert {
|
2303
|
+
position: absolute;
|
2304
|
+
z-index: 9998;
|
2305
|
+
white-space: nowrap;
|
2306
|
+
padding-right: 5px;
|
2307
|
+
margin-left: -5px;
|
2308
|
+
-webkit-box-sizing: content-box;
|
2309
|
+
-moz-box-sizing: content-box;
|
2310
|
+
box-sizing: content-box;
|
2311
|
+
}
|
2312
|
+
.fr-quick-insert.fr-on a.fr-floating-btn svg {
|
2313
|
+
-webkit-transform: rotate(135deg);
|
2314
|
+
-moz-transform: rotate(135deg);
|
2315
|
+
-ms-transform: rotate(135deg);
|
2316
|
+
-o-transform: rotate(135deg);
|
2317
|
+
}
|
2318
|
+
.fr-quick-insert.fr-hidden {
|
2319
|
+
display: none;
|
2320
|
+
}
|
2321
|
+
.fr-qi-helper {
|
2322
|
+
position: absolute;
|
2323
|
+
z-index: 3;
|
2324
|
+
padding-left: 10px;
|
2325
|
+
white-space: nowrap;
|
2326
|
+
}
|
2327
|
+
.fr-qi-helper a.fr-btn.fr-floating-btn {
|
2328
|
+
text-align: center;
|
2329
|
+
display: inline-block;
|
2330
|
+
color: #222222;
|
2331
|
+
-webkit-opacity: 0;
|
2332
|
+
-moz-opacity: 0;
|
2333
|
+
opacity: 0;
|
2334
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
2335
|
+
-webkit-transform: scale(0);
|
2336
|
+
-moz-transform: scale(0);
|
2337
|
+
-ms-transform: scale(0);
|
2338
|
+
-o-transform: scale(0);
|
2339
|
+
}
|
2340
|
+
.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
|
2341
|
+
-webkit-opacity: 1;
|
2342
|
+
-moz-opacity: 1;
|
2343
|
+
opacity: 1;
|
2344
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
2345
|
+
-webkit-transform: scale(1);
|
2346
|
+
-moz-transform: scale(1);
|
2347
|
+
-ms-transform: scale(1);
|
2348
|
+
-o-transform: scale(1);
|
2349
|
+
}
|
2350
|
+
|
2351
|
+
.clearfix::after {
|
2352
|
+
clear: both;
|
2353
|
+
display: block;
|
2354
|
+
content: "";
|
2355
|
+
height: 0;
|
2356
|
+
}
|
2357
|
+
.hide-by-clipping {
|
2358
|
+
position: absolute;
|
2359
|
+
width: 1px;
|
2360
|
+
height: 1px;
|
2361
|
+
padding: 0;
|
2362
|
+
margin: -1px;
|
2363
|
+
overflow: hidden;
|
2364
|
+
clip: rect(0, 0, 0, 0);
|
2365
|
+
border: 0;
|
2366
|
+
}
|
2367
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal {
|
2368
|
+
text-align: left;
|
2369
|
+
padding: 20px 20px 10px;
|
2370
|
+
}
|
2371
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-list {
|
2372
|
+
margin-bottom: 20px;
|
2373
|
+
}
|
2374
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-title {
|
2375
|
+
font-weight: bold;
|
2376
|
+
font-size: 14px;
|
2377
|
+
padding: 6px 0 4px;
|
2378
|
+
margin: 0 0 5px;
|
2379
|
+
}
|
2380
|
+
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-character {
|
2381
|
+
display: inline-block;
|
2382
|
+
font-size: 16px;
|
2383
|
+
width: 20px;
|
2384
|
+
height: 20px;
|
2385
|
+
padding: 5px;
|
2386
|
+
line-height: 20px;
|
2387
|
+
cursor: default;
|
2388
|
+
font-weight: normal;
|
2389
|
+
-webkit-box-sizing: content-box;
|
2390
|
+
-moz-box-sizing: content-box;
|
2391
|
+
box-sizing: content-box;
|
2392
|
+
text-align: center;
|
2393
|
+
border: 1px solid #cccccc;
|
2394
|
+
margin: -1px 0 0 -1px;
|
2395
|
+
}
|
2396
|
+
|
2397
|
+
.clearfix::after {
|
2398
|
+
clear: both;
|
2399
|
+
display: block;
|
2400
|
+
content: "";
|
2401
|
+
height: 0;
|
2402
|
+
}
|
2403
|
+
.hide-by-clipping {
|
2404
|
+
position: absolute;
|
2405
|
+
width: 1px;
|
2406
|
+
height: 1px;
|
2407
|
+
padding: 0;
|
2408
|
+
margin: -1px;
|
2409
|
+
overflow: hidden;
|
2410
|
+
clip: rect(0, 0, 0, 0);
|
2411
|
+
border: 0;
|
2412
|
+
}
|
2413
|
+
.fr-element table td.fr-selected-cell,
|
2414
|
+
.fr-element table th.fr-selected-cell {
|
2415
|
+
border: 1px double #1e88e5;
|
2416
|
+
}
|
2417
|
+
.fr-element table tr {
|
2418
|
+
user-select: none;
|
2419
|
+
-o-user-select: none;
|
2420
|
+
-moz-user-select: none;
|
2421
|
+
-khtml-user-select: none;
|
2422
|
+
-webkit-user-select: none;
|
2423
|
+
-ms-user-select: none;
|
2424
|
+
}
|
2425
|
+
.fr-element table td,
|
2426
|
+
.fr-element table th {
|
2427
|
+
user-select: text;
|
2428
|
+
-o-user-select: text;
|
2429
|
+
-moz-user-select: text;
|
2430
|
+
-khtml-user-select: text;
|
2431
|
+
-webkit-user-select: text;
|
2432
|
+
-ms-user-select: text;
|
2433
|
+
}
|
2434
|
+
.fr-element .fr-no-selection table td,
|
2435
|
+
.fr-element .fr-no-selection table th {
|
2436
|
+
user-select: none;
|
2437
|
+
-o-user-select: none;
|
2438
|
+
-moz-user-select: none;
|
2439
|
+
-khtml-user-select: none;
|
2440
|
+
-webkit-user-select: none;
|
2441
|
+
-ms-user-select: none;
|
2442
|
+
}
|
2443
|
+
.fr-table-resizer {
|
2444
|
+
cursor: col-resize;
|
2445
|
+
position: fixed;
|
2446
|
+
z-index: 3;
|
2447
|
+
display: none;
|
2448
|
+
}
|
2449
|
+
.fr-table-resizer.fr-moving {
|
2450
|
+
z-index: 2;
|
2451
|
+
}
|
2452
|
+
.fr-table-resizer div {
|
2453
|
+
-webkit-opacity: 0;
|
2454
|
+
-moz-opacity: 0;
|
2455
|
+
opacity: 0;
|
2456
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
2457
|
+
border-right: 1px solid #1e88e5;
|
2458
|
+
}
|
2459
|
+
.fr-no-selection {
|
2460
|
+
user-select: none;
|
2461
|
+
-o-user-select: none;
|
2462
|
+
-moz-user-select: none;
|
2463
|
+
-khtml-user-select: none;
|
2464
|
+
-webkit-user-select: none;
|
2465
|
+
-ms-user-select: none;
|
2466
|
+
}
|
2467
|
+
.fr-popup .fr-table-size .fr-table-size-info {
|
2468
|
+
text-align: center;
|
2469
|
+
font-size: 14px;
|
2470
|
+
padding: 8px;
|
2471
|
+
}
|
2472
|
+
.fr-popup .fr-table-size .fr-select-table-size {
|
2473
|
+
line-height: 0;
|
2474
|
+
padding: 0 5px 5px;
|
2475
|
+
white-space: nowrap;
|
2476
|
+
}
|
2477
|
+
.fr-popup .fr-table-size .fr-select-table-size > span {
|
2478
|
+
display: inline-block;
|
2479
|
+
padding: 0px 4px 4px 0;
|
2480
|
+
background: transparent;
|
2481
|
+
}
|
2482
|
+
.fr-popup .fr-table-size .fr-select-table-size > span > span {
|
2483
|
+
display: inline-block;
|
2484
|
+
width: 18px;
|
2485
|
+
height: 18px;
|
2486
|
+
border: 1px solid #dddddd;
|
2487
|
+
}
|
2488
|
+
.fr-popup .fr-table-size .fr-select-table-size > span.hover {
|
2489
|
+
background: transparent;
|
2490
|
+
}
|
2491
|
+
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
|
2492
|
+
background: rgba(30, 136, 229, 0.3);
|
2493
|
+
border: solid 1px #1e88e5;
|
2494
|
+
}
|
2495
|
+
.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
|
2496
|
+
clear: both;
|
2497
|
+
display: block;
|
2498
|
+
content: "";
|
2499
|
+
height: 0;
|
2500
|
+
}
|
2501
|
+
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
|
2502
|
+
display: inline-block !important;
|
2503
|
+
}
|
2504
|
+
.fr-popup .fr-table-colors-buttons {
|
2505
|
+
margin-bottom: 5px;
|
2506
|
+
}
|
2507
|
+
.fr-popup .fr-table-colors {
|
2508
|
+
line-height: 0;
|
2509
|
+
display: block;
|
2510
|
+
}
|
2511
|
+
.fr-popup .fr-table-colors > span {
|
2512
|
+
display: inline-block;
|
2513
|
+
width: 32px;
|
2514
|
+
height: 32px;
|
2515
|
+
position: relative;
|
2516
|
+
z-index: 1;
|
2517
|
+
}
|
2518
|
+
.fr-popup .fr-table-colors > span > i {
|
2519
|
+
text-align: center;
|
2520
|
+
line-height: 32px;
|
2521
|
+
height: 32px;
|
2522
|
+
width: 32px;
|
2523
|
+
font-size: 13px;
|
2524
|
+
position: absolute;
|
2525
|
+
bottom: 0;
|
2526
|
+
cursor: default;
|
2527
|
+
left: 0;
|
2528
|
+
}
|
2529
|
+
.fr-popup .fr-table-colors > span:focus {
|
2530
|
+
outline: 1px solid #222222;
|
2531
|
+
z-index: 2;
|
2532
|
+
}
|
2533
|
+
.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
|
2534
|
+
width: 12px;
|
2535
|
+
height: 12px;
|
2536
|
+
}
|
2537
|
+
.fr-insert-helper {
|
2538
|
+
position: fixed;
|
2539
|
+
z-index: 9999;
|
2540
|
+
white-space: nowrap;
|
2541
|
+
}
|
2542
|
+
|
2543
|
+
.clearfix::after {
|
2544
|
+
clear: both;
|
2545
|
+
display: block;
|
2546
|
+
content: "";
|
2547
|
+
height: 0;
|
2548
|
+
}
|
2549
|
+
.hide-by-clipping {
|
2550
|
+
position: absolute;
|
2551
|
+
width: 1px;
|
2552
|
+
height: 1px;
|
2553
|
+
padding: 0;
|
2554
|
+
margin: -1px;
|
2555
|
+
overflow: hidden;
|
2556
|
+
clip: rect(0, 0, 0, 0);
|
2557
|
+
border: 0;
|
2558
|
+
}
|
2559
|
+
.fr-element .fr-video {
|
2560
|
+
user-select: none;
|
2561
|
+
-o-user-select: none;
|
2562
|
+
-moz-user-select: none;
|
2563
|
+
-khtml-user-select: none;
|
2564
|
+
-webkit-user-select: none;
|
2565
|
+
-ms-user-select: none;
|
2566
|
+
}
|
2567
|
+
.fr-element .fr-video::after {
|
2568
|
+
position: absolute;
|
2569
|
+
content: '';
|
2570
|
+
z-index: 1;
|
2571
|
+
top: 0;
|
2572
|
+
left: 0;
|
2573
|
+
right: 0;
|
2574
|
+
bottom: 0;
|
2575
|
+
cursor: pointer;
|
2576
|
+
display: block;
|
2577
|
+
background: rgba(0, 0, 0, 0);
|
2578
|
+
}
|
2579
|
+
.fr-element .fr-video.fr-active > * {
|
2580
|
+
z-index: 2;
|
2581
|
+
position: relative;
|
2582
|
+
}
|
2583
|
+
.fr-element .fr-video > * {
|
2584
|
+
-webkit-box-sizing: content-box;
|
2585
|
+
-moz-box-sizing: content-box;
|
2586
|
+
box-sizing: content-box;
|
2587
|
+
max-width: 100%;
|
2588
|
+
border: none;
|
2589
|
+
}
|
2590
|
+
.fr-box .fr-video-resizer {
|
2591
|
+
position: absolute;
|
2592
|
+
border: solid 1px #1e88e5;
|
2593
|
+
display: none;
|
2594
|
+
user-select: none;
|
2595
|
+
-o-user-select: none;
|
2596
|
+
-moz-user-select: none;
|
2597
|
+
-khtml-user-select: none;
|
2598
|
+
-webkit-user-select: none;
|
2599
|
+
-ms-user-select: none;
|
2600
|
+
}
|
2601
|
+
.fr-box .fr-video-resizer.fr-active {
|
2602
|
+
display: block;
|
2603
|
+
}
|
2604
|
+
.fr-box .fr-video-resizer .fr-handler {
|
2605
|
+
display: block;
|
2606
|
+
position: absolute;
|
2607
|
+
background: #1e88e5;
|
2608
|
+
border: solid 1px #ffffff;
|
2609
|
+
z-index: 4;
|
2610
|
+
-webkit-box-sizing: border-box;
|
2611
|
+
-moz-box-sizing: border-box;
|
2612
|
+
box-sizing: border-box;
|
2613
|
+
}
|
2614
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
|
2615
|
+
cursor: nw-resize;
|
2616
|
+
}
|
2617
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hne {
|
2618
|
+
cursor: ne-resize;
|
2619
|
+
}
|
2620
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
|
2621
|
+
cursor: sw-resize;
|
2622
|
+
}
|
2623
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hse {
|
2624
|
+
cursor: se-resize;
|
2625
|
+
}
|
2626
|
+
.fr-box .fr-video-resizer .fr-handler {
|
2627
|
+
width: 12px;
|
2628
|
+
height: 12px;
|
2629
|
+
}
|
2630
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
|
2631
|
+
left: -6px;
|
2632
|
+
top: -6px;
|
2633
|
+
}
|
2634
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hne {
|
2635
|
+
right: -6px;
|
2636
|
+
top: -6px;
|
2637
|
+
}
|
2638
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
|
2639
|
+
left: -6px;
|
2640
|
+
bottom: -6px;
|
2641
|
+
}
|
2642
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hse {
|
2643
|
+
right: -6px;
|
2644
|
+
bottom: -6px;
|
2645
|
+
}
|
2646
|
+
@media (min-width: 1200px) {
|
2647
|
+
.fr-box .fr-video-resizer .fr-handler {
|
2648
|
+
width: 10px;
|
2649
|
+
height: 10px;
|
2650
|
+
}
|
2651
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
|
2652
|
+
left: -5px;
|
2653
|
+
top: -5px;
|
2654
|
+
}
|
2655
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hne {
|
2656
|
+
right: -5px;
|
2657
|
+
top: -5px;
|
2658
|
+
}
|
2659
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
|
2660
|
+
left: -5px;
|
2661
|
+
bottom: -5px;
|
2662
|
+
}
|
2663
|
+
.fr-box .fr-video-resizer .fr-handler.fr-hse {
|
2664
|
+
right: -5px;
|
2665
|
+
bottom: -5px;
|
2666
|
+
}
|
2667
|
+
}
|
2668
|
+
.fr-video-size-layer .fr-video-group .fr-input-line {
|
2669
|
+
width: calc(50% - 5px);
|
2670
|
+
display: inline-block;
|
2671
|
+
}
|
2672
|
+
.fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
|
2673
|
+
margin-left: 10px;
|
2674
|
+
}
|
2675
|
+
.fr-video-upload-layer {
|
2676
|
+
border: dashed 2px #bdbdbd;
|
2677
|
+
padding: 25px 0;
|
2678
|
+
position: relative;
|
2679
|
+
font-size: 14px;
|
2680
|
+
letter-spacing: 1px;
|
2681
|
+
line-height: 140%;
|
2682
|
+
text-align: center;
|
2683
|
+
}
|
2684
|
+
.fr-video-upload-layer:hover {
|
2685
|
+
background: #ebebeb;
|
2686
|
+
}
|
2687
|
+
.fr-video-upload-layer.fr-drop {
|
2688
|
+
background: #ebebeb;
|
2689
|
+
border-color: #1e88e5;
|
2690
|
+
}
|
2691
|
+
.fr-video-upload-layer .fr-form {
|
2692
|
+
-webkit-opacity: 0;
|
2693
|
+
-moz-opacity: 0;
|
2694
|
+
opacity: 0;
|
2695
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
2696
|
+
position: absolute;
|
2697
|
+
top: 0;
|
2698
|
+
bottom: 0;
|
2699
|
+
left: 0;
|
2700
|
+
right: 0;
|
2701
|
+
z-index: 9999;
|
2702
|
+
overflow: hidden;
|
2703
|
+
margin: 0 !important;
|
2704
|
+
padding: 0 !important;
|
2705
|
+
width: 100% !important;
|
2706
|
+
}
|
2707
|
+
.fr-video-upload-layer .fr-form input {
|
2708
|
+
cursor: pointer;
|
2709
|
+
position: absolute;
|
2710
|
+
right: 0px;
|
2711
|
+
top: 0px;
|
2712
|
+
bottom: 0px;
|
2713
|
+
width: 500%;
|
2714
|
+
height: 100%;
|
2715
|
+
margin: 0px;
|
2716
|
+
font-size: 400px;
|
2717
|
+
}
|
2718
|
+
.fr-video-progress-bar-layer > h3 {
|
2719
|
+
font-size: 16px;
|
2720
|
+
margin: 10px 0;
|
2721
|
+
font-weight: normal;
|
2722
|
+
}
|
2723
|
+
.fr-video-progress-bar-layer > div.fr-action-buttons {
|
2724
|
+
display: none;
|
2725
|
+
}
|
2726
|
+
.fr-video-progress-bar-layer > div.fr-loader {
|
2727
|
+
background: #bcdbf7;
|
2728
|
+
height: 10px;
|
2729
|
+
width: 100%;
|
2730
|
+
margin-top: 20px;
|
2731
|
+
overflow: hidden;
|
2732
|
+
position: relative;
|
2733
|
+
}
|
2734
|
+
.fr-video-progress-bar-layer > div.fr-loader span {
|
2735
|
+
display: block;
|
2736
|
+
height: 100%;
|
2737
|
+
width: 0%;
|
2738
|
+
background: #1e88e5;
|
2739
|
+
-webkit-transition: width 0.2s ease 0s;
|
2740
|
+
-moz-transition: width 0.2s ease 0s;
|
2741
|
+
-ms-transition: width 0.2s ease 0s;
|
2742
|
+
-o-transition: width 0.2s ease 0s;
|
2743
|
+
}
|
2744
|
+
.fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
|
2745
|
+
width: 30% !important;
|
2746
|
+
position: absolute;
|
2747
|
+
top: 0;
|
2748
|
+
-webkit-animation: loading 2s linear infinite;
|
2749
|
+
-moz-animation: loading 2s linear infinite;
|
2750
|
+
-o-animation: loading 2s linear infinite;
|
2751
|
+
animation: loading 2s linear infinite;
|
2752
|
+
}
|
2753
|
+
.fr-video-progress-bar-layer.fr-error > div.fr-loader {
|
2754
|
+
display: none;
|
2755
|
+
}
|
2756
|
+
.fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
|
2757
|
+
display: block;
|
2758
|
+
}
|
2759
|
+
.fr-video-overlay {
|
2760
|
+
position: fixed;
|
2761
|
+
top: 0;
|
2762
|
+
left: 0;
|
2763
|
+
bottom: 0;
|
2764
|
+
right: 0;
|
2765
|
+
z-index: 9999;
|
2766
|
+
display: none;
|
2767
|
+
}
|