﻿

.eci-progressbar-bg
{
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    filter: alpha(opacity=55);
    -moz-opacity: 0.55;
    -khtml-opacity: 0.55;
    opacity: 0.55;
    z-index: 1030;
}

.eci-progressbar
{
    max-height: 400px;
    position: absolute;
    z-index: 1031;
    top: 200px;
    width: 100%;
}

.eci-progressbar-container-box
{
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    width: 684px;
    margin: 0 auto;
    border-radius: 4px;
}

.eci-progressbar-container
{
    width: 684px;
    height: 104px;
    margin: 0 auto;
    background-color: white;
}

.eci-progressbar-icon
{
    float: left;
    width: 104px;
    height: 104px;
    font-size: 56px;
    line-height: 104px !important;
    text-align: center;
    vertical-align: middle;
    margin-right: 0;
    color: #E0E0E0;
}
.eci-progressbar-icon:before {
    content: "\e940";
    color: #A9B5C9 !important;
}

.eci-progressbar-body
{
    font-size: 12px;
    font-weight: bold;
    margin-top: 24px;
    float: left;
    width: 538px;
    height: 56px;
}

.eci-progressbar-body-top span
{
    width: 536px;
    height: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #424242;
}

.eci-progressbar-body-center
{
    width: 512px;
    height: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #f0f0f0;
}

.eci-progressbar-body-bottom span
{
    height: 12px;
    color: #9E9E9E;
}


.eci-progressbar-length
{
    height: 8px;
    float: left;
    background-color: #2196F3;
}


.eci-progressbar-close
{
    width: 18px;
    height: 18px;
    color: #9E9E9E;
}
.eci-progressbar-close:before {
    content: '\e925';
}

    .eci-progressbar-close:hover
    {
        width: 18px;
        height: 18px;
        color: #2196F3;
        cursor: pointer;
    }

.eci-progressbar-ver-mid
{
    line-height: 12px;
    vertical-align: middle;
}

.eci-progressbar-right
{
    margin-top: 42px;
    margin-bottom: 24px;
    float: left;
    width: 42px;
    height: 18px;
}
/*
    Red 500 #f44336
*/
