* {
	box-sizing: border-box;
}
       
body {
  font-family: Nunito, serif;
  font-size: 20px;
  margin: 0px;
  color: #000000;
  color: #004b8e;
  background-color: #004b8e;
  background-color: #FFFFFF;
}

#loader {  
  display: none;
  /*position: absolute;*/
  left: 0px;
  top: 176px;
  height: 5000px;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;  
  text-align: center;
  z-index: 1000000;
}

#loader img {  
  height: 1000px;
}

#foglio {
  background-color: #FFFFFF;
  width: 98%;
  margin: 0px auto;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0px;
}

#foglio a:focus {
  outline: none;
}

#foglio img {
  outline: none;
  border: 0px;
}

#foglio .cleaner {
  clear: both;
  height: 0px;
  background-color: red;
}

#foglio .testata {
  background-image: url('../immagini/layout/logo.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 30px;
  text-align: left;
  margin-top: 2px;
  margin-bottom: 10px;
  padding-left: 40px;
  height: 60px;
}

#foglio .testata .associazione {
  float: left;
  font-weight: bold;
  font-size: 28px;
  width: 20%;
}

#foglio .testata .titolo_pagina {
  float: left;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  width: 60%;
  height: 60px;
  line-height: 60px;
}

#foglio .testata .data {
  float: right;
  font-weight: normal;
  font-size: 18px;
  width: 20%;
  text-align: right;
}

#foglio .pagina #loading {  
  text-align: center;
}

#foglio .pagina #loading img {  
  height: 1300px;
}

#foglio .pagina {
  text-align: center;
  font-size: 16px;
  /*background-color: pink;*/
  margin-bottom: 20px;
}

#foglio .pagina a:link {
  text-decoration: none;
  color: #000000;
}

#foglio .pagina a:visited {
  text-decoration: none;
  color: #000000;
}

#foglio .pagina a:hover {
  text-decoration: none;
  color: #000000;
}

#foglio .pagina a:active {
  text-decoration: none;
  color: #000000;
}

#foglio .pagina hr {
  border: 1px solid #004b8e;
}

#foglio .piede {
  clear: both;
  padding-top: 20px;
  color: #004b8e;
  padding: 4px;
  text-align: center;
  font-size: 12px;
  border-top: 1px dotted #004b8e;
}

#foglio .piede .ev {
  float: right; 
  font-size: 10px;
}

#foglio .piede a:link {
  color: #004b8e;
  text-decoration: none;
}

#foglio .piede a:visited {
  color: #004b8e;
  text-decoration: none;
}

#foglio .piede a:hover {
  color: #004b8e;
  text-decoration: none;
}

#foglio .piede a:active {
  color: #000000;
  text-decoration: none;
}

#foglio .pagina .partite { 
  margin: 0px auto;
  width: 1200px;
}

#foglio .pagina .partite .partita { 
  width: 300px;
  float: left;
}

#foglio .pagina .partite .partita .data { 
  font-weight: bold;
  font-size: 28px;
}

#foglio .pagina .partite .partita .ora { 
  font-size: 20px;
}

#foglio .pagina .partite .partita .ora .tipo { 
  font-size: 14px;
}

#foglio .pagina .partite .partita .avversario { 
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}

#foglio .pagina .partite .partita .avversario .versus { 
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  margin: 0px;
  text-transform: lowercase;
}

#foglio .pagina .partite .partita .note { 
  margin-bottom: 0px;
  font-size: 18px;
  /*border-bottom: 1px dotted #004b8e;*/
}

#foglio .pagina .partite .partita .campo { 
  font-size: 18px;
}

#foglio .pagina .squadre { 
  margin: 0px auto;
  width: 100%;
  /*height: 1500px;*/
  /*background-color: lime;*/
}

#foglio .pagina .squadre .squadra { 
  float: left;
}

#foglio .pagina .squadre .squadra .nome { 
  color: red;
  font-weight: bold;
}

#foglio .pagina .squadre .squadra .giorno { 
  height: 160px;
  border: 1px dotted #004b8e;
  padding: 2%;
}

#foglio .pagina .squadre .squadra .giorno .tipo { 
  font-weight: bold;
}

#foglio .pagina .squadre .squadra .giorno .note { 
  font-size: 11px;
}

#foglio .pagina .settimana { 
  margin: 0px auto;
  width: 100%;
  height: 1500px;
}

#foglio .pagina .settimana .giorno { 
  float: left;
  border: 0px dotted #004b8e;
}

#foglio .pagina .settimana .giorno .squadra .nome { 
  color: grey;
  font-weight: bold;
  color: #004b8e;
  border-bottom: 1px dotted #004b8e;
  height: 38px;
  line-height: 38px;
}

#foglio .pagina .settimana .giorno .nome { 
  color: grey;
  font-weight: bold;
  color: #004b8e;
}

#foglio .pagina .settimana .giorno .campo { 
  float: left;
  /*background-color: violet;*/
  text-align: center;
}

#foglio .pagina .settimana .giorno .campo .nome { 
  color: red;
}

#foglio .pagina .settimana .giorno .campo .appuntamento { 
  /*border: 1px dotted #004b8e;*/
  border-bottom: 1px dotted #004b8e;
  border: 1px dotted #004b8e;
  height: 38px;
  line-height: 19px;
  font-size: 12px;
}


/******************************************************************************/
@media screen and (max-width: 800px) 
{
body {
  font-family: Nunito, serif;
  font-size: 14px;
  margin: 0px;
}

#loader {  
  display: none;
  left: 0px;
  top: 176px;
  height: 5000px;
  width: 100%;
  background-color: lime;
  color: #000000;  
  text-align: center;
  z-index: 1000000;
}

#loader img {  
  height: 1000px;
}

#foglio {
  <? $record_chiave = $c_parametri->ritorna_parametro_chiave('layout_foglio_background_color'); ?>
  background-color: <?=$record_chiave['valore'];?>;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

#foglio a:focus {
  outline: none;
}

#foglio img {
  outline: none;
  border: 0px;
}

#foglio .cleaner {
  clear: both;
}

#foglio .testata {
  background-image: url('../immagini/layout/logo.jpg');
  height: 70px;
  margin-bottom: 0px;
  margin-left: 2%;
  margin-right: 2%;
}

#foglio .testata .associazione {
  float: left;
  font-weight: bold;
  font-size: 28px;
  width: 100%;
}

#foglio .testata .titolo_pagina {
  display: none;
}

#foglio .testata .data {
  float: right;
  font-weight: normal;
  font-size: 12px;
  width: 100%;
  text-align: right;
}

#foglio .pagina {
  text-align: center;
  font-size: 16px;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 0;
  padding-top: 0;
}

#foglio .pagina .squadra {
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 20px;
}

#foglio .pagina .squadra a:link {
  color: #004b8e;
}

#foglio .pagina .squadra a:visited {
  color: #004b8e;
}

#foglio .pagina .squadra a:hover {
  font-weight: bold;
  color: #004b8e;
}

#foglio .pagina .squadra a:active {
  color: #004b8e;
}

#foglio .pagina .squadra .cambia {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 40px;
}

#foglio .pagina .squadra .giorno {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

#foglio .pagina .squadra .appuntamento {
  clear: both;
  margin-bottom: 40px;
  /*border-bottom: 1px dotted #004b8e;*/
}

#foglio .pagina .squadra .appuntamento .ora {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}







}







