.simditor .toolbar-item-attachment {
    position: relative;
}
.simditor .toolbar-item-attachment input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 50px;
    cursor: pointer;
    z-index: 1000000;
}
.simditor .simditor-wrapper.thumbnail-floating .simditor-thumbnails {
    position: fixed;
    bottom: 0;
    z-index: 9;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.simditor-thumbnails {
    background: #EFF3F5;
}
.simditor-thumbnails img {
    max-height: 100px;
    max-width: 100px;
    margin: 3px;
    cursor: pointer;
}
.simditor-thumbnails div {
    position: relative;
    display: inline-block;
}
.simditor-thumbnails a {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    font-size: 22px;
    color: #fff;
}
.simditor .attachment {
    padding: 5px;
    background: #F3F3F3;
    border-top: 1px solid #FFF;
    font-size: 12px;
}
.simditor .attachment:after {
    content: '';
    display: table;
    clear: both;
    zoom:1;
}
.simditor .attachment .thumb-wrap {
    float: left;
}
.simditor .attachment .name, .simditor .attachment .size, .simditor .attachment .link-cancel{
    margin-left: 10px;
    padding-top: 12px;
    float: left;
}
.simditor .attachment .size {
    color: #999;
}
.simditor .simditor-attachments .thumb-wrap img {
    height: 35px;
    width: 35px;
} 
.simditor .simditor-attachments .progress{
    float: left;
    width: 150px;
    height: 10px;
    margin: 13px 0 0 10px;
}
.simditor .attachment .link-cancel{
    color: #7E7E7E;
    font-size: 16px;
}
.simditor .attachment .link-cancel span{
    top: -1px;
}
