.file-data{
    width: auto;
    background: #4a90e2;
    height: 60px;
    float: left;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
};
.file-data-title h3{
    font-size: 12px;
    color: #fff;
    margin: 0;
}


.file-data-title>h3 {
    font-size: 12px;
    margin: 0;
    color: #fff;
}
.file-data .glyphicon{
    font-size: 12px;
    color: #fff;
    float: right;
    top: 25px;
    cursor: pointer;
}

.file-data-title {
    width: 100%;
    height: 15px;
    padding: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.form-file{
    display: table;
}

.form-file-button{
    width: 70px;
    display: table-cell;
    vertical-align: middle;
}
.form-file-content{
    display: table-cell;
}

.form-file-button input[type=file] {
    display: none;    
}

.form-file{
    width: 100%;
    margin-top: -5px;
    margin-bottom: -5px;
    border: #ccc solid 1px;
    border-radius: 4px;
}

.file-data-close{
    display: block;
    position: absolute;
    border-radius: 100%;
    background: #fff;
    width: 20px;
    height: 20px;
    border: #000 solid 2px;
    color: #000;
    margin-top: -30px;
    margin-left: 150px;
    float: right;
}

.file-data-close span.glyphicon{
    top: 1px;
    color: #000;
    left: 2.5px;
}
.form-file-button{
    width: 50px;
    background: #e9e9e9;
    vertical-align: middle;
}

