.field--widget-mwb-image-editor-widget{
    float: left;
    width: 100%;
}

.field--widget-mwb-image-editor-widget .file{
    display: none;
}

.field--widget-mwb-image-editor-widget .form-type-select {
    float: right;
    width: 70%;
}

.field--widget-mwb-image-editor-widget tr.draggable{
    background-color: #eef7fa !important;
}

.field--widget-mwb-image-editor-widget details{
     float: left;
     width: 100%;
 }
.field--widget-mwb-image-editor-widget .imce-filefield-parent{
    float: left;
    width: 100%;
}
.field--widget-mwb-image-editor-widget .imce-filefield-parent label{
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
}
.field--widget-mwb-image-editor-widget .imce-filefield-widget{
    float: left;
    /* width: 50%; */
    margin: 25px 100px 0 0px;
    border-right: 1px solid #E8E8E8;
    padding: 0 90px 0 0;
}


.field--widget-mwb-image-editor-widget .imce-filefield-link{
    border: 1px solid;
    padding: 10px 20px 10px 20px;
    border-radius: 22px;
}
.field--widget-mwb-image-editor-widget .imce-filefield-link:before{
    width: 25px !important;
    height: 50px !important;
    margin-right: 10px !important;
}

.field--widget-mwb-image-editor-widget .imce-filefield-parent .mwb-form-managed-file{
    float: left;
    width: 50%;
}
.field--widget-mwb-image-editor-widget .imce-filefield-parent .description{
    float: left;
    width: 100%;
    margin: 50px 0 0 0;
}

.field--widget-mwb-image-editor-widget .mwb-form-managed-file input[type="file"]{
    color: transparent;
    height: 200px;
}

.field--widget-mwb-image-editor-widget .mwb-form-managed-file .form-file{
    background-image: url(img/dragndrop.png);
    background-position: center;
    background-size: 350px;
    background-repeat: no-repeat;
    border: 4px dashed #000;
    padding: 160px 0 0px 42%;
}

.field--widget-mwb-image-editor-widget table .form-type-textfield{
    float: right;
    width: 70%;
}

.field--widget-mwb-image-editor-widget table .mwb-preview-image {
    float: left;
    width: 25%;
    margin: -10px 0 15px 40px;
}

.field--widget-mwb-image-editor-widget table .button{
    margin: 23px 0 0 0;
}

/*Single image field*/
.field--type-mwb-image-editor-type{
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.field--type-mwb-image-editor-type img {
    max-width: 200px;
    max-height: 140px;
}

.field--widget-mwb-image-editor-widget .form-type-textfield,
.field--widget-mwb-image-editor-widget .form-type-select{
    float: right;
    width: 70%;
}

.field--widget-mwb-image-editor-widget button{
    float: left;
    width: 200px;
    margin: 35px 0 0 0;
}

.field--widget-mwb-image-editor-widget button.tabledrag-toggle-weight{
    display: none;
}

.mwb-form-managed-file{
    float: left;
    width: 100%;
}
.mwb-preview-image{
    float: left;
}


