/*** Attachments **/
.si_attachment{
    height: 80px;
    width: 80px;
    margin: 5px;
    display: inline-block;
    position: relative;
}

.si_attachment img{
    height: 100%;
    width: 100%;
    object-fit: cover;    
}

.si_attachment .actions .trash{
    position: absolute;
    right: 0px;
    top: 8px;
    color: #FFF;
}

.si_attachment .actions .zoom.in{
    position: absolute;
    right: 0px;
    bottom: 8px;
    color: #FFF;
}

.si_attachment .actions{
    position: absolute;
    background: rgba(55,55,55,0.3);
    height: 80px;
    width: 24px;
    right: 0;
    bottom: 0;
    top: 0;
}

.si_overlay{
    position:absolute; width: 100%; height:100%; top: 0px; left: 0; background: rgba(255,255,255,1); z-index: 801; padding: 15px; margin-top:2px;
}

.si_dimmer{
    background-color: rgba(0,0,0,.65);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;    
}



