/* =========================================*/
/* FILER                                    */
/* ======================================== */

.filebrowser .navigator-table .column-action {
    text-align: right !important;
    height: 40px !important;
}

.js-filer-dropzone tr:not(.js-filer-dropzone-folder) .column-action .action-button:nth-child(1) {
    display: none !important;
}

.popup .js-filer-dropzone .column-action .action-button:nth-child(3),
.popup .js-filer-dropzone .column-action .action-button:nth-child(4) {
    display: none !important;
}

.popup .js-filer-dropzone .js-filer-dropzone-folder .action-button {
    display: none !important;
}

.popup .js-filer-dropzone .js-filer-dropzone-folder {
    height: 44px !important;
}

.field-image .related-widget-wrapper-link,
.field-thumb .related-widget-wrapper-link,
.field-audio .related-widget-wrapper-link {
    display: none !important;
}

.js-filer-dropzone .column-name > div:nth-child(2) {
    display: none;
}

.filer-navigator-breadcrumbs-dropdown-container .navigator-breadcrumbs-dropdown {
    min-width: 280px !important;
}

.related-lookup .choose-file {
    position: relative;
    top: 2px;
}
.related-lookup .choose-file .fa-picture-o {
    position: relative;
    top: -2px;
}

.related-widget-wrapper .media_player {
    position: absolute;
    left: 50%;
    top: 45px;
    margin-left: -150px;
    background-color: transparent;
    height: 100px;
    display: flex;
}
.related-widget-wrapper .media_player > * {
    margin: auto;
}

/* =========================================*/
/* FORMS                                    */
/* ======================================== */

.related-widget-wrapper-link {
    display: none !important;
}

input[type="number"] {
    height: 21px;
}

.file-upload .clearable-file-input {
    display: block !important;
}

.file-upload .clearable-file-input #file-clear_id {
    margin-left: 0px !important;
}

p.file-upload {
    font-size: 13px !important;
}

form .form-row .filer-dropzone .filerFile .thumbnail_img {
    /*width: 48px !important;
    height: 48px !important;
    margin-top: -6px !important;*/
    width: 100px !important;
    height: 100px !important;
    margin-top: -33px !important;
    margin-left: -21px;
}

.filebrowser .navigator-table .column-icon img {
    width: 36px !important;
    height: 36px !important;
    margin-top: 0px !important;
}

.filer-folder.change-form .colMS {
    margin-right: 15px !important;
}
.filer-folder.change-form #content-related {
    display: none !important;
}
.navigator-breadcrumbs-name-dropdown-wrapper .filer-dropdown-container.filer-dropdown-container-down {
    display: none !important;
}

/* =========================================*/
/* MOVE, COPY & RENAME FORMS ONLY           */
/* ======================================== */

body[class=""] p:not([class]) {
    margin: 4px 0;
}
body[class=""] label {
    width: 120px;
    display: inline-block;
}

h1 + p {
    margin: 0 0 15px !important;
}

body[class=""] input[type="checkbox"],
body[class=""] input[type="radio"] {
    margin-left: 0px;
    top: 6px;
}

body[class=""] p input[type="submit"] {
    margin-top: 10px;
}

/* =========================================*/
/* AUDIO WIDGET                             */
/* ======================================== */

form .filerFile.js-file-selector {
    text-align: left !important;
}

form .form-row .filer-dropzone .filerFile {
    top: 29px !important;
}
form .form-row .filer-dropzone.js-object-attached .filerFile {
    top: 32px !important;
}
form .form-row .filer-dropzone.filer-dropzone-mobile .dz-message {
    margin: 15px auto auto auto !important;
}

/* =========================================*/
/* POPUP                                    */
/* ======================================== */

.popup .navigator-top-nav .breadcrumbs-container {
    width: 60% !important;
}
