.ajax-file-upload-statusbar {
	border:  1px dotted #a5a5c7;
	border-radius: 4px;
	display: inline-flex;
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	font-size: 70%;
	background-color: #fff;
}
.ajax-upload-error{
	color: #F00;
	border: 1px dotted #a5a5c7;
	border-radius: 5px;
	padding: 2px;	
	margin-top: 2px;
	background-color: #fffec7;
}
.ajax-file-upload-filename {
	color: #000;
    display: inline-block;
    height: auto;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.ajax-file-upload-progress {
	margin: 0;
	position: relative;
	width: 95%;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
	display: inline-block;
	font-size:200%;
}
.ajax-file-upload-bar {
	background-color: #b4ff63;
	width: 80%;
	height: 20px;
	border-radius: 3px;
	color:#519b0c;
	font-size:60%;
}
.ajax-file-upload-percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%
}
.ajax-file-upload-red {
	display: inline-block;
	background-color: #e4685d;
	border-radius: 34px;
	color: #fff;
	font-size: 90%;
	padding: 4px 8px;
	text-decoration: none;
	text-shadow: 0 1px 0 #b23e35;
	cursor: pointer;
	margin: 1px;
	font-weight:bold;
}
.ajax-file-upload-green {
	background-color: #77b55a;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    margin: 0 5px 0 0;
    padding: 4px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #5b8a3c;
    vertical-align: top;
}
.ajax-upload-dragdrop span{
	display:inline-block;
	margin:2px auto;
}

.ajax-upload-dragdrop input{
	width:100% !important;
	
}
.ajax-file-upload {
	font-size: 100%;
	padding: 15px 20px;
	cursor: pointer;
	line-height: 20px;
	margin: 0;
	display: inline-block;
	background: #fff;
	border: 1px solid #e8e8e8;
	color: #888;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 2px 0 0 #e8e8e8;
	-webkit-box-shadow: 0 2px 0 0 #e8e8e8;
	box-shadow: 0 2px 0 0 #e8e8e8;
	padding: 3px 40px;
	color: #fff;
	background: #2f8ab9;
	border: none;
	-moz-box-shadow: 0 2px 0 0 #13648d;
	-webkit-box-shadow: 0 2px 0 0 #13648d;
	box-shadow: 0 2px 0 0 #13648d;
	vertical-align: middle;
}
  
.ajax-file-upload:hover {
	background: #3396c9;
	-moz-box-shadow: 0 2px 0 0 #15719f;
	-webkit-box-shadow: 0 2px 0 0 #15719f;
	box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop {
	background-color: #fff;
	border: 1px dotted #a5a5c7;
	border-radius: 5px;
	color: #999;
	margin: 0px auto;
	padding: 5px 5px 0;
	text-align: center;
	vertical-align: middle;
	display: grid;
}