body{
	
}

.wrapper{
	width:100%;
	height:auto;
}

.container{
	width:80%;
	margin:0 auto;
	height:auto;
}

.form{
	padding: 15px;
	width:95%;
	margin:0 auto;
	height:auto;
	box-shadow: 0 0 7px;
	display: inline-block;
}
.form .col{
	width:47%;
	float: left;
	min-height:215px;
	/*border: solid 1px #ccc;*/
}
.form .col img{width:300px; height: auto;}
.form .data img{
    height:auto; width:220px;margin:15px;
}
.form .data{
	padding: 15px;
	width: 96%;
	height: auto;
	border: solid 1px #ccc;
	display: inline-block;
}
.form div{margin: 10px;}
.clear{clear: both;}
table {
    border-collapse: collapse;
    
}

.data img {
	/*margin: 15px;*/ float: left;
}

.uploader {position:relative; overflow:hidden; width: 300px;
height: 298px; background:#f3f3f3; border:2px dashed #ccc;text-align: center;}

#filePhoto{
    position:absolute;
    width:90%;
    height:400px;
    top:-50px;
    left:0;
    z-index:2;
    opacity:0;
    cursor:pointer;
}

.uploader img{
    position:absolute;
    width:100%;
    height:352px;
    top:-1px;
    left:-1px;
    z-index:1;
    border:none;
}


/*Multiple Upload CSS*/
.uploadArea{ min-height:300px; height:auto; border:1px dotted #ccc; padding:10px; cursor:move; margin-bottom:10px; position:relative;}
h1, h5{ padding:0px; margin:0px; }
h1.title{ font-family:'Boogaloo', cursive; padding:10px; }
.uploadArea h1{ color:#ccc; width:100%; z-index:0; text-align:center; vertical-align:middle; position:absolute; top:25px;}
.dfiles{ clear:both; border:1px solid #ccc; background-color:#E4E4E4; padding:3px;  position:relative; height:25px; margin:3px; z-index:1; width:97%; opacity:0.6; cursor:default;}
h5{ width:95%; line-height:25px;}
h5, h5 img {  float:left;  }
.invalid { border:1px solid red !important; }
.buttonUpload { display:inline-block; padding: 4px 10px 4px; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0074cc; -webkit-border-radius: 4px;-moz-border-radius: 4px; border-radius: 4px; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border: 1px solid #cccccc; color:#fff; }
.progress img{ margin-top:7px; margin-left:24px; }

#dragandrophandler
{
border:2px dotted #0B85A1;
width:600px;
color:#92AAB0;
text-align:left;vertical-align:middle;
padding:10px 10px 10 10px;
margin-bottom:10px;
font-size:200%;
height: 150px;
}
.progressBar {
    width: 220px;
    height: 35px;
   
    border-radius: 5px;
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
}
 
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #0ba1b5; border-radius: 3px;
}
.statusbar
{
    border-top:1px solid #A9CCD1;
    min-height:25px;
    width:700px;
    padding:10px 10px 0px 10px;
    vertical-align:top;
}
.statusbar:nth-child(odd){
    background:#EBEFF0;
}
.filename
{
display:inline-block;
vertical-align:top;
width:250px;
}
.filesize
{
display:inline-block;
vertical-align:top;
color:#30693D;
width:100px;
margin-left:10px;
margin-right:5px;
}
.abort{
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;display:inline-block;
    color:#fff;
    font-family:arial;font-size:13px;font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top
    }
    .required{color: red;padding:5px;}

    @media (max-width: 380px)
{
    .form .col img {width: 205px !important;}
    .form .data img{width:180px !important;}

}