* {
  margin: 0px;
  padding: 0px;
}
html, body, .container{
  height: 100%; 
  margin: 0; 
  padding: 0; 
}
html, body {  height: 100%; }

.container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: 20px;
     
   }

.footer, #push {
    height: 20px; 
}
body {
  display: flex;
  flex-direction: column;
  justify-content: left;
  background-color: #e7e5e9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  
  }

td {
width: fit-content;

}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #0b1a54;
  color: white;
  border-radius: 1rem;
  height: 3rem;
 
}


#areaComunicazioni {
width: 36.5rem;
height: 6rem;
border: #9a1f21 solid 2px;
margin-left: 0.5rem;
margin-right: 0.5rem;
margin-top: 0.5rem;

}

.header_tabella {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #0b1a54;
  color: white;
  border-radius: 1rem;
  height: 3rem;

}

a,
p,
label {
  font-size: 0.8rem;
}

.active {
  background: #7c7a57;
}
#oggetto1 {
  align-items: center;
  margin: auto;
  padding-left: 1rem;
}
#header_pagine li{
  display: inline;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
  }

.tabella {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: auto; 
  
  }

#int_tabella {
  display: flex;
  flex-wrap: wrap;
}

#riga2_tabella {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content:stretch;
  margin: 0.5rem;

}

#cella2_1 {
  display: flex;
  flex-direction: column;
  justify-items: auto;
  border: #9a1f21 solid 2px;
   width:24rem;
}

#cella2_2 {
  display: flex;
  flex-direction: column;
  justify-items: auto;
  border: #9a1f21 solid 2px;
  width: 24rem;
}

#cella2_3 {
  display: flex;
  flex-direction: column;
  justify-items: auto;
  border: #9a1f21 solid 2px;
  width: 24rem;
}

#cella2_4 {
  display: flex;
  flex-direction: column;
  justify-items: auto;
  border: #9a1f21 solid 2px;
  width: 20rem;
}

.tabella .form_inserimento {
  width: auto;
  text-align: left;
  border-color: #9a1f21 solid 1px;
  ;
  flex-wrap: wrap;
  }

#DITTA {
  width: 18rem;
}

.codice_fiscale_int {
  border: #9a1f21 solid 3px;
  background-color: #0b1a54;
  color: white;
  font-size: auto;
  text-align: center;
  margin: 0,5rem;
  
}
.table_auto{
  display: flex;
  flex-direction: column;
  justify-items: auto;
  border: #9a1f21 solid 2px;
  width: 25rem;
  margin-left: 0.5rem;
  
   
} 

.table_missioni {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  border: #9a1f21 solid 2px;
  width: auto;
  margin-left: 0.5rem;
}

.table_input {
  display: flex;
  flex-direction: column;
  justify-items: start;
  border: #9a1f21 solid 2px;
  width: auto;
  margin-left: 0.5rem;
}
.table_statistiche {
  display: flex;
  flex-direction: column;
  border: #9a1f21 solid 2px;
  width: 25rem;
  margin-right: 0.5rem;
}

.table_codice_fiscale {
  display: flex;
  flex-direction: column;
  border: #9a1f21 solid 2px;
  width: 28rem;
  margin-top: 1rem;
  
   
} 
.table_estrazione {
  display: flex;
  flex-direction: column;
  border: #9a1f21 solid 2px;
  width: 18rem;
  margin-top: 0.5rem;
  
   
} 

.bottone {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
  background-color: #b35d5f;
  border-color: #9a1f21 solid 1px;
  ;
}

.footer {
  display: flex;
  align-items:center;
  flex-wrap: wrap;
  position:fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #0b1a54;
  color: white;
  border-radius: 0.5rem;
}
