.block-stats {
    position: relative;
    border-radius: 2px;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 0 0 12px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background-color: #fff;
}
.panel-top, .panel-bottom {
    height: 100px;
    padding: 30px 15px;
    font-size: 40px;
    line-height: 1;
    display: block;
}
.panel-info {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -12px;
    text-align: center;
    border-color: #c5f1fa;
}
.panel-info span {
    height: 24px;
    display: inline-block;
    padding: 4px 10px;
    text-transform: uppercase;
    line-height: 14px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    font-size: 11px;
    color: #777;
    border-radius: 1em;
}
.panel-top, .panel-box .panel-bottom{
    display: block;
}
.bg-light {
    background-color: #f9f9f9;
}
.panel-bottom {
    border-top: 1px solid #dfdfdf;
}
.user-icon {
    color: #5bc0de;
    font-size: 30px;
}
.program-icon {
    color: #E9521D;
    font-size: 30px;
}
.lead-icon {
    color: #a1887f;
    font-size: 30px;
}
.lead-in-progress-icon {
    color: #ff5252;
    font-size: 30px;
}

.progress-stats{
    margin-top: 60px;
}

.progress-bar-stats {
    background-color: #dddddd2e;
}

.progress-block {
    margin-bottom: 55px;
}

.progress-lead-for-analysis {
    width: 12%;
    height: 12px;
    background-color: #E9521D;
    margin-bottom: 20px;
}

.progress-lead-in-porgress {
    width: 35%;
    height: 12px;
    background-color: #5bc0de;
    margin-bottom: 20px;
}

.progress-lead-reserved {
    width: 14%;
    height: 12px;
    background-color: #ff5252;
    margin-bottom: 20px;
}

/*#chart2{*/
    /*width: 60% !important;*/
    /*height: 500px !important;*/
/*}*/