.ck-editor__editable {
    min-height: 600px;
}

.error_dialog .modal-header {
    background-color: red;
}

.main-header .sidebar-toggle:before {
    content: "" !important;
}

.modal-header {
    display: flex;
    align-content: space-between;
    flex-flow: column wrap;
    height: 50px;
}

.modal-header:before {
    content: none;
}

tr.disabled {
    color: #ccc;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    /* word-break: break-all; */
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    white-space: pre-wrap;
}

.special-collections-selector {
    display: none;
}

.help-block {
    font-size: 1.1rem;
}

table ul {
    list-style: inside;
    padding: 0px;
    margin-top: 4px;
    font-size: 1.2rem;
}

select[multiple] {
    overflow-y: auto;
}

.header-photo-preview {
    width: 100%;
}