.filepicker-target-image {
    display: block;
    width: 150px;
    height: auto;
    max-width: 100%;
}

.filepicker,
.filepicker-clear {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 75px;
    padding: 6px 12px;
    box-sizing: border-box;
    display: inline-block;
    background: #ccc;
    border: none;
}

.filepicker {
    border-right: 1px solid #bbb;
}

.filepicker-clear {
    margin-left: -4px;
}

#modal-filemanager {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1250px;
    height: 600px;
    transform: translate(-50%, -50%);
}

#modal-filemanager .modal-content {
    height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}

#modal-filemanager iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}