/* LineUpFull */
.lineUpFull {
  .fieldLineal {
    .field {
      > .homeTeam, > .awayTeam{
        > .gameField{
          background-image: url('../images/bg_cancha_futsal.jpg');
          height: 365px;
        }
        .areaHome, .areaAway{
          background-position: 0 0;
          background-repeat: no-repeat;
          width: 82px;
          height: 219px;
          top: 70px;
          &:after{
            background-image: url('../images/dot-futsal.png');
            background-repeat: no-repeat;
            content: " ";
            display: block;
            width: 6px;
            display: block;
            height: 147px;
            position: absolute;
            top: 30px;
          }
        }
        .areaCenterHome, .areaCenterAway{
          height: 365px;
          width: 47px;
          background-position: 0 0;
          background-repeat: no-repeat;
        }
      }
      > .homeTeam{
        .areaHome{
          background-image: url('../images/area-home-futsal.png');
            &:after{
              right:  -60px;
            }
        }
        .areaCenterHome{
          background-image: url('../images/center-futsal-home.png');
        }
      }
      > .awayTeam{
        .areaAway{
          background-image: url('../images/area-away-futsal.png');
          &:after{
            left:  -60px;
          }
        }
        .areaCenterAway{
          background-image: url('../images/center-futsal-away.png');
        }
      }
    }
  }
  .lineUpFullBlock {
    .listWrapper{
      position: absolute;
      overflow-y:scroll;
      height: 365px;
    }
  }
  &.maxSize-991{
    .lineUpFullBlock {
      .listWrapper{
        position: relative;
        height: auto;
      }
    }
  }
  &.maxSize-479{
    .fieldLineal {
      .field {
        > .homeTeam, > .awayTeam{
          > .gameField{
            height: 210px;
          }
          .areaHome, .areaAway{
            width: 40px;
            height: 107px;
            top: 52px;
            background-size: 40px;
            &:after{
              background-size: 3px;
              width: 3px;
              height: 74px;
              top: 15px;
            }
          }
          .areaCenterHome, .areaCenterAway{
            height: 214px;
            width: 29px;
            background-size: 30px;
          }
        }
        > .homeTeam{
          .areaHome{
              &:after{
                right:  -25px;
              }
          }
        }
        > .awayTeam{
          .areaAway{
            &:after{
              left:  -25px;
            }
          }
        }
      }
    }
  }
}
/* Fin LineUpFull */
