.bar {
    border-bottom: 1px solid #ccc;
}
.readonly-class {
    border-bottom: 0px;
}
.header_img {
    position: relative;
    min-height: 105px;
    width: 100px;
}
.header_img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
}
.header_img:hover .img-div {
    display: block;
}
.header_img .img-div {
    width: 100px;
    height: 100px;
    position: relative;
    background-color: #f0f0f0;
    opacity: 0.7;
    display: none;
}
.remove_img {
    position: absolute;
    top: -6px;
    left: 1px;
    font-size: 20px;
    z-index: 100;
    cursor:pointer;
}