.container:after, .container-fluid:after, .row:after, .el__title__page:after, .breadcrumbs ul:after, .nav-about ul:after, .nav-inner ul:after, .filter-line:after, table.statistics__table td .last-game:after, table.comp-stats td .last-game:after, .detail-command .statistic-command:after, .sidebar__commands .command-list a:after, .top-comparison-filter:after, .command-comparison-title:after, .command-comparison-title .command-item:after, .command-comparison-wrap:after, .player-comparison:after, .el-player-comparison:after, .div-table:after, .div-table .div-tr:after, .command-item:after, .player-wrap .user-player:after, .mod-protocol .player:after, .title-tournament:after, .tournament-links:after, .el-tournament-body:after, .el-tournament-body .command:after {
    display: none;
}
.custom-statistic {
    overflow: hidden;
}
.custom-statistic .filter-line {
    display: none;
}
.custom-statistic .tournament-wrap {
    width: 220px;
    height: 100%;
    background: #fff;
    border: 1px solid #E3E3E34D;
    padding: 0px 12px;
    padding-bottom: 10px;
}
.custom-statistic .tournament-wrap:hover {
    cursor: pointer;
    box-shadow: 0 0px 4px rgb(0 0 0 / 10%);
}
.custom-statistic .el-tournament-head {
    display: flex;
    flex-direction: column-reverse;
}
.custom-statistic .el-tournament-body,
.custom-statistic .el-tournament-head {
    padding: 0;
    border: none;
    text-align: center;
}
.custom-statistic .el-tournament-body .center {
    font-size: 11px;
    color: #FF6600;
}
.custom-statistic .el-tournament-body .command .name {
    font-size: 10px;
    padding: 0;
    line-height: 11.5px;
    padding-top: 5px;
    font-weight: bold;
}
.custom-statistic .el-tournament-body .command img {
    max-height: 30px;
    margin: 0;
    float: none;
}
.custom-statistic .el-tournament-body .command {
    margin: 0;
    margin-top: 10px;
}
.custom-statistic .el-tournament-body {
    display: flex;
    align-items: center;
}
.custom-statistic .el-tournament-head .tournament-date {
    font-size: 9px;
    line-height: initial;
    /*margin-bottom: 1px;*/
    font-weight: bold;
    color: #555555;
    letter-spacing: -1%;
}
.custom-statistic .el-tournament-body .center {
    float: none;
    min-height: initial;
    width: 24%;
}
.custom-statistic .el-tournament-body .center .sears-game {
    font-size: 16px;
    margin: 0;
}
.custom-statistic .ng-scope[ng-if="gameInfo.status > 0"] {
    display: none;
}
.custom-statistic ._mt30 {
    margin: 10px 5px;
}
.custom-statistic .row > .col-xs-12 {
    display: flex;
    overflow-x: scroll;
    padding: 0;
    padding-bottom: 7px;
}
.custom-statistic .el-tournament-body .left,
.custom-statistic .el-tournament-body .right{
    width: 38% !important;
}
.custom-statistic .row {
    margin: 0;
}
.custom-statistic .el-tournament-head .tournament-status {
    font-size: 10px;
    font-weight: 400;
    color: #555555;
    margin-top: 10px;
    margin-bottom: 4.5px;
    line-height: initial;
}

/* полоса прокрутки (скроллбар) */
.custom-statistic .row > .col-xs-12::-webkit-scrollbar {
    width: 5px; /* ширина для вертикального скролла */
    height: 5px; /* высота для горизонтального скролла */
    background-color: #e3e3e3;
}

/* ползунок скроллбара */
.custom-statistic .row > .col-xs-12::-webkit-scrollbar-thumb {
    background-color: #ff6600;
    border-radius: 9em;
}
/*
.custom-statistic .row > .col-xs-12::::-webkit-scrollbar-thumb:hover {
    width: 5px;
}*/


.custom-turnir .ui-select-container {
    display: none;
}
.custom-turnir .table-responsive {
    overflow-x: scroll;
}

.custom-turnir .table-responsive .col-md-12 > table::-webkit-scrollbar-thumb {
    background-color: #ff6600;
    border-radius: 9em;
}
.custom-turnir .table-responsive .col-md-12 > table::-webkit-scrollba {
    width: 5px;
    height: 5px;
    background-color: #e3e3e3;
}
.selectize-input {
    border: 1px solid #e1e1e1;
    padding: 8px 8px 8px 15px;
    display: inline-block;
    width: 100%;
    z-index: 1;
    font-weight: 400;
    min-width: 136px;
    letter-spacing: .09em;
    box-sizing: border-box;
    border-radius: 3px;
}