.imageuploadify {
    position: relative;
    min-width: 100px;
    max-width: 100%;
    margin: auto;
    display: flex;
    padding: 0;
    flex-direction: column;
    text-align: center;
    color: #3AA0FF;
    height: 100%;
}

.imageuploadify .imageuploadify-overlay {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
    display: none;
    font-size: 7em;
    background-color: rgba(242, 242, 242, .7);
    text-align: center;
    pointer-events: none
}

.imageuploadify .imageuploadify-overlay i {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.imageuploadify .imageuploadify-images-list {
    display: inline-block;
    position: relative;
    height: 100%;
    z-index: 1;
}

.imageuploadify .imageuploadify-images-list i {
    font-size: 7em;
    text-align: center;
    margin-top: .5em;
    padding-bottom: 12px;
    display: none;
}

.imageuploadify .imageuploadify-images-list span.imageuploadify-message {
    font-size: 11px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    /*display: inline-block;*/
    color: #615c5c;
    margin-top: 25px;
    display: none;
}

.imageuploadify .imageuploadify-images-list button.btn-default {
    border-radius: 1em;
    margin: 10px auto;
    width: 100%;
    max-width: 130px;
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
    background: #008d4d !important;
    color: #fff !important;
    font-weight: 100;
    margin-top: 91px;
    white-space: pre-wrap;
    box-shadow: 1px 1px 1px 1px #716f6f;
    line-height: 11px;
}
.imageuploadify .imageuploadify-images-list button.btn-default:hover {
    background: #08b164 !important;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 1em;
    float: left;
    background: #fff;
    margin-left: 0px !important;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    font-size: 10px;
    line-height: 1.42;
    padding: 2px 0;
    text-align: center;
    z-index: 3;
    background: #d43f3a;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container button.btn-danger:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: 'x';
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container img {
    height: auto;
    max-height: 96%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details {
    position: absolute;
    top: 0;
    padding-top: 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(255, 255, 255, .5);
    z-index: 2;
    opacity: 0;
    display: none;
}

.imageuploadify .imageuploadify-images-list .imageuploadify-container .imageuploadify-details span {
    display: block
}
