.card-box {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.file-man-box {
    padding: 20px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    height: 300px;
    min-height: 400px;
    max-height: 300px;
    background-color: #FFF;
}

.file-man-box .file-was-uploaded {
    background-color: white;
    color: #2fab1c;
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    right: -10px;
    top: -10px;
}

.file-man-box .file-not-upload {
    background-color: white;
    color: #ababab;
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    right: -10px;
    top: -10px;
}

.file-man-box .file-img-box {
    line-height: 120px;
    text-align: center
}

.file-man-box .file-img-box img {
    height: 64px
}

.file-man-box .file-download {
    font-size: 32px;
    color: #98a6ad;
    /*position: absolute; */
    /*right: 10px*/
}

.file-man-box .file-upload,
.file-man-box .file-entidade-upload {
    font-size: 32px;
    color: #98a6ad;
    /*position: absolute; */
    /*right: 10px*/
}

.file-man-box .file-download:hover {
    color: #2fab1c
}

.file-man-box .file-upload:hover,
.file-man-box .file-entidade-upload:hover {
    color: #e08a34
}

.file-man-box .file-man-title {
    /*padding-right: 25px*/
}

.file-man-box .card-footer {
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    position: absolute;
    bottom: 0;
    width: 97%;
}

.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}

.text-file-download {
    font-size: 10px;
}

.file-exists-toast-text {
    font-size: 20px;
}