/* 
    Created on : 03.12.2021, 15:21:41
    Author     : pj
*/
body {
    padding: 0;
    margin: 0;
}
.video-box {
    position: absolute;
    z-index: 1;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}
.video-box img {
    width: 100%;
    height: 100%;
}
.video-box-modal {
    height: 20vh;
    border-radius: 0.3rem;
    overflow: hidden;
	display:flex;
    justify-content:center;
    align-items:center;
}
.video-box video {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
.video-box-modal video {
    height: auto;
    width: 100%;
}
.profile-picture {
    height: 64px;
    width: 64px;
	border-radius: 8px;
}
.paused {
    position: fixed;
    z-index: 10;
    top: 20px;
    left: 20px;
	color: white;
	font-size: 1.5em;
}
.bottuns {
    position: fixed;
    z-index: 10;
    top: 20px;
    right: 20px;
}
.bottuns .dropdown-menu {
    width: 165px;
    padding: 10px;
}
.btn-primary.dropdown-toggle {
    padding-right: 30px;
    
}
.btn-primary.dropdown-toggle:after {
    position: absolute;
    right: 10px;
    top: 16px;
}
.radio-row,
.submit-row{
    margin-bottom: 20px;
}
.radio-row .col-sm-6 {
    padding-top: 10px;
}

.camera-select{
	margin-bottom: 20px;
}

#canvas {
    height: 100%;
    width: 100%;
    background-color: #666;
}