/*!
 * froala_editor v4.0.17 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2023 Froala Labs
 */

.fr-clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
}

.fr-hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.fr-view img.fr-rounded,
.fr-view .fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.fr-view img.fr-shadow,
.fr-view .fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 10px 10px 5px 0 #ccc;
    -moz-box-shadow: 10px 10px 5px 0 #ccc;
    box-shadow: 10px 10px 5px 0 #ccc;
}

.fr-view img.fr-bordered,
.fr-view .fr-img-caption.fr-bordered img {
    border: solid 5px #ccc;
}

.fr-view img.fr-bordered {
    box-sizing: content-box;
}

.fr-view .fr-img-caption.fr-bordered img {
    box-sizing: border-box;
}

.fr-view li img.fr-dii.fr-fil {
    margin-right: 20px;
}

.fr-view {
    word-wrap: break-word;
}

.fr-view span[style~="color:"] a {
    color: inherit;
}

.fr-view strong {
    font-weight: 700;
}

.fr-view table[border="0"] td:not([class]),
.fr-view table[border="0"] th:not([class]),
.fr-view table[border="0"] td[class=""],
.fr-view table[border="0"] th[class=""] {
    border-width: 0;
}

.fr-view table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}

.fr-view table td {
    min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
    border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: whitesmoke;
}

.fr-view table td,
.fr-view table th {
    border: 1px solid #ddd;
}

.fr-view table td:empty,
.fr-view table th:empty {
    height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
    border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
    border-width: 2px;
}

.fr-view table th {
    background: #ececec;
}

.fr-view table tfoot td {
    background: #ececec;
}

.fr-view hr {
    clear: both;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    break-after: always;
    page-break-after: always;
}

.fr-view .fr-file {
    position: relative;
}

.fr-view .fr-file::after {
    position: relative;
    content: "\1F4CE";
    font-weight: 400;
}

.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: visible;
}

.fr-view[dir="rtl"] blockquote {
    border-left: none;
    border-right: solid 2px #5e35b1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0;
}

.fr-view[dir="rtl"] blockquote blockquote {
    border-color: #00bcd4;
}

.fr-view[dir="rtl"] blockquote blockquote blockquote {
    border-color: #43a047;
}

.fr-view blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1;
}

.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4;
}

.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047;
}

.fr-view span.fr-emoticon {
    font-weight: 400;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji",
    "Segoe UI Symbol", "Android Emoji", "EmojiSymbols", serif;
    display: inline;
    line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle;
}

.fr-view .fr-text-gray {
    color: #aaa !important;
}

.fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}

.fr-view .fr-text-spaced {
    letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase;
}

.fr-view .fr-class-highlighted {
    background-color: #ff0;
}

.fr-view .fr-class-code {
    border-color: #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #f5f5f5;
    padding: 10px;
    font-family: "Courier New", Courier, monospace;
}

.fr-view .fr-class-transparency {
    opacity: .5;
}

.fr-view img {
    position: relative;
    max-width: 100%;
}

.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption {
    position: relative;
    max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

.fr-view .fr-video {
    text-align: center;
    position: relative;
}

.fr-view .fr-video.fr-rv {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fr-view .fr-video.fr-rv > iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fr-view .fr-video > * {
    box-sizing: content-box;
    max-width: 100%;
    border: none;
}

.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both;
    aspect-ratio: 16 / 10;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right;
}

.fr-view .fr-video.fr-dvi {
    display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right;
}

.fr-view a.fr-strong {
    font-weight: 700;
}

.fr-view a.fr-green {
    color: green;
}

.fr-view .fr-img-caption {
    text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
    padding: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap a {
    display: block;
}

.fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap > span {
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    box-sizing: border-box;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    text-align: center;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
    font-size: 24px;
}

.fr-view span.fr-img-caption.fr-dii.fr-fil,
.fr-view p img.fr-dii.fr-fil {
    margin-right: 15px;
}

/**
 * Image style.
 */
a.fr-view.fr-strong {
    font-weight: 700;
}

a.fr-view.fr-green {
    color: green;
}

/**
 * Link style.
 */
img.fr-view {
    position: relative;
    max-width: 100%;
}

img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%;
}

span.fr-img-caption.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
}

span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.hide-by-clipping {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.fr-element, .fr-element:focus {
    outline: 0 solid transparent
}

.fr-box.fr-basic .fr-element {
    box-sizing: border-box;
    color: #000;
    min-height: 60px;
    overflow-x: auto;
    padding: 20px
}

.fr-box.fr-basic.fr-rtl .fr-element {
    text-align: right
}

.fr-element {
    background: transparent;
    position: relative;
    -webkit-user-select: auto;
    z-index: 2
}

.fr-element a {
    user-select: auto;
    -moz-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto
}

.fr-element.fr-disabled {
    user-select: none;
    -moz-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 {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    border: none;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0 1px 3px #0000001f, 0 1px 1px 1px #00000029;
    box-sizing: border-box;
    color: #1e88e5;
    display: block;
    height: 32px;
    left: 0;
    line-height: 32px;
    outline: none;
    text-align: center;
    top: 0;
    transform: scale(0);
    -ms-transform: scale(0);
    transition: background .2s ease 0s, color .2s ease 0s, transform .2s ease 0s;
    -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;
    width: 32px
}

.fr-box a.fr-floating-btn svg {
    fill: #1e88e5;
    transition: transform .2s ease 0s;
    -webkit-transition: transform .2s ease 0s;
    -moz-transition: transform .2s ease 0s;
    -ms-transition: transform .2s ease 0s;
    -o-transition: transform .2s ease 0s
}

.fr-box a.fr-floating-btn i, .fr-box a.fr-floating-btn svg {
    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 {
    transform: scale(1);
    -ms-transform: scale(1);
}

iframe.fr-iframe {
    border: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    z-index: 2
}

.fr-wrapper {
    position: relative;
    z-index: 1
}

.fr-wrapper:after, .fr-wrapper:before {
    content: " ";
    display: table
}

.fr-wrapper:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.fr-wrapper .fr-placeholder {
    color: #aaa;
    display: none;
    font-size: 12px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.fr-wrapper.show-placeholder .fr-placeholder {
    display: block
}

.fr-wrapper ::-moz-selection {
    background: #b5d6fd;
    color: #000
}

.fr-wrapper ::selection {
    background: #b5d6fd;
    color: #000
}

.fr-box.fr-basic .fr-wrapper {
    background: #fff;
    border-width: 0;
    left: 0;
    top: 0
}

.fr-box.fr-basic.fr-top .fr-wrapper {
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-top: 0;
    box-shadow: 0 1px 3px #0000001f, 0 1px 1px 1px #00000029
}

.fr-box.fr-basic.fr-bottom .fr-wrapper, .fr-box.fr-basic.fr-top .fr-wrapper {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-box.fr-basic.fr-bottom .fr-wrapper {
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    box-shadow: 0 -1px 3px #0000001f, 0 -1px 1px 1px #00000029
}

@media (min-width: 992px) {
    .fr-box.fr-document {
        min-width: 21cm
    }

    .fr-box.fr-document .fr-wrapper {
        background: #efefef;
        min-width: 21cm;
        padding: 30px;
        text-align: center
    }

    .fr-box.fr-document .fr-wrapper .fr-element {
        background: #fff;
        box-shadow: 0 1px 3px #0000001f, 0 1px 1px 1px #00000029;
        margin: auto;
        min-height: 26cm !important;
        overflow: visible;
        padding: 1cm 2cm;
        text-align: left;
        width: 21cm
    }

    .fr-box.fr-document .fr-wrapper .fr-element hr {
        background: #efefef;
        border: none;
        height: 1cm;
        margin-left: -2cm;
        margin-right: -2cm;
        outline: none
    }
}

.fr-tooltip {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #34495e;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 3px 6px #00000029, 0 2px 2px 1px #00000024;
    color: #fff;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-family: sans-serif;
    font-size: 12px;
    left: -3000px;
    line-height: 22px;
    -moz-opacity: 0;
    opacity: 0;
    padding: 0 8px;
    position: absolute;
    top: 0;
    transition: opacity .2s ease 0s;
    -webkit-transition: opacity .2s ease 0s;
    -moz-transition: opacity .2s ease 0s;
    -ms-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 2147483647
}

.fr-tooltip.fr-visible {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 1;
    opacity: 1
}

.fr-popup .fr-btn-wrap, .fr-toolbar .fr-btn-wrap {
    float: left;
    position: relative;
    white-space: nowrap
}

.fr-popup .fr-btn-wrap.fr-hidden, .fr-toolbar .fr-btn-wrap.fr-hidden {
    display: none
}

.fr-popup .fr-command.fr-btn, .fr-toolbar .fr-command.fr-btn {
    background: transparent;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    color: #536061;
    cursor: pointer;
    float: left;
    height: 38px;
    line-height: 1;
    margin: 0 2px;
    outline: 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: background .2s ease 0s;
    -webkit-transition: background .2s ease 0s;
    -moz-transition: background .2s ease 0s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 38px;
    z-index: 2
}

.fr-popup .fr-command.fr-btn::-moz-focus-inner, .fr-toolbar .fr-command.fr-btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.fr-popup .fr-command.fr-btn.fr-btn-text, .fr-toolbar .fr-command.fr-btn.fr-btn-text {
    width: auto
}

.fr-popup .fr-command.fr-btn i, .fr-popup .fr-command.fr-btn svg, .fr-toolbar .fr-command.fr-btn i, .fr-toolbar .fr-command.fr-btn svg {
    display: block;
    float: none;
    font-size: 14px;
    margin: 12px;
    text-align: center;
    width: 14px
}

.fr-popup .fr-command.fr-btn span.fr-sr-only, .fr-toolbar .fr-command.fr-btn span.fr-sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.fr-popup .fr-command.fr-btn span, .fr-toolbar .fr-command.fr-btn span {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 17px;
    line-height: 17px;
    min-width: 34px;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fr-popup .fr-command.fr-btn img, .fr-toolbar .fr-command.fr-btn img {
    margin: 12px;
    width: 14px;
}

.fr-popup .fr-command.fr-btn.fr-active, .fr-toolbar .fr-command.fr-btn.fr-active {
    background: transparent;
    color: #000
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection {
    width: auto
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span {
    font-weight: 400
}

.fr-popup .fr-command.fr-btn.fr-dropdown i, .fr-popup .fr-command.fr-btn.fr-dropdown img, .fr-popup .fr-command.fr-btn.fr-dropdown span, .fr-popup .fr-command.fr-btn.fr-dropdown svg, .fr-toolbar .fr-command.fr-btn.fr-dropdown i, .fr-toolbar .fr-command.fr-btn.fr-dropdown img, .fr-toolbar .fr-command.fr-btn.fr-dropdown span, .fr-toolbar .fr-command.fr-btn.fr-dropdown svg {
    margin-left: 8px;
    margin-right: 16px
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active {
    background: #d6d6d6;
    color: #536061
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus, .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover {
    background: #d6d6d6 !important;
    color: #536061 !important
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus: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-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover:after {
    border-top-color: #536061 !important
}

.fr-popup .fr-command.fr-btn.fr-dropdown:after, .fr-toolbar .fr-command.fr-btn.fr-dropdown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #536061;
    content: "";
    height: 0;
    position: absolute;
    right: 4px;
    top: 17px;
    width: 0
}

.fr-popup .fr-command.fr-btn.fr-disabled, .fr-toolbar .fr-command.fr-btn.fr-disabled {
    color: #bdbdbd;
    cursor: default
}

.fr-popup .fr-command.fr-btn.fr-disabled:after, .fr-toolbar .fr-command.fr-btn.fr-disabled:after {
    border-top-color: #bdbdbd !important
}

.fr-popup .fr-command.fr-btn.fr-hidden, .fr-toolbar .fr-command.fr-btn.fr-hidden {
    display: none
}

.fr-popup.fr-disabled .fr-btn, .fr-popup.fr-disabled .fr-btn.fr-active, .fr-toolbar.fr-disabled .fr-btn, .fr-toolbar.fr-disabled .fr-btn.fr-active {
    color: #bdbdbd
}

.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown:after, .fr-popup.fr-disabled .fr-btn.fr-dropdown:after, .fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown:after, .fr-toolbar.fr-disabled .fr-btn.fr-dropdown:after {
    border-top-color: #bdbdbd
}

.fr-popup.fr-rtl .fr-btn-wrap, .fr-popup.fr-rtl .fr-command.fr-btn, .fr-toolbar.fr-rtl .fr-btn-wrap, .fr-toolbar.fr-rtl .fr-command.fr-btn {
    float: right
}

.fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden), .fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden) {
    display: inline-flex;
    float: none
}

.fr-desktop .fr-command.fr-btn-hover, .fr-desktop .fr-command.fr-expanded, .fr-desktop .fr-command:focus, .fr-desktop .fr-command:hover {
    background: #ddd;
    color: #536061;
    outline: 0
}

.fr-desktop .fr-command.fr-btn-hover:after, .fr-desktop .fr-command.fr-expanded:after, .fr-desktop .fr-command:focus:after, .fr-desktop .fr-command:hover:after {
    border-top-color: #536061 !important
}

.fr-desktop .fr-command.fr-selected {
    background: #d6d6d6;
    color: #536061
}

.fr-desktop .fr-command.fr-active.fr-btn-hover, .fr-desktop .fr-command.fr-active.fr-expanded, .fr-desktop .fr-command.fr-active:focus, .fr-desktop .fr-command.fr-active:hover {
    background: #ddd;
    color: #1e88e5
}

.fr-desktop .fr-command.fr-active.fr-selected {
    background: #d6d6d6;
    color: #1e88e5
}

.fr-desktop .fr-command.fr-disabled.fr-selected, .fr-desktop .fr-command.fr-disabled:focus, .fr-desktop .fr-command.fr-disabled:hover, .fr-desktop.fr-disabled .fr-command.fr-selected, .fr-desktop.fr-disabled .fr-command:focus, .fr-desktop.fr-disabled .fr-command:hover, .fr-popup.fr-mobile .fr-command.fr-blink, .fr-toolbar.fr-mobile .fr-command.fr-blink {
    background: transparent
}

.fr-command.fr-btn.fr-options {
    margin-left: -5px;
    width: 16px
}

.fr-command.fr-btn.fr-options.fr-btn-hover, .fr-command.fr-btn.fr-options:focus, .fr-command.fr-btn.fr-options:hover {
    border-left: 1px solid #fafafa
}

.fr-command.fr-btn + .fr-dropdown-menu {
    -webkit-overflow-scrolling: touch;
    zoom: 1;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    bottom: auto;
    display: inline-block;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: auto;
    z-index: 4
}

.fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
    height: auto;
    max-height: 275px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
    background: #f9f9f9;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 0;
    margin: 0 auto auto;
    max-height: 0;
    padding: 0;
    position: relative;
    text-align: left;
    transition: max-height .2s ease 0s;
    -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
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
    max-height: 275px;
    overflow: auto;
    position: relative
}

.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 {
    font-size: 15px;
    margin: 0;
    padding: 0
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    color: inherit;
    cursor: pointer;
    display: block;
    line-height: 200%;
    padding: 0 24px;
    text-decoration: none;
    white-space: nowrap
}

.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-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut {
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    float: right;
    font-weight: 700;
    margin-left: 32px;
    -moz-opacity: .75;
    opacity: .75
}

.fr-command.fr-btn:not(.fr-active) + .fr-dropdown-menu {
    left: -3000px !important
}

.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
    box-shadow: 0 3px 6px #00000029, 0 2px 2px 1px #00000024;
    display: inline-block
}

.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 {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    box-shadow: 0 -3px 6px #00000029, 0 -2px 2px 1px #00000024
}

.fr-popup.fr-rtl .fr-dropdown-wrapper, .fr-toolbar.fr-rtl .fr-dropdown-wrapper {
    text-align: right !important
}

body.prevent-scroll {
    overflow: hidden
}

body.prevent-scroll.fr-mobile {
    -webkit-overflow-scrolling: touch;
    position: fixed
}

.fr-modal {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 0;
    color: #222;
    font-family: sans-serif;
    left: 0;
    line-height: 1.2;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2147483640
}

.fr-modal.fr-middle .fr-modal-wrapper {
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.fr-modal .fr-modal-wrapper {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top: 1px solid #bdbdbd;
    box-shadow: 0 5px 8px #00000030, 0 4px 3px 1px #00000024;
    display: inline-block;
    margin: 20px auto;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    width: 90%
}

@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: 960px
    }
}

.fr-modal .fr-modal-wrapper .fr-modal-head {
    background: #f9f9f9;
    border-bottom: 0;
    box-shadow: 0 3px 6px #00000029, 0 2px 2px 1px #00000024;
    min-height: 42px;
    overflow: hidden;
    position: absolute;
    transition: height .2s ease 0s;
    -webkit-transition: height .2s ease 0s;
    -moz-transition: height .2s ease 0s;
    -ms-transition: height .2s ease 0s;
    -o-transition: height .2s ease 0s;
    width: 100%;
    z-index: 3
}

.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
    box-sizing: content-box;
    color: #222;
    cursor: pointer;
    font-size: 30px;
    line-height: 18px;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0;
    transition: color .2s ease 0s;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -ms-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    width: 20px
}

.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 12px 10px
}

.fr-modal .fr-modal-wrapper div.fr-modal-body {
    height: 100%;
    min-height: 150px;
    overflow-y: scroll;
    padding-bottom: 10px
}

.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
    outline: 0
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
    background: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #1e88e5;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    line-height: 1;
    outline: none;
    padding: 10px;
    text-decoration: none;
    transition: background .2s ease 0s;
    -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-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
    margin-left: 24px
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus, .fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover {
    background: #ebebeb;
    color: #1e88e5
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
    background: #d6d6d6;
    color: #1e88e5
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
    border: 0
}

.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
    background: #ebebeb
}

.fr-overlay {
    background: #000;
    bottom: 0;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
    -moz-opacity: .5;
    opacity: .5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483639
}

.fr-popup {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f9f9f9;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top: 1px solid #bdbdbd;
    box-shadow: 0 1px 3px #0000001f, 0 1px 1px 1px #00000029;
    box-sizing: border-box;
    color: #222;
    display: none;
    font-family: sans-serif;
    line-height: 1.2;
    margin-top: 10px;
    position: absolute;
    text-align: left;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 2147483635
}

.fr-popup .fr-input-focus {
    background: #f5f5f5
}

.fr-popup.fr-above {
    border-bottom: 1px solid #bdbdbd;
    border-top: 0;
    box-shadow: 0 -1px 3px #0000001f, 0 -1px 1px 1px #00000029;
    margin-top: -10px
}

.fr-popup.fr-active {
    display: block
}

.fr-popup.fr-hidden {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    opacity: 0
}

.fr-popup.fr-empty {
    display: none !important
}

.fr-popup .fr-hs {
    display: block !important
}

.fr-popup .fr-hs.fr-hidden {
    display: none !important
}

.fr-popup .fr-input-line {
    padding: 8px 0;
    position: relative
}

.fr-popup .fr-input-line input[type=text], .fr-popup .fr-input-line textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    box-sizing: border-box;
    color: #222;
    font-size: 14px;
    margin: 0 0 1px;
    padding: 6px 0 2px;
    position: relative;
    width: 100%;
    z-index: 2
}

.fr-popup .fr-input-line input[type=text]:focus, .fr-popup .fr-input-line textarea:focus {
    border-bottom: 2px solid #1e88e5;
    margin-bottom: 0
}

.fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
    background: #f9f9f9;
    color: transparent;
    display: block;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0;
    transition: color .2s ease 0s;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -ms-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    width: 100%;
    z-index: 3
}

.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: #2a3e51
}

.fr-popup input, .fr-popup textarea {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text
}

.fr-popup textarea {
    resize: none
}

.fr-popup .fr-buttons {
    border-bottom: 0;
    box-shadow: 0 1px 3px #0000001f, 0 1px 1px 1px #00000029;
    line-height: 0;
    padding: 0 2px;
    white-space: nowrap
}

.fr-popup .fr-buttons:after, .fr-popup .fr-buttons:before {
    content: " ";
    display: table
}

.fr-popup .fr-buttons:after {
    clear: both;
    content: "";
    display: block;
    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 {
    box-sizing: border-box;
    display: none;
    margin: 10px;
    width: 225px
}

@media (min-width: 768px) {
    .fr-popup .fr-layer {
        width: 300px
    }
}

.fr-popup .fr-layer.fr-active {
    display: inline-block
}

.fr-popup .fr-action-buttons {
    height: 36px;
    text-align: right;
    z-index: 7
}

.fr-popup .fr-action-buttons button.fr-command {
    background: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #1e88e5;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    line-height: 1;
    outline: none;
    padding: 10px;
    text-decoration: none;
    transition: background .2s ease 0s;
    -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:focus, .fr-popup .fr-action-buttons button.fr-command:hover {
    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 {
    box-sizing: content-box;
    display: inline-block;
    height: 16px;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    width: 16px
}

.fr-popup .fr-checkbox svg {
    display: none;
    height: 10px;
    margin-left: 2px;
    margin-top: 2px;
    width: 10px
}

.fr-popup .fr-checkbox span {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #222;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    height: 16px;
    position: relative;
    transition: background .2s ease 0s, border-color .2s ease 0s;
    -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;
    width: 16px;
    z-index: 1
}

.fr-popup .fr-checkbox input {
    border: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 16px;
    left: 1px;
    margin: 0;
    -moz-opacity: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 1px;
    width: 16px;
    z-index: 2
}

.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: 12px;
    line-height: 1px;
    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 {
    border-bottom: 7px solid #bdbdbd;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: -13px;
    width: 0
}

.fr-popup.fr-above .fr-arrow {
    border-bottom: 0;
    border-top: 7px solid #bdbdbd;
    bottom: -13px;
    top: auto
}

.fr-text-edit-layer {
    box-sizing: border-box;
    display: block !important;
    width: 250px
}

.fr-toolbar {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f9f9f9;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-top: 1px solid #bdbdbd;
    box-shadow: 0 1px 3px #0000001f, 0 1px 1px 1px #00000029;
    box-sizing: border-box;
    color: #222;
    font-family: sans-serif;
    line-height: 1.2;
    padding: 0 2px;
    position: relative;
    text-align: left;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 4
}

.fr-toolbar:after, .fr-toolbar:before {
    content: " ";
    display: table
}

.fr-toolbar:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.fr-toolbar.fr-rtl {
    text-align: right
}

.fr-toolbar.fr-inline {
    display: none;
    margin-top: 10px;
    position: absolute;
    white-space: nowrap
}

.fr-toolbar.fr-inline .fr-arrow {
    border-bottom: 7px solid #bdbdbd;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: -13px;
    width: 0
}

.fr-toolbar.fr-inline.fr-above {
    border-bottom: 1px solid #bdbdbd;
    border-top: 0;
    box-shadow: 0 -1px 3px #0000001f, 0 -1px 1px 1px #00000029;
    margin-top: -10px
}

.fr-toolbar.fr-inline.fr-above .fr-arrow {
    border-bottom: 0;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 7px;
    bottom: -13px;
    top: auto
}

.fr-toolbar.fr-top {
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    top: 0
}

.fr-toolbar.fr-bottom, .fr-toolbar.fr-top {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 1px 3px #0000001f, 0 1px 1px 1px #00000029
}

.fr-toolbar.fr-bottom {
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    bottom: 0
}

.fr-separator {
    background: #ebebeb;
    display: block;
    float: left;
    vertical-align: top
}

.fr-separator + .fr-separator {
    display: none
}

.fr-separator.fr-vs {
    height: 34px;
    margin: 2px;
    width: 1px
}

.fr-separator.fr-hs {
    clear: both;
    height: 1px;
    margin: 0 2px;
    width: calc(100% - 4px)
}

.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 {
    display: inline-block;
    float: none
}

.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 {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    opacity: 0
}

.fr-box {
    position: relative
}

.fr-sticky {
    position: sticky
}

.fr-sticky-off {
    position: relative
}

.fr-sticky-on {
    position: fixed
}

.fr-sticky-on.fr-sticky-ios {
    left: 0;
    position: absolute;
    right: 0;
    width: auto !important
}

.fr-sticky-dummy {
    display: none
}

.fr-sticky-box > .fr-sticky-dummy, .fr-sticky-on + .fr-sticky-dummy {
    display: block
}

span.fr-sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

body.fr-fullscreen {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%
}

.fr-box.fr-fullscreen {
    bottom: 0;
    left: 0;
    margin: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    width: auto !important;
    z-index: 2147483630 !important
}

.fr-box.fr-fullscreen .fr-toolbar.fr-top {
    top: 0 !important
}

.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
    bottom: 0 !important
}

.fr-fullscreen-wrapper {
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
    z-index: 2147483640 !important
}

textarea.fr-code {
    background: #fff;
    border: none;
    box-sizing: border-box;
    color: #000;
    display: none;
    font-family: Courier New, monospace;
    font-size: 14px;
    margin: 0;
    outline: none;
    padding: 10px;
    resize: none;
    width: 100%
}

.fr-box.fr-rtl textarea.fr-code {
    direction: rtl
}

.fr-box .CodeMirror {
    display: none
}

.fr-box.fr-code-view textarea.fr-code {
    display: block
}

.fr-box.fr-code-view.fr-inline {
    box-shadow: 0 1px 3px #0000001f, 0 1px 1px 1px #00000029
}

.fr-box.fr-code-view .fr-element, .fr-box.fr-code-view .fr-iframe, .fr-box.fr-code-view .fr-placeholder {
    display: none
}

.fr-box.fr-code-view .CodeMirror, .fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
    display: block
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    background: #fff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 3px #0000001f, 0 1px 1px 1px #00000029;
    box-sizing: border-box;
    color: #536061;
    cursor: pointer;
    display: none;
    line-height: 1;
    outline: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    text-align: left;
    text-decoration: none;
    top: 0;
    transition: background .2s ease 0s;
    -webkit-transition: background .2s ease 0s;
    -moz-transition: background .2s ease 0s;
    -ms-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 2
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 14px;
    text-align: center;
    width: 14px;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: #ddd
}

.fr-popup .fr-file-upload-layer {
    border: 2px dashed #bdbdbd;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    padding: 25px 0;
    position: relative;
    text-align: center
}

.fr-popup .fr-file-upload-layer:hover {
    background: #ebebeb
}

.fr-popup .fr-file-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #1e88e5
}

.fr-popup .fr-file-upload-layer .fr-form {
    bottom: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
    margin: 0 !important;
    -moz-opacity: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 2147483640
}

.fr-popup .fr-file-upload-layer .fr-form input {
    bottom: 0;
    cursor: pointer;
    font-size: 400px;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%
}

.fr-popup .fr-file-progress-bar-layer {
    box-sizing: border-box
}

.fr-popup .fr-file-progress-bar-layer > h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0
}

.fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
    display: none
}

.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
    background: #1e88e5;
    display: block;
    height: 100%;
    transition: width .2s ease 0s;
    -webkit-transition: width .2s ease 0s;
    -moz-transition: width .2s ease 0s;
    -ms-transition: width .2s ease 0s;
    -o-transition: width .2s ease 0s;
    width: 0
}

.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
    position: absolute;
    top: 0;
    width: 30% !important
}

.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
    display: none
}

.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
    display: block
}

.fr-element img {
    cursor: pointer
}

.fr-image-resizer {
    border: 1px solid #1e88e5;
    box-sizing: content-box;
    display: none;
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 2
}

.fr-image-resizer.fr-active {
    display: block
}

.fr-image-resizer .fr-handler {
    background: #1e88e5;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 4
}

.fr-image-resizer .fr-handler.fr-hnw {
    cursor: nw-resize
}

.fr-image-resizer .fr-handler.fr-hne {
    cursor: ne-resize
}

.fr-image-resizer .fr-handler.fr-hsw {
    cursor: sw-resize
}

.fr-image-resizer .fr-handler.fr-hse {
    cursor: se-resize
}

.fr-image-resizer .fr-handler {
    height: 12px;
    width: 12px
}

.fr-image-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px
}

.fr-image-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px
}

.fr-image-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px
}

.fr-image-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px
}

@media (min-width: 1200px) {
    .fr-image-resizer .fr-handler {
        height: 10px;
        width: 10px
    }

    .fr-image-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px
    }

    .fr-image-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px
    }

    .fr-image-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px
    }

    .fr-image-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px
    }
}

.fr-image-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483640
}

.fr-popup .fr-image-upload-layer {
    border: 2px dashed #bdbdbd;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    padding: 25px 0;
    position: relative;
    text-align: center
}

.fr-popup .fr-image-upload-layer:hover {
    background: #ebebeb
}

.fr-popup .fr-image-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #1e88e5
}

.fr-popup .fr-image-upload-layer .fr-form {
    bottom: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
    margin: 0 !important;
    -moz-opacity: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 2147483640
}

.fr-popup .fr-image-upload-layer .fr-form input {
    bottom: 0;
    cursor: pointer;
    font-size: 400px;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%
}

.fr-popup .fr-image-progress-bar-layer > h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0
}

.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
    display: none
}

.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
    background: #1e88e5;
    display: block;
    height: 100%;
    transition: width .2s ease 0s;
    -webkit-transition: width .2s ease 0s;
    -moz-transition: width .2s ease 0s;
    -ms-transition: width .2s ease 0s;
    -o-transition: width .2s ease 0s;
    width: 0
}

.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
    position: absolute;
    top: 0;
    width: 30% !important
}

.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
    display: none
}

.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
    display: block
}

.fr-image-size-layer .fr-image-group .fr-input-line {
    display: inline-block;
    width: calc(50% - 5px)
}

.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
    margin-left: 10px
}

.fr-uploading {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: .4;
    opacity: .4
}

@keyframes loading {
    0% {
        left: -25%
    }
    to {
        left: 100%
    }
}

@-webkit-keyframes loading {
    0% {
        left: -25%
    }
    to {
        left: 100%
    }
}

.fr-element table td.fr-selected-cell, .fr-element table th.fr-selected-cell {
    border: 1px double #1e88e5
}

.fr-element table tr {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-element table td, .fr-element table th {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text
}

.fr-element .fr-no-selection table td, .fr-element .fr-no-selection table th {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-table-resizer {
    cursor: col-resize;
    display: none;
    position: absolute;
    z-index: 3
}

.fr-table-resizer.fr-moving {
    z-index: 2
}

.fr-table-resizer div {
    border-right: 1px solid #1e88e5;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    opacity: 0
}

.fr-no-selection {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-popup .fr-table-colors-hex-layer {
    margin: 0;
    padding: 10px;
    width: 100%
}

.fr-popup .fr-table-colors-hex-layer .fr-input-line {
    float: left;
    padding: 8px 0 0;
    width: calc(100% - 50px)
}

.fr-popup .fr-table-colors-hex-layer .fr-action-buttons {
    float: right;
    width: 50px
}

.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #1e88e5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font-size: 13px;
    height: 32px
}

.fr-popup .fr-table-colors-hex-layer .fr-action-buttons button:hover {
    background-color: #166dba;
    color: #fff
}

.fr-popup .fr-table-size .fr-table-size-info {
    font-size: 14px;
    padding: 8px;
    text-align: center
}

.fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
    padding: 0 5px 5px;
    white-space: nowrap
}

.fr-popup .fr-table-size .fr-select-table-size > span {
    background: transparent;
    display: inline-block;
    padding: 0 4px 4px 0
}

.fr-popup .fr-table-size .fr-select-table-size > span > span {
    border: 1px solid #ddd;
    display: inline-block;
    height: 18px;
    width: 18px
}

.fr-popup .fr-table-size .fr-select-table-size > span.hover {
    background: transparent
}

.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
    background: #1e88e54d;
    border: 1px solid #1e88e5
}

.fr-popup .fr-table-size .fr-select-table-size .new-line:after, .fr-popup .fr-table-size .fr-select-table-size .new-line:before {
    content: " ";
    display: table
}

.fr-popup .fr-table-size .fr-select-table-size .new-line:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
    display: inline-block !important
}

.fr-popup .fr-table-colors-buttons {
    margin-bottom: 5px
}

.fr-popup .fr-table-colors {
    display: block;
    line-height: 0
}

.fr-popup .fr-table-colors > span {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
    z-index: 1
}

.fr-popup .fr-table-colors > span > i {
    bottom: 0;
    cursor: default;
    font-size: 13px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    width: 32px
}

.fr-popup .fr-table-colors > span:focus {
    outline: 1px solid #222;
    z-index: 2
}

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
    height: 12px;
    width: 12px
}

.fr-insert-helper {
    position: absolute;
    white-space: nowrap;
    z-index: 9999
}

.fr-element .fr-video {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-element .fr-video:after {
    background: transparent;
    bottom: 0;
    content: "";
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.fr-element .fr-video.fr-active > * {
    position: relative;
    z-index: 2
}

.fr-element .fr-video > * {
    border: none;
    box-sizing: content-box;
    max-width: 100%
}

.fr-box .fr-video-resizer {
    border: 1px solid #1e88e5;
    display: none;
    position: absolute;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-box .fr-video-resizer.fr-active {
    display: block
}

.fr-box .fr-video-resizer .fr-handler {
    background: #1e88e5;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 4
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    cursor: nw-resize
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
    cursor: ne-resize
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    cursor: sw-resize
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
    cursor: se-resize
}

.fr-box .fr-video-resizer .fr-handler {
    height: 12px;
    width: 12px
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px
}

@media (min-width: 1200px) {
    .fr-box .fr-video-resizer .fr-handler {
        height: 10px;
        width: 10px
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px
    }
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
    display: inline-block;
    width: calc(50% - 5px)
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
    margin-left: 10px
}

.fr-popup .fr-video-upload-layer {
    border: 2px dashed #bdbdbd;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    padding: 25px 0;
    position: relative;
    text-align: center
}

.fr-popup .fr-video-upload-layer:hover {
    background: #ebebeb
}

.fr-popup .fr-video-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: #1e88e5
}

.fr-popup .fr-video-upload-layer .fr-form {
    bottom: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 0;
    margin: 0 !important;
    -moz-opacity: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100% !important;
    z-index: 2147483640
}

.fr-popup .fr-video-upload-layer .fr-form input {
    bottom: 0;
    cursor: pointer;
    font-size: 400px;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%
}

.fr-popup .fr-video-progress-bar-layer > h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0
}

.fr-popup .fr-video-progress-bar-layer > div.fr-action-buttons {
    display: none
}

.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
    background: #bcdbf7;
    height: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
    background: #1e88e5;
    display: block;
    height: 100%;
    transition: width .2s ease 0s;
    -webkit-transition: width .2s ease 0s;
    -moz-transition: width .2s ease 0s;
    -ms-transition: width .2s ease 0s;
    -o-transition: width .2s ease 0s;
    width: 0
}

.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
    position: absolute;
    top: 0;
    width: 30% !important
}

.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-loader {
    display: none
}

.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
    display: block
}

.fr-video-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483640
}

.fr-popup .fr-colors-tabs {
    box-shadow: 0 1px 3px #0000001f, 0 1px 1px 1px #00000029;
    line-height: 16px;
    margin-bottom: 5px;
    margin-left: -2px;
    margin-right: -2px
}

.fr-popup .fr-colors-tabs .fr-colors-tab {
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: 8px 0;
    position: relative;
    text-align: center;
    width: 50%
}

.fr-popup .fr-colors-tabs .fr-colors-tab:focus, .fr-popup .fr-colors-tabs .fr-colors-tab:hover {
    color: #1e88e5
}

.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]:after {
    background: #1e88e5;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform .2s ease 0s;
    -webkit-transition: transform .2s ease 0s;
    -moz-transition: transform .2s ease 0s;
    -ms-transition: transform .2s ease 0s;
    -o-transition: transform .2s ease 0s;
    width: 100%
}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
    color: #1e88e5
}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]:after {
    transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
}

.fr-popup .fr-color-hex-layer {
    margin: 0;
    padding: 10px;
    width: 100%
}

.fr-popup .fr-color-hex-layer .fr-input-line {
    float: left;
    padding: 8px 0 0;
    width: calc(100% - 50px)
}

.fr-popup .fr-color-hex-layer .fr-action-buttons {
    float: right;
    width: 50px
}

.fr-popup .fr-color-hex-layer .fr-action-buttons button.fr-command {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #1e88e5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff !important;
    font-size: 13px;
    height: 32px
}

.fr-popup .fr-color-hex-layer .fr-action-buttons button.fr-command:hover {
    background-color: #166dba;
    color: #fff
}

.fr-popup .fr-separator + .fr-colors-tabs {
    box-shadow: none;
    margin-left: 2px;
    margin-right: 2px
}

.fr-popup .fr-color-set {
    display: none;
    line-height: 0
}

.fr-popup .fr-color-set.fr-selected-set {
    display: block
}

.fr-popup .fr-color-set > span {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
    z-index: 1
}

.fr-popup .fr-color-set > span > i, .fr-popup .fr-color-set > span > svg {
    bottom: 0;
    cursor: default;
    font-size: 13px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    width: 32px
}

.fr-popup .fr-color-set > span .fr-selected-color {
    bottom: 0;
    color: #fff;
    cursor: default;
    font-family: FontAwesome, serif;
    font-size: 13px;
    font-weight: 400;
    left: 0;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.fr-popup .fr-color-set > span:focus, .fr-popup .fr-color-set > span:hover {
    outline: 1px solid #222;
    z-index: 2
}

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]:after {
    transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
}

.fr-popup .fr-emoticon {
    box-sizing: content-box;
    cursor: default;
    display: inline-block;
    font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding: 5px;
    width: 20px
}

.fr-popup .fr-emoticon img {
    height: 20px
}

.fr-popup .fr-link:focus {
    background: #ebebeb;
    outline: 0
}

.fr-line-breaker {
    border-top: 1px solid #1e88e5;
    cursor: text;
    display: none;
    position: fixed;
    z-index: 2
}

.fr-line-breaker.fr-visible {
    display: block
}

.fr-line-breaker a.fr-floating-btn {
    left: calc(50% - 16px);
    position: absolute;
    top: -16px
}

.fr-drag-helper {
    background: #1e88e5;
    display: none;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 2px;
    margin-top: -1px;
    -moz-opacity: .2;
    opacity: .2;
    position: absolute;
    z-index: 2147483640
}

.fr-drag-helper.fr-visible {
    display: block
}

.fr-dragging {
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: .4;
    opacity: .4
}

.fr-img-caption.fr-rounded img, img.fr-rounded {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.fr-img-caption.fr-bordered img, img.fr-bordered {
    border: 5px solid #ccc
}

img.fr-bordered {
    box-sizing: content-box
}

.fr-img-caption.fr-bordered img {
    box-sizing: border-box
}

.fr-img-caption.fr-shadow img, img.fr-shadow {
    box-shadow: 0 1px 3px #0000001f, 0 1px 1px 1px #00000029
}

.fr-view {
    word-wrap: break-word
}

.fr-view span[style~="color:"] a {
    color: inherit
}

.fr-view strong {
    font-weight: 700
}

.fr-view table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%
}

.fr-view table td {
    min-width: 5px
}

.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
    border-style: dashed
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.fr-view table td, .fr-view table th {
    border: 1px solid #ddd
}

.fr-view table td:empty, .fr-view table th:empty {
    height: 20px
}

.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
    border: 1px double red
}

.fr-view table td.fr-thick, .fr-view table th.fr-thick {
    border-width: 2px
}

.fr-view table th {
    background: #e6e6e6
}

.fr-view hr {
    clear: both;
    page-break-after: always;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.fr-view .fr-file {
    position: relative
}

.fr-view .fr-file:after {
    content: "\1F4CE";
    font-weight: 400;
    position: relative
}

.fr-view pre {
    word-wrap: break-word;
    overflow: visible;
    white-space: pre-wrap
}

.fr-view[dir=rtl] blockquote {
    border-left: none;
    border-right: 2px solid #5e35b1;
    margin-right: 0;
    padding-left: 0;
    padding-right: 5px
}

.fr-view[dir=rtl] blockquote blockquote {
    border-color: #00bcd4
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
    border-color: #43a047
}

.fr-view blockquote {
    border-left: 2px solid #5e35b1;
    color: #5e35b1;
    margin-left: 0;
    padding-left: 5px
}

.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4
}

.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047
}

.fr-view span.fr-emoticon {
    display: inline;
    font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols, serif;
    font-weight: 400;
    line-height: 0
}

.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    line-height: 1;
    margin: -.1em .1em .1em;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    width: 1em
}

.fr-view .fr-text-gray {
    color: #aaa !important
}

.fr-view .fr-text-bordered {
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    padding: 10px 0
}

.fr-view .fr-text-spaced {
    letter-spacing: 1px
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase
}

.fr-view .fr-class-highlighted {
    background-color: #ff0
}

.fr-view .fr-class-code {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #f5f5f5;
    border-color: #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: Courier New, Courier, monospace;
    padding: 10px
}

.fr-view .fr-class-transparency {
    opacity: .5
}

.fr-view img {
    max-width: 100%;
    position: relative
}

.fr-view img.fr-dib {
    display: block;
    float: none;
    margin: 5px auto;
    vertical-align: top
}

.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
    vertical-align: bottom
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption {
    max-width: 100%;
    position: relative
}

.fr-view span.fr-img-caption.fr-dib {
    display: block;
    float: none;
    margin: 5px auto;
    vertical-align: top
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
    vertical-align: bottom
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view .fr-video {
    position: relative;
    text-align: center
}

.fr-view .fr-video.fr-rv {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px
}

.fr-view .fr-video.fr-rv embed, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv > iframe {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%
}

.fr-view .fr-video > * {
    border: none;
    box-sizing: content-box;
    max-width: 100%
}

.fr-view .fr-video.fr-dvb {
    clear: both;
    display: block
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right
}

.fr-view .fr-video.fr-dvi {
    display: inline-block
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right
}

.fr-view a.fr-strong {
    font-weight: 700
}

.fr-view a.fr-green {
    color: green
}

.fr-view .fr-img-caption {
    text-align: center
}

.fr-view .fr-img-caption .fr-img-wrap {
    display: inline-block;
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap > span {
    box-sizing: border-box;
    display: block;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    -moz-opacity: .9;
    opacity: .9;
    padding: 5px 5px 10px;
    text-align: center;
    width: 100%
}

.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
    font-size: 24px
}

a.fr-view.fr-strong {
    font-weight: 700
}

a.fr-view.fr-green {
    color: green
}

img.fr-view {
    max-width: 100%;
    position: relative
}

img.fr-view.fr-dib {
    display: block;
    float: none;
    margin: 5px auto;
    vertical-align: top
}

img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
    vertical-align: bottom
}

img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view {
    max-width: 100%;
    position: relative
}

span.fr-img-caption.fr-view.fr-dib {
    display: block;
    float: none;
    margin: 5px auto;
    vertical-align: top
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
    vertical-align: bottom
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view .oc-text-gray {
    color: #aaa !important
}

.fr-view .oc-text-bordered {
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    padding: 10px 0
}

.fr-view .oc-text-spaced {
    letter-spacing: 1px
}

.fr-view .oc-text-uppercase {
    text-transform: uppercase
}

.fr-view a.oc-link-strong {
    font-weight: 700
}

.fr-view a.oc-link-green {
    color: green
}

.fr-view table.oc-dashed-borders td, .fr-view table.oc-dashed-borders th {
    border-style: dashed
}

.fr-view table.oc-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.fr-view table td.oc-cell-highlighted, .fr-view table th.oc-cell-highlighted {
    border: 1px double red
}

.fr-view table td.oc-cell-thick-border, .fr-view table th.oc-cell-thick-border {
    border-width: 2px
}

.fr-view img.oc-img-rounded {
    background-clip: padding-box;
    border-radius: 100%
}

.fr-view img.oc-img-bordered {
    border: 10px solid #ccc;
    box-sizing: content-box
}

body .fr-box.fr-basic.fr-bottom .fr-wrapper, body .fr-box.fr-basic.fr-top .fr-wrapper {
    box-shadow: none
}

body .fr-box .ace_editor {
    bottom: 0;
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

body .fr-box.fr-code-view .ace_editor {
    display: block
}

body .fr-command.fr-btn[data-cmd=fullscreen] {
    float: right
}

body .fr-box.fr-fullscreen {
    z-index: 300 !important
}

body .fr-toolbar {
    background: #fff;
    border-top-color: transparent
}

body .fr-popup.fr-desktop .fr-arrow, body .fr-toolbar.fr-inline.fr-desktop .fr-arrow {
    top: -7px
}

body .fr-popup.fr-desktop.fr-above .fr-arrow, body .fr-toolbar.fr-inline.fr-desktop.fr-above .fr-arrow {
    bottom: -7px
}

body .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active, body .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active {
    color: #000
}

body .fr-toolbar.fr-bottom, body .fr-toolbar.fr-top {
    border-bottom: 1px solid #d4d8da;
    box-shadow: none
}

body .fr-popup .fr-action-buttons button.fr-command {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #72809d;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: inset 0 -2px 0 #00000026;
    color: #fff;
    font-size: 12px;
    height: auto;
    line-height: 1.5;
    margin-top: 6px;
    outline: none !important;
    padding: 5px 15px;
    text-align: left
}

.open .dropdown-togglebody .fr-popup .fr-action-buttons button.fr-command, body .fr-popup .fr-action-buttons button.fr-command.active, body .fr-popup .fr-action-buttons button.fr-command:active, body .fr-popup .fr-action-buttons button.fr-command:focus, body .fr-popup .fr-action-buttons button.fr-command:hover {
    background: #6a6cf7;
    border-color: #6a6cf7;
    color: #fff
}

.open .dropdown-togglebody .fr-popup .fr-action-buttons button.fr-command, body .fr-popup .fr-action-buttons button.fr-command.active, body .fr-popup .fr-action-buttons button.fr-command:active {
    background: #4346f5 none;
    border-color: #3033f4
}

body .fr-popup .fr-action-buttons button.fr-command.on {
    background: #56627c none;
    border-color: #4e5970
}

body .fr-popup .fr-action-buttons button.fr-command.disabled, body .fr-popup .fr-action-buttons button.fr-command.disabled.active, body .fr-popup .fr-action-buttons button.fr-command.disabled:active, body .fr-popup .fr-action-buttons button.fr-command.disabled:focus, body .fr-popup .fr-action-buttons button.fr-command.disabled:hover, body .fr-popup .fr-action-buttons button.fr-command[disabled], body .fr-popup .fr-action-buttons button.fr-command[disabled].active, body .fr-popup .fr-action-buttons button.fr-command[disabled]:active, body .fr-popup .fr-action-buttons button.fr-command[disabled]:focus, body .fr-popup .fr-action-buttons button.fr-command[disabled]:hover {
    background: #72809d;
    border-color: #72809d
}

body .fr-popup .fr-action-buttons button.fr-command .badge {
    background: #fff;
    color: #72809d
}

body .fr-popup .fr-action-buttons button.fr-command[disabled] {
    color: hsla(0, 0%, 100%, .6)
}

body .fr-popup .fr-action-buttons button.fr-command.active, body .fr-popup .fr-action-buttons button.fr-command:active {
    box-shadow: inset 0 1px 0 #0000004d
}

body .fr-popup .fr-buttons {
    border-bottom: 1px solid #d4d8da;
    box-shadow: none
}

body .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
    font-size: 14px
}

body .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    color: #666
}

body .fr-popup .fr-input-line input[type=text], body .fr-popup .fr-input-line textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #cfd7e1;
    border-radius: 3px;
    box-shadow: none;
    color: #536061;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 5px 10px;
    transition: margin .2s ease 0s
}

body .fr-popup .fr-input-line input[type=text]:focus, body .fr-popup .fr-input-line textarea:focus {
    border: 1px solid #cfd7e1
}

body .fr-popup .fr-input-line input[type=text].fr-not-empty, body .fr-popup .fr-input-line textarea.fr-not-empty {
    margin-top: 12px
}

body .fr-popup .fr-input-line textarea, .textareabody .fr-popup .fr-input-line input[type=text], .textareabody .fr-popup .fr-input-line textarea {
    height: auto
}

body .fr-popup .fr-input-line input + label, body .fr-popup .fr-input-line textarea + label {
    background: transparent !important
}

body .fr-popup .fr-input-line input.fr-not-empty:focus + label, body .fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
    color: #2a3e51
}

body .fr-popup .fr-checkbox span {
    border-color: #cfd7e1
}

.fr-element {
    height: 100%
}

.field-flush .field-richeditor, .field-flush .field-richeditor.editor-focus {
    border: none
}

.field-richeditor {
    border: 1px solid #cfd7e1;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.field-richeditor > textarea {
    display: none
}

.field-richeditor.editor-focus {
    border-color: #72809d
}

.field-richeditor.size-tiny .fr-wrapper {
    height: 50px
}

.field-richeditor.size-tiny .fr-wrapper .fr-view {
    min-height: 50px
}

.field-richeditor.size-tiny .height-indicator {
    display: none;
    height: 50px
}

.field-richeditor.size-small .fr-wrapper {
    height: 100px
}

.field-richeditor.size-small .fr-wrapper .fr-view {
    min-height: 100px
}

.field-richeditor.size-small .height-indicator {
    display: none;
    height: 100px
}

.field-richeditor.size-large .fr-wrapper {
    height: 200px
}

.field-richeditor.size-large .fr-wrapper .fr-view {
    min-height: 200px
}

.field-richeditor.size-large .height-indicator {
    display: none;
    height: 200px
}

.field-richeditor.size-huge .fr-wrapper {
    height: 250px
}

.field-richeditor.size-huge .fr-wrapper .fr-view {
    min-height: 250px
}

.field-richeditor.size-huge .height-indicator {
    display: none;
    height: 250px
}

.field-richeditor.size-giant .fr-wrapper {
    height: 350px
}

.field-richeditor.size-giant .fr-wrapper .fr-view {
    min-height: 350px
}

.field-richeditor.size-giant .height-indicator {
    display: none;
    height: 350px
}

.fr-tooltip {
    z-index: 9997 !important
}

.fr-popup {
    z-index: 9995 !important
}

.fr-separator.fr-hs {
    width: 100%
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen) {
    display: block;
    height: 100% !important;
    overflow: hidden;
    position: relative;
    width: 100% !important
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen), .field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-toolbar {
    -moz-background-clip: padding !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-toolbar {
    border-top-color: #fff
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-wrapper {
    bottom: 0;
    height: auto !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-wrapper .fr-view {
    min-height: 0
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-view, .field-richeditor.stretch .fr-box:not(.fr-fullscreen) textarea {
    height: 100%
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-placeholder {
    left: 20px;
    top: 20px
}

.control-richeditor figure[data-ui-block] {
    background: #fff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 2px dotted #bdc3c7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #6c7071;
    cursor: pointer;
    display: inline-block;
    font: 15px sans-serif;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 15px;
    padding: 10px 10px 10px 36px;
    position: relative;
    width: 100%
}

.control-richeditor figure[data-ui-block].inspector-open, .control-richeditor figure[data-ui-block]:focus {
    border-color: #2581b8;
    border-style: solid;
    outline: none
}

.control-richeditor figure[data-audio], .control-richeditor figure[data-video] {
    padding-left: 13px
}

.control-richeditor figure[data-audio]:after, .control-richeditor figure[data-video]:after {
    content: attr(data-label)
}

.control-richeditor figure[data-audio]:before, .control-richeditor figure[data-video]:before {
    margin-right: 8px;
    position: static
}

.control-richeditor figure[data-video]:before {
    content: "\f03d"
}

.control-richeditor figure[data-audio]:before, .control-richeditor figure[data-video]:before {
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome, serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}

.control-richeditor figure[data-audio]:before {
    content: "\f028"
}

.fr-quick-insert a.fr-floating-btn {
    color: #536061;
    text-decoration: none
}
