/*Логика отображения окна*/
#wrap.ng_ui_win_statistics #ng_win_statistics
{
    display: table;
}

#wrap #ng_win_statistics_block
{
    height: 40em;
}
#wrap #ng_win_statistics_scroll_body
{
    height: -webkit-calc(100% - 6.1424em);
    height: calc(100% - 6.1424em);
}

#wrap #ng_win_statistics_wrap
{
    min-height: 100%;
    text-align: left;
}
#wrap #ng_win_statistics_wrap [data-tap]
{
    display: none;
    width: 100%;
    height: 100%;
}
#wrap [data-tap="info"] #ng_win_statistics_wrap [data-tap="info"],
#wrap [data-tap="operation"] #ng_win_statistics_wrap [data-tap="operation"],
#wrap [data-tap="game_with_me"] #ng_win_statistics_wrap [data-tap="game_with_me"],
#wrap [data-tap="game_my"] #ng_win_statistics_wrap [data-tap="game_my"],
#wrap [data-tap="rating"] #ng_win_statistics_wrap [data-tap="rating"]
{
    display: block;
}
#wrap [data-tap="info"] #ng_win_statistics_btn_info,
#wrap [data-tap="operation"] #ng_win_statistics_btn_operation,
#wrap [data-tap="game_with_me"] #ng_win_statistics_btn_game_with_me,
#wrap [data-tap="game_my"] #ng_win_statistics_btn_game_my,
#wrap [data-tap="rating"] #ng_win_statistics_btn_rating
{
    background-position: center 66.6667%;
}

/*Вкладка общей статистики*/
#wrap #ng_win_statistics_info > .table
{
    width: 100%;
    margin-bottom: 1em;
    color: #ffe7a7;
}
#wrap #ng_win_statistics_info > .table > .tr:nth-child(odd)
{
    background: rgba(170,99,10,0.24);
    background: -moz-linear-gradient(90deg, rgba(170,99,10,0.24) 0%, rgba(170,99,10,0.2385153890657825) 95%, rgba(170,99,10,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(170,99,10,0.24) 0%, rgba(170,99,10,0.2385153890657825) 95%, rgba(170,99,10,0) 100%);
    background: linear-gradient(90deg, rgba(170,99,10,0.24) 0%, rgba(170,99,10,0.2385153890657825) 95%, rgba(170,99,10,0) 100%);
}
#wrap #ng_win_statistics_info > .table .td
{
    padding: 0.2em 1em;
}
#wrap #ng_win_statistics_info > .table .td.ng_col_1
{
    width: 50%;
    font-weight: bold;
}
#wrap #ng_win_statistics_info > .table .td.ng_col_2
{
    width: 50%;
    text-align: center;
}
#wrap #ng_win_statistics_info_dice_double_counts
{
    margin: auto;
}
#wrap #ng_win_statistics_info_dice_double_counts .td
{
    text-align: center;
}
#wrap #ng_win_statistics_info_dice_double_counts .tr:first-child
{
    font-weight: bold;
}
#wrap #ng_win_statistics_info_dice_double_counts .tr:nth-child(odd),
#wrap #ng_win_statistics_info_dice_double_counts .tr .td:nth-child(odd)
{
    background: rgba(170,99,10,0.24);
}

/*Вкладка истории аккаунта*/
#wrap #ng_win_statistics_operation .table
{
    width: 100%;
    margin-bottom: 1em;
    color: #ffe7a7;
}

#wrap #ng_win_statistics_operation_totalCount
{
    width: 100%;
}
#wrap #ng_win_statistics_operation_totalCount .td
{
    text-align: center;
}
#wrap #ng_win_statistics_operation_totalCount .td.ng_col_1
{
    text-align: left;
    font-weight: bold;
}

#wrap #ng_win_statistics_operation_table .tr:first-child
{
    font-weight: bold;
    background-color: rgba(0,0,0,0.3);
}
#wrap #ng_win_statistics_operation_table .td
{
    text-align: center;
    padding: 0.2em 1em;
}
#wrap #ng_win_statistics_operation_table .tr:nth-child(odd),
#wrap #ng_win_statistics_operation_table .tr .td:nth-child(odd)
{
    background: rgba(170,99,10,0.24);
}
#wrap #ng_win_statistics_operation_btn_showmore
{
    display: block;
    margin: auto;
}
#wrap #ng_win_statistics_block.ng_preloader #ng_win_statistics_operation_btn_showmore
{
    display: none;
}

/*Вкладка игр со списком игр со мной*/
#wrap #ng_win_statistics_game_with_me .table
{
    width: 100%;
    margin-bottom: 1em;
    color: #ffe7a7;
}
#wrap #ng_win_statistics_game_with_me_table .tr:first-child
{
    font-weight: bold;
    background-color: rgba(0,0,0,0.3);
}
#wrap #ng_win_statistics_game_with_me_table .td
{
    text-align: center;
    padding: 0.2em 1em;
    vertical-align: middle;
}
#wrap #ng_win_statistics_game_with_me_table .tr:nth-child(odd),
#wrap #ng_win_statistics_game_with_me_table .tr .td:nth-child(odd)
{
    background: rgba(170,99,10,0.24);
}
#wrap #ng_win_statistics_game_with_me_table .ng_user_name
{
    display: inline;
}
#wrap #ng_win_statistics_game_with_me_table .ng_game_player
{
    text-align: left;
}
#wrap #ng_win_statistics_game_with_me_table .ng_game_speed
{
    width: 3em;
}
#wrap #ng_win_statistics_game_with_me_table .ng_game_speed:after
{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/ui/win/game_create_list/ng_game_icon_speed.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: 100% auto;
    width: 2.1428em;
    height: 1.8571em;
}
#wrap #ng_win_statistics_game_with_me_table .ng_game_speed.ng_game_speed_infinite:after,
#wrap #ng_win_statistics_game_with_me_table .ng_game_speed.ng_game_speed_long:after,
#wrap #ng_win_statistics_game_with_me_table .ng_game_speed.ng_game_speed_slow:after
{
    background-position: center 0%;
}
#wrap #ng_win_statistics_game_with_me_table .ng_game_speed.ng_game_speed_normal:after
{
    background-position: center 50%;
}
#wrap #ng_win_statistics_game_with_me_table .ng_game_speed.ng_game_speed_fast:after,
#wrap #ng_win_statistics_game_with_me_table .ng_game_speed.ng_game_speed_express:after
{
    background-position: center 100%;
}
#wrap #ng_win_statistics_game_with_me_btn_showmore
{
    display: block;
    margin: auto;
}
#wrap #ng_win_statistics_block.ng_preloader #ng_win_statistics_game_with_me_btn_showmore
{
    display: none;
}


/*Вкладка моих игр*/
#wrap #ng_win_statistics_game_my .table
{
    width: 100%;
    margin-bottom: 1em;
    color: #ffe7a7;
}

#wrap #ng_win_statistics_game_my_table .tr:first-child
{
    font-weight: bold;
    background-color: rgba(0,0,0,0.3);
}
#wrap #ng_win_statistics_game_my_table .td
{
    text-align: center;
    padding: 0.2em 1em;
}
#wrap #ng_win_statistics_game_my_table .tr:nth-child(odd),
#wrap #ng_win_statistics_game_my_table .tr .td:nth-child(odd)
{
    background: rgba(170,99,10,0.24);
}

#wrap #ng_win_statistics_game_my_table .ng_game_speed
{
    width: 3em;
}
#wrap #ng_win_statistics_game_my_table .ng_game_speed:after
{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url('../images/ui/win/game_create_list/ng_game_icon_speed.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: 100% auto;
    width: 2.1428em;
    height: 1.8571em;
}
#wrap #ng_win_statistics_game_my_table .ng_game_speed.ng_game_speed_infinite:after,
#wrap #ng_win_statistics_game_my_table .ng_game_speed.ng_game_speed_long:after,
#wrap #ng_win_statistics_game_my_table .ng_game_speed.ng_game_speed_slow:after
{
    background-position: center 0%;
}
#wrap #ng_win_statistics_game_my_table .ng_game_speed.ng_game_speed_normal:after
{
    background-position: center 50%;
}
#wrap #ng_win_statistics_game_my_table .ng_game_speed.ng_game_speed_fast:after,
#wrap #ng_win_statistics_game_my_table .ng_game_speed.ng_game_speed_express:after
{
    background-position: center 100%;
}

/*Вкладка истории рейтинга*/
#wrap #ng_win_statistics_rating .table
{
    width: 100%;
    margin-bottom: 1em;
    color: #ffe7a7;
}

#wrap #ng_win_statistics_rating_totalCount
{
    width: 100%;
}
#wrap #ng_win_statistics_rating_totalCount .td
{
    text-align: center;
}
#wrap #ng_win_statistics_rating_totalCount .td.ng_col_1
{
    text-align: left;
    font-weight: bold;
}

#wrap #ng_win_statistics_rating_table .tr:first-child
{
    font-weight: bold;
    background-color: rgba(0,0,0,0.3);
}
#wrap #ng_win_statistics_rating_table .td
{
    text-align: center;
    padding: 0.2em 1em;
}
#wrap #ng_win_statistics_rating_table .tr:nth-child(odd),
#wrap #ng_win_statistics_rating_table .tr .td:nth-child(odd)
{
    background: rgba(170,99,10,0.24);
}
#wrap #ng_win_statistics_rating_btn_showmore
{
    display: block;
    margin: auto;
}
#wrap #ng_win_statistics_block.ng_preloader #ng_win_statistics_rating_btn_showmore
{
    display: none;
}