﻿.reportPopup {
    height: -moz-calc(100%);
    height: -webkit-calc(100%);
    height: calc(100%);
}

.reportWindow .rightToolbar {
    float: left;
    width: 100%;
    height: 50px;
}

.reportGrid {
    float: left;
    width: 100%;
    height: 100%;
}

.reportWindow .rightGridChart {
    float: left;
    width: 100%;
    height: -moz-calc(50% - 110px);
    height: -webkit-calc(50% - 110px);
    height: calc(50% - 110px);
    /*margin-top: 50px;*/
    background-color: #FFFFFF;
}

.reportWindow .rightGridChartWaiter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: -moz-calc(50% - 20px);
    height: -webkit-calc(50% - 20px);
    height: calc(50% - 110px);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.85);
    background-image: url(../images/load.gif);
}


.reportGrid .bottomWrapper {
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 30px;
    z-index: 1000;
}

.reportGrid .bottomWrapperCloser {
    float: right;
    margin-top: 50px;
    margin-right: 5px;
}

.reportGrid .runButton {
    float: right;
    width: 120px;
    margin: 20px 20px 0 0;
}

.reportGrid .exportButton {
    width: 36px;
    height: 36px;
    margin: 0 5px;
    border-radius: 5px;
}

    .reportGrid .exportButton[type="0"] {
        background: url(../../../themes/images/json.png) no-repeat center;
    }

    .reportGrid .exportButton[type="1"] {
        background: url(../../../themes/images/xml.png) no-repeat center;
    }

    .reportGrid .exportButton[type="2"] {
        background: url(../../../themes/images/xls.png) no-repeat center;
    }

    .reportGrid .exportButton[type="3"] {
        background: url(../../../themes/images/xlsx.png) no-repeat center;
    }

    .reportGrid .exportButton[type="4"] {
        background: url(../../../themes/images/pdf.png) no-repeat center;
    }

    .reportGrid .exportButton[type="5"] {
        background: url(../../../themes/images/csv.png) no-repeat center;
    }

    .reportGrid .exportButton[type="6"] {
        background: url(../../../themes/images/chart.png) no-repeat center;
    }

.reportGrid .playButton {
    float: left;
    width: 32px;
    height: 32px;
    margin: 2px 2px;
    background: url(../../../themes/images/play.png) no-repeat center;
}

.reportGrid .pauseButton {
    float: left;
    width: 32px;
    height: 32px;
    margin: 2px 2px;
    background: url(../../../themes/images/pause.png) no-repeat center;
}

.reportGrid .stopButton {
    float: left;
    width: 32px;
    height: 32px;
    margin: 2px 2px;
    background: url(../../../themes/images/stop.png) no-repeat center;
}

.reportGrid .progressBar {
    float: left;
    width: 200px;
    height: 20px;
    margin: 8px 0 0 20px;
    position: relative;
}

    .reportGrid .progressBar .full {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ddd;
    }

    .reportGrid .progressBar .counter {
        position: absolute;
        height: 100%;
        background: #475867;
    }

.reportGrid .counterBox {
    float: left;
    margin: 5px 0 0 20px;
    font-weight: bold;
    font-size: 13pt;
    white-space: nowrap;
}

/*.reportGrid .dx-datagrid {
    height: 60%;
}*/


/*.reportGrid  .dx-datagrid-rowsview {
    height:570px !important;
}*/

