#cap {
	position:absolute;
	position:fixed;
	top:0;bottom:0;left:0;right:0;
	background:rgba(0,0,0,0.5);
	z-index:900;
}
#cap>div {
	background:#fff;
	position:fixed;
	position:absolute;
	top:10%;
	bottom:10%;
	left:0;right:0;
	margin-left:auto;
	margin-right:auto;
	min-width:300px;
	max-width:100%;
	width:700px;
	z-index:990;
	overflow:auto;
}
#pickUsers {
	margin-top:20px;
}
fieldset {
    border-radius: 15px
}
#pulev1 {
    text-align: center;
	display:none;
}
#pulev2 {
    text-align: center
}
.selt {
    border-collapse: collapse;
    width: 100%;
    margin-top: 7px
}
.selt th {
    border: 1px solid #000;
    background: #4a4a4a;
    color: #fff
}
.selt td {
    border: 1px solid #000
}
.selt td:nth-child(odd), .selt th:nth-child(odd) {
	border-right:none;
}
.selt td:nth-child(even), .selt th:nth-child(even) {
	border-left:none;
}
.checker {
    width: 24px;
    height: 24px;
    padding: 0;
    background-image: url(../img/isok.png);
    position: relative;
    background-size: 100%;
    float: right;
    opacity: 1;
    z-index: 2
}
.checker input {
    visibility: visible;
    opacity: 0;
    z-index: 3
}
.checker label {
    background-image: url(../img/notok.png);
    background-size: 100%;
    opacity: 1;
    width: 24px;
    height: 24px;
    z-index: 0;
    position: absolute;
    display: block;
    left: -6px;
    top: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer
}
.checker input:checked+label {
    opacity: 0
}
#takephoto {
    width: 60%;
    height: 60px;
    margin-left: 0%;
    margin-top: 10px;
	padding:0;
	background-image: url(../img/camera.svg);
	background-size:contain;
	background-position:center top;
	background-repeat:no-repeat;	
    box-shadow: 2px 3px 5px #4a4a4a;
}
#lbb {
    display: none
}
.pulev1datadiv {
	height:0px;
	-webkit-transition: height 1s;
    transition: height 1s;
	-webkit-transition: max-height 1s;
    transition: max-height 1s;
	overflow:hidden;
	max-height:10000px;
}
#pulev1 button {
	display:block;
	width:100%;
	margin:0;
	border:1px solid black;
}
#pulev3 {
	width:100%;
	text-align:center;
}
closer {
	position:absolute;
	right:0.5em;
	top:0.5em;
	font-size:3em;
	padding:0px;
	line-height:1em;
	color:grey;
	cursor:pointer;
}
closer:hover {
	color:#4a4a4a;
}