.progress {
    height: 5px;
    margin: 10px 0px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}
.form-image, .form-video {
}
div.file-message {
    color: #ff8080;
    height: 30px;
}
input[type='file']{
    display: block;
    position:absolute;
    left: -9999px
}
label[for^="id-item"]{
    position:absolute;
    left: -9999px
}
.file-name-view {
    padding-left: 10px;
}