/*#uploadArea
{
    background-color: #eee;
    border-radius: 3px;
    padding: 20px 10px;
}*/

#uploadArea .fdetail span
{
    display: block;
    /*font-weight: bold;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#uploadArea .mensagem
{
    font-size: 12px;
    margin-top: 0px;
}

#uploadArea .danger
{
    color: red;
}

#uploadArea .success
{
    color: green;
}

.drop
{
    border: dotted 4px gray;
    border-radius: 3px;
    font-size: 16px;
    padding: 40px;
    margin-bottom: 20px;
    text-align: center;
}

#drop[disabled]
{
    cursor: not-allowed;
}

.drop input
{
    display: none;
}

.drop p
{
    color: gray;
}

.drop a
{
    background-color: #0986a3;
    border-radius: 3px;
    display: block;
    color: #fff;
    float: unset;
    margin: 0 auto;
    padding: 8px;
}

.drop a[disabled]
{
    background-color: #76bbcc;
    cursor: not-allowed;
}

#tabfiles td:first-child
{
	border-right: none;
}

#tabfiles td:last-child
{
	border-left: none;
}

.bar 
{ 
    background-color: green; 
    border-radius: 3px;
    height:20px; 
    width:0%; 
}
.percent 
{ 
    display:inline-block; 
    left:48%; 
    position:absolute; 
    top:3px; 
}