.web-cam
{
	max-width: 630px;
}
.web-cam .col-md-2
{
	width: 100% !important;
}
.web-cam .row
{
	margin-right: -15px;
	margin-left: -15px;
}
.web-cam .row:after, .web-cam .row:before
{
	display: table !important;
	content: " ";
}
.web-cam .button
{
	background: #75aa40;
	display: inline-block;
	padding: 10px;
	color: #FFF;
	font-size: 14px;
	font-family: "RobotoMedium", Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	border-radius: 0px;
	text-decoration: none;
}
.web-cam .button:hover
{
	background: #659633;
}
.web-cam .modal-title
{
	text-align: center;
    color: #3399cc;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
}
.web-cam .step 
{
    font-size: 14px;
    color: #929292;
    text-transform: uppercase;
    padding: 12px 0;
    text-align: center;
}
.web-cam hr 
{
    margin: 20px 10px 0px 10px;
    padding: 0px;
    clear: both;
}
.web-cam .photoTitle
{
	margin-bottom: 15px;
    text-align: center;
}
.web-cam .textCenter
{
	text-align: center;
}
.web-cam .btn-yelow
{
	background-color: #ff9c00;
    float: none;
    max-width: 295px;
    width: 100%;
    font-size: 17px;
    margin: 25px 0 0 0;
    display: inline-block;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    border-radius: 0px;
    border: 0px;
    text-decoration: none;
}
.web-cam .btn-yelow:hover
{
	background-color: #c57b03;
}
.web-cam .check
{
	position: relative;
    min-height: 1px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: left;
    width: 160px;
}
.web-cam .check img
{
    width: 160px;
}
.web-cam .fa.fa-check
{
	display: none;
}
.web-cam .check_in + label::before
{
	display: none;
}
.web-cam .check_in:not(old) +
label > span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0.25em 0.5em 0.25em 0.25em;
	border: 1px solid rgb(192, 192, 192);
	border-radius: 0.1em;
	background: #fff;
	vertical-align: bottom;
	position: absolute;
	bottom: 6px;
	left: 0;
}
.web-cam .check_in:not(old):checked + label > span:before
{
	content: '✓';
	display: block;
	width: 15px;
	color: #00A64A;
	font-size: 0.875em;
	line-height: 1em;
	text-align: center;
	text-shadow: 0 0 0.0714em rgb(115, 153, 77);
	font-weight: bold;
}
a.webcam-photo i.dz-webcam-upload-icon
{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 26px;
    background: url(../images/icons/web-cam.png) no-repeat;
    background-position : 0 0 !important;
    margin-right: 5px;
}
.webcam-photo:hover, .webcam-photo:focus{
    text-decoration: none;
    color: #fff;
    background: #028ecf;
}

a.webcam-photo{
    display: block;
    color: #fff !important;
    background: #00baab;
    max-width: 350px;
    margin: 20px auto 0;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px;
    line-height: 1.2;
    font-size: 15px;
    text-transform: uppercase;
}
a.webcam-photo:hover{
    background: #019b8f;
}
.check-example-uploud{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

@media only screen and (max-width: 439px)
{
    a.webcam-photo {
        display: none;
    }
}