﻿/* 
---------------------------------------------------------
:: File 
---------------------------------------------------------
*/

.eo-file_upload--progressbar {
    background-color: #dddddd;
    border-radius: 1px;
    height: 3px;
    display:none;
}

    .eo-file_upload--progressbar div {
        background-color: #47bdff;
        width: 0%;
        height: 3px;
        border-radius: 1px;
    }
