*, :before, :after { box-sizing: border-box; }

body {
  background-color: #fff;
  color: #000;
  font: 16px/1.25 'Helvetica', sans-serif;
  margin: 0;

}

.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 80em;
  padding: 1em;
}

section { text-align: center; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000;
}

p {
  margin-left: auto;
  margin-right: auto;
  max-width: 36em;
  text-align: center;
}

.arrow {
  border: 2em solid transparent;
  height: 0;
  margin: 50vh auto;
  width: 0;
}

.arrow.down {
  border-bottom: none;
  border-top-color: #e5e5e5;
}
.arrow.up {
    border-bottom-color: #e5e5e5;
    border-top: none;
}
/*** RADIAL PROGRESS ***/
/* Circumference = 2πr */
/* π = 3.1415926535898 */
/* r = 35 */

svg.radial-progress {
  height: auto;
  max-width: auto;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
 
}

svg.radial-progress circle.complete {
  fill: rgba(255,255,255,0)!important;
  stroke: #fff;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 10;
}


svg.radial-progress circle.incomplete {
  fill: rgba(75,75,75,1)!important;
  stroke: #fff;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 7;
}

svg.radial-progress circle.incomplete {opacity: 0.25; }

svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }

svg.radial-progress text {
  ;
}

#disponibile {
	 fill: #9fd601;
  font: bold 2.2em/1 'Oswald', sans-serif;
  text-anchor: middle;
	
}

#totalebuono {
   fill: #9fd601;
  font: 700 0.7em/1 'Oswald', sans-serif;
  text-anchor: middle;
	
}

#testodisponibile {
	 fill: #9fd601;
  font: 700 0.6em/1 'Oswald', sans-serif;
  text-anchor: middle;
	
}



/*** COLORS ***/
/* Primary */

svg.radial-progress:nth-of-type(6n+1) circle { 

stroke: url(#gradient); 
background: rgb(16,60,89);
background: linear-gradient(90deg, rgba(16,60,89,1) 0%, rgba(52,152,219,1) 35%, rgba(240,249,255,1) 100%);
}

/* Secondary */

svg.radial-progress:nth-of-type(6n+2) circle { 

stroke: url(#gradient); 
background: rgb(16,60,89);
background: linear-gradient(90deg, rgba(16,60,89,1) 0%, rgba(52,152,219,1) 35%, rgba(240,249,255,1) 100%);
}

/* Tertiary */

svg.radial-progress:nth-of-type(6n+3) circle { 

stroke: url(#gradient); 
background: rgb(16,60,89);
background: linear-gradient(90deg, rgba(16,60,89,1) 0%, rgba(52,152,219,1) 35%, rgba(240,249,255,1) 100%);
}

/* Quaternary */

svg.radial-progress:nth-of-type(6n+4) circle { 

stroke: url(#gradient); 
background: rgb(16,60,89);
background: linear-gradient(90deg, rgba(16,60,89,1) 0%, rgba(52,152,219,1) 35%, rgba(240,249,255,1) 100%);
}

/* Quinary */

svg.radial-progress:nth-of-type(6n+5) circle { 

stroke: url(#gradient); 
background: rgb(16,60,89);
background: linear-gradient(90deg, rgba(16,60,89,1) 0%, rgba(52,152,219,1) 35%, rgba(240,249,255,1) 100%);
}

#aswift_0_expand{
	
	display: none;
}





#codicefiscale {
	
font: 400 1em/1 'Oswald', sans-serif;	
}


#giorniscadenza {
	
font: 400 1em/1 'Oswald', sans-serif;	
	
}

.none {
	
	display:none;
}

ins#aswift_0_expand{
	
display:none;
z-index:100;	
}



.gradient-button {
	width:100%;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 10px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 60px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
}
.gradient-button:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: -10px 10px 10px 0px;
}

.gradient-button-1 {background-image: linear-gradient(to right, #DD5E89 0%, #F7BB97 51%, #DD5E89 100%)}
.gradient-button-1:hover { background-position: right center; }
.gradient-button-3 {background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)}
.gradient-button-3:hover { background-position: right center; }

.gradient-button-4 {background-image: linear-gradient(to right, #7474BF 0%, #348AC7 51%, #7474BF 100%)}
.gradient-button-4:hover { background-position: right center; }

.gradient-button-gui {background-image: linear-gradient(to right, #fe00f6 0%, #db00d4 15%, #c500be 30%, #b500af 45%, #750071 60%,  #530050 80%, #330031 100%)}
.gradient-button-gui:hover { background-position: right center; }



@font-face {
  font-family: GYM;
  src: url(font/GYM.ttf);
}

@font-face {
  font-family: Sport03;
  src: url(font/Sport03.ttf);
}
@font-face {
  font-family: Sport06;
  src: url(font/Sport06.ttf);
}

@font-face {
  font-family: Sport07;
  src: url(font/Sport07.ttf);
}


.title {
  
color: #9ed700;	
background: black;
border: 2px solid #000; 
padding: 2px;
border-radius: 5px;
	
}

#conferma {
	
	  color: #000!important;
 background: #9fd601!important;
	z-index:100!important;
	 border: 3px #000 solid!important;
	width:90%!important;
	
	font-size:20px!important;
}



#indietro {
	
	  color: #9fd601!important;
 background: #000!important;
	z-index:100!important;
	 border: 3px #9fd601 solid!important;
	width:90%!important;
	
	font-size:20px!important;
}



#visualizzacalendario {
	
	  color: #9fd601!important;
 background: #000!important;
	z-index:100!important;
	 border: 3px #9fd601 solid!important;
	width:90%!important;
	
	font-size:35px!important;
}





