.formix.wysiwyg font[size='1'] {
    font-size: .8em;
    }
.formix.wysiwyg font[size='2'] {
    font-size: .9em;
    }
.formix.wysiwyg font[size='3'] {
    font-size: 1em;
    }
.formix.wysiwyg font[size='4'] {
    font-size: 1.2em;
    }
.formix.wysiwyg font[size='5'] {
    font-size: 1.5em;
    }
.formix.wysiwyg font[size='6'] {
    font-size: 2em;
    }
.formix.wysiwyg font[size='7'] {
    font-size: 2.5em;
    }
.wysiwygix {
    margin: 1px;
    }
.wysiwygix .wysiwygix_toolbar {
    height: auto;
    border: solid 1px rgb(180,180,180);
    position: relative;
    z-index: 100;
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #e4e4e4;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_buttongroup {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
    width: 1px;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_button {
    font-size: 12px;
    width: 26px;
    height: 26px;
    display: inline-block;
    border: solid 1px rgb(200,200,200);
    margin: 1px;
    cursor: pointer;
    color: rgb(100,100,100);
    vertical-align: top;
    background-color: #f7f7f7;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_button > .wysiwygix_buttonopener {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_button > .wysiwygix_buttonopener > i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_button > .wysiwygix_buttonopener .wysiwygcolor.sp-replacer {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 100%;
    height: 24px;
    overflow: hidden;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_button > .wysiwygix_buttonopener .wysiwygcolor.sp-replacer .sp-preview {
    color: rgb(100,100,100);
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: none;
    float: none;
    border: none;
    font-family: 'Fontix';
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    margin: 0;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_button > .wysiwygix_buttonopener .wysiwygcolor.sp-replacer .sp-preview .sp-preview-inner {
    display: none;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_button > .wysiwygix_buttonopener .wysiwygcolor.sp-replacer .sp-preview:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: rgb(100,100,100) transparent transparent transparent;
    position: absolute;
    right: -10px;
    top: 10px;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_button > .wysiwygix_buttonopener .wysiwygcolor.sp-replacer .sp-dd {
    display: none;
    }
.wysiwygix .wysiwygix_toolbar .wysiwyg_button.multilangselect {
    border: none;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_button:hover {
    background-color: white;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_button#wysiwygix_color .sp-preview:before {
    content: '\0044';
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_button#wysiwygix_background .sp-preview:before {
    content: "\0045";
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_dropdown {
    width: 40px;
    font-size: 12px;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_dropdown > .wysiwygix_buttonopener > i:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: rgb(100,100,100) transparent transparent transparent;
    position: absolute;
    right: -10px;
    top: 10px;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_dropdownlist {
    z-index: 101;
    display: none;
    position: absolute;
    border: solid 1px rgb(180,180,180);
    background-color: white;
    width: auto;
    min-width: 40px;
    margin-left: -1px;
    line-height: 0;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_dropdownlist .wysiwygix_dropdownlistitem {
    line-height: 1.3rem;
    padding: 3px 6px;
    width: 100%;
    cursor: pointer;
    font-size: .9em;
    text-align: center;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_dropdownlist .wysiwygix_dropdownlistitem i {
    width: 100%;
    height: 26px;
    line-height: 24px;
    text-align: center;
    font-size: 1.1111em;
    }
.wysiwygix .wysiwygix_toolbar .wysiwygix_dropdownlist .wysiwygix_dropdownlistitem:hover {
    background-color: rgb(100,100,100);
    color: white;
    }
.wysiwygix .wysiwyg_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    }
.wysiwygix .wysiwyg_content .wysiwyg {
    overflow: auto;
    }
.wysiwygix .wysiwyg_content .wysiwyg img.wysiwygix-image {
    cursor: pointer;
    }
.wysiwygix .wysiwyg_content .wysiwyg img.wysiwygix-image:hover {
    outline: solid 1px #00aeef;
    }
.wysiwygix .wysiwyg_content .wysiwyg .wysiwygix-var {
    cursor: pointer;
    }
.wysiwygix .wysiwyg_content .wysiwyg .wysiwygix-var:before {
    content: attr(data-before);
    }
.wysiwygix .wysiwyg_content .wysiwyg .wysiwygix-var:hover {
    outline: solid 1px #00aeef;
    }
.wysiwygix .wysiwyg_content .wysiwyg .wysiwygix-file:hover {
    border-color: #00aeef;
    }
.wysiwygix .wysiwyg_content .wysiwyg .wysiwygix-var.selected {
    outline: solid 1px rgb(239,117,69);
    background-color: rgb(232,239,238);
    }
.wysiwygix .wysiwyg_content .wysiwyg .mg.wysiwygix-image.selected {
    outline: solid 1px rgb(239,117,69);
    background-color: rgb(232,239,238);
    }
.wysiwygix .wysiwyg_content .wysiwyg .wysiwygix-file.selected {
    border-color: rgb(239,117,69);
    background-color: rgb(232,239,238);
    }
.wysiwygix .wysiwyg_content .wysiwyg .wysiwygix-file.selected ::selection {
    color: inherit;
    background: inherit;
    }
.wysiwygix .wysiwyg_content .wysiwyg .wysiwygix-file {
    cursor: pointer;
    }
.wysiwygix .wysiwyg_content .wysiwyg .wysiwygix-file a {
    pointer-events: none;
    }
.wysiwygix .wysiwyg_content .wysiwyg:focus {
    outline: none;
    }
.wysiwygix .wysiwyg_content .multilangselect {
    position: relative;
    top: 0;
    right: 0;
    position: relative;
    border: solid 1px rgb(200,200,200);
    margin: 2px 0 2px 1px;
    height: auto;
    }
.wysiwygix_popup.confirmix_bg {
    position: fixed;
    z-index: 110;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    display: none;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.wysiwygix_popup.confirmix_bg .wysiwygix_dialog {
    position: relative;
    height: auto;
    width: auto;
    }
.wysiwygix_popup.confirmix_bg .wysiwygix_dialog .confirmix_body {
    font-size: 1em;
    line-height: 1em;
    }
.wysiwygix_popup.confirmix_bg .wysiwygix_dialog .confirmix_body .wysiwygix_image_props {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: solid 1px rgb(202,202,202);
    padding: 5px;
    margin: 5px;
    }
.wysiwygix_popup.confirmix_bg .wysiwygix_dialog .confirmix_body .wysiwygix_image_props .wysiwygix_image_prop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    }
