.top-margin{
    margin-top:15px;
}

.remove-focus:focus {
    outline: none;
}

.circle-pic {
    position: static;
    left: 0;
    margin: auto;
    margin-top: -13px;
    height: 50px;
    border-radius: 50%;
    -webkit-clip-path: circle(at 50% 50%);
    clip-path: circle(at 50% 50%);
    background-color: transparent;
    border-color: cadetblue;
    border-width: thick;
    font-size: 14px;
    font-weight: 600;
    color: white;
    /*background: url('/app/img/sample_user.jpg');*/
    background-size: cover;
}

.thumbnails{
    margin: 15px;
}

.thumbnails .thumbnail{
    width:100px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    
}

.thumbnails .thumbnail .thumbnail-rounded{
    max-height: 80px;
    height: 80px;
    max-width: 80px;
    margin-top: 0px;
}

.thumbnails .thumbnail .thumbnail-rounded-view{
    max-height: 40px;
    height: 40px;
    max-width: 40px;
    margin-top: 0px;
}

.thumbnails .thumbnail .thumbnail-title{
    margin-top:10px;
    font-size: 12px;
    color: #06946d;
}

.thumbnails .thumbnail .close-button{
    right: 0px;
    width: 100%;
    color: rgb(209, 8, 8);
}

.thumbnails .thumbnail .download-button{
    right: 0px;
    width: 100%;
    color: rgb(60 148 2);
}

.list-scroll-biometrics{
    width: 100%;
    height: 155px;
    overflow: auto;
}