/***********************************************
	07.11.2025 style

	color schemes
	#c33c54
	#ee8434
	#59cd90	// green
	#8ee3ef
	#8a84e2

	nel file .php ridurre al minimo l'uso di Style
	IDs once per page, classes are much better
***********************************************/

/***** selectors *****/

th, td {
	font-size: 1.2em;
}

tr {
	line-height: 20px;	
	/* min-height: 120px; */
	/* height: 120px; */
}

thead tr {
	background-color: #d9edf7; /* bg-info*/
}

label {
	display: inline-block;
}

nav {
	text-align: center;
	color: white;
	margin-top: 20px;
	margin-bottom: 30px;
}

nav a {
	margin: 0 10px;
	padding: 4px;
	font-size: 1.4em;
}

a:hover
{
	color: #f2f2ff;
	background-color: navy;
}

/*** identifica il login come user ***/
.BANNER {
	text-align: center;
	color: white;
	background-color: mediumturquoise;
	margin: 10px 0 16px 0;
	font-size: 1.2em;
}

/*** identifica il login come admin ***/
.banner_ADMIN {
	text-align: center;
	color: white;
	background-color: Teal;
	margin: 10px 0 16px 0;
	font-size: 1.2em;
}

.menu {
	text-align: center;
	color: black;
	margin-bottom: 10px
}

.ui-widget-header { 
	color: white; 
	background:navy; 
}

/* Chrome, Safari, Edge */
.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.no-spinner {
  -moz-appearance: textfield;
}


