﻿.webcamError {
    width: 300px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #888888;
}

.JanelaModalIdentificacao {
    width: 800px !important;
    height: 600px !important;
}

.mps-camera {
    position: relative;
    min-height: 100px;
    margin: 0 auto;
    width: 400px;
}

.mps-camera-stack {
    position: relative;
}

.mps-camera-feed.responsive {
    width: 100% !important;
    height: auto !important;
}

    .mps-camera-feed.responsive video {
        width: 100% !important;
        height: auto !important;
        transform: none !important;
    }