#swf-container {
  min-height: 460px;
  width: 220px;
}

#swf-container-with-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
}

.swf-buttons {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 4px;
}

#icon-ver-jogador {
  background: url("/img/icons-ver-jogador.jpg") top left no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 5px;
}

#icon-ver-jogador:hover {
  cursor: pointer;
  background-position: bottom left;
}

#icon-ver-social {
  background: url("/img/icons-ver-jogador.jpg") top right no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 5px;
}

#icon-ver-social:hover {
  cursor: pointer;
  background-position: bottom right;
}

#icon-ver-camisola {
  background: url("/img/icons-ver-jogador.jpg") top center no-repeat;
  width: 23px;
  height: 23px;
}

#icon-ver-camisola:hover {
  cursor: pointer;
  background-position: bottom center;
}

.selected-icon {
  background-position-y: bottom !important;
}

a.competition-medal {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 140px;
  display: inline-block;
  vertical-align: top;
}

#main {
  background: #e6eaed;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #dadada;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-box-shadow: inset 0 0 6px #bbb;
  -moz-box-shadow: inset 0 0 6px #ccc;
  box-shadow: inset 0 0 6px #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6eaed', endColorstr='#ffffff');
  background: -webkit-gradient(linear, left top, left bottom, from(#e6eaed), to(white));
  background: -moz-linear-gradient(top, #e6eaed, white);
  border-image: initial;
}

#contents {
  background-color: transparent;
}

#header ul#primary a {
  border: 0;
  background-color: transparent;
  color: #8f8f8f;
}

#header ul#primary a:hover {
  color: #2971ad;
}

#header ul#primary span,
#header ul#primary a.current,
#header ul#primary a.current:hover {
  font-weight: bold;
  background: url("https://www.footstar.org/img/bullet-selected.png") no-repeat !important;
  background-position: left center !important;
  color: #2971ad;
  border: 0;
  padding-left: 13px;
  font-size: 11px;
}

#header ul#primary a,
#header ul#primary span,
#header ul#primary a.current {
  width: auto;
  margin: 1px 15px 0 0;
}

#skills_box {
  width: 100%;
}

#skills_box th {
  background: none;
  border-bottom: solid 2pt #2971ad;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: center;
}

.player-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#others_hide {
  width: 100%;
}

div.players-select {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0;
}

#skills1 .jogadores {
  font-size: 12px;
}

.player-info {
  width: 100%;
  /*min-height: 470px;*/
}

@media (max-width: 991px) {
  .player-info {
    min-height: 100px;
  }

  .face-viewer-card {
    width: 100%;
  }
}

.face-viewer-card .player-name {
  font-size: 14px;
  text-align: center;
}

.table-trophies {
  font-size: 12px;
}

table.info-table td,
table.info-table th {
  vertical-align: top;
}

.main_rgr {
  background: var(--bg-dark);
}

.trophies {
  text-align: center;
  max-width: 140px;
  white-space: normal;
}

.trophies img {
  vertical-align: middle;
  max-height: 21px;
}

table#skills_box>*>*>td:nth-child(4) {
  text-align: center;
  width: 24px;
}

table#skills_box>*>*>td:nth-child(3) {
  text-align: center;
  width: 24px;
}

.freezed-bot-reset {
  font-weight: normal;
  max-width: 180px;
}

/** player notes **********************/
.player-notes {
  max-width: 90%;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .player-notes {
    max-width: 180px;
  }
}

.player-notes .player-notes-row {
  position: relative;
  padding: 0.2rem 0;
}

.player-notes .player-notes-row>.text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
}

.player-notes .player-notes-row>a.del-btn {
  display: none;
  position: absolute;
  right: -6px;
  top: 4px;
  background-color: white;
}

.player-notes .player-notes-row:hover>a.del-btn {
  display: block;
}