body {
	line-height: 21px;
	font-size: 14px;
}


.logo{
height: 104px;	
padding-left: 3%; 
padding-right: 3%; 
}

.logoP{
	
padding-left: 3%; 
padding-right: 3%;  
float: left;
}

.menu{
float: right;
}

.corpo{

background-repeat:no-repeat;
margin: 0px 0px 0px 0px;
min-width: 555px;

}

.corpoHome{
background-image: url("../../NutiOrdini/immagini/GRARNBhomepage.jpeg");/*("../../NutiOrdini/immagini/RNBtagliato.png"); */
  background-repeat: no-repeat; 
  background-position: center center;
  background-size: cover;
}
.header{
background-color: #f0f0f0;
text-align: center;
}

.logoVisibile{ 
	display: none;
 
 }

#navbar {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 90px 10px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.logoMenu{
float: left;
width: 75%
}

.f-nav{ z-index: 9999; position: sticky; top:0; width:100%;}

.nav-container{
position: sticky;
top:0;
height: 48px;
width:100%;
background:#f0f0f0;
border-bottom:1px solid #ddd;
}

.nav-container ul {list-style:none; line-height:42px; }

.nav-container ul li, .nav-container ul li a { display:inline-block;}

.dropbtn {
  color: #0075B5;
  font-size: 30px;
  width: 125px;
  border: none;
  cursor: pointer;
  height: 42px;
}

.dropbtn:hover, .dropbtn:focus {
  color: black;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  font-size: 14px !important;
  min-width: 125px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-right: 50px;
  z-index: 1;
}


.dropdown-content a {
  color: #0075B5 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
	text-decoration: none;
	color: black !important;
}

.dropdown a:hover {background-color: #2980B9;}

.show {display: block;}

.wrapper{

max-width:1280px;
min-height:83vh;
margin: 0 auto;
padding-top:50px;
padding-bottom: 100px;
text-align:left;
opacity: 1;
flex-grow: 1;
}

.footerNuti{
	
	background-color: #003e6e;
	color: white;
	width: 100%;

	position: relative;
  bottom: 0;
}
.footerNuti p{
	margin-left: 10px;
}

.footerNuti a:link, a:visited, a:hover{
	color: white;
}

.footerNutiHome{
	
	background-color: #f0f0f0;
	color: black;
	width: 100%;
	height: 126px;
	position: relative;
}
.footerNutiHome p{
	margin-left: 10px;
}

.footerNutiHome a:link, a:visited, a:hover{
	color: black;
}

a.fa {
	color: white !important;
  padding: 8px;
  font-size: 20px;
  width: 32px;
  height:32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

a.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color:#bebdbd;
}

.fa-linkedin {
  background: #007bb5;
  color:#bebdbd;
}

.fa-instagram {
 background: radial-gradient(circle at 30% 110%,
            #ffdb8b 0%,
            #ee653d 25%,
            #d42e81 50%,
            #a237b6 75%,
            #3e57bc 100%);
    border-radius: 37px;
    box-shadow: 0px 15px 40px 1px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s linear;
}

.social-networks-wrapper{
	margin: 0px 50px;
}


.buttonLink {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  cursor: pointer;
  color: white;
}

#togglePassword {
    margin-left: -40px;
    cursor: pointer;
}

#togglePassword {
    margin-left: -40px;
    cursor: pointer;
}


.pulsante {
	background-color: #306289; /* Colore blu di base */
	color: #ffffff !important; /* Testo bianco */
	border: 2px solid #306289; /* Bordo blu */
	border-radius: 5px; /* Arrotondamento angoli */
	padding: 12px 25px; /* Spaziatura interna */
	font-size: 16px; /* Dimensione del testo */
	font-weight: 600; /* Testo in semi-grassetto */
	letter-spacing: 1px; /* Spaziatura lettere *
	text-transform: uppercase; /* Testo maiuscolo */
	cursor: pointer; /* Cursore cliccabile */
	transition: all 0.3s ease; /* Transizione morbida */
}

.pulsante:hover {
	background-color: #f2f2f2; /* Colore di sfondo hover bianco sporco */
	color: #306289 !important; /* Testo blu */
	border-color: #306289; /* Bordo blu */
	text-decoration: none;
	transform: scale(1.1); /* Leggera espansione */
}

.pulsante:active {
	transform: scale(0.95); /* Leggera riduzione alla pressione */
}
.labelForm{
	display: inline-block; 
	width: 100px;
}

.labelPrincipale{
	display: inline-block; 
	width: 250px;
	text-align: left;
}

.labelForm{
	width: 150px;
}
.bi-eye, .bi-eye-slash {
    margin-left: -40px;
    cursor: pointer;
}

/* ****************** Pulsante Seleziona File *************************** */

.pulsanteSel {
	background-color: #306289; /* Colore blu di base */
	color: #ffffff; /* Testo bianco */
	height: 56px;
	border: 2px solid #306289; /* Bordo blu */
	border-radius: 5px; /* Arrotondamento angoli */
	padding: 12px 25px; /* Spaziatura interna */
	font-size: 16px; /* Dimensione del testo */
	font-weight: 600; /* Testo in semi-grassetto */
	letter-spacing: 1px; /* Spaziatura lettere */
	text-transform: uppercase; /* Testo maiuscolo */
	cursor: pointer; /* Cursore cliccabile */
	transition: all 0.3s ease; /* Transizione morbida */
}

.pulsanteSel:hover {
	background-color: #f2f2f2; /* Colore di sfondo hover bianco sporco */
	color: #306289; /* Testo blu */
	border-color: #306289; /* Bordo blu */
	transform: scale(1.1); /* Leggera espansione */
}

.pulsanteSel:active {
	transform: scale(0.95); /* Leggera riduzione alla pressione */
}

/* ****************** Fine Pulsante Seleziona File *************************** */

/* ****************** Pulsante Cestino *************************** */


/* Stile generale del pulsante */
.trash-button {
  width: 25px;
  height: 25px;
  background-color: #f44336; /* Rosso chiaro */
  border: none;
  border-radius: 50%; /* Arrotonda i bordi */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.trash-button:hover {
  transform: scale(1.1); /* Leggera espansione al passaggio del mouse */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/* Icona del cestino */
.icon {
  position: relative;
  width: 8px;
  height: 10px;
  background-color: #ffffff; /* Bianco */
  border-radius: 2px;
}

.icon::before, .icon::after {
  content: '';
  position: absolute;
  background-color: #ffffff;
}

.icon::before {
  width: 10px;
  height: 2px;
  top: -3px;
  left: -1px;
  border-radius: 2px;
}

.icon::after {
  width: 6px;
  height: 1px;
  top: -4px;
  left: 1px;
  background-color: #f44336; /* Rosso chiaro */
  border-radius: 1px;
}
/* ****************** Fine Pulsante Cestino *************************** */


/* ****************** Pulsante Ricerca *************************** */
.search-button {
  background-color: #4CAF50; /* Verde */
 background: url("../../Nutiordini/immagini/ricerca.png"), url("../../Nutiordini/immagini/sfondoModifica.png");
 background-position-y: center;
 background-size: 56px 56px;
border-radius: 8px;
  color: #ffffff;
  padding: 28px 28px;
  width: 56px;
  height: 56px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
 margin: 0px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.search-button:hover {
	background-image: url("../../Nutiordini/immagini/ricerca2.png"), url("../../Nutiordini/immagini/sfondoModifica2.png");
	background-position-y: center;
    -webkit-background-size: 56px 56px;
    -moz-background-size: 56px 56px;
    -o-background-size: 56px 56px;
    background-size: 56px 56px;
    color: #306289;
    text-align: center;
     border: 2px solid #306289;
  transform: scale(1.1); /* Leggera espansione al passaggio del mouse */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}  
  
/* ****************** Fine Pulsante Ricerca *************************** */

/* ****************** Pulsante Carrello *************************** */
.carrello-button {
  background-color: #4CAF50; /* Verde */
 background: url("../../Nutiordini/immagini/carrello.png"), url("../../Nutiordini/immagini/sfondoModifica.png");
 background-position-y: center;
 background-size: 56px 56px;
border-radius: 8px;
  color: #ffffff;
  padding: 28px 28px;
  width: 56px;
  height: 56px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  /*position: relative;  Per posizionare l'immagine */
 margin: 0px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.carrello-button:hover {
	background-image: url("../../Nutiordini/immagini/carrello2.png"), url("../../Nutiordini/immagini/sfondoModifica2.png");
	background-position-y: center;
    -webkit-background-size: 56px 56px;
    -moz-background-size: 56px 56px;
    -o-background-size: 56px 56px;
    background-size: 56px 56px;
    color: #306289;
    text-align: center;
     border: 2px solid #306289;
  transform: scale(1.1); /* Leggera espansione al passaggio del mouse */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}  
  
/* ****************** Fine Pulsante Carrello *************************** */


/* ****************** Pulsante Destinazione *************************** */
.destinazione-button {
  background-color: #4CAF50; /* Verde */
 background: url("../../Nutiordini/immagini/Destinazione.png");
background-size: 50px;
   border-radius: 50%; /* Cerchio */
  color: #4CAF50;
  padding: 25px 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  position: relative; /* Per posizionare l'immagine */
 margin: 0px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.destinazione-button:hover {
  transform: scale(1.1); /* Leggera espansione al passaggio del mouse */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.destinazione-testo{
	position: absolute;
	left: 5px;
}
/* ****************** Fine Pulsante Destinazione *************************** */

/* ****************** Pulsante Download *************************** */
/* Stile del pulsante */
.download-button {
  background-color: #306289;
  border: 2px solid #306289; /* Bordo blu */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: transform 0.2s ease, background-color 0.3s ease;
}

/* Effetto hover per il pulsante */
.download-button:hover {
  transform: scale(1.1);
  background-color: #f2f2f2; /* Colore di sfondo hover bianco sporco */
  color: #306289; /* Testo blu */
  border-color: #306289; /* Bordo blu */
}

/* Contenitore principale dell'icona */
.download-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 47px;
  height: 47px;
}

/* Freccia */
.arrowDownload {
  position: relative;
  width: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Linea della freccia */
.arrow-lineDownload {
  position: absolute;
  width: 4px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 5px;
  top: 0px; /* Linea sopra la testa della freccia */
}

.download-button:hover .arrow-lineDownload, .arrow-lineDownload:hover {
  background-color: #306289; 
}


/* Testa della freccia (ora verso il basso) */
.arrow-headDownload {
  position: absolute;
  top: 20px; /* Posizionata sotto la linea */
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #ffffff; /* Cambiato il bordo per puntare verso il basso */
}

.download-button:hover .arrow-headDownload, .arrow-headDownload:hover {
  border-top: 10px solid #306289; /* Cambiato il colore di hover */
}

/* Scatola */

.boxDownload {
  position: absolute;
  bottom: 0px;
  width: 40px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 5px;
}

.boxDownload::before,
.boxDownload::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  top: -20px;
}

/* Braccia della scatola */
.boxDownload::before {
  left: 0;
}

.boxDownload::after {
  right: 0;
}


.download-button:hover .boxDownload, .boxDownload:hover {
	background-color: #306289;
}

.download-button:hover .boxDownload::before{
	background-color: #306289;
}
.download-button:hover .boxDownload::after {
	background-color: #306289;
}

/* ****************** Fine Pulsante Download *************************** */

/* ****************** Pulsante Upload *************************** */
/* Stile del pulsante */
.upload-button {
  background-color: #306289;
  border: 2px solid #306289; /* Bordo blu */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: transform 0.2s ease, background-color 0.3s ease;
}

/* Effetto hover per il pulsante */
.upload-button:hover {
  transform: scale(1.1);
  background-color: #f2f2f2; /* Colore di sfondo hover bianco sporco */
  color: #306289; /* Testo blu */
  border-color: #306289; /* Bordo blu */
}

/* Contenitore principale dell'icona */
.upload-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 47px;
  height: 47px;
}

/* Freccia */
.arrow {
  position: relative;
  width: 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Linea della freccia */
.arrow-line {
  position: absolute;
  width: 4px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 5px;
}

.upload-button:hover .arrow-line, .arrow-line:hover {
	background-color: #306289; 
}

/* Testa della freccia */
.arrow-head {
  position: absolute;
  bottom: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #ffffff;
}

.upload-button:hover .arrow-head, .arrow-head:hover {
	border-bottom: 10px solid #306289; 
}

/* Scatola */
.box {
  position: absolute;
  bottom: 0px;
  width: 40px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 5px;
}

.box::before,
.box::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  top: -20px;
}

/* Braccia della scatola */
.box::before {
  left: 0;
}

.box::after {
  right: 0;
}

.upload-button:hover .box, .box:hover {
	background-color: #306289;
}

.upload-button:hover .box::before{
	background-color: #306289;
}
.upload-button:hover .box::after {
	background-color: #306289;
}

/* ****************** Fine Pulsante Upload *************************** */


/* ****************** Pulsante Scheda *************************** */
/* Pulsante principale */
.spec-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  background-color: #306289;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #306289;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Effetto hover */
.spec-button:hover {
  background-color: #ffffff;
  transform: scale(1.1);
}

/* Icona del foglio */
.iconScheda {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24px;
  height: 32px;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 2px solid #0056b3;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px;
}

.line {
  width: 80%;
  height: 2px;
  background-color: #007bff;
  margin: 2px auto;
  border-radius: 1px;
}

/* Testo accanto all'icona */
.spec-button span {
  margin-left: 10px;
}


/* ****************** Fine Pulsante Scheda *************************** */

/* ****************** Pulsante Modifica *************************** */
.modifica-button {
  background-color: #4CAF50; /* Verde */
 background: url("../../Nutiordini/immagini/Modifica.png"), url("../../Nutiordini/immagini/sfondoModifica.png");
 
 background-size: 56px 56px;
border-radius: 8px;
  color: #4CAF50;
  padding: 28px 28px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  position: relative; /* Per posizionare l'immagine */
 margin: 0px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.modifica-button:hover {
	background-image: url("../../Nutiordini/immagini/Modifica2.png"), url("../../Nutiordini/immagini/sfondoModifica2.png");
	background-position-y: center;
    -webkit-background-size: 56px 56px;
    -moz-background-size: 56px 56px;
    -o-background-size: 56px 56px;
    background-size: 56px 56px;
    color: #306289;89;
  transform: scale(1.1); /* Leggera espansione al passaggio del mouse */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}  
  
/* ****************** Fine Pulsante Modifica *************************** */




/* ****************** Pulsante Duplica *************************** */
/* Stile del pulsante */
.custom-button {
  position: relative;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  top: 10px;
}

/* Quadrato in primo piano */
.foreground {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #306289; /* Colore principale */
  border-radius: 10px; /* Bordi arrotondati */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.2s ease, background-color 0.3s ease;
 border: 2px solid black;
}

/* Simbolo "+" */
.plus {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  user-select: none; /* Impedisce la selezione del testo */
}

/* Quadrato di sfondo */
.background {
  position: absolute;
  top: -10px; /* Mostra la parte superiore */
  right: -10px; /* Mostra la parte destra */
  width: 40px;
  height: 40px;
  background-color: #306289; /* Colore secondario */
  border-radius: 10px; /* Stesso arrotondamento del quadrato principale */
  z-index: 1;
  transition: transform 0.2s ease, background-color 0.3s ease;
  border: 2px solid black;
}

/* Effetto hover */
.custom-button:hover .foreground {
  background-color: #ffffff;
  transform: scale(1.1);
   border: 2px solid #306289;
}

.custom-button:hover .background {
 background-color: #ffffff;
  transform: scale(1.1);
  border: 2px solid #306289;
}

.custom-button:hover .plus{
	color: #306289;
	transform: scale(1.1);
}
/* ****************** Fine Pulsante Duplica *************************** */

/* ****************** Pulsante Stampa *************************** */
.stampa-button {
  background-color: #4CAF50; /* Verde */
 background: url("../../Nutiordini/immagini/Stampa.png") no-repeat, url("../../Nutiordini/immagini/sfondoModifica.png");
 background-position-y: center;
 background-size: 56px 31.85px;
border-radius: 8px;
  color: #4CAF50;
  padding: 25px 25px;
  width: 56px;
  height: 56px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  
  border: none;
  cursor: pointer;
  position: relative; /* Per posizionare l'immagine */
 margin: 0px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.stampa-button:hover {
	background-image: url("../../Nutiordini/immagini/Stampa2.png"), url("../../Nutiordini/immagini/sfondoModifica2.png");
	background-position-y: center;
    -webkit-background-size: 56px 31.85px;
    -moz-background-size: 56px 31.85px;
    -o-background-size: 56px 31.85px;
    background-size: 56px 31.85px;
    
     border: 2px solid #306289;
  transform: scale(1.1); /* Leggera espansione al passaggio del mouse */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}  
  
/* ****************** Fine Pulsante Stampa *************************** */


/* ****************** Pulsante Spedizione *************************** */
.spedizione-button {
  background-color: #4CAF50; /* Verde */
 background: url("../../Nutiordini/immagini/Spedizione.png") no-repeat, url("../../Nutiordini/immagini/sfondoModifica.png");
 background-position-y: center;
 background-size: 56px 56px;
border-radius: 8px;
  color: #ffffff;
  padding: 25px 25px;
  width: 56px;
  height: 56px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  position: relative; /* Per posizionare l'immagine */
 margin: 0px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.spedizione-button:hover {
	background-image: url("../../Nutiordini/immagini/Spedizione2.png"), url("../../Nutiordini/immagini/sfondoModifica2.png");
	background-position-y: center;
    -webkit-background-size: 56px 56px;
    -moz-background-size: 56px 56px;
    -o-background-size: 56px 56px;
    background-size: 56px 56px;
    color: #306289;
    text-align: center;
     border: 2px solid #306289;
  transform: scale(1.1); /* Leggera espansione al passaggio del mouse */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}  
  
/* ****************** Fine Pulsante Spedizione *************************** */

/* ****************** Pulsante Spedizione *************************** */
.vedi-button {
  background-color: #4CAF50; /* Verde */
 background: url("../../Nutiordini/immagini/Vedi.png"), url("../../Nutiordini/immagini/sfondoModifica.png");
 background-position-y: center;
 background-size: 56px 56px;
border-radius: 8px;
  color: #ffffff;
  padding: 25px 25px;
  width: 56px;
  height: 56px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  position: relative; /* Per posizionare l'immagine */
 margin: 0px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.vedi-button:hover {
	background-image: url("../../Nutiordini/immagini/Vedi2.png"), url("../../Nutiordini/immagini/sfondoModifica2.png");
	background-position-y: center;
    -webkit-background-size: 56px 56px;
    -moz-background-size: 56px 56px;
    -o-background-size: 56px 56px;
    background-size: 56px 56px;
    color: #306289;
    text-align: center;
     border: 2px solid #306289;
  transform: scale(1.1); /* Leggera espansione al passaggio del mouse */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}  
  
/* ****************** Fine Pulsante Spedizione *************************** */


/* ****************** Pulsante Home *************************** */
.home-button {
  background-color: #4CAF50; /* Verde */
 background: url("../../Nutiordini/immagini/home.png"), url("../../Nutiordini/immagini/sfondoModifica.png");
 background-position-y: center;
 background-size: 56px 56px;
border-radius: 8px;
  color: #ffffff;
  padding: 28px 28px;
  width: 56px;
  height: 56px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
  /* position: relative; Per posizionare l'immagine */
 margin: 0px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.home-button:hover {
	background-image: url("../../Nutiordini/immagini/home2.png"), url("../../Nutiordini/immagini/sfondoModifica2.png");
	background-position-y: center;
    -webkit-background-size: 56px 56px;
    -moz-background-size: 56px 56px;
    -o-background-size: 56px 56px;
    background-size: 56px 56px;
    color: #306289;
    text-align: center;
     border: 2px solid #306289;
  transform: scale(1.1); /* Leggera espansione al passaggio del mouse */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}  
  
/* ****************** Fine Pulsante Home *************************** */

/* ****************** Link per Info *************************** */
/* Stile base per il link */
a.info {
    color: #000000;
    text-decoration: none !important;
    position: relative;
    cursor: default;
}

a.info:hover{
	color: #000000;
	text-decoration: none !important;
    cursor: default;
}
/* Tooltip: inizialmente nascosto */
.info::after {
    content: attr(data-tooltip); /* Ottiene il testo del tooltip dal data-tooltip */
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 23px;
    left: -15px;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0; /* Tooltip inizialmente nascosto */
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Transizione per un effetto più fluido */
}

.grandezza::after {
    min-width: 500px;
    white-space: normal !important;
    text-align: left;
}


/* Quando il mouse è sopra il link, mostra il tooltip */
.info:hover::after {
    opacity: 1;
    visibility: visible;
}

/* ******************Fine Link per Info *************************** */

/* ****************** Finestra Xref *************************** */
.modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            align-items: center;
            justify-content: center;
}

/* Contenitore della modale */
.modal-content {
            background: white;
            width: 50%;
            max-width: 500px;
            max-height: 80vh; /* Limita l'altezza massima */
            overflow-y: auto; /* Scroll verticale se necessario */
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-popup {
	    	width: 650px;
            background: none;
            overflow-y: auto; /* Scroll verticale se necessario */
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Stile per il pulsante di chiusura */
.xRef-close-btn {
            display: block;
            margin: 10px auto 0;
            padding: 10px 15px;
            background: red;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
}

/* Stile per il pulsante di apertura */
.xRef-open-btn {
            padding: 10px 20px;
            background: blue;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
}
        
 /* ****************** Fine Finestra Xref *************************** */

/* ****************** Pulsante Xref *************************** */
.xRef-button {
  background-color: #4CAF50; /* Verde */
 background: url("../../Nutiordini/immagini/Confronto.png"), url("../../Nutiordini/immagini/sfondoModifica.png");
 background-size: 53px 53px;
border-radius: 8px;
  color: #ffffff;
  width: 53px;
  height: 53px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: none;
  cursor: pointer;
 margin: 0px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.xRef-button:hover {
	background-image: url("../../Nutiordini/immagini/Confronto2.png"), url("../../Nutiordini/immagini/sfondoModifica2.png");
	background-position-y: center;
    -webkit-background-size: 53px 53px;
    -moz-background-size: 53px 53px;
    -o-background-size: 53px 53px;
    background-size: 53px 53px;
    color: #306289;
    text-align: center;
     border: 2px solid #306289;
  transform: scale(1.1); /* Leggera espansione al passaggio del mouse */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}  

.xRef-button:focus {
	outline: none;
	box-shadow: none;
}
  
/* ****************** Fine Pulsante Xref *************************** */

/* ****************** Servono per fare le pagine nella lista degli articoli *************************** */
	    .hidden {
      display: none;
    }
    #pagination {
      margin-top: 20px;
    }
    button {
      margin-right: 5px;
      padding: 5px 10px;
      cursor: pointer;
    }
    button.active {
      font-weight: bold;
    }
     #pagination {
      margin-top: 20px;
      text-align: center;
    }
    #pagination button {
      margin: 0 5px;
      padding: 5px 10px;
      text-decoration: none;
      color: #f2f2f2;
      background-color: #306289;
      border: 2px solid #306289;
      border-radius: 5px;
    }
    #pagination button.active {
      font-weight: bold;
      background-color: #f2f2f2;
      color: #306289;
    }
    #pagination button:hover {
      background-color: #f2f2f2;
      color: #306289;
    }
    .dots {
      margin: 0 5px;
      color: gray;
    }
    
    /* ****************** Fine Servono per fare le pagine nella lista degli articoli *************************** */
