.file-upload {
    position: relative;
    text-align: left;
    height: 70px;
    width: 100%;
    background: white;
    border: 2px dashed #d2d7d9;
    font-size: 14px;
    cursor: pointer;

    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.file-upload.hover,
.file-upload:hover {
    border-color: #3570db;
}
.file-upload .upload-text {
    position: relative;
    width: 100%;
    height: 100%;
}
.file-upload .file-upload-inner { margin: 0; line-height: 70px; padding: 0 20px 0 13px; }
.file-upload .file-upload-inner span { color: #8a9399 !important; }
.file-upload:hover .file-upload-inner span { text-decoration: none !important; }
.file-upload .upload-percentage { display: none; }
.file-upload .progress { background: #f2f2f2; height: 100%; }

.files-row > .generic-form-label {
    margin-top: 5px;
}
.files-row .generic-form-controls .form-label {
    display: none;
}
.form-generic .list-generic-files li {
    padding-left: 15px;
}
.form-generic .list-generic-files .meta-information {
    padding-left: 25px;
}
.form-generic .list-generic-files .link-delete {
    padding: 0;
    text-align: center;
}
.files-row .form-field {
    margin-bottom: 0;
}
.file-upload {
    position: relative;
    text-align: left;
    height: 70px;
    width: 100%;
    background: white;
    border: 2px dashed #d2d7d9;
    font-size: 14px;
    cursor: pointer;

    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.file-upload.hover,
.file-upload:hover {
    border-color: #3570db;
}

.file-upload input[type="file"]{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}
.file-upload .upload-text {
    position: relative;
    width: 100%;
    height: 100%;
}

.file-upload .file-upload-inner {
    margin: 0;
    line-height: 70px !important;
    padding-left: 13px;
}

.file-upload:hover .file-upload-inner {
    text-decoration: none;
}
.single-upload + .documents {
    margin-top: 27px;
}
li.document {
    position: relative;
    margin-top: 10px;
    padding-left: 0 !important;
    font-size: 14px;
    list-style-type: none;
}
li.document:before {
    content: none !important;
}
li.document:first-child {
    margin-top: 5px;
}
li.document:last-child {
    margin-bottom: 20px;
}
.image_actions a.button-delete,
li.document a.button-delete {
    position: absolute;
    right: 0;

    float: right;
    width: 42px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #a3b1bf;
    color: #a3b1bf;
    background-color: transparent;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    border-radius: 2px;
    margin-top: 0;
    padding: 0;
}
.image_actions a.button-delete {
    position: static;
    float: none;
}
.image_actions a.button-delete:hover,
li.document a.button-delete:hover {
    background: #e65c5c;
    border-color: #e65c5c;
    color: #fff;
    text-decoration: none;
}
li.document .file-name-wrapper {
    margin-bottom: 0;
}
li.document .file-name {
    color: #3570db;
    max-width: 500px;
    line-height: 20px;
    margin-top: 0px;
    font-weight: bold;
}
li.document .file-name:hover {
    text-decoration: underline;
}
li.document .meta-information {
    line-height: 20px;
    float: none;
    font-weight: normal;
    color: #8a9399;
    padding: 0 0 0 25px;
}
li.document .meta-information > span {
    margin-right: 5px;
}
li.document .file-preview img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}
form .file-label label:not([for]),
div.form .file-label label:not([for]) {
    display: inline-block;
    width: 100%;
}