/* --------------------------------
PLAYOFFs 
----------------------------------- */
.ddsStandingsBlock {max-width: 290px; padding-top: 20px;}

.playoff-block { margin-bottom: 50px; }

.playoff-block-inner { width: 1180px; margin-left: auto; margin-right: auto; }

.playoff-block::-webkit-scrollbar { width: 0; height: 0; }

@media (min-width: 1210px) { .playoff-block-inner.no-pb { padding-bottom: 0 !important; } }

@media (max-width: 1210px) { .playoff-block { overflow-x: auto; overflow-y: hidden; } }

.po-grid-col { flex: 0 0 280px; min-width: 280px; max-width: 280px; margin-right: 170px; }

.po-grid-col:last-child { margin-right: 0; }

.po-grid-label { background: #FF6767; padding: 10px; color: #FFF; text-align: center; font-weight: 700; margin-bottom: 20px; }

.po-grid-group { position: relative; -ms-flex-direction: column; flex-direction: column; -ms-justify-content: center; justify-content: center; height: 752px; }

.po-pair { position: relative; margin-bottom: 20px; }

.po-pair:before { content: ""; position: absolute; left: 100%; width: 85px; top: 84px; bottom: 84px; border: 1px solid #CCC; border-left: 0; }

.po-pair:after { content: ""; position: absolute; left: 100%; margin-left: 85px; top: 50%; width: 85px; height: 1px; background: #CCC; }

.po-series { position: relative; z-index: 1; background: #FFF; text-align: center; padding-bottom: 54px; margin-bottom: 20px; border: 1px solid #e9e9e9; min-height: 169px; }

.po-series:last-child { margin-bottom: 0px; }

.po-series.opened { z-index: 99; }

.po-series-places { font-size: 0; border-bottom: 1px solid #e9e9e9; min-height: 26px; }

.po-series-place { display: inline-block; vertical-align: middle; width: 50%; text-align: center; padding: 3px 10px; font-size: 14px; background: #f4f4f4; }

.po-series-place:first-child { border-right: 1px solid #e9e9e9; }

.po-series-place.winner { background: #21b049; color: #FFF; }

.po-series-teams { min-height: 87px; padding: 15px 0px; position: relative; }

.po-series-teams-vs { position: absolute; display: inline-block; font-weight: 700; font-size: 18px; font-size: 1.125rem; left: 50%; top: 50%; transform: translate(-50%, -50%); }

.po-series-team { flex: 0 0 50%; max-width: 50%; height: 57px; display: -ms-flex; display: flex; -ms-align-items: center; align-items: center; -ms-justify-content: center; justify-content: center; }

.po-series-team img { max-height: 57px; width: auto; }

.po-series-games { position: absolute; left: -1px; right: -1px; top: 100%; z-index: 99; margin-top: -53px; background: #FFF; }

.po-series-games-toggler { height: 24px; cursor: pointer; position: relative; border: 1px solid #e9e9e9; }

.po-series-games-toggler:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: url(../images/svg/arrow-left.svg) center no-repeat; background-size: 10px; transform: rotate(-90deg); }

.po-series-list { height: 30px; overflow: hidden; background: #444444; padding: 5px 20px; color: #FFF; }

.po-series-res { margin-bottom: 10px; font-weight: 700; }

.po-series-game { margin: 10px 0; color: #CCC; }

.po-series-game-title { color: #FFF; }

.po-series.opened .po-series-list { height: auto; }

.po-series.opened .po-series-games-toggler:after { transform: rotate(90deg); }

.po-pair-semifinal .po-series:not(:last-child) { margin-bottom: 210px; }

.po-pair-final:before, .po-pair-final:after, .po-pair-third-place:before, .po-pair-third-place:after { content: none; }

.po-pair-third-place { position: absolute; left: 0; right: 0; bottom: 0; }

.po-grid-col:first-child .po-grid-group:after { content: ""; position: absolute; left: 100%; margin-left: 85px; top: 50%; height: 300px; margin-top: -150px; width: 1px; background: #CCC; }

/* --------------------------------
end PLAYOFFs 
----------------------------------- */

.tabs-stage-menu { width: 240px; padding-left: 20px;  margin-top: -5px; margin-bottom: 15px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between; -ms-align-items: center; align-items: center; }
.tabs-stage-menu a { font-weight: 700; font-size: 15px; border-bottom: 0; color: rgba(0, 0, 0, 0.5); }
.tabs-stage-menu a.active { color: #000; cursor: default; }
.tabs-stage-menu .tab-slider { position: relative; display: inline-block; vertical-align: middle; width: 45px; height: 16px; background: #21b049; -ms-border-radius: 8px; border-radius: 8px; cursor: pointer; }
.tab-slider:before { content: ""; position: absolute; left: 1px; top: 1px; width: 14px; height: 14px; background: #FFF; -ms-border-radius: 50%; border-radius: 50%; transition: transform .2s; -webkit-transition: transform .2s; }
.tab-slider.active:before { -webkit-transform: translateX(29px); transform: translateX(29px); }
.tabs-playoffs-menu { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-justify-content: space-around; justify-content: space-around; text-align: center; border-bottom: 1px solid #e9e9e9; margin-bottom: -1px; }
.tabs-playoffs-menu a { display: inline-block; position: relative; color: rgba(0, 0, 0, 0.5); border-bottom-color: transparent; padding: 2px 0px; margin: 0px 5px -1px; font-weight: 700; }
.tabs-playoffs-menu a.selected { color: #000; border-bottom-color: #ed2b32; }
.tab-playoffs { display: none; } 
.po-couple { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 0px; border-top: 1px solid #e9e9e9; }
.po-couple .team { text-align: center; padding: 0px 0px; }
.po-couple:last-child { border-bottom: 1px solid #e9e9e9; margin-bottom: 20px; }
.po-couple .team, .po-couple .dash { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; }
.po-couple .couple-txt { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; color: rgba(0, 0, 0, 0.5); font-weight: 500; }
.team-po-pos { /*font-weight: 700;*/ color: rgba(0, 0, 0, 0.5); font-size: 13px; }
.team-po-logo { width: 45px; height: 45px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-justify-content: center; justify-content: center; -ms-align-items: center; align-items: center; margin-left: auto; margin-right: auto; border-bottom: 0; position: relative;}
.team-po-logo span { position: absolute; display: inline-block; font-size: 24px; height: 24px; line-height: 24px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; color: #000; }
.team-po-logo span.winner {font-weight: 700;}
.po-couple .team:first-child .team-po-logo span {left: 100%; margin-left: 18px;}
.po-couple .team:not(:first-child) .team-po-logo span {right: 100%; margin-right: 18px;}
.po-couple .dash { position: relative; }
.po-couple .dash:after { content: ""; position: absolute; left: 50%; margin-left: -8px; bottom: 22px; width: 16px; height: 1px; background: #CCC; }
.team-po-logo img { max-height: 45px; }

.tabs-structure { margin-top: -30px; }

.mini-standings table tr { border-top: 1px solid #e9e9e9; }

.mini-standings table tr.bordered-row{border-bottom: 1px solid #e9e9e9;}
.mini-standings table.visible-row tr.bordered-row{border-bottom: none;}

.mini-standings table tr:last-child { border-bottom: 1px solid #e9e9e9; }
.mini-standings .show-rows{display: block; margin-bottom: 20px; margin-top: -10px;}
.mini-standings .show-rows a{text-decoration: none; text-indent: -99999px; width: 57px; height: 12px; display: block; background: url(../images/table-arrow.png) 0 0 no-repeat; opacity: 0.5; border:none; margin:0 auto;}
.mini-standings .show-rows a:hover{opacity: 1;}
.mini-standings .show-rows a.active{background-position:0 -12px;}

.mini-standings table tr.hide-row{display: table-row;}
/*.mini-standings table tr.hide-row{display: none;}*/
.mini-standings table.visible-row tr.hide-row{display: table-row;}
.mini-standings table td, .mini-standings table th { padding-left: 0; text-align: left; font-weight: 400; padding-top: 9px; padding-bottom: 9px; border: 0; }

.mini-standings table td:first-child, .mini-standings table td:last-child, .mini-standings table th:first-child, .mini-standings table th:last-child { color: #000; font-weight: 700; }
/*.mini-standings table td:first-child {max-width: 50px; width: 50px;} */

/*.mini-standings table td:first-child {max-width: 30px; width: 30px; min-width: 30px; padding-right: 10px;}*/
.mini-standings table td {line-height: 1.2;}
.mini-standings table td:last-child, .mini-standings table th:last-child {padding-right: 0; text-align: center;}

.mini-standings table td:nth-of-type(2) { color: #000; font-weight: 700; }


.standings { padding: 40px 32px; }
.league-standings { margin-bottom: 37px; }
.league-standings .h2, .league-standings h2 { margin-bottom: 22px; margin-top: 0; }
table.standings-table { margin-bottom: 0; }
table.standings-table thead th { background: #28292b; font-weight: 700; border: 1px solid #28292b; color: #FFF; padding: 5px 8px; }
table.standings-table td, table.standings-table th { position: relative; z-index: 1; text-align: center; padding-left: 5px; padding-right: 5px; transition: box-shadow .3s; }
table.standings-table td:before, table.standings-table th:before { content: ""; position: absolute; z-index: -1; top: -2px; bottom: -2px; left: 0; width: 10px; /*background: #FFF;*/ box-shadow: -7px 0px 10px -3px rgba(85, 85, 85, 0.3); opacity: 0; -webkit-transition: opacity .45s; transition: opacity .45s; }
table.standings-table td:after, table.standings-table th:after { content: ""; position: absolute; z-index: -1; top: -2px; bottom: -2px; right: 0; width: 10px; /*background: #FFF;*/ box-shadow: 7px 0px 10px -3px rgba(85, 85, 85, 0.3); opacity: 0; -webkit-transition: opacity .45s; transition: opacity .45s; }
table.standings-table td:nth-of-type(2), table.standings-table th:nth-of-type(2) { text-align: left; width: auto; padding-left: 12px; padding-right: 12px; }
table.standings-table td.table-shadow, table.standings-table th.table-shadow { /*background: #eee;*/ }
table.standings-table td.table-shadow:before, table.standings-table td.table-shadow:after, table.standings-table th.table-shadow:before, table.standings-table th.table-shadow:after { opacity: 1; }

table.standings-new-table tbody tr:nth-of-type(even) { background: #f4f4f4; }
table.standings-new-table tbody tr{height:50px;}
table.standings-new-table tbody img{width: 30px;}
table.standings-new-table a.standing-team { font-weight: 300; padding-left: 36px; }
table.standings-new-table a.standing-team .icon {/* max-width: 30px; */}
table.standings-new-table a.standing-team span { border-bottom: 1px solid rgba(63, 63, 63, 0.15); }
table.standings-new-table td.td-team { width: 250px !important; font-size: 14px;}
table.standings-new-table td.td-home, table.standings-new-table td.td-guest { width: 120px; }
table.standings-new-table span{position: absolute; margin-top: 5px; margin-left: 10px;}

.standing-team { display: inline-block; position: relative; padding-left: 26px; color: #3f3f3f; border-bottom: 0; font-weight: 700; }
.standing-team .icon { position: absolute; left: 0; max-width: 18px; top: 50%; margin-top: -1px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -khtml-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.hints-head { position: relative; margin-bottom: 25px; }
.hints-head:after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: #e9e9e9; }
.hints-head .title { position: relative; z-index: 1; background: #FFF; padding-right: 15px; display: inline-block; font-size: 18px; font-size: 1.125rem; font-weight: 700; }
.hints-head .icon { display: inline-block; vertical-align: middle; position: relative; top: -1px; margin-right: 12px; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #FFF; font-weight: 700; font-size: 24px; -webkit-border-radius: 50%; border-radius: 50%; background: #ed2b32; }
.standings-hints .item { font-size: 12px; font-size: 0.75rem; margin-bottom: 10px; padding-right: 20px; }
.standings-hints .item strong { color: #000; }
.td-marked-red {background: #FFF1F1 !important;}
th.td-marked-red {background: #FF6767 !important; border-color: #FF6767 !important;}
.container table { width: 100%; border-collapse: collapse; vertical-align: middle; margin: 0px 0px 28px; }
.container thead th, .container thead td { font-weight: 700; padding: 12px 20px; text-align: center; line-height: 1.2; }
.container table td {border: 1px solid #dcdcdc;}
.container table td, .container table th {vertical-align: middle;border: 1px solid #dcdcdc;}
