.statseciton .linkdash {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .statseciton .linkdash a {
    display: block;
    flex: 0 0 49%;
    overflow: hidden;
    border-radius: 15px;
    position: relative; }
    .statseciton .linkdash a .desc {
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: 0;
      transition: .5s;
      display: flex;
      background: rgba(255, 255, 255, 0.9);
      align-items: center;
      justify-content: center;
      color: #222;
      line-height: 1.4;
      text-align: center;
      font-size: 48px;
      font-weight: bold; }
    .statseciton .linkdash a:hover .desc {
      opacity: 1; }
.statseciton .statstable, .statseciton .statstable2 {
  box-sizing: border-box;
  margin: 10px 0;
  border-radius: 5px;
  border-collapse: separate;
  border: solid 2px white;
  background: #ffffff;
  min-width: 1250px;
  line-height: 1.6; }
  .statseciton .statstable thead, .statseciton .statstable2 thead {
    background: #d42427;
    color: #ffffff; }
  .statseciton .statstable tbody tr td, .statseciton .statstable2 tbody tr td {
    border: solid 1px #f0f0f0;
    padding: 5px; }
    .statseciton .statstable tbody tr td .checked, .statseciton .statstable2 tbody tr td .checked {
      width: 20px;
      height: 20px;
      border: 1px solid #ccc;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      margin: 0 auto; }
    .statseciton .statstable tbody tr td.center, .statseciton .statstable2 tbody tr td.center {
      text-align: center; }
    .statseciton .statstable tbody tr td .teaminfo, .statseciton .statstable2 tbody tr td .teaminfo {
      display: flex;
      align-items: center; }
      .statseciton .statstable tbody tr td .teaminfo .imgbox, .statseciton .statstable2 tbody tr td .teaminfo .imgbox {
        width: 60px; }
        .statseciton .statstable tbody tr td .teaminfo .imgbox img, .statseciton .statstable2 tbody tr td .teaminfo .imgbox img {
          max-height: 50px;
          max-width: 100%; }
      .statseciton .statstable tbody tr td .teaminfo span, .statseciton .statstable2 tbody tr td .teaminfo span {
        display: block;
        color: #d42427;
        padding: 0 0 0 5px; }
.statseciton .statstable2 {
  line-height: 1.2; }
  .statseciton .statstable2 thead {
    background: #333;
    color: #fff; }

.admincalcbtn {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .admincalcbtn .in {
    padding: 5px 15px;
    cursor: pointer;
    background: #d42427;
    color: #ffffff;
    border-radius: 5px; }

.thistime {
  font-weight: bold;
  color: #d42427; }

.prev td {
  background: #eee;
  color: #444; }

.current td {
  background: #fbf9ec;
  font-weight: bold; }

.statsexplain {
  position: relative;
  display: inline-block;
  margin-top: -3px; }
  .statsexplain i {
    width: 18px;
    height: 18px;
    background: #fff;
    color: #d42427;
    font-weight: bold;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .statsexplain .in {
    position: absolute;
    padding: 5px 2px;
    box-shadow: 0 0 5px 0 #444;
    background: #fff;
    border-radius: 5px;
    bottom: 22px;
    right: -10px;
    color: #666;
    font-size: 11px;
    width: 320px;
    line-height: 1.2; }

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0 0; }
  .topbar .goback {
    color: #fff;
    background: #d42427;
    border-radius: 5px;
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
    width: 100px; }

.playoffboxwrap {
  overflow-x: auto; }
  .playoffboxwrap .playoffbox {
    padding: 0 10px 50px 10px;
    min-width: 1200px; }
    .playoffboxwrap .playoffbox .in {
      display: flex;
      align-items: center;
      padding: 20px 0 0 0; }
      .playoffboxwrap .playoffbox .in .one {
        flex: 1; }
        .playoffboxwrap .playoffbox .in .one .header {
          margin: 0 1%;
          width: 98%;
          box-sizing: border-box;
          padding: 10px;
          background: #f6f6f6;
          text-align: center;
          color: #444; }
    .playoffboxwrap .playoffbox .in2 {
      display: flex; }
      .playoffboxwrap .playoffbox .in2 .one {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 876px; }
        .playoffboxwrap .playoffbox .in2 .one .ladder {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-around; }
          .playoffboxwrap .playoffbox .in2 .one .ladder .box {
            position: relative;
            width: 90%; }
            .playoffboxwrap .playoffbox .in2 .one .ladder .box .boxplay .head {
              padding: 20px 5px 5px 5px;
              min-height: 20px;
              border-bottom: 1px solid #eee;
              letter-spacing: 1px;
              color: #666;
              font-size: 12px; }
            .playoffboxwrap .playoffbox .in2 .one .ladder .box .boxplay .body {
              background: #fff;
              display: flex;
              border: 1px solid #eee;
              border-top: 0;
              position: relative; }
              .playoffboxwrap .playoffbox .in2 .one .ladder .box .boxplay .body.lose {
                opacity: .5;
                background: #fafafa; }
              .playoffboxwrap .playoffbox .in2 .one .ladder .box .boxplay .body .photo {
                margin: 0 5px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: contain;
                width: 40px; }
              .playoffboxwrap .playoffbox .in2 .one .ladder .box .boxplay .body .team {
                flex: 1;
                padding: 0 5px;
                min-height: 60px;
                display: flex;
                align-items: center;
                color: #444; }
              .playoffboxwrap .playoffbox .in2 .one .ladder .box .boxplay .body .result {
                width: 30px;
                border-left: 1px solid #eee;
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: bold; }
              .playoffboxwrap .playoffbox .in2 .one .ladder .box .boxplay .body:nth-of-type(3):before {
                content: '';
                height: 1px;
                width: 5%;
                background: #000;
                position: absolute;
                top: -1px;
                left: -5%; }
              .playoffboxwrap .playoffbox .in2 .one .ladder .box .boxplay .body:nth-of-type(3):after {
                content: '';
                height: 1px;
                width: 5%;
                background: #000;
                position: absolute;
                top: -1px;
                left: 100%; }
          .playoffboxwrap .playoffbox .in2 .one .ladder.ladderFirst .box .boxplay .body:nth-of-type(3):before {
            display: none; }
          .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:first-of-type:after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:nth-of-type(2):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:nth-of-type(3):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:nth-of-type(4):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:nth-of-type(5):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:nth-of-type(6):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:nth-of-type(7):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:nth-of-type(8):after {
            content: '';
            height: 85px;
            width: 1px;
            background: #000;
            position: absolute;
            top: 106px;
            right: -5%; }
          .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:nth-of-type(2):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:nth-of-type(4):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:nth-of-type(6):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder1 .box:nth-of-type(8):after {
            top: 22px; }
          .playoffboxwrap .playoffbox .in2 .one .ladder.ladder2 .box:first-of-type:after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder2 .box:nth-of-type(2):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder2 .box:nth-of-type(3):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder2 .box:nth-of-type(4):after {
            content: '';
            height: 170px;
            width: 1px;
            background: #000;
            position: absolute;
            top: 106px;
            right: -5%; }
          .playoffboxwrap .playoffbox .in2 .one .ladder.ladder2 .box:nth-of-type(2):after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder2 .box:nth-of-type(4):after {
            top: -64px; }
          .playoffboxwrap .playoffbox .in2 .one .ladder.ladder3 .box:first-of-type:after, .playoffboxwrap .playoffbox .in2 .one .ladder.ladder3 .box:nth-of-type(2):after {
            content: '';
            height: 338px;
            width: 1px;
            background: #000;
            position: absolute;
            top: 108px;
            right: -5%; }
          .playoffboxwrap .playoffbox .in2 .one .ladder.ladder3 .box:nth-of-type(2):after {
            top: -232px; }
          .playoffboxwrap .playoffbox .in2 .one .ladder.ladder4 .box h4 {
            font-size: 18px;
            color: #444; }
          .playoffboxwrap .playoffbox .in2 .one .ladder.ladder4 .box .boxplay .body:nth-of-type(3):after {
            display: none; }
          .playoffboxwrap .playoffbox .in2 .one .ladder.ladder4 .seper {
            flex: 1;
            padding: 10px 0 0 0px; }
            .playoffboxwrap .playoffbox .in2 .one .ladder.ladder4 .seper h4 {
              margin-top: 50px; }
            .playoffboxwrap .playoffbox .in2 .one .ladder.ladder4 .seper .box .boxplay .body:nth-of-type(3):before {
              display: none; }

/*# sourceMappingURL=tabela.css.map */
