
<!--
/*************** start navbar ***************

VERDE CHIARO #64ccc9
VERDE SCURO  #008c95
*/

.topnav {
  position: fixed;
  right: 10;
  overflow: hidden;
  background-color: #008c95;
  border-radius:  10px 10px 10px 10px; 
}
.topnav-button {
  background-color: #64ccc9;
  border: 3px solid #64ccc9;
}
.topnav-button:hover {
  background-color: #008c95;
  border: 3px solid #64ccc9;
}

.topnav a {
  display: block;
  border-radius:  10px 10px 10px 10px; 
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  color: #ffffff;
  border-bottom: 3px solid #008c95;
  font-size: 85%
}
.topnav a:hover {
  border-bottom: 3px solid #64ccc9;
}

.topnav a.active {
  border-bottom: 3px solid #64ccc9;
}
-->
<!--
/*************** start criteri ***************/

ul.criteri {
	margin: 10px 0 0 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #aaa;
}
ul.criteri li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
	white-space: nowrap;
	font-size: 18px;
}
ul.criteri li span {
	margin: 0 20px 0 2px;
	font-weight: normal;
	font-weight: bold;
	font-size: 18px;
}

.input-criteri {
  border-width: 1px ;  
  border-radius:  3px 3px 3px 3px; 
  border-color: black;
  background-color:#e9e9ed;
  height: 32px;
  width: 50px;
  align-content: center;
}
.input-criteri-large {
  border-width: 1px ;  
  border-radius:  3px 3px 3px 3px; 
  border-color: black;
  background-color:#e9e9ed;
  height: 32px;
  width: 120px;
  align-content: center;
}

.input-criteri-extralarge {
  border-width: 1px ;  
  border-radius:  3px 3px 3px 3px; 
  border-color: black;
  background-color:#e9e9ed;
  height: 32px;
  width: 250px;
  align-content: center;
}
-->

.title-card {
	color: #ffffff;
	vertical-align: middle !important;
	background-color: #008c95; 
	border-radius: .25rem
}
.title-card-modificata {
	color: #ffffff;
	vertical-align: middle !important;
	background-color: #be0a0a; 
	border-radius: .25rem
}

.div-button-accedi {
	width:127px;
	position: absolute;
	bottom:1;
	left: 50% !important;
	transform: translate(-50%,-50%) !important;	
}

div.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0.75;
	background: url('page-loader.gif') 50% 50% no-repeat #fff;
}
.pageLoadingOff {
	/* utilizzata per disattivare il loader sui submit ove necessario */
}

.legenda {
	color: #008c95;	
	text-align: center !important;
}

.table-oam-contatori {
	border: 1px solid #64ccc9;
	border-bottom: 1px solid #64ccc9;
	width: 100%;
	
}
.table-oam-contatori td, 
.table-oam-contatori tr{
	border: 1px solid #64ccc9;
	border-bottom: 1px solid #64ccc9;
}

.table-oam-contatori th {
  color: #008c95;
  background-color: #e9ecef;
  border: 1px solid #64ccc9;
}

.tab-oam-title{
  color: #ffffff;
  background-color: #008c95;
  border: 1px solid #008c95;
  font-weight: bold;
}
.tab-oam-label{
  color: #008c95;
  background-color: #e9ecef;
  border: 1px solid #008c95;
  font-weight: bold;
  font-style: italic;
}
.tab-oam-text{
  border: 1px solid #008c95;
		
}