﻿
.fileNameAfterSuccess {
    color: #003c19;
    font-weight: bold;
}

.deletFile {
    border: 1px solid #888;
    padding: 0 3px;
    cursor: pointer;
}

.progress {
    display: none;
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}

.bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-color: #5bc0de;
    width: 0%;
    height: 20px;
    border-radius: 3px;
}

.percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
    font-size:10px;
    color:#fff
}