.page-admin-content #node-admin-content fieldset#edit-filters,
.page-admin-content #node-admin-content fieldset#edit-search {
    float: left;
    width: 49%;
    height: 100px;
    padding: 2.5em 6px 0px 6px;
}

#edit-watermarks-images a {
    background: #e1e2dc;
    height: 80px;
    display: block;
    width: 200px;
}

.group-multimedia fieldset.filter-wrapper,
.node-type-event-calendar .image-widget-data fieldset.filter-wrapper,
.node-type-event-calendar .media-widget fieldset.filter-wrapper {
    display: none;
}
/*.group-multimedia a#edit-field-image-und-0-edit {
    position: relative;
    display: table-cell;
}
.group-multimedia input#edit-field-image-und-0-remove-button {
    position: absolute;
    margin-top: 10px;
    display: table-cell;
}*/
.group-multimedia a.ckeditor_links,
.node-type-event-calendar .image-widget-data a.ckeditor_links,
.node-type-event-calendar .media-widget a.ckeditor_links {
    display: none !important;
}

.group-multimedia .preview,
.node-type-event-calendar .media-widget .preview {
    float: left;
}
.group-multimedia .form-item.form-type-textarea,
.node-type-event-calendar .image-widget-data .form-item.form-type-textarea,
.node-type-event-calendar .media-widget .form-item.form-type-textarea {
    width: 100%;
}
.group-multimedia .text-format-wrapper,
.node-type-event-calendar .image-widget-data .text-format-wrapper,
.node-type-event-calendar .media-widget .text-format-wrapper {
    display: flex;
}


.node-type-event-calendar .image-widget-data .form-type-textfield,
.node-type-event-calendar .media-widget .form-type-textfield {
    display: none;
}

.node-type-event-calendar .image-widget .image-preview {
    width: 120px;
    text-align: center;
}

.node-type-event-calendar .image-widget .image-widget-data {
    float: none;
    position: relative;
}

.imagelinkeditor {
    position: absolute;
    bottom: 85px;
    right: -110px;
}