﻿ .target-chart {
        width: 124px;
    }

    .switchChart {
        width: 280px;
        position: relative;
        float: left;
        left: 0px; /* top:-222px */
    }

    .chart-dropdown {
        padding: 4px;
        width: 65%;
        margin-bottom: 10px;
    }

    /*#getAudienceMonth > option {
        padding: 4px 2px;
    }*/
    .switchChart .pieCh {
        width: 30px;
        height: 28px;
        background: url(/Content/Images/pie.gif) no-repeat;
        font-size: 0;
        border: 0;
        cursor: pointer;
    }

    .switchChart .colCh {
        width: 30px;
        height: 28px;
        background: url(/Content/Images/chart.gif) no-repeat;
        font-size: 0;
        border: 0;
        cursor: pointer;
    }

    .switchChart {
        position: relative;
        left: 0px;
        top: -270px;
    }

    .pa_stats {
        width: 364px;
        float: right;
    }

    .pa_box {
        background: url(/Content/Images/pa_block.gif) no-repeat bottom;
        float: left;
        width: 645px;
        /*border-top: 1px solid #cacaca;*/
        margin-bottom: 22px;
    }

    .chart-last {
        border: 1px solid #CACACA;
        border-right: none;
    }

    .diagram {
        border: 1px solid #CACACA;
        border-right: none;
        border-bottom: none;
        height: 281px;
        float: left;
    }

    .audtable {
        border: 1px solid #CACACA;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        width: 100%;
        border-collapse: collapse;
        border-left: none;
        margin-bottom: 0;
    }

        .audtable td, .audtable th {
            font-size: 1em;
            border: 1px solid #CACACA;
            line-height: 25px;
            text-align: center;
            padding: 3px 7px 2px 7px;
        }

        .audtable th {
            font-size: 1.1em;
            text-align: center;
            font-weight: bold;
            padding-top: 5px;
            padding-bottom: 4px;
            color: #5a5a5a;
        }

        .audtable tr.alt td {
            color: #000000;
        }
    /*.chart {
        border: 1px solid #CACACA;
        border-right: none;
        border-bottom:none;
    }*/
    /*.chartBar {
        border: 1px solid #CACACA;
        border-right: none;
        border-bottom: none;
    }*/
    .lastRowTable {
        background-color: #E5E5E5;
    }

    .audtable .point {
        width: 25px;
        background-position: 50% 50%;
        background-image: url(/Content/Images/dupka.png);
        border-left: 1px solid #CACACA;
        border-right: 1px solid #CACACA;
    }

    .audience-charts {
        display: none;
    }

    .upload-charts {
        background-image: url(/Content/Images/upload_icon.gif);
        background-repeat: no-repeat;
        background-size: 90%;
        display: inline-block;
        height: 22px;
        width: 22px;
        vertical-align: -9px;
    }

    .upload-file-charts {
        width: 22px;
        height: 22px;
    }

    .empty-charts {
        font-weight: bold;
        text-align: center;
        margin-top: 30px;
        display: none;
    }