.deactive td {
    text-decoration: line-through;
    color: red;
}

.img-wrap {
    position: relative;
    width:100px;
    height:100px;
    float: left;
}

.img-wrap img {
    max-width:100%;
    max-height:100%;
}
    
.img-wrap a {
    display:block;
    width:20px;
    height:20px;
    position:absolute;
    top:3px;
    right:3px;
    background:#c00;
    color: #fff;
    overflow:hidden;
    text-indent:-9999px;
 }
    
.bg-high {
    background-color: #f8a4a1!important;
}
.bg-medium {
    background-color: #fbcda8!important;
}
.bg-low {
    background-color: #faf6d1!important;
}

.bg-completed {
    background-color: #abebbb!important;
}
.bg-pending {
    background-color: #acb1f7!important;
}
.bg-deleted {
    background-color: #faf5eb!important;
}

.work-card-button{
    background-color: #3a43b4!important;
    color: #f6f7fa!important;
}
