	  

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 200px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ 
}

.modal-content {
  margin: 15% auto; 
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
}



th {
background-color:#FF9966;
}

 
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#newcodcommittente {
width:15%;
}

#committente {
width:75%;
}

textarea {
height:2.5em;
}

#newcommittente {
border: 2px solid black;
width:80%;
size:80%
}  

.errore {
  color:#FF0000;
  font:Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
} 


.navi { 
padding-top:5%;
float:right;
margin-right:20px;
}


#btnSavecommittente { float:right;}
.close { float:right;}

h5 {
  color:#666666;
  font:Verdana, Arial, Helvetica, sans-serif;
  font-style:italic;
}