﻿.file-upload-delete{
    display: none!important;
    
}

span.fa.fa-fw.fa-cloud-upload {
    color: inherit;
}

span.fa.fa-fw.fa-cloud-upload.mp-cloud-upload {
    height: 30px;
}

.file-upload-icon>span {
    font-size: 22px;
    color: grey;
    margin-left: 20px;

}

input[type="file"] {
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: Arial;
    font-size: 46px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    height: 55px !important;
}

.qq-upload-drop-area span {
    /* display: block; */
    /* position: absolute; */
    /* top: 50%; */
    /* width: 100%; */
    /* margin-top: -8px; */
    /* font-size: 16px; */
}

.file-upload-icon {
    color: #00A29A !important;
    font-size: 29px;
    /* width: 50px; */
    height: inherit !important;
}

.icon-cloud {
    color: #CCCCCC;
}

a.qq-button {
    background-color: inherit;
     background-image: none !important; 
    color: #0c2543;
    float: left;
    font-size: 18px;
    height: 39px;
    padding-right: 4px;
    text-decoration: none;
}

/* ADICIONADO GABRIEL */

input[type="file"]  {
    right:  initial;  
    margin-top: -10px;
    width: 106%;
    cursor: default;
}

a.qq-button span {
    padding: 0;
}   

.file-upload-icon {
    margin-top: -5px;   
}

input#file-upload-button {
    cursor: pointer;   
}



.file-upload-icon-disable {
    color: #CCCCCC;   
}

.file-upload-text-disable {
    color: #E1E1E1;   
}