/* Copyright Romandini Natalino */	
#footer{
  height:70px;
  width: 100%;
  background: #00A2FF;
  z-index: 98;
  }

.app-fab--absolute {
  position: fixed;
  bottom: 0.4rem;
  right: 1rem;
  z-index: 99;
  }

div.split2 div{
  float: left;
  width: 45%;
  width: 49%;
  }

@media(min-width: 1024px) {
 .app-fab--absolute {
    bottom: 0.4rem;
    right: 1.5rem;
    z-index: 99;
    }
  }

@media(max-width 767px) {
 .app-fab--absolute {
    bottom: 0.4rem;
    right: 1.5rem;
    z-index: 99;
    }
  }

.posizioneTabella {
  position: relative;
  top: 50px;
  }
 
.textCenterLarge {
	font-size:  150%;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: blue;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.stile-spinning {
  position:absolute;
  top:250px;
  }
  
.color-white {
  color: white;
  }
  
.color-gray {
  color: #808080;
  }
  
.color-blue {
  color: blue;
  }
  
.color-green {
  color: green;
  }

.carattere-h1 {
  font-size: 160%;
  }
  
.carattere-h2 {
  font-size: 140%;
  }

.carattere-h3 {
  font-size: 120%;
  }
  
.carattere-bold {
  font-weight: bold;
  }

.carattere-h4 {
 font-size: 100%;
  }

.carattere-h5 {
  font-size: 80%;
}

.carattere-h6 {
  font-size: 60%;
  }
  
td.details-control {
  text-align:center;
  color:forestgreen;
  cursor: pointer;
  }
tr.shown td.details-control {
  text-align:center; 
  color:red;
  }