﻿/* #region Variaveis */
/* Dimensoes do campo */
/* Dimensoes do jogador */
/* distancia da esquerda */
/* distancias do topo */
/* #endregion */
/* #region classes campo e jogador */
/* container do campo */
#field {
  background-color: #fefefe;
  padding: 9px !important;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden; }

/* relvado */
.players-field {
  background-image: url("../img/escolha-onze-campo.png");
  width: 300px;
  height: 430px;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
  transform: perspective(50em) rotateX(20deg);
  -webkit-transform: perspective(50em) rotateX(20deg);
  -moz-transform: perspective(50em) rotateX(20deg);
  box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.15); }

/* objeto jogador */
.player {
  position: absolute;
  width: 50px;
  transform: perspective(0) rotateX(-20deg) translateZ(35px);
  -webkit-transform: perspective(0) rotateX(-20deg) translateZ(35px);
  -moz-transform: perspective(0) rotateX(-20deg) translateZ(35px); }

/* imagem do objeto jogador */
.player .image img {
  width: 50px;
  height: 70px;
  box-shadow: 3px -1px 20px 0px rgba(0, 0, 0, 0.35); }

/* label do objeto jogador */
.name {
  color: #000;
  font-family: 'Russo One';
  font-size: 11px;
  margin-top: 2px;
  width: 150%;
  transform: translate(-15%); }

/* #endregion */
/* #region Taticas */
/* posicionamento do guarda-redes */
.player-1 {
  left: 125px;
  top: 376.25px;
  position: absolute; }

/* #region tatica 4x3x3 */
.tactic-4x3x3 .player-2 {
  left: 12.5px;
  top: 268.75px;
  position: absolute; }

.tactic-4x3x3 .player-3 {
  left: 87.5px;
  top: 268.75px;
  position: absolute; }

.tactic-4x3x3 .player-4 {
  left: 162.5px;
  top: 268.75px;
  position: absolute; }

.tactic-4x3x3 .player-5 {
  left: 237.5px;
  top: 268.75px;
  position: absolute; }

.tactic-4x3x3 .player-6 {
  left: 50px;
  top: 146.34454px;
  position: absolute; }

.tactic-4x3x3 .player-7 {
  left: 125px;
  top: 146.34454px;
  position: absolute; }

.tactic-4x3x3 .player-8 {
  left: 200px;
  top: 146.34454px;
  position: absolute; }

.tactic-4x3x3 .player-9 {
  left: 50px;
  top: 17.91667px;
  position: absolute; }

.tactic-4x3x3 .player-10 {
  left: 125px;
  top: 17.91667px;
  position: absolute; }

.tactic-4x3x3 .player-11 {
  left: 200px;
  top: 17.91667px;
  position: absolute; }

/* #endregion */
/* #region tatica 4x4x2*/
.tactic-4x4x2 .player-2 {
  left: 12.5px;
  top: 268.75px;
  position: absolute; }

.tactic-4x4x2 .player-3 {
  left: 87.5px;
  top: 268.75px;
  position: absolute; }

.tactic-4x4x2 .player-4 {
  left: 162.5px;
  top: 268.75px;
  position: absolute; }

.tactic-4x4x2 .player-5 {
  left: 237.5px;
  top: 268.75px;
  position: absolute; }

.tactic-4x4x2 .player-6 {
  left: 12.5px;
  top: 146.34454px;
  position: absolute; }

.tactic-4x4x2 .player-7 {
  left: 87.5px;
  top: 146.34454px;
  position: absolute; }

.tactic-4x4x2 .player-8 {
  left: 162.5px;
  top: 146.34454px;
  position: absolute; }

.tactic-4x4x2 .player-9 {
  left: 237.5px;
  top: 146.34454px;
  position: absolute; }

.tactic-4x4x2 .player-10 {
  left: 87.5px;
  top: 17.91667px;
  position: absolute; }

.tactic-4x4x2 .player-11 {
  left: 162.5px;
  top: 17.91667px;
  position: absolute; }

/* #endregion */
/* #region tatica 3x5x2 */
.tactic-3x5x2 .player-2 {
  left: 50px;
  top: 268.75px;
  position: absolute; }

.tactic-3x5x2 .player-3 {
  left: 125px;
  top: 268.75px;
  position: absolute; }

.tactic-3x5x2 .player-4 {
  left: 200px;
  top: 268.75px;
  position: absolute; }

.tactic-3x5x2 .player-5 {
  left: -3px;
  top: 131.34454px;
  position: absolute; }

.tactic-3x5x2 .player-6 {
  left: 61px;
  top: 146.34454px;
  position: absolute; }

.tactic-3x5x2 .player-7 {
  left: 125px;
  top: 161.34454px;
  position: absolute; }

.tactic-3x5x2 .player-8 {
  left: 189px;
  top: 146.34454px;
  position: absolute; }

.tactic-3x5x2 .player-9 {
  left: 253px;
  top: 131.34454px;
  position: absolute; }

.tactic-3x5x2 .player-10 {
  left: 87.5px;
  top: 17.91667px;
  position: absolute; }

.tactic-3x5x2 .player-11 {
  left: 162.5px;
  top: 17.91667px;
  position: absolute; }

.tactic-3x5x2 .player .image img {
  width: 43.75px;
  height: 61.25px; }

/* #endregion */
/* #region tatica 4x2x3x1 */
.tactic-4x2x3x1 .player-2 {
  left: 12.5px;
  top: 295.625px;
  position: absolute; }

.tactic-4x2x3x1 .player-3 {
  left: 87.5px;
  top: 295.625px;
  position: absolute; }

.tactic-4x2x3x1 .player-4 {
  left: 162.5px;
  top: 295.625px;
  position: absolute; }

.tactic-4x2x3x1 .player-5 {
  left: 237.5px;
  top: 295.625px;
  position: absolute; }

.tactic-4x2x3x1 .player-6 {
  left: 87.5px;
  top: 197.08333px;
  position: absolute; }

.tactic-4x2x3x1 .player-7 {
  left: 162.5px;
  top: 197.08333px;
  position: absolute; }

.tactic-4x2x3x1 .player-8 {
  left: 50px;
  top: 92.14286px;
  position: absolute; }

.tactic-4x2x3x1 .player-9 {
  left: 125px;
  top: 92.14286px;
  position: absolute; }

.tactic-4x2x3x1 .player-10 {
  left: 200px;
  top: 92.14286px;
  position: absolute; }

.tactic-4x2x3x1 .player-11 {
  left: 125px;
  top: -10px;
  position: absolute; }

.tactic-4x2x3x1 .player .image img {
  width: 37.5px;
  height: 52.5px; }

.tactic-4x2x3x1 .player-1 {
  left: 125px;
  top: 385.20833px;
  position: absolute; }

/* #endregion */
/* #region tatica 3x4x3 */
.tactic-3x4x3 .player-2 {
  left: 50px;
  top: 268.75px;
  position: absolute; }

.tactic-3x4x3 .player-3 {
  left: 125px;
  top: 268.75px;
  position: absolute; }

.tactic-3x4x3 .player-4 {
  left: 200px;
  top: 268.75px;
  position: absolute; }

.tactic-3x4x3 .player-5 {
  left: 12.5px;
  top: 146.34454px;
  position: absolute; }

.tactic-3x4x3 .player-6 {
  left: 87.5px;
  top: 146.34454px;
  position: absolute; }

.tactic-3x4x3 .player-7 {
  left: 162.5px;
  top: 146.34454px;
  position: absolute; }

.tactic-3x4x3 .player-8 {
  left: 237.5px;
  top: 146.34454px;
  position: absolute; }

.tactic-3x4x3 .player-9 {
  left: 50px;
  top: 17.91667px;
  position: absolute; }

.tactic-3x4x3 .player-10 {
  left: 125px;
  top: 17.91667px;
  position: absolute; }

.tactic-3x4x3 .player-11 {
  left: 200px;
  top: 17.91667px;
  position: absolute; }

/* #endregion */
/* #region tatica 4x1x3x2 */
.tactic-4x1x3x2 .player-2 {
  left: 12.5px;
  top: 295.625px;
  position: absolute; }

.tactic-4x1x3x2 .player-3 {
  left: 87.5px;
  top: 295.625px;
  position: absolute; }

.tactic-4x1x3x2 .player-4 {
  left: 162.5px;
  top: 295.625px;
  position: absolute; }

.tactic-4x1x3x2 .player-5 {
  left: 237.5px;
  top: 295.625px;
  position: absolute; }

.tactic-4x1x3x2 .player-6 {
  left: 125px;
  top: 197.08333px;
  position: absolute; }

.tactic-4x1x3x2 .player-7 {
  left: 50px;
  top: 92.14286px;
  position: absolute; }

.tactic-4x1x3x2 .player-8 {
  left: 125px;
  top: 92.14286px;
  position: absolute; }

.tactic-4x1x3x2 .player-9 {
  left: 200px;
  top: 92.14286px;
  position: absolute; }

.tactic-4x1x3x2 .player-10 {
  left: 87.5px;
  top: -10px;
  position: absolute; }

.tactic-4x1x3x2 .player-11 {
  left: 162.5px;
  top: -10px;
  position: absolute; }

.tactic-4x1x3x2 .player .image img {
  width: 37.5px;
  height: 52.5px; }

.tactic-4x1x3x2 .player-1 {
  left: 125px;
  top: 385.20833px;
  position: absolute; }

/* #endregion */
/* #region customizacao de elementos do bootstrap e do control */
.btnExcluir {
  width: 25px;
  height: 25px;
  position: absolute;
  background: #000;
  color: #FFF;
  top: -15px;
  right: -15px;
  border: 2px solid #FFF;
  border-radius: 50%; }

.list-group {
  margin-bottom: 0;
  margin-bottom: 18px; }

.list-group-item {
  border-radius: 0 !important; }

.list-group-item img {
  width: 23px;
  height: 25px;
  border-radius: 50%; }

#btnVotar {
  margin-top: 25px; }

.position-abbr {
  display: inline-block;
  min-width: 40px;
  color: crimson; }

#e11-title {
  border: 1px solid #ddd;
  text-transform: uppercase; }

.e11-info p {
  margin: 5px 0 5px; }

#playerChoice .close {
  font-size: 30px;
  width: 27px;
  height: 27px;
  border: 2px solid #000;
  line-height: 0; }

.p3d {
  transform-style: preserve-3d; }

/* #endregion */
@media (max-width: 1199px) {
  .players-field {
    margin-bottom: 80px; } }
