.visitor-statistic {
    background: none repeat scroll 0 0 #fff;
    border: 5px solid #f7f5f5;
    max-width: 250px;
    min-height: 300px;
    min-width: 200px;
    padding: 5px;
    width: 100%;
    position: relative;
    /*direction: ltr;*/
    text-align: right;
}

    .visitor-statistic .vs-reload {
        background: url("images/reload.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        display: block;
        float: left;
        height: 10px;
        margin: 9px 0 0 5px;
        width: 12px;
    }

        .visitor-statistic .vs-reload:hover {
            opacity: 0.8;
            cursor: pointer;
        }

    .visitor-statistic .vs-today {
        color: #a48ad4;
        /*font-family: Open Sans;*/
        font-size: 14px;
        font-weight: 300;
        margin: 5px 10px 2px 0;
        text-align: center;
        width: 100%;
    }

    .visitor-statistic .vs-splitt {
        border-top: 1px solid #f8f8f8;
        margin: 10px auto;
        padding: 0;
        width: 93%;
    }

    .visitor-statistic .vs-info {
        margin: 0 auto;
        width: 90%;
    }

        .visitor-statistic .vs-info .vs-row {
            clear: both;
            display: table;
            margin: 0 0 10px 0;
            padding: 0;
            width: 100%;
        }

            .visitor-statistic .vs-info .vs-row .vs-l {
                border-left: 1px solid #f8f8f8;
                float: right;
                margin: 0 0 0 5px;
                padding: 0;
                width: 50%;
            }

                .visitor-statistic .vs-info .vs-row .vs-l > h2 {
                    color: rgba(27, 29, 35, 0.69);
                    /*font-family: "Open Sans";*/
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 22px;
                    margin: 0;
                    padding: 0;
                }

                .visitor-statistic .vs-info .vs-row .vs-l > h5 {
                    color: #f35958;
                    display: block;
                    /*font-family: "Open Sans";*/
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 30px;
                    margin: 5px 0 0 0;
                    padding: 0;
                }

            .visitor-statistic .vs-info .vs-row .vs-r {
                float: right;
                margin: 0;
                padding: 0;
                width: 45%;
            }

                .visitor-statistic .vs-info .vs-row .vs-r > h2 {
                    color: rgba(27, 29, 35, 0.69);
                    /*font-family: "Open Sans";*/
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 22px;
                    margin: 8px 0 0 0;
                    padding-right: 10px;/*dnnsoftware.ir*/
                }

                .visitor-statistic .vs-info .vs-row .vs-r > h5 {
                    color: #f35958;
                    display: block;
                    /*font-family: "Open Sans";*/
                    font-size: 14px;
                    font-weight: 600;
                    line-height: 30px;
                    margin: 5px 0 0 0;
                    padding: 0;
                }

        .visitor-statistic .vs-info .vs-online {
            background: url("images/online.gif") no-repeat scroll right 7px rgba(0, 0, 0, 0);
        }

        .visitor-statistic .vs-info .vs-online-lbl {
            color: #69F458;
        }

    .visitor-statistic .vs-charts {
        bottom: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 2.5%;
        position: absolute;
        width: 95%;
        text-align: center;
    }

        .visitor-statistic .vs-charts > .vs-charts-tabs {
            border: 1px solid rgba(194, 194, 194, 0.3);
            right: 3px;
            list-style: outside none none;
            margin: 0;
            opacity: 0.8;
            padding: 0;
            position: absolute;
            top: 0;
            z-index: 1;
        }

            .visitor-statistic .vs-charts > .vs-charts-tabs > li {
                border-left: 1px solid #f1dfdf;
                color: #b2b1b1;
                float: right;
                /*font-family: open sans;*/
                font-size: 10px;
                margin: 0;
                padding: 1px 3px 2px;
                cursor: pointer;
                list-style: none;
            }

                .visitor-statistic .vs-charts > .vs-charts-tabs > li.active {
                    background: #fcfcfc; /* Old browsers */
                    background: -moz-linear-gradient(top, #fcfcfc 0%, #f2f2f2 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #fcfcfc 0%,#f2f2f2 100%); /* IE10+ */
                    background: linear-gradient(to bottom, #fcfcfc 0%,#f2f2f2 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
                }


                .visitor-statistic .vs-charts > .vs-charts-tabs > li:last-child {
                    border: none;
                }

        .visitor-statistic .vs-charts > .vs-chart-content {
            display: none;
            margin: 20px 0 0 0;
            padding:10px 0;/*dnnsoftware.ir*/
        }

            .visitor-statistic .vs-charts > .vs-chart-content.active {
                display: block;
            }

        .visitor-statistic .vs-charts .vs-chart-type {
            left: 3px;
            list-style: none outside none;
            margin: 0;
            position: absolute;
            top: 0;
            z-index: 10000;
        }

            .visitor-statistic .vs-charts .vs-chart-type li {
                float: right;
                height: 22px;
                margin: 0 3px 0 0;
                width: 22px;
                opacity: 0.4;
                cursor: pointer;
                list-style: none;
            }

                .visitor-statistic .vs-charts .vs-chart-type li.vs-chart-bar {
                    background: url(images/bar.png) no-repeat center center;
                }

                .visitor-statistic .vs-charts .vs-chart-type li.vs-chart-line {
                    background: url(images/line.png) no-repeat center center;
                }

                .visitor-statistic .vs-charts .vs-chart-type li.vs-chart-pie {
                    background: url(images/pie.png) no-repeat center center;
                }

                .visitor-statistic .vs-charts .vs-chart-type li.active {
                    opacity: 1;
                }

.jqstooltip {
    height: 25px !important;
    width: 180px;
}

.vs-loading {
    background: url("images/loading.png") no-repeat scroll center center rgba(0, 0, 0, 0.04);
    height: 150px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}
