.dropfile {
    height: 100px !important;
    width: 80px !important;
    background-color: #58C7F6;
    border-color: #fff;
    opacity: 0;
    overflow: hidden !important;
    cursor: pointer;
}

.uploadfile {
    border: 1px solid #ccc;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: 17%;
    overflow: hidden;
    background-position: center;
    float: left;
    margin: 5px;
    text-align: right;
    image-orientation: from-image;
}

.current_image {
    width: 90px;
    height: 90px;
    margin: 5px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ddd;
    position: relative;
    image-orientation: from-image;
}

.current_image > .del-image {
    color: red;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 20px;
}

.del-field {
    color: red;
    margin-right: 3px;
    float: right;
    font-size: 20px;
}

.del-field:hover {
    cursor: pointer;
}

.image-thumbnail {
    width: 100px;
    margin-right: 15px;
}

.uploadfile {
    background-image: url('../images/plus.png');
}