
/*/ Editeur PDF /*/

.fwk-editor-pdfitem {
    min-height: 15px;
    position: relative;
}

.fwk-body-editor .fwk-editor-panel  {
    position: relative;
    left: 0;
    right: 0;
    z-index: 901;
    margin: 10px auto;
    width: 120px;
    padding: 0;
    border: none;
    display: block;
}

.fwk-body-editor .fwk-editor-panel a {
    background: var(--mid1);
    color: var(--fixlight);
}

.fwk-body-editor .fwk-editor-panel.editor-panel-large {
    margin-bottom: 30px;
}

.fwk-body-editor .fwk-editor-panel.editor-panel-large a {
    margin: 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.fwk-editor-pdfhover  {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: var(--round3);
    z-index: 900;
    margin: -5px;
}

.fwk-editor-pdfhover:hover  {
    cursor: pointer;
    opacity: 0.5;
    background: var(--mid1);
}

/*/ Editeur FORM /*/

.fwk-editor-panel {
    border: 2px solid var(--gray1);
    display: inline-block;
    border-radius: 30px;
    padding: 5px;
    margin-top: 15px;
    text-align: center;
}

.fwk-editor-panel a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    background: var(--gray1);
    color: var(--dark1);
    margin: 2px;
}

.fwk-editor-panel a:hover {
    opacity: 0.7
}

.fwk-editor-content {
    min-height: 200px;
    overflow: hidden;
    white-space: break-spaces;
    overflow-wrap: break-word;
}

.fwk-editor-content b {
    font-weight: bold;
}

.fwk-editor-content i {
    font-style: italic;
}

.fwk-editor-content u {
    color: inherit !important;
    text-decoration: underline;
}

.fwk-editor-content strike {
    text-decoration: line-through;
}

/*/ Page /*/

.fwk-body-editor .fwk-container-main {
    padding: 0;
    background: var(--fixlight);
    color: var(--fixdark);
    border-right: 5px solid var(--gray1);
    width: 210mm;
    position: relative;
}

.fwk-body-editor .fwk-container-modal[fwk-loaded="modal1"] {
    display: none;
    position: fixed;
    z-index: 890;
    right: 0;
    top: 0;
    left: auto;
    width: calc(100% - 210mm);
    max-height: 100%;
    margin: auto;
    border-radius: 0;
}

.fwk-body-editor .fwk-container-modal[fwk-loaded="modal1"] .fwk-modnav {
    border-radius: 0;
}

.fwk-body-editor .fwk-container-modal[fwk-loaded="modal1"] .fwk-modnav-drag {
    display: none;
}

.fwk-body-editor .fwk-container-modal-cover[fwk-loaded="modal1-cover"] {
    position: absolute;
    right: auto;
    top: auto;
    left: auto;
    bottom: auto;
}
