/* here you can put your own css to customize and override the theme */
.page-content-wrapper .page-content{
    margin-left:0px;
}
.input-validation-error{
    border: 1px solid red;
}
.field-validation-error{
    color:red;
    font-size:13px;
}
/*.form-group .total-price{
    background-color: #FFFF00;
    font-weight: bold;
    font-size: 18px;
}*/
div.pager {
    clear: both;
    margin-bottom: 20px;
    text-align: right;
    margin-top: 20px;
}

ul.pages {
    clear: both;
    font-weight: bold;
    list-style: none;
}

    ul.pages li {
        display: inline-block !important;
        zoom: 1;
        height: 34px;
        margin-left: 5px;
        line-height: 32px;
        font-size: 14px;
        width: 34px;
        color: #fff;
        cursor: pointer;
        vertical-align: top;
    }

        ul.pages li a {
            cursor: pointer;
            color: #414141;
            text-decoration: none;
            height: 34px;
            width: 34px;
            display: block;
        }

        ul.pages li.pgPre {
            background: url(../img/pre.png) no-repeat center top;
            text-indent: -99999px;
        }

        ul.pages li.page-number {
            background: url(../img/pages.png) no-repeat center top;
            color: #000;
            text-align: center;
        }

        ul.pages li.pgCurrent {
            background: url(../img/page_active.png) no-repeat center top;
            color: #fff !important;
        }

        ul.pages li.pgNext {
            background: url(../img/next.png) no-repeat center top;
            text-indent: -99999px;
        }

        ul.pages li.pgNext_end {
            background: url(../img/next_end.png) no-repeat center top;
            text-indent: -99999px;
        }

        ul.pages li.pgPre_end {
            background: url(../img/pre_end.png) no-repeat center top;
            text-indent: -99999px;
        }

.CSSRegionChart {
    width: 100%;
    height: 250px;
}

.CSSAnimationChart {
    width: 100%;
    height: 500px;
}

.page-bar{
    margin-bottom:10px!important;
}
.table-toolbar{
    margin-bottom:10px!important;
}
