/*!
 * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms
 * Copyright 2014-2016 Froala Labs
 */

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

table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}
table.fr-dashed-borders td,
table.fr-dashed-borders th {
    border-style: dashed;
}
table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5;
}
table td,
table th {
    border: 1px solid #dddddd;
}
table td:empty,
table th:empty {
    height: 20px;
}
table td.fr-highlighted,
table th.fr-highlighted {
    border: 1px double red;
}
table td.fr-thick,
table th.fr-thick {
    border-width: 2px;
}
table th {
    background: #e6e6e6;
}
hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always;
}
.fr-file {
    position: relative;
}
.fr-file::after {
    position: relative;
    content: "\1F4CE";
    font-weight: normal;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1;
}
blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4;
}
blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047;
}
a.fr-strong {
    font-weight: 700;
}
a.fr-green {
    color: green;
}
span.fr-emoticon {
    font-weight: normal;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
    display: inline;
    line-height: 0;
}
span.fr-emoticon.fr-emoticon-img {
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.2em 0.15em 0.2em;
    line-height: normal;
    vertical-align: middle;
}
.fr-text-gray {
    color: #AAA !important;
}
.fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}
.fr-text-spaced {
    letter-spacing: 1px;
}
.fr-text-uppercase {
    text-transform: uppercase;
}
img {
    z-index: 3;
    position: relative;
    overflow: auto;

}
img.fr-dib {
    margin: auto;
    display: block;
    float: none;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px;
}
img.fr-dib.fr-fil {
    margin: 5px auto 5px 0;
    left: 5px;
}
img.fr-dib.fr-fir {
    margin: 5px 0 5px auto;
    right: 5px;
}
img.fr-dii {
    margin: auto;
    display: inline-block;
    float: none;
    margin-top: 5px;
    margin-bottom: 5px;
}
img.fr-dii.fr-fil {
    margin: 5px 10px 5px 0;
    left: 5px;
    float: left;
}
img.fr-dii.fr-fir {
    margin: 5px 0 5px 10px;
    right: 5px;
    float: right;
}
img.fr-rounded {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
img.fr-bordered {
    border: solid 10px #CCC;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.fr-video {
    text-align: center;
    position: relative;
}
.fr-video > * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: none;
}
.fr-video.fr-dvb {
    display: block;
    clear: both;
}
.fr-video.fr-dvb.fr-fvl {
    text-align: left;
}
.fr-video.fr-dvb.fr-fvr {
    text-align: right;
}
.fr-video.fr-dvi {
    display: inline-block;
}
.fr-video.fr-dvi.fr-fvl {
    float: left;
}
.fr-video.fr-dvi.fr-fvr {
    float: right;
}
