
.accordion div.ui-accordion-header {
    font-weight: bold;
}

/* workflow progress bar */

div.dms-status-active {
    background-color: #FDBE4A; /* orange; */
    text-align: center;
    white-space: nowrap;
}
div.dms-status-active.dms-status-published {
    background-color: lightgreen;
}

div.dms-status-inactive {
    border: thin solid #FDBE4A; /* orange; */
    background-color: #FFEFD0;
    color: #666;
    text-align: center;
    white-space: nowrap;
}
div.dms-status-inactive.dms-status-published {
    border: thin solid lightgreen;
    background-color: #DEECDE;
}

.workflow.flex-container {
    column-gap: 1em;
}

div.DmsCoreFindFiles .edit-item.edit-author {
    width: fit-content;
}

div.DmsCoreFindFiles input[type="submit"] {
    margin-top: inherit;
}

/* iframe */

.content-fits iframe.iframe-content {
    height: 1800px;
}

