﻿/* centered columns styles */
.row-centered
{
    text-align: center;
}

.col-centered
{
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.col-fixed
{
    /* custom width */
    width: 320px;
}

.col-min
{
    /* custom min width */
    min-width: 320px;
}

.col-max
{
    /* custom max width */
    max-width: 320px;
}

.v-center
{
    display: table!important;
    height: 125px;
}

    .v-center div[class*='col-']
    {
        display: table-cell!important;
        vertical-align: middle;
        float: none;
    }

/*pie chart legend*/
.pie-legend li span
{
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 5px;
}

.pie-legend
{
    list-style: none;
}
/*line chart legend*/
.line-legend li span
{
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 5px;
}

.line-legend
{
    list-style: none;
}

.chart-responsive
{
    height: 180px!important;
    width: 100%!important;
}
