/*-------------------------------------
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');*/

.btn-group.special {
  display: flex;  
}

.special .btn {
  flex: 1
}

.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 #5c95c2;
	margin: 20px 0 0 30px;
	position:relative;
}

.avatarimage p{
	background: rgba(59, 70, 82, 1);
	padding: 4px 5px;
	border-top :2px solid #fff;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	position:absolute;
	width: 100%;
	bottom:-17px;
}
.progress{
	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;
}
.btngroups{
	margin : 15px auto auto;
}

.panel-body {
    min-height:430px; 
    height:auto; 
}

#cropimage{
	overflow: hidden !important;
	width:100%;
	height: auto;
    min-height:430px; 
}
@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;
	}
	.cards-body { width: 100%; height: 480px;}
	#cropimage{
		overflow: hidden;
		width:100%; 
	}
	#my_camera{width:100% !important;} 
	#my_camera{margin-bottom:3em !important;} 
	#my_camera video {width:100% !important; height: auto !important; } 
	#webcam_movie_obj{width:100% !important;}
	#webcam_movie_embed {width:100% !important;}
}
@media only screen and (max-width:679px){
	.cards-body {
		width:100%; 		
		height:100%; 
	}
	
	#cropimage{
		overflow: hidden;
		height: 315px;
		width:100%; 
	}
}
@media only screen and (max-width:479px){
	.cards-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;
	}
}

/* Image cropper style */
.img-container,
.img-preview {
	overflow: hidden;
	text-align: center;
  width: 100%;
}
.img-preview-sm {
  height: 230px !important;
  width: 200px;
}

/*---------------------------------------
    Responsive css
---------------------------------------*/
.uploadfull{ display:block; width: 227px;}
.camerahide{ display:none;}