.col-1-chart {
    width: 90px;
}


/*body {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; }*/


.row-chart {
    display: inline-flex;
    height: 340px;
    width: 100%;
    overflow: auto;
    margin-top:10px;
    /*padding: 30px 15px 0;
    box-shadow: 0 2px 10px 0 #555;*/
    border-radius: 3px;
    border: 0px solid rgba(0,0,0,.125)
}

    .bar-container {
        width: 100%;
        position: relative;
        margin-top: 5px;
        margin: auto;
        padding-top: 5px;
    }

    .bar {
        height: 100%;
    }

    .bar-container .col-1-chart {
        padding: 30px 10px;
    }

    .bar-container .bar-content {
        height: 100%;
        position: relative;
        max-height: 190px;
    }

        .bar-container .bar-content .bar-val {
            color: #777;
            text-align: center;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            font-size: 12px;
        }

    .bar-container .bar-content .bar-main {
        position: relative;
        height: 100%;
        max-height: 165px;
    }

        .bar-container .bar-content .bar-green {
            position: absolute;
            height: 100%;
            width: 8px;
            border-radius: 20px;
            /*background-color: #3384CB;*/
            bottom: -30px;
            left: 50%;
        }

    .bar-created {
        background-color: #eee;
    }
    .bar-inprogress {
        background-color: #FCF8E3;
    }
    .bar-approved {
        background-color: #D9EDF7;
    }
    .bar-paid {
        background-color: #DFF0D8;
    }
    .bar-rejected {
        background-color: #F2DEDE;
    }

    .bar-container .bar-content .bar-green::before {
        content: attr(data-name);
        position: absolute;
        top: -45px;
        left: -12px;
        white-space: pre-line;
        color: #808b7b;
    }

    .bar-container .bar-content .bar-green::after {
        content: attr(data-val);
        position: absolute;
        top: -25px;
        left: -25px;
        font-weight: bold;
        white-space: pre-line;
        color: #0e1319;
    }

.bar-container .bar-label p {
    text-align: center;
    color: #7e7e7c;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.bar-container .bar-icon {
    border: 1px solid #cfcdcd;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin: auto;
    position: relative;
    text-align: center;
}

    .bar-container .bar-icon img {
        position: absolute;
        top: 15px;
        left: 18px;
    }

/*# sourceMappingURL=style.css.map */
