/* Statistiche */

#statistichePartita  {
  background-color: #ffffff;
  padding-bottom: 60px;
}

/* Partita */

.top-partita-head {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0F2D5B;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../Images/Partita/bg-default.jpg);
}

.blocco-partita-content {
  background-image: url(../Images/Partita/legab-bg.jpg);
  background-size: 100%;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e2e3e5;
}


/* Cronaca */


.card-evento.inizio-fine-evento {
flex-direction: column;
}

.card-cronaca.for-all {
  border-radius: 10px;
}



.card-cronaca.for-all.start {
  background-color: #0F2D5B!important;
  color: #ffffff!important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top:10px;
  margin: 0 auto;
  width: 95%;
}



.card-cronaca.for-all.end {
  background-color: #0F2D5B!important;
  color: #ffffff!important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top:10px;
  margin: 0 auto;
  width: 95%;
}

.fase-title {
  color: #ffffff;
}


.card-evento {
  font-family: 'Barlow', sans-serif !important;
  margin-top: 5px;
  margin-bottom: 5px;
}


.card-evento .card-cronaca {
  display: flex;
  flex-direction: row;
}

.card-evento.casa .card-cronaca {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.card-evento.casa .indicatore-squadra {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card-cronaca .evento {
  padding: 10px;
  margin-left: 0px;
  margin-right: 0px;
}

.card-cronaca .evento .evento-title {
  position: relative;
  font-weight: 800;
  font-size: 1rem;
  color: #565E71;
}

.indicatore-evento {
  width: 100%;
}

.time-evento {
  width: 70px;
  text-align: center;
}

.time-evento .min-evento {
  padding: 10px 10px 2px 10px;
  font-size: 1rem;
  color: #565E71;
  font-weight: 500;
}

.card-cronaca .evento .evento-player p {
  margin-left: 0px;
  font-size: 1rem;
  font-weight: 800;
  color: #565E71 !important;
}

.card-cronaca p {
  margin-bottom: .5rem !important;
}

.card-cronaca .evento .evento-description p {
  margin-left: 0px;
  font-size: 1rem;
  color: #565E71 !important;
  font-weight: 500 !important;
}

.card-cronaca .shirt {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -2px;
  left: 0px;
  background-repeat: no-repeat;
}

.tipo-evento img {
  width: 100%;
  max-width: 40px;
  margin: 0 auto;
}

.evento {
  width: 100%;
  margin: 0px;
}

.player-evento {
  font-weight: 500;
}


.squadra-evento {
  width: 70px;
  text-align: center;
  padding-top: 15px;
}

.squadra-evento img {
  width: 100%;
  max-width: 30px;
  height: auto;
}

.card-evento.casa .card-cronaca.for-all  {
  border-radius: 10px;
}

/* Formazione partita */

.classifica-container.table-formazioni-team {
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 1);
}

.classifica-container.table-formazioni-team table tbody td {
height: 57px;
}

.classifica-container.table-formazioni-team table .player-team-name {
 font-size: .9rem;
  }
  

.classifica-container table thead th.player-tipo-evento {
 padding-left: 0px;
 padding-right: 0px;
 text-align: center;
}

.classifica-container table thead th.player-team-name {
  width: 50%;
 }


.classifica-container table thead th .formazione-title {
  font-weight: 800;
  text-transform: uppercase;
}

.player-tipo-evento img {
  width: 100%;
  max-width: 28px;
  height: auto;
}

.table-icon-type {
  width: 100%;
  max-width: 18px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.table-formazioni-team.classifica-container .formazione-num {
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.table-formazioni-team.classifica-container table tbody td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0);
  transition-property: all;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
}

.table-formazioni-team.classifica-container table tbody tr:hover td {
  background-color: #f4f4f4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Statistiche partita */



#statistichePartita .progress-container  {
  position: relative;
}

.progress-container .stats-title {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-weight: 600;
}

.progress-container .stats-casa {
  justify-content: end;
}

.progress {
  background-color: rgba(0, 0, 0, .08);
  border-radius: 9px;
}

#statistichePartita .progress  {
  background-color: rgba(0, 0, 0, .08);
  border-radius: 15px;
  height: 1rem;
}

.progress.stats-casa {
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
}

.progress.stats-trasferta {
  border-top-left-radius: 0px!important;
  border-bottom-left-radius: 0px!important;
}

.progress-bar {
  background-color:rgba(0, 199, 93, .7);
  border-radius: 9px;
  transition-property: all;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -moz-transition-property: all;
  -moz-transition-duration: 0.5s;
}

#statistichePartita  .progress-bar {
  border-radius: 15px;
  opacity: 0.9;
}

#statistichePartita  .progress-bar:hover {
  border-radius: 15px;
  opacity: 1;
}

.progress .progress-bar:hover {
  background-color:rgba(0, 199, 93, 1);
  border-radius: 9px;
}

.progress.stats-casa .progress-bar {
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
}

.progress.stats-trasferta .progress-bar {
  border-top-left-radius: 0px!important;
  border-bottom-left-radius: 0px!important;
}


.progress-bar-value {
  font-family: 'Barlow', sans-serif;
  font-size: 1.2rem;
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  font-weight: 700;
  top: 7px;
  color: #0F2D5B;
  width: 60px;
}

.progress-container .stats-casa {
  margin-left: 70px;
}

.progress-container .stats-casa .progress-bar-value {
  left: 10px;
  text-align: center;
}

.progress-container .stats-trasferta {
  margin-right: 70px;
}

.progress-container .stats-trasferta .progress-bar-value {
  right: 10px;
  text-align: center;
}

.progress-container .stats-trasferta {
  justify-content: start;
}


















.card-cronaca .evento .evento-player .esce {
  color: #FF0000;
  line-height: 0;
  position: relative;
  font-size: 40px;
  left: 0px;
  top: 15px;
}

.card-cronaca .evento .evento-player .entra {
  color: #00C75D;
  line-height: 0;
  position: relative;
  font-size: 40px;
  left: 0px;
  top: 15px;
}


.card-cronaca .evento .evento-player.sostituzione-player {
min-height: 30px;
}

@media screen and (max-width:991px) {
  .card-cronaca .evento p {
  font-size: 1rem;
}

#statistichePartita .stemma.stemma-md {
  max-width: 40px;
}



}