﻿#textcontent .node {
  padding: 0px;
  background: none;
}

.cont_layout .aside, .cont_layout aside {
    display: none;
}

.cont_layout .container {
    width: 100%;
}

.layout.rankedhistory .error-wrap h1 {
    color: #575c61;
}

.rankedhistory_wrap {
    padding: 16px 32px;
    background: var(--pad-color);
}

/*-----table----------*/

.rankedhistory .error-wrap {
    min-height: 400px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--pad-color);
}

.rankedhistory .error-wrap  p {
    max-width: 800px;
    margin: 10px auto 0;
}

.rankedhistory .error-wrap  h1.red {
    color: var(--item-color);
}

.rankedhistory_table {
	border-spacing: 1px 0;
	border-collapse: separate;
	background: none;
	width: 100%;
	color: #a2a7ac;
}

.rankedhistory_table td, .rankedhistory_table th {
	border: none;
	padding: 10px 10px;
}

.rankedhistory_table th {
    background: var(--pad-color2);
    text-transform: uppercase;
    font-weight: normal;
}

.rankedhistory_table th:focus {
	outline: none;
}

.rankedhistory_table tr {
	background: none;
	padding: 0;
}
.rankedhistory_table td {
	position: relative;
}

.rankedhistory_table tr:nth-child(2n+1) td {
    background: var(--pad-color2);
}

.rankedhistory_table tr:nth-child(2n) td {
    background: var(--pad-color);
}

.rankedhistory_table td.session_status.n0 {
    color: #e74c3c;
}

.rankedhistory_table td.session_status.n1 {
    color: #27ae60;
}

.rankedhistory_table td, .rankedhistory_table th {
    box-sizing: border-box;
}

.rankedhistory_table .session_status {
    width: 140px;
}

.rankedhistory_table .kda {
    width: 70px;
}

.rankedhistory_table .kill_count, .rankedhistory_table .death_count {
    width: 115px;
}

.rankedhistory_table .session_start_time {
    width: 180px;
}

.rankedhistory_table .mission_name_clear {
     width: 200px;
 }



.rankedhistory_ban em {
  display: none;
}
.hidden {
  display: none;
}



.rankedhistory_pagination {
    display: flex;
    margin: 24px auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    user-select: none;
}

.rankedhistory_pagination .item {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 14px Quantico, Arial;
    border: 1px solid #575c61;
    cursor: pointer;
}

.rankedhistory_pagination .item.hellip {
    border-color: transparent;
    pointer-events: none;
}

.rankedhistory_pagination .item.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.rankedhistory_pagination .item.active {
    color: #fff;
    border-color: var(--item-color);
}

.rankedhistory_pagination .item:hover {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}

.rankedhistory_pagination .item:active {
    opacity: 0.8;
}

.user-tabs {
    background: var(--pad-color2);
    padding: 0px 20px;
    text-align: justify;
    font-size:0;
    line-height:0;
    color:#a2a7ac;
    margin: 0px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}
.user-tab {
    font: normal 15px/57px Plumb, Arial, Helvetica, sans-serif;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}
.user-tab:hover {
    color: #fff;
}
.user-tab.active {
    color: var(--item-color);
    cursor: default;
    border-color: var(--item-color);
}

.user-tab span {
    text-transform: uppercase;
    font-family: Quantico;
    font-size: 16px;
    font-weight: bold;
}
.user-tab span::after {
    content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
    width: 30px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    background: url(https://wf.cdn.gmru.net/static/wf.mail.ru/img/main/content/profile/server-arr.png) center 9px no-repeat;
}
.user-tab:not(.active):hover span::after {
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
}
.user-tab.active span::after {
    background-position: center -40px;
}

.rankedhistory_cards {
    position: relative;
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.rankedhistory_card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: calc(50% - 10px);
    min-width: 320px;
    background: var(--pad-color2);
    padding: 10px;
    border: 1px rgba(255, 255, 255, 0.6) solid;
    box-sizing: border-box;
}

.rankedhistory_card--row {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 5px;
}

.rankedhistory_card--row .name {
    font-weight: bold;
}

.rankedhistory_card--row.session_status.n0 .val {
    color: #e74c3c;
}

.rankedhistory_card--row.session_status.n1 .val {
    color: #27ae60;
}

@media screen and (max-width: 1300px) {
    .rankedhistory_table .session_status {
        width: 100px;
    }

    .rankedhistory_table .kda {
        width: 50px;
    }

    .rankedhistory_table .kill_count, .rankedhistory_table .death_count {
        width: 85px;
    }

    .rankedhistory_table .session_start_time {
        width: 105px;
    }

    .rankedhistory_table .mission_name_clear {
        width: 160px;
    }

    .rankedhistory_table .session_time {
        width: 130px;
    }
}

@media only screen and (max-width: 1100px) {
    .rankedhistory_cards {
        margin-top: 20px;
    }

    .user-tabs {
        display: block;
        text-align: center;
        white-space: pre-wrap;
        margin-bottom: 20px;
    }

    .user-tab {
        border-bottom: 1px solid transparent;
        padding: 0 30px;
    }

    .user-tab + .user-tab {
        margin-top: 0px;
    }
}

.rankedhistory_wrap h2 {
    font: 700 24px / 28px Quantico;
    margin: 15px 0px;
}