
.mcic_pivot {
    /* position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    right: 2px;
	border: 1px solid #eee;
    overflow: hidden;
    color: #000;
    top: 5px;*/
}




    .mcic_pivot .pivot_content {
        overflow: auto;
        bottom: 0px;
        top: 22px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        position: absolute;
    }

    .mcic_pivot .pivot_footer {
        height: 21px;
        overflow: hidden;
        bottom: 0px;
        right: 0px;
        left: 0px;
        border-top: 1px solid #ddd;
        background-color: #eee;
        background-image: -webkit-linear-gradient(#f9f9f9,#e4e4e4);
        background-image: -moz-linear-gradient(#f9f9f9,#e4e4e4);
        background-image: -ms-linear-gradient(#f9f9f9,#e4e4e4);
        background-image: -o-linear-gradient(#f9f9f9,#e4e4e4);
        background-image: linear-gradient(#f9f9f9,#e4e4e4);
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#ffe4e4e4', GradientType=0);
        box-shadow: 0 -1px 4px #eee;
    }

        .mcic_pivot .pivot_footer .footer_shell {
            padding-left: 5px;
            /*	padding-top: 3px;*/
            height: 22px;
            white-space: nowrap;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            margin-left: 4rem;
            position: relative;
            float: left;
        }

            .mcic_pivot .pivot_footer .footer_shell .shell_item {
                text-transform: uppercase;
                padding: 3px 15px 0px 13px;
                white-space: nowrap;
                /*background: url(/content/css/images/grid/footer_shell_sep.png) no-repeat left;
		background-position-y: 4px;*/
                float: left;
            }




        .mcic_pivot .pivot_footer .footer_command {
            position: relative;
            float: right;
            height: 28px;
            white-space: pre-wrap;
            color: #000;
            text-transform: uppercase;
            padding-left: 5px;
            padding-right: 5px;
        }

            .mcic_pivot .pivot_footer .footer_command .shell_item {
                text-transform: uppercase;
                padding: 3px 7px 0px 7px;
                white-space: nowrap;
                background: url(/content/css/images/grid/footer_shell_sep.png) no-repeat left;
                background-position-y: 4px;
                float: right;
            }

        .mcic_pivot .pivot_footer .footer_shell .shell_item_button {
            padding-top: 0px;
            min-width: 30px;
            height: 20px;
            float: left;
            line-height: 12px;
        }

    .mcic_pivot .pvtBtnMinAxis {
        line-height: 12px !important;
    }

    .mcic_pivot .pivot_footer .footer_shell .new-pivot-name input {
        border: 1px solid #d1d1d1;
        font: normal 12px Arial,Helvetica,Sans-serif;
        color: #333333;
        width: 200px;
        padding: 1px 10px 1px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    }

    .mcic_pivot .pivot_footer .footer-select {
        float: left;
        margin: 0 5px;
    }

        .mcic_pivot .pivot_footer .footer-select select.select2 {
            width: 150px !important;
            height: 25px !important;
        }

        .mcic_pivot .pivot_footer .footer-select .select2-container .select2-selection--single,
        .mcic_pivot .pivot_footer .footer-select .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 20px !important;
        }

        .mcic_pivot .pivot_footer .footer-select .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 20px !important;
        }


    .mcic_pivot table.pvtTable tbody tr td {
        cursor: pointer;
    }

    .mcic_pivot .pvtBtnMinAxis {
        position: absolute;
        margin-top: 1px;
        margin-left: 4px;
        min-width: 30px;
        height: 20px;
        z-index: 1000;
    }

    .mcic_pivot .footer_head {
        float: left;
    }


        .mcic_pivot .footer_head .indicator {
            width: 20px;
            height: 20px;
            padding-left: 35px;
        }

    .mcic_pivot .footer_shell {
        margin-left: 4rem;
    }


    .mcic_pivot .pvtAxisXY {
        padding: 0px;
    }

    .mcic_pivot .pvtRendererArea {
        padding: 0px;
    }


    .mcic_pivot .pvtAxisContainer {
        padding: 0px;
    }

    .mcic_pivot .pvtHorizList {
    }

.png_images .grid_graph {
    margin-top: -10px;
}

#expandBtn {
    right: 3.3rem;
    padding: 3px 3px 0px 5px;
    bottom: 28%;
    background: transparent;
    border:none;
}

    #expandBtn:hover {
        cursor: pointer;
    }



.new-graph-config {
    margin-left: 0.8rem;
}
