/*-------------------------------------
Template Name: A2ZWebhelp 
Template URI: https://www.a2zwebhelp.com
Version: 2.0
---------------------------------------

/*---------------------------------------
    Default CSS
---------------------------------------*/



@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600');

* {
	margin: 0;
	padding: 0
}

.a2z-wrapper a {
	text-decoration: none
}

.a2z-wrapper a:hover,
.a2z-wrapper a:focus {
	text-decoration: none
}

.a2z-wrapper ul {
	margin-bottom: 0;
}

.a2z-wrapper li {
	list-style: none
}

.a2z-wrapper p {
	margin: 0;
}

.a2z-wrapper {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	color: #353940;
	background: url(../img/bg.jpg) no-repeat top center;
	text-transform: capitalize;
	overflow-x: hidden;
}


.a2z-area {
	padding: 60px 0;
}

.a2z-area {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
}

.error {
	color: #FF0000;
}

.avatararea {
	border: 1px solid #4BA4F2;
	background: #FFF;
	border-radius: 15px;
	min-height: 250px;
}

.avatararea h3 {
	margin-top: 15px;
	text-align: center;
	font-size: 25px;
}

.avatararea ul {
	margin: 20px 0 0 0;
	padding: 0;
}

.avatararea ul li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
}

.avatarimage {
	display: inline-block;
	border: 1px solid #e0e0e0;
	margin: 20px 0 0 30px;
	position: relative;
}

.avatarimage p {
	background: rgba(255, 255, 255, 0.7);
	padding: 4px 5px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.progress {
	display: none;
}

.alert {
	display: none;
}

.buttonarea {
	display: inline-block;
	margin: 10px 0 30px 30px;
}

.upload {
	background-color: #2a649c;
	border: none;
	color: white;
	padding: 6px 16px;
	font-size: 15px;
	cursor: pointer;
	margin: 0;
}

.upload:hover {
	background-color: #1281ed;
}

.camera {
	background-color: #00a58d;
	border: none;
	color: white;
	padding: 6px 16px;
	font-size: 15px;
	cursor: pointer;
	margin: 0 0 0 8px;
}

.camera:hover {
	background-color: #0b5c50;
}

.btnsmall {
	background-color: #08c2d8;
	border: none;
	color: white;
	padding: 6px 16px;
	font-size: 15px;
	cursor: pointer;
	margin: 0 0 0 5px;
}

.btnsmall:hover {
	background-color: #068e9e;
}

.btngroup {
	margin-top: 15px;
}

.modal-body {
	width: 680px;
	height: 480px;
}

.modal-dialog {
	position: relative;
	display: table;
	overflow-y: auto;
	overflow-x: auto;
	width: auto;
	min-width: 300px;
}

#cropimage {
	overflow: hidden;
	width: 640px;
	height: 480px;
}

#cropimage2 {
	overflow: hidden;
	width: 640px;
	height: 480px;
}

@media only screen and (max-width:767px) {

	.imagearea {
		margin: 0 auto;
		float: none;
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.buttonarea {
		margin: 10px 0 30px 0px;
	}

	.avatarimage {
		display: block;
		margin: 0px auto;
		max-width: 227px;
	}

	.avatararea ul {
		margin: 20px auto;
		padding: 0;
		max-width: 280px;
	}

	.modal-dialog {
		display: block;
	}

	.modal-body {
		width: 100%;
		height: 480px;
	}

	#cropimage {
		overflow: hidden;
		width: 100%;
	}

	#my_camera {
		width: 100% !important;
	}

	#webcam_movie_obj {
		width: 100% !important;
	}

	#webcam_movie_embed {
		width: 100% !important;
	}
}

@media only screen and (max-width:679px) {
	.modal-body {
		width: 100%;
		height: 100%;
	}

	#cropimage {
		overflow: hidden;
		height: 315px;
		width: 100%;
	}
}

@media only screen and (max-width:479px) {
	.modal-body {
		width: 100%;
		height: 100%;
	}

	#cropimage {
		overflow: hidden;
		height: 240px;
		width: 100%;
	}
}

@media only screen and (max-width:420px) {
	.btnsmall {
		padding: 2px 7px;
		margin: 0;
	}

	.upload1 {
		background-color: #2a649c;
		padding: 3px 10px;
		float: none !important;
		border: none;
		color: white;
		font-size: 15px;
		margin: 0;
	}

	.camera1 {
		background-color: #00a58d;
		border: none;
		color: white;
		padding: 3px 10px;
		font-size: 15px;
		cursor: pointer;
		margin: 0 0 0 5px;
	}
}

/*---------------------------------------
    Responsive css
---------------------------------------*/
.videowebcam {
	width: 100%;
	height: 90%;
}




.btn-file {
	position: relative;
	overflow: hidden;
}

.file-up {
	position: absolute;
	font-size: 50px;
	opacity: 0;
	right: 0;
	top: 0;
}


/* Absolute Center Spinner */
.loading {
	position: fixed;
	z-index: 999;
	height: 2em;
	width: 2em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Transparent Overlay */
.loading:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

	background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.loading:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 150ms infinite linear;
	-moz-animation: spinner 150ms infinite linear;
	-ms-animation: spinner 150ms infinite linear;
	-o-animation: spinner 150ms infinite linear;
	animation: spinner 150ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
	box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}