﻿.dimode-file-upload {
    display: inline-block;
    padding: 21px 21px;
    background: #eee;
    width: 100%;
    border-radius: 2px;
}

    .dimode-file-upload .uploaded-file-list {
        border-radius: 0;
        padding: 0;
    }

    .dimode-file-upload .upload-actions {
        padding-top: 12px;
    }

/* galleryModal */
#galleryModal .gallery-content .each-gallery .gallery-wrapper {
    border: 1px solid #ddd;
    margin: 0 0 30px 0;
    cursor: pointer;
}

#galleryModal .gallery-content .each-gallery .image {
    height: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    #galleryModal .gallery-content .each-gallery .image.wider {
        background-size: 100% auto;
    }

    #galleryModal .gallery-content .each-gallery .image.higher {
        background-size: auto 100%;
    }

#galleryModal .gallery-content .each-gallery .name {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    #galleryModal .gallery-content .each-gallery .name span {
        vertical-align: middle;
    }

    #galleryModal .gallery-content .each-gallery .name .category {
        display: inline-block;
        padding: 1px 10px;
        font-size: 11px;
        margin-right: 4px;
        background: #07c;
        color: #fff;
    }

#galleryModal .gallery-more {
    text-align: center;
    margin-bottom: 19px;
}
