/* CSS iscritti */

ul{
  font-size: 15px;
  padding-left: 0;
  margin-left: 0;
}

li{
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

/* ------------------------------------------- */
/* POP<UP */

/* --------------------------------------------------------------- */
/* PAGINA VERA */

img.flag{
  height: 20px;
}

/* ------------------------------------------------------------------------ */
/* testata */
.manifestaBox{
  margin-bottom: 40px;
  color: rgb(80,80,80);
}

.meetingName{
  text-align: right;
  opacity: .6;
}

p.Big{
  font-weight: 300;
  font-size: 35px;
  line-height: 35px;
  margin: 5px 0px;

  color: black;
}

p.Small{
  font-size: 15px;
  line-height: 20px;
  margin: 4px 0px;
  font-weight: 300;
  text-align: right;
}

.info{
  margin: 4px 0px;
}

.info ul{
  color: rgb(200,200,200);
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.info a{
  color: white;
}

.textBox{
  border-bottom: 1px solid rgb(220,220,220);
  padding: 70px 0px 0px 0px;
  position: relative;
  text-align: left;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.textBox ul{
  margin: 4px;
  padding: 0px;
}

.info ul li{
  margin: 3px 0px;
}

span.cat{
  background-color: rgba(255,255,255,.8);
  color: orange;
  padding: 1px 3px;
  border-radius: 2px;
  margin: 0px 2px;
}

.textBox .fondale{
}

.textBox .btn{
  background-color: transparent;
  position: absolute;
  top: 20px;
  left: 0px;
  font-size: 14px;
  line-height: 24px;

  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.2);
}

.textBox .btn a{
  display: block;
  color: black;
  padding: 6px 20px;
}

.textBox .btnBack a{
  padding: 6px 20px 6px 10px;
}

.textBox .btnBack img{
  float: left;
  height: 20px;
  margin: 2px;
  opacity: .7;
-webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
}

.textBox .partecipa{
  left: auto;
  right: 0px;
  background-color: rgb(255,255,255);
}

.textBox .partecipa a{
  color: rgb(70,70,70);
}

.agenda{
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 150px;
  text-align: right;

}

.agenda header{
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 0px 0px;
  text-align: right;
}

.agenda span{
  color: rgb(200,200,200);
  font-weight: 300;
  line-height: 40px;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(200,200,200);
}

.agenda .corpo{
  text-align: right;
  color: rgb(200,200,200);
  padding: 10px 0px;
  font-size: 13px;
}

.agenda .corpo p{
  margin: 5px 0px;
}

.agenda .corpo span{
  vertical-align: top;
  font-size: 20px;
  margin-left: 10px;
  border-bottom: 0px;
}


/* -------------------------------------------------------------------- */
.sceltaBox{
  border-bottom: 0px;
  background-color: rgb(40,40,40);
}

.sceltaBox ul li.acceso{
  background-color: rgba(0,0,0,.5);
  color: white;
  border-top: 2px solid #f61e23;
}


/* scelta maschi/femmina */
/* ---------------------------------------------------------------------- */

#items-list{
  padding: 0;
}

ul.opBox{
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: table;
  font-size: 0px;
  text-transform: uppercase;
}

ul.opBox li{
  width: 50%;
  display: inline-block;
  padding: 15px 0px;
  font-size: 15px;
  cursor: pointer;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

ul.opBox li.current{
  background-color: #f61e23;
}

ul.opBox a{
  text-decoration: none;
  display: block;
  color: rgb(153,153,153);
  -webkit-transition: color .3s ease 0;
  -moz-transition: color .3s ease 0;
  transition: color .3s ease 0;
}

li.current a{
  color: white;
}

/* lista misure */
.title{
  margin: 0;
  padding: 20px;
  color: black;
  text-align: center;
  background-color: transparent;
}

.title .misura{
  display: inline-block;
  cursor: pointer;
  color: rgb(170,170,170);
  height: auto;
  width: auto;
  padding: 3px 10px;
  font-size: 15px;
  border-radius: 4px;
}

.active{
  display: inline-block;
  cursor: pointer;
  height: auto;
  width: auto;
  color: black;
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px solid rgb(110,110,110); 
}

.title p{
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------------------------- */
.SuperBlocchi{
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgb(200,200,200);
}

.SuperBlocchi header{
  padding: 10px;
  border-bottom: 1px solid rgb(200,200,200);
  background-color: rgb(0,168,255);
  color: white;
}

.SuperBlocchi p{
  padding: 5px 10px;
  font-size: 13px;
}




/* --------------------------------------------------------------------------- */

.limitatore *{
  padding: 0px;
  margin: 0px;
}

p#orario{
  padding: 8px 0px;
  color: black;
  font-size: 15px;
}

p#note{
  padding-bottom: 8px;
  color: rgb(100,100,100);
  font-size: 13px;
}

table a{
  color: black;
}

table .sposta{
  width: 0px;
  overflow: hidden;
  color: transparent;

  display: inline-block;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

table tr:hover .sposta{
  width: 5px;
}

table tr.normal:hover{
  cursor: pointer;
}

table a:hover{
	text-decoration: underline;
}

table.orariGara{
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px;
  margin: 0 auto;

  background-color: white;

  width: 100%;
}

table.orariGara > thead{
  text-align: left;
  color: white;
  background-color: #f61e23;
}
table.orariGara > thead > tr > th{
  padding: 14px 8px;
  font-weight: lighter;
}

table.orariGara > thead > tr > th:nth-child(1){
  text-align: center;
}

table.orariGara > thead > tr > th:nth-child(2){
  text-align: center;
}
/* nome cognome */
table.orariGara > thead > tr > th:nth-child(3){
	cursor: pointer;
}

table.orariGara > thead > tr > th:nth-child(5),
table.orariGara > thead > tr > th:nth-child(6){
	cursor: pointer;
}

table.orariGara tbody tr td{
  padding: 7px 4px;
  line-height: 18px;
}

table.orariGara tbody tr.gr{
  background-color: rgb(240,240,240);
}

table.orariGara tbody tr td:nth-child(1){
  background-color: rgba(0,0,0,.2);
  text-align: center;
}

/* foto */
table.orariGara tbody tr td:nth-child(2){
  text-align: center;
}

/* foto */
table.orariGara tbody tr td:nth-child(2) img{
  width: 30px;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

/* atleta */
table.orariGara tbody tr td:nth-child(3){
  width: 45%;
  color: rgba(0,0,0,.6);
}

/* societa in td atleta */
table.orariGara tbody tr td:nth-child(3) span.soc{
  font-size: 11px;
  color: rgba(0,0,0,.7);
  display: none;
  text-transform: capitalize;
}

/* categoria td */
table.orariGara tbody tr td:nth-child(4){
  color: rgba(0,0,0,.5);
  font-size: 12px !important;
  text-transform: capitalize;
}

/* societa td */
table.orariGara tbody tr td:nth-child(5){
  color: rgba(0,0,0,.8);
  text-transform: capitalize;
}

/*PB*/
table.orariGara tbody tr td:nth-child(7){
  color: rgba(0,0,0,.7);
  font-size: 80%;
}


/*--------------------------------*/
/* staffetta */
span.staffettista{
  margin: 0px 5px;
  font-size: 12px;
}


/* CSS RISULTATI */

div.preTable{
  padding: 5px 0px;
  margin-top: 10px;
}

.preTable p.minions{
  font-size: 13px;
  color: rgba(0,0,0,.6);
  line-height: 16px;
  vertical-align: top;
  display: inline-block;
}

.preTable p.minions img{
  height: 13px;
  margin: 2px 4px 2px 0;
  float: left;
}


/* --------------------------- */
/* expand row */
table.orariGara tr.dark{
  background-color: rgba(0,0,0,.7);
  color: rgba(255,255,255,.8);
  display: none;
}

table.orariGara tr.dark td{
}

table.orariGara tr.dark td .info{
  text-align: left;
  font-size: 12px;
  line-height: 14px;
}

table.orariGara tr.dark td .info .infoBadge{
  display: inline-block;
  padding: 3px 6px;

  background-color: transparent;
  border: 1px solid rgba(255,255,255,.6);
  color: rgba(255,255,255,.6);
    border-radius: 4px;

    margin: 0px 5px;
}

table.orariGara a.linkfoto .infoBadgeLink{
  display: inline-block;
  padding: 3px 6px;
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.6);
  color: rgba(255,255,255,.6);
  border-radius: 4px;
  margin: 0px 5px;
  
  background-color: #F4AA00;
  border: 1px solid rgba(255,255,255,.6);
  color: rgba(255,255,255,.6);
}

table.orariGara tr.compari{
  display: table-row;
}


/* ---------------------------------------- */
table.orariGara tbody tr td.concorsi{
  padding: 5px 10px;
  text-align: left;
  font-size: 13px;
}

table.orariGara tr.light{
  background-color: rgb(250,250,250);
  color: rgba(0,0,0,.8);
}

table.orariGara tbody tr.light td{
  padding: 10px 0px;
}

table.final thead{
  background-color: #73C917;
}

table.riepilogo thead{
  background-color: #33B1F8;
}

table.orariGara tbody tr td span.pb{
  font-size: 10px;
  color: rgba(0,0,0,.7);
}

.concorso{
  display: inline-block;
  margin: 5px 8px;
  min-width: 40px;
}

.concorso p{
  text-align: center;
}

.concorso p.esito{
  font-size: 11px;
}



/*-------------------------------------------------- */
/* video */
.clickFilm{
  float: right;
  line-height: 25px;
  font-size: 14px;
  text-align: right;
  cursor: pointer;

  margin-left: 8px;
  min-height: 25px;
}

.clickFilm a{
  color: inherit;
}

.clickFilm img{
  vertical-align: middle;
  margin-right: 2px;
}

.filmato{
  text-align: center;
  padding: 25px 0px;
}

.filmato iframe{
  display: inline-block;
}


/* ---------------------------------------------------------------------------------------------- */
/* DARK SIDE OF THE MOON */
/* possibilita di cambiare tema: tema dark */

body.dark{
  background-color: rgb(40,40,40) !important;
}

body.dark p#orario{
  color: rgba(255,255,255,.6);
}

body.dark .preTable{
  color: white;
}

body.dark .preTable p.minions{
  color: rgba(255,255,255,.6);
}

body.dark .textBox p{
  color: rgba(255,255,255,1);
}

body.dark .manifestaBox{
  color: rgba(255,255,255,.6);
}

body.dark table.orariGara{
  background-color: rgba(255,255,255,.1) !important;
}

body.dark table tr.gr{
  background-color: rgba(255,255,255,.1) !important;
}

body.dark table thead{
  background-color: rgba(0,0,0,.4) !important;
  color: rgba(255,255,255,.5) !important;
}

body.dark .textBox .btn{
  background-color: rgba(0,0,0,.4);
}

body.dark .textBox .btn a{
  color: rgba(255,255,255,.7);
}

body.dark .textBox .partecipa{
  background-color: rgba(255,255,255,.6);
}

body.dark .textBox .partecipa a{
  color: black;
}




/* MOBILE */

@media all and (max-width: 540px) {

  table.orariGara tbody tr td:nth-child(3) span{
    display: block !important;
  }

  table.orariGara tbody tr td:nth-child(5){
    display: none;
  }

  table.orariGara thead tr th:nth-child(5){
    display: none;
  }

}