
.hidden {
 display:none;
}

.wrapper {
width:100%;
margin: 0 auto;
}

.upload-console
{
border 2px solid #eee;
padding: 20px;
}

.upload-console-drop
{
height: 200px;
line-height: 200px;
color: #ccc;
text-align: center;
}

.upload-console-drop.drop
{
border-color:#222;
color: #222;
}

.upload-console-body
{
margin-bottom: 20px;
}

.bar {
width: 100%;
background: #eee;
padding: 3px;
box-shadow:inset 0 1px 3px rgba(0,0,0,.2);
box-sizing: border-box;
}

.bar-fill{
height: 30px;
display: block;
background: cornflowerblue;
width: 0;
border-radius: 3px;
-webkit-transition: width 0.8s ease;
transition: width 0.8s ease;
}

.bar-fill-text
{
color: #fff;
line-height: 30px;
margin-left: 5px;
}

.upload-console-upload{
margin-bottom: 10px;
padding-bottom: 10px;
}

.upload-console-upload span
{
float: right;
}

.custom-file-input {
  width: 30px;
  overflow: hidden;
}

.btnfiles {
    background-image: url(../images/inbox_upload.png);
    background-repeat: no-repeat;
    background-position: center; 	
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  background-image: url(../images/deletar.png);
}

.custom-file-input::before {
  content: 'Selecionar Arquivos';
  display: inline-block;
  background: #333;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 14px;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: #000;
}

.custom-file-input:focus {outline:0;}

#standard-upload {
    width: 35px;
    background: #755838;
    border: 0;
    overflow: hidden;
    padding: 0;
    height: 20px;
    line-height: 10px;
}





