﻿/* statistics */
.statistics { }
    .statistics .container_main_wrapper {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .statistics .left-side-container .back { cursor: pointer; margin: 1px; height: 33px; width: 33px; background-repeat: no-repeat; background-image: url('../../../../s/i/back_blue_icon.svg') }

    .statistics .statistics_table { display: table; width: -moz-calc(100% - 50px); width: -webkit-calc(100% - 50px); width: -o-calc(100% - 50px); width: calc(100% - 50px); margin: 20px; margin-top: 0px; margin-bottom: 0px; color: #455A64; }
        .statistics .statistics_table .statistics_table_row { display: table-row; }
            .statistics .statistics_table .statistics_table_row .statistics_table_cell { display: table-cell; text-align: center; }

        .statistics .statistics_table .statistics_table_header { display: table; width: -moz-calc(100% - 15px); width: -webkit-calc(100% - 15px); width: -o-calc(100% - 15px); width: calc(100% - 15px); margin: 20px; color: #455A64; margin: 0px; font-size: 15px; }
            .statistics .statistics_table .statistics_table_header .statistics_table_header_row { display: table-row; font-size: 15px; }
                .statistics .statistics_table .statistics_table_header .statistics_table_header_row .header_data { display: table; width: 100%; color: #455A64; margin: 10px; height: 30px; }
                .statistics .statistics_table .statistics_table_header .statistics_table_header_row .header_row { display: table-row; font-size: 15px; font-weight: bold; }
                    .statistics .statistics_table .statistics_table_header .statistics_table_header_row .header_row .header_cell { display: table-cell; text-align: left; }

        .statistics .statistics_table .statistics_table_data { display: table; width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); margin: 20px; color: #455A64; margin: 0px; background-color: white; padding: 15px; }
            .statistics .statistics_table .statistics_table_data:hover { background-color: #EEEEEE; }

.statistics_table_data_row { display: table-row; font-size: 15px; height: 30px }
    .statistics_table_data_row .data { display: table; width: 100%; margin: 20px; color: #455A64; margin: 0px; }
        .statistics_table_data_row .data .data_row { display: table-row; font-size: 15px; height: 35px; }
            .statistics_table_data_row .data .data_row .settings { margin: 1px; height: 21px; width: 21px; background-image: url('/../../s/i/settings_icon.svg'); background-repeat: no-repeat; float: right; }
        .statistics_table_data_row .data .data_cell { display: table-cell; }
    .statistics_table_data_row .user_icon { height: 40px; position: absolute; margin-top: 5px; margin-bottom: 5px; background-repeat: no-repeat; width: 40px; float: left; border-radius: 20px; }

.addition_row_data { cursor: pointer; display: table-row; font-size: 14px; text-align: left; color: #757575; line-height: 20px; }
    .addition_row_data .status { height: 15px; display: inline-block; border-radius: 11px; color: white; padding: -13px; font-size: 12px; text-align: center; padding-top: -9px; float: right; }
        .addition_row_data .status.merged { width: 59px; float: none; background-color: #32BEA6; line-height: 14px; }
        .addition_row_data .status.plain { width: 45px; float: none; background-color: #757575; line-height: 14px; margin-right: 13px; }
    .addition_row_data .item_name { margin-left: 50px; font-weight: bold; }
    .addition_row_data .item_data { display: block; margin-left: 70px; }

/*.container_statistics_grid { padding: 20px; width: -o-calc(100% - 40px); width: calc(100% - 40px); }*/
.container_statistics_grid .k-detail-row { }
    .container_statistics_grid .k-detail-row .k-detail-cell { border-width: 0px 0 0 0px; }
    .container_statistics_grid .k-detail-row .k-hierarchy-cell { border-width: 0px 0 0 0px; padding-left: 10px; }
.container_statistics_grid .k-master-row { cursor: pointer; }
    .container_statistics_grid .k-master-row:hover { background-color: #f7f7f7 !important; }
