/********************* Page prohandel import *****************************/

body.prohandelimport-translation-index .fieldset-wrapper .admin__fieldset-wrapper-content .admin__fieldset .admin__field-control {
    width: calc( 100% - 30px);
}

body.prohandelimport-translation-index .fieldset-wrapper .admin__fieldset-wrapper-content .admin__fieldset .admin__field-control .file-uploader-meta,
body.prohandelimport-translation-index .fieldset-wrapper .admin__fieldset-wrapper-content .admin__fieldset .admin__field-control .file-uploader-preview {
    display: none;
}

body.prohandelimport-translation-index .fieldset-wrapper .admin__fieldset-wrapper-content .admin__fieldset .admin__field-control .file-uploader-filename {
    margin-top: 10px;
}

body.prohandelimport-log-index .prohandel-log-filters-container {
    display: block;
    clear: none;
    width: 100%;
}

body.prohandelimport-log-index .admin__field-complex-elements {
    display: flex;
    justify-content: space-around;
    max-width: unset;
    float: none;
    width: 100%;
    flex-wrap: wrap;
}

body.prohandelimport-log-index .prohandel-log-filters-container .admin__field {
    position: relative;
    margin: 0;
}

body.prohandelimport-log-index .prohandel-log-filters-container .admin__field .admin__field-label {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
}

body.prohandelimport-log-index .prohandel-log-filters-container .admin__field .ui-datepicker-trigger {
    position: relative;
}

body.prohandelimport-log-index .prohandel-log-container .admin__scope-old {
    width: 100%;
}

body.prohandelimport-log-index .prohandel-log-wrapper {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 0px 10px;
    height: 1000px;
    position: relative;
}

body.prohandelimport-log-index .prohandel-log-area-arrow {
    display: flex;
    justify-content: flex-end;
}

body.prohandelimport-log-index .prohandel-log-area-arrow>div {
    height: 24px;
    width: 24px;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

body.prohandelimport-log-index .prohandel-log-area-arrow.hidden>div {
    display: none;
}

body.prohandelimport-log-index .prohandel-log-area-arrow.up>div {
    background-image: url(../images/keyboard_arrow_up-24px.svg);
}

body.prohandelimport-log-index .prohandel-log-area-arrow.down>div {
    background-image: url(../images/keyboard_arrow_down-24px.svg);
}