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

/*Котент*/
#wrap #ng_win_game_info_block
{
    width: 50em;
    height: auto;
}
#wrap #ng_win_game_info_block_content
{
    text-align: left;
    height: 20em;
}

#wrap #ng_win_game_info_table
{
    width: 100%;
    color: #ffe7a7;
    margin-bottom: 1em;
}

#wrap #ng_win_game_info_table .td
{
    color: #ffe7a7;
    width: 50%;
    padding: 0.5em;
}
#wrap #ng_win_game_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_game_info_table .ng_win_game_info_prop_name
{
    width: 40%;
    font-weight: bold;
    color: #ffbb00;
    text-align: left;
}
#wrap #ng_win_game_info_table .ng_win_game_info_prop_value
{
    text-align: center;
}

#wrap #ng_win_game_info_table .ng_game_user_avatar
{
    display: inline-block;
    vertical-align: middle;
    background-color: #000000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: solid 0.0714em #FFFFFF;
    box-sizing: border-box;

    width: 2.6428em;
    height: 2.6428em;

    margin-right: 0.7142em;

    -webkit-border-radius: 2.6428em;
    -moz-border-radius: 2.6428em;
    border-radius: 2.6428em;
}

#wrap #ng_win_game_info_table .ng_game_speed
{
    width: 2.1428em;
}
#wrap #ng_win_game_info_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_game_info_table .ng_game_speed.ng_game_speed_infinite:after,
#wrap #ng_win_game_info_table .ng_game_speed.ng_game_speed_long:after,
#wrap #ng_win_game_info_table .ng_game_speed.ng_game_speed_slow:after
{
    background-position: center 0%;
}
#wrap #ng_win_game_info_table .ng_game_speed.ng_game_speed_normal:after
{
    background-position: center 50%;
}
#wrap #ng_win_game_info_table .ng_game_speed.ng_game_speed_fast:after,
#wrap #ng_win_game_info_table .ng_game_speed.ng_game_speed_express:after
{
    background-position: center 100%;
}

#wrap #ng_win_game_info_prop_playerA_name,
#wrap #ng_win_game_info_prop_playerB_name
{
    display: inline;
}

/*Настройки*/
#wrap #ng_win_game_info_options_title
{
    font-size: 16px;
    font-size: 1.1428em;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    color: #FFFFFF;
    margin-bottom: 0.3em;
}

#wrap #ng_win_game_info_options_table
{
    width: 100%;
    color: #ffe7a7;
    margin-bottom: 1em;
}
#wrap #ng_win_game_info_options_table .td
{
    color: #ffe7a7;
    width: 50%;
    padding: 0.5em;
}
#wrap #ng_win_game_info_options_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_game_info_options_table .ng_win_game_info_prop_name
{
    width: 40%;
    font-weight: bold;
    color: #ffbb00;
    text-align: left;
}
#wrap #ng_win_game_info_options_table .ng_win_game_info_prop_value
{
    text-align: center;
}

/*Статистика*/
#wrap #ng_win_game_info_statistics_title
{
    font-size: 16px;
    font-size: 1.1428em;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    color: #FFFFFF;
    margin-bottom: 0.3em;
}
#wrap #ng_win_game_info_statistics_title.dhide + #ng_win_game_info_statistics_table
{
    display: none;
}
#wrap #ng_win_game_info_statistics_table
{
    width: 100%;
    color: #ffe7a7;
}
#wrap #ng_win_game_info_statistics_table .td
{
    padding: 0.5em;
    text-align: center;
}
#wrap #ng_win_game_info_statistics_table .tr .td:first-child
{
    text-align: left;
}
#wrap #ng_win_game_info_statistics_table .tr:first-child .td
{
    font-weight: bold;
}
#wrap #ng_win_game_info_statistics_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_game_info_statistics_table .tr .td:nth-child(odd)
{
    background: rgba(170,99,10,0.24);
}

#wrap #ng_win_game_info_statistics_table .td > .table
{
    width: 100%;
}
#wrap #ng_win_game_info_statistics_table .td > .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_game_info_statistics_table .td > .table .tr .td:nth-child(odd)
{
    background: rgba(170,99,10,0.24);
}