body {
    margin: 0;
    padding: 0;
}

.bg-login-clinica {
    background-image: url('../img/logo_1.png');
    background-size: contain;
    background-position: center;
}
.bg-gradient-clinica {
    background-color:#69D5C2;
    background-image:linear-gradient(180deg,#69D5C2 10%,#3FD5D3 100%);
    background-size:cover;
}

progress {
    display:block;
    margin:0 auto 10px auto;
    width:60%;
}
.p-total {
    height:3em;
    width:100%;
}

#scan-container {
    height: 100vh;
    width: 100%;
    background-color: #333333;
    position: relative;
}

#stl_cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#stl_image_gallery {
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    right:0;
}
.element-div {
    font-size: small;
    color: #6e707e;
}
.element-div:hover {
    color: #2e59d9;
    text-decoration: none;
}
.stl-visible {
    color: #2e59d9;
}
#stl_info {
    width: auto;
    height: auto;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
}
