/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 19-feb-2016, 18.11.44
    Author     : angelo
*/

.gradiente{
  /* IE10 */
background-image: -ms-linear-gradient(right, #A8D6CA 0%, #88C5B5 100%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(right, #A8D6CA 0%, #88C5B5 100%);

/* Opera */
background-image: -o-linear-gradient(right, #A8D6CA 0%, #88C5B5 100%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, right, left, color-stop(0, #A8D6CA), color-stop(1, #88C5B5));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(right, #A8D6CA 0%, #88C5B588C5B5 100%);

/* Regola standard */
background-image: linear-gradient(to right, #A8D6CA 0%, #88C5B5 100%);

color: black;

}

.gradiente:hover{

}
.panel-sfondo{
  background-image: url('./immagini/gplaypattern.png');
}

.border-radius {
  border: solid 1px;
  border-color: #DDDDDD;
  border-radius: 5px;
  -moz-border-radius: 5px; /* firefox */
  -webkit-border-radius: 5px; /* safari, chrome */
}

.login{
    position:absolute;
    top:0;
    right:0;
}

.titolo{
    font-size: 30px;
    line-height: 1em;
    font-weight:bold;
    color: #0E8EAB;
}

.centrato{
  float: none;
  margin: 0 auto;
}

.tabella{
  width:100%;
}
.cella{
  text-align:center;
  width: 55px;
}
.cella60{
  text-align:center;
  width: 60px;
}
.hover-riga:hover{
  background-color: #E3E3E3;
}
