.html5fileupload .add, 
.html5fileupload								{ display:block; background-color:#fff; text-align: left; position: relative; border:none; min-height: 55px; }
.html5fileupload .add						{ border:none; background-color: #f3f3f3; }
.html5fileupload .add:after,
.html5fileupload:after					{ display:block; content: 'Solte o arquivo aqui ou clique para selecionar um!'; font-weight:bold; font-size: 14px; 
																	line-height:50px; width:99.4%; margin:auto; color: #bbbbbb; position: absolute; top:0; border:2px dashed #f2f2f2; text-align: center; z-index:0;
																}
.html5fileupload .add:before,
.html5fileupload:before					{ content: ''; font-family:"Glyphicons Halflings"; font-size: 60px; color: #dbdbdb; position: absolute; top: 20%; left: 0; width: 100%; text-align: center; z-index:0;}

.html5fileupload.empty:after			{ content: '';}
.html5fileupload.empty:before			{ content: '';}

.html5fileupload.loading:after			{ content: 'Por favor aguarde, arquivo sendo carregado.'; }
.html5fileupload.loading:before			{ content: ''; }

/* not valid mime */
.html5fileupload.alert-danger			{ background-color: #f2dede; }
.html5fileupload.alert-danger:after		{ content: ''; }
.html5fileupload .notvalid				{ font-weight: bold; color: #d9534f; padding: 5px 110px 5px 5px;}

/* multiple */
.html5fileupload .multiple				{ position: relative; padding: 5px; background: #dddddd; text-align: right; }
.html5fileupload .multiple > *		{ margin-left: 5px; }
/* double */
.html5fileupload .file.double			{ background: #fcf8e3;  } 


/* preview */
.html5fileupload .file						{ display:block;background-color:#fff; min-height: 60px; position: relative; z-index:1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.html5fileupload .file .preview		           {  background-size: cover; background-position: center; background-color: white; float: left; vertical-align: middle; margin: 5px;   }
.html5fileupload .file .inner			{ display:inline-block; width:100%; }
.html5fileupload .file .input			{ padding: 5px 30px 5px 5px; position: relative;  }
.html5fileupload .file .input input		{ padding-right: 40px; }
.html5fileupload .file .input .extension	{ position: absolute; top: 50%; right: 42px; color: #999;  }
.html5fileupload .file .name			{ padding: 5px 30px 5px 5px; }
.html5fileupload .file .size			{ font-size: 10px; color: #999999; padding: 0 30px 0px 5px; }
.html5fileupload .progress				{ margin: 5px;}
.html5fileupload .error 					{ background:none; color:#900; padding-left:6px; margin-bottom:5px; }
.html5fileupload input



/* smaller */
.html5fileupload.small .add,
.html5fileupload.small					{ min-height: 35px; }
.html5fileupload.small .btn				{ font-size: 12px; line-height: 1.5; border-radius: 3px; padding: 1px 5px;}
.html5fileupload.small .add:after,
.html5fileupload.small:after			{ font-size: 20px;}

.html5fileupload.small .file			{ min-height: 40px;}
.html5fileupload.small .file .preview	{ height: 30px; width: 30px; }

.html5fileupload input[type=file]		{ display:block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; opacity: 0; cursor: pointer; z-index:2; height: 100% /* IE HACK*/ }
.html5fileupload > input[type=text]		{ display: none; }

.html5fileupload .progress				{ left: 0px; display: none; height: 12px;  }

.html5fileupload .tools					{ position: absolute; top: 5px; right: 5px; z-index: 999; display: inline-block; }
.html5fileupload .tools > *				{ margin: 0 0 0 5px; }

.html5fileupload.smalltools .tools .btn	{ padding: 1px 4px; font-size: 12px; }
