/*
    Project Specific Stylesheets for epublisher Backend
    last changes:
    Stephan Betke: 02.11.2021
*/

table.cke_dialog {
    border: 1px solid #ccc;
}

.epublisher-description {
    color: #555;
    font-size: 12px;
}

table.force-row {
    width: 312px;
}

.epublisher #epublisher-content div.epublisher-table-flex.table-flex-preview {
    position: absolute;
    left: calc((100vw - 1000px) / 2 * -1 + 5vw);
    width: 90vw;
    padding-bottom: 150px;
}

.epublisher #epublisher-content div.epublisher-table-flex > table.table-flex-preview {
    width: fit-content;
    flex: 0 0 auto;
}

.epublisher #epublisher-content div.epublisher-table-flex > table.table-flex-preview > tbody > tr:nth-child(1) > td {
    width: 60vw;
    padding: 0;
    line-height: 0;
    background-color: #fff;
}

.epublisher #epublisher-content div.epublisher-table-flex > table.table-flex-preview > tbody > tr:nth-child(1) > td > iframe {
    height: 1000px;
}