/* System Configuration */
.config-nav .magepsycho-extensions .admin__page-nav-title::before {
    content: '';
    background-image: url(../images/logo-min.svg);
    background-repeat: no-repeat;
    background-size: auto 19px;
    background-position: 0 0;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 17px;
    left: 14px;
}
.config-nav .magepsycho-extensions .admin__page-nav-title strong {
    margin-left: 20px;
}

/* Menu */
ul[role="menu"] [data-ui-id^="menu-magepsycho-massimporterpro-menu-section"] strong:before {
    content: '';
    background: url(../images/logo-min-grey.svg) left 50% no-repeat;
    background-size: auto 22px;
    background-position: 0 0;
    height: 22px;
    width: 22px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}

/* Drop Zone */
.magepsycho_massimporterpro-import-edit .file-uploader-button.action-default,
.magepsycho-massimporterpro-import-edit .file-uploader-button.action-default {
    width: 100%;
    padding: 24px 10px;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    margin: 0 10px 0 0;
    background: #f8f8f8;
    border-color: #e3e3e3;
}
.magepsycho_massimporterpro-import-edit .file-uploader-button.action-default img,
.magepsycho-massimporterpro-import-edit .file-uploader-button.action-default img {
    overflow: hidden;
    display: block;
    height: 50px;
    opacity: 0.6;
    margin: 0 auto;
    padding-bottom: 5px;
}
.magepsycho_massimporterpro-import-edit .field-import_file_uploader .control,
.magepsycho-massimporterpro-import-edit .field-import_file_uploader .control {
    width: 100%;
}
.magepsycho_massimporterpro-import-edit .file-uploader-area,
.magepsycho-massimporterpro-import-edit .file-uploader-area {
    width: 400px;
    float: left;
}
.magepsycho_massimporterpro-import-edit .file-uploader-summary,
.magepsycho-massimporterpro-import-edit .file-uploader-summary {
    float: left;
    margin-left: 6px;
}

/* File Preview */
.magepsycho_massimporterpro-import-edit .action-remove.action-preview,
.magepsycho-massimporterpro-import-edit .action-remove.action-preview {
    right: 10px;
    left: auto;
    width: 35px;
    bottom: 4px;
    cursor: pointer;
    display: block;
    height: 27px;

    position: absolute;
    text-decoration: none;
    z-index: 2;
}
.magepsycho_massimporterpro-import-edit .action-remove.action-preview:before,
.magepsycho-massimporterpro-import-edit .action-remove.action-preview:before {
    content: '\e60f';
}

.magepsycho_massimporterpro-import-edit .file-uploader-preview,
.magepsycho-massimporterpro-import-edit .file-uploader-preview,
.magepsycho_massimporterpro-import-edit .file-uploader-placeholder,
.magepsycho-massimporterpro-import-edit .file-uploader-placeholder {
    height: 132px;
    margin: 0 0 0 3px;
    width: 213px;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
}
.magepsycho_massimporterpro-import-edit .file-uploader-preview img,
.magepsycho-massimporterpro-import-edit .file-uploader-preview img {
    opacity: 0.7;
    height: 35px;
    width: 35px;
    right: 83px;
    top: 8px;
    position: absolute;
}
.magepsycho_massimporterpro-import-edit .file-uploader .file-uploader-filename,
.magepsycho-massimporterpro-import-edit .file-uploader .file-uploader-filename {
    max-width: 215px;
    padding: 45px 8px 0 8px;
    line-height: 18px;
}
.magepsycho_massimporterpro-import-edit .file-uploader .file-uploader-meta,
.magepsycho-massimporterpro-import-edit .file-uploader .file-uploader-meta {
    padding: 4px 8px;
}

/* Modal Popup */
.magepsycho_massimporterpro-import-edit .modal-popup .modal-inner-wrap,
.magepsycho-massimporterpro-import-edit .modal-popup .modal-inner-wrap {
    width: 1110px;
}