﻿#videoElement {
    width: 100%;
    height: 100%;
}

#popupContainer {
    width: 440px;
    height: 330px;
    position: relative;
}

#popupFotoContainer {
    grid-row: 1;
    width: 100%;
    height: 100%;
    background-color: white;
    border: solid;
    border-width: 1px;
    margin: 0 auto;
}

#popupVideoContainer {
    width: 100%;
    height: 100%;
}

#popupMenuContainer {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0%;
    background-color: black;
    opacity: 0.7;
    width: 100%;
    height: 27px;
}

#containerFotoTirada {
    width: 150px;
    height: 250px;
    display: none;
    grid-template-rows: 80% 20%;
    position: absolute;
    bottom: 60px;
    left: 33%;
    background-color: transparent;
    opacity: 0;
}

    #containerFotoTirada .botoes {
        grid-row: 2;
        justify-content: space-around;
        display: flex;
    }

#btConfirmarFoto {
    flex-grow: 1;
}

#btRejeitarFoto {
    flex-grow: 1;
}

canvas {
    width: 100%;
    height: 100%;
}

.btn-capturar-img {
    background-image: url("images/capture-cam.png");
    background-repeat: no-repeat;
    padding-left: 26px;
    height: 24px;
    padding-top: 3px;
}
