/*-------------------------------------
Template Name: A2ZWebhelp 
Template URI: https://www.a2zwebhelp.com
Version: 2.0
---------------------------------------
/*---------------------------------------
    Default CSS
---------------------------------------*/
@import url('../../../css/font_face.css');
* {
    margin:0;
    padding:0
}
/* body { 
	font-family: "Adib-Bliss-Light";
	font-size:12px;
	background-image: url('../../assets/img/header.jpg');
	background-position: left 0px bottom 0px ;
	background-repeat: no-repeat;
	background-size: cover;
}  */
body {
 background-image: url(../../../images_new/body_bg_bottom.png), url(../../../images_new/body_bg_main.png);
    background-position: right bottom, top;
    background-repeat: repeat-x, repeat;
    background-size: 50%,cover;
}
.section-area{
    position: relative;
    padding-top: 100px;
    /* padding-bottom: 100px; */
}
.avatararea{
	border:1px solid #4BA4F2;
	background:#FFF;
	border-radius: 15px;
	max-width:700px;
	min-height: 300px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}
.avatarimage{
	/* display: inline-block; */
	/* border: 1px solid #f15e1b; */
	margin-left: auto;
	margin-right: auto;
	/* position:relative; */
	text-align: center;
}
.avatarimage img {
	width:100%;
	max-width:180px; 
	text-align: center;
	border: 1px solid #000;
	border-radius: 15px;
}
.avatarimage p{
	background: rgba(209, 62, 0, 0.7);
	padding: 4px 5px;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	position:absolute;
	width: 100%;
	bottom:0px;
}
#errmsg {color: #FF0000;}
.inputstyle {
	width:100%;
	border-radius:5px;
	padding:5px;
	margin-bottom:5px;
}
.buttonarea{
	/* display: inline-block; */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.bottom_message{
	font-size:10px;
	line-height:16px;
	text-align:center;
}
/* ------------------------------------------ */
.progress{
	display: none;
}
.alert{
	display: none;
}
.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;
}
@media only screen and (max-width:767px){
	.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
---------------------------------------*/
