/*** head ***/
.dropdown-header-fix {
  top: -17px !important;
}
.dropdown-header-fix a {
  font-size: 1rem;
}

.dropleft .dropdown-header-fix {
  left: -9px !important;
}

.dropright .dropdown-header-fix {
  left: 9px !important;
}

.dropleft .dropdown-header-fix::before,
.dropright .dropdown-header-fix::before {
  top: 18px;
  transform: rotate(-45deg) skew(0deg, 0deg);
  width: 0.8em;
  height: 0.8em;
  background: #fff;
  content: "";
  z-index: -1;
  position: absolute;
}

.dropleft .dropdown-header-fix::before {
  right: -7px;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  border-right: 1px solid rgba(0, 0, 0, .15);
}

.dropright .dropdown-header-fix::before {
  left: -7px;
  border-top: 1px solid rgba(0, 0, 0, .15);
  border-left: 1px solid rgba(0, 0, 0, .15);
}

@media screen and (max-width: 575px) {
  .dropright .dropdown-header-fix {
    left: -9px !important;
  }

  .dropright .dropdown-header-fix::before {
    right: -7px;
    left: unset;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15);

    border-top: 0;
    border-left: 0;
  }
}



/****** pagina ricerca giocatori e squadre ******/
.pager a.active {
  color: #000;
  font-weight: bold;
}

/****** pagine rosa *****/
.list-style-none {
  list-style: none;
}

.btn-elimina {
  top: 7px;
  right: 4px;
  background-color: #000000b8;
  border: solid 1px white;
  padding: 0 !important;
  border-radius: 15px;
  line-height: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
}
.btn-elimina:hover {
  background-color: #e74e12de;
  color: #ffffff;
}
.checkbox-import {
  top: 10px;
  right: 25px;
}
.checkbox-import input[type="checkbox"] {
  appearance: none;
  background-color: #e74e12;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}
.checkbox-import input[type="checkbox"] {
  appearance: none;
  background-color: #ffffff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  transition: 0.1s background ease-in-out;
}

.checkbox-import input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 0.1s transform ease-in-out;
  box-shadow: inset 1em 1em #fff;
  
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.checkbox-import input[type="checkbox"]:checked {
  background-color: #468f0c;
}
.checkbox-import input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.border-top-green {
  border-top: 2px solid #2b6a09 !important;
}

.alert-success.alert-green {
  /* background: #E7F9D8;
  color: #2b6a09;
  font-weight: bold;
  border: solid 1px #2b6a09; */
}

@media screen and (max-width: 767px) {
  .btns-mobile-small {
    gap: 0.3rem;
  }
  .btns-mobile-small a {
    padding: 5px 3px;
    line-height: 1.1;
    width: 100%;
    text-align: center;
    align-content: center;
    font-size: 0.95rem;
  }
}

/***** Titoli ******/
.bg-green, .bg_pallavolo, .bg_basket  {
  color: white;
    border-color: #2b6a09;
    font-weight: bold;
    text-transform: uppercase;
    padding: .4rem .8rem;
    background: rgba(0, 0, 0, 0) linear-gradient(#468f0c, #99dc5e) repeat scroll 0% 0%;
    /* border-radius: 8px; */
}


.bg_pallavolo {
  background:rgba(0, 0, 0, 0) linear-gradient(#34629b, #87b2f9) repeat scroll 0% 0%
}

.bg_basket {
  background: rgba(0, 0, 0, 0) linear-gradient(#75470d, #eca64f) repeat scroll 0% 0%;
}

.bg_basket-simple {
  background-color: #eca64f;
}

.bg_pallavolo-simple {
  background-color: #87b2f9;
}

.tbl-data tr.colored td,
table.risultati-collaboratore tr.colored td,
table.marcatori-collaboratore tr.colored td,
.tbl-classifica tr.colored th,
.tbl-classifica tr.colored td {
  background: #d0f3b1;
}

.tbl-data.basket tr.colored td,
table.risultati-collaboratore.basket tr.colored td,
table.marcatori-collaboratore.basket tr.colored td,
.tbl-classifica.basket tr.colored th,
.tbl-classifica.basket tr.colored td {
  background-color: #EADABA;
}

.tbl-data.volley tr.colored td,
table.risultati-collaboratore.volley tr.colored td,
table.marcatori-collaboratore.volley tr.colored td,
.tbl-classifica.volley tr.colored th, .tbl-classifica.pallavolo tr.colored th,
.tbl-classifica.volley tr.colored td, .tbl-classifica.pallavolo tr.colored td {
  background-color: #dbeeff;
}

h1.bg-green {
  margin-top: 0;
}

/***** squadre ****/

.lista-giocatori {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: 0;
  gap: 1rem;
}

.albo-box {
  width: fit-content;
  margin: auto;
}

.small-paragraph p {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.text-squadra-orange {
  padding: 0 6px;
  font-weight: bold;
}


/**** box cerca squadre ****/
div.col-sel.stagioni-passate,
.login { 
  padding: 9px 4px 0 4px;
  background: #e75012;
  box-shadow: 0px 2px #6565657a;
  border-radius: 5px;
  text-align: center;
}
.login form {
  flex-flow: column;
}

div.col-sel.stagioni-passate{
  
  max-width: 250px;
  margin-bottom: 20px;
  width: 100%;
}
div.col-sel.stagioni-passate p{
  color: #ffffff;
}

div.col-sel.stagioni-passate select,
.login input[name="s"] { 
  color: #000;
  font-size: 0.8rem;
  outline: none;
  padding: 3px 10px;
  margin: 0 auto;
  border-radius: 5px;
  border: solid 1px gray;
}

div.col-sel.stagioni-passate .btn-search-squadre,
.login .btn-search-squadre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  div.col-sel.stagioni-passate,
  .login { 
    text-align: center;
    max-width: unset;
  }
  
}

.btn-search-squadre:hover  {
  cursor: pointer;
}

.btn-search-squadre {
  text-transform: uppercase; 
  background: none; 
  color: white; 
  margin-top: 10px; 
  padding: 10px;
  border: 0px;
  font-size: 0.7rem !important;
}

/*********** TABELLA MOBILE ************/
.tbl-classifica {
    max-width: unset;
}


.colored.colored.colored-grey th, .colored.colored.colored-grey td {
    background: #EDEDED !important;
}



table.responsive-table.stats-giocatore tr th, table.stats-giocatore tr td {text-align: center}

.separator {
  display: none;
  margin: 0 7px;
}

.table-head-responsive {
  display: none;   
}

/*** classifica ***/

.arrow-down {
  width: 0;
  height: 0;
  margin: 7px auto;
  border-left:
    6px solid transparent;
  border-right:
    6px solid transparent;
    border-top:
    8px solid #000000;
    margin: 0px 5px 0px 5px;
}
.info-collaboratore a[aria-expanded="true"] .arrow-down {
  transform: rotate(180deg);
}

@-moz-document url-prefix() {
  .tbl-classifica-new .logo-squadra .link-squadra {
    padding-top: 3px;
  }
  .tbl-classifica-new .num {
    padding-top: 4px;
  }
}

.btn-plus-dropdown:hover {
  text-decoration: none;
}

.btn-plus-dropdown .plus::after {
  content: "+";
  font-weight: bold;
  font-size: 1.4rem;
  color: #000;
}
.btn-plus-dropdown[aria-expanded="true"] .plus::after {
  content: "-";
}

.dropdown-info-collab{
  background-color: #468f0c;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  min-width: 11.25rem;
}

.btn.btn-chiudi {
  width: 22px;
  height: 22px;
  background-color: #b2b2b2;
  border-radius: 21px;
  border: solid 1px #3e3e3e;
  
}
.tbl-classifica-new .btn.btn-chiudi i {
  color: #000 !important;
  font-size: 18px;
  line-height: 21px;
}

.tbl-classifica-new td.text-table-top {
  align-content: unset;
  vertical-align: top;
}

.tbl-classifica-new td.entry,
.tbl-classifica-new td.name,
.tbl-classifica-new td.text-table-top {
  max-width: 100px !important;
  padding-right: 5px;
}

.align-flex-center {
  display: flex;
}
.align-flex-center a {
  align-content: center;
}

.dropdown-info-collab li a i {
  width: 21px;
  height: auto;
}
.dropdown-info-collab li a i.fas.fa-chalkboard {
  font-size: 17px;
}

div.partita-info {
  width: 100%;
  padding: 25px 0 25px 0;
  background-image: url("../immagini/risultati_720_clean.png");
  background-size: 100%;
  background-repeat: repeat;
}

div.partita-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
}

div.partita-squadra, div.partita-risultato  {
  text-transform: uppercase;
  font-weight: bold;
}

div.partita-risultato {
  font-size: 1.2rem;
}

div.partita-marcatori {
  font-size: 0.8rem;
}

div.partita-logo img {    
  width: 100%;
  height: auto;
  display: block;
}

div.marcatori div {
  margin-bottom:5px;
}
div.marcatori div.colored {
  background: #d0f3b1;
}

div.calendario .colored {
  background: #EDEDED;
}

div.calendario div.info-calendario div {
  padding: 2px
}

div.marcatori img.marcatore {
  height: 130px;
}

@media only screen and (min-width: 1024px) {
  div.partita-info {
      background-image: url("../immagini/risultati_1920_clean.png");
      padding: 25px 0 365px 0;
      background-repeat: no-repeat;
      font-size:1.5rem;
  }

  div.partita-risultato {
      font-size:1.7rem;
  }

  div.partita-marcatori {
      font-size: 1.2rem;
  }
}

div.info-collaboratore {
  margin: 10px 0;
}

/**** statistiche squadra ****/

.cb-anchor {
  background: #d0f3b1;
  margin: 0 0 12px 0;
  position: relative;
  top: -4px;
  z-index: 50;
  padding: 14px 8px;
}
.cb-anchor ul {
  list-style: none;
  padding: 0;
}

.cb-anchor ul li {
  padding: 0 6px;
  font-size: 12px;
  font-weight: bold;
}

#goTop {
  height: 50px;
  width: 50px;
  background-color: #468f0c;
  border-radius: 50px;
  border: solid 1px #ffffff;

  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  display: none;
}
#goTop::after {
  content: "\203A";
    color: #fff;
    margin: auto;
    transform: rotate(270deg);
    font-size: 45px;
    line-height: 45px;
    height: 50px;
    width: 50px;
    text-align: center;
    margin-left: -1px;
    margin-top: -3px;

}

/****** PAGINE COPPE ***/

.title-giornata {
  font-size: 1.5rem;
  color: #e75012;
  font-weight: bold;
}


/**** TABLE RESPONSIVE ****/

table.tbl-data.responsive-table#risultati-giornata tr td {
  text-align: center;
}

table.tbl-data.responsive-table#risultati-giornata tr td p,
table.tbl-data.responsive-table#risultati-giornata tr td::before {
  height: 100%;
  margin: 0;
  align-content: center;
}

table.tbl-data.responsive-table#risultati-giornata tr td::before {
  color: #000;
}

/**** PRINT ****/
.menu-stampa {
  font-size: 12px;
}


.link-print {
  display: none;
  float: right;
}
.for-print {
  font-size: 14px;
  font-weight: bold;
}
@media print {
  .for-print{display: none;}
  .link-print {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  table.tbl-classifica.calcio .incontro {
    justify-content: end;
  }
  table.tbl-classifica.calcio .incontro div {
    width: auto;
  }

  .separator {
    display: block;
  }

  table.responsive-table tr.colored {
    background: #d0f3b1;
  }
  
  table.responsive-table tr th, table.responsive-table tr td {
    text-align: end;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
  }
  
  table.responsive-table {
    border: 0;
  }
  
  table.responsive-table thead tr {
    display: none;
  }
  
  table.responsive-table thead tr.responsive-visible {
    display: block;
  }
  table.responsive-table thead tr.responsive-visible th {
    border: 0;
    font-size: 1.2em;
  }
  
  table.responsive-table tbody tr {
    border-bottom: 3px solid #337013;
    display: block;
  }
  
  table.responsive-table td {
    border-bottom: 1px solid #ddd;
    font-size: 1.2em;
    text-align: right;
  }

  .table-head-responsive {
    font-size: 1.3em !important;
    width: 100%;
    display: block;
    padding: 5px 10px;
    font-weight: bolder;
    text-align: start !important;
  }
  .table-head-responsive.colored {
    background-color: #d0f3b1;
  }
  
  table.responsive-table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .img-responsive{
    text-align: center !important;
    text-align: -webkit-center !important;
  }
  
  table.responsive-table td:last-child {
    border-bottom: 0;
  }

  .border-responsive {
    border-bottom: solid 1px #000;
  }

  table.font-responsive tr th,
  table.font-responsive tr td {
    font-size: 1.2em;
  }

  table.search.responsive-table td {
    padding-left: 10px;
  }

  table.tbl-data.responsive-table#risultati-giornata tr td {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
  }
  

  #goTop {
    display: flex;
  }

  .cb-anchor ul li {
    font-size: 14px;
  }
  .cb-big ul li {
    font-size: 14px !important;
  }

  /**** classifica.php ***/
  .tbl-classifica-new .link-squadra {
    font-size: 13px !important;
  }

}

.title-border-bottom {
  background: transparent !important;
  font-size: 1rem;
  color: #000;
  border-bottom: solid 2px #337013;
  border-radius: 0;
  
}

.fa-whatsapp-square {
  background-color:#fff;
  color:  #1fd466;
}


.az-tab-loading.display {
  width: 2rem;
  height: 2rem;
  border: 5px solid #588e2e;
  border-top: 6px solid #fff;
  border-radius: 100%;
  margin: auto;
  visibility: visible;
  animation: spin 0.5s infinite linear;
}
@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

.text-grey,
.text-grey:hover {
  color: #6c757d !important;
}

