@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');





/*****----STILE GENERALE----*****/ 

*{box-sizing: border-box;}



body{
	background-color:#f9f9f9;
	font-family: 'Open Sans', sans-serif;
	font-size:90%;
  	margin: 0;
}


#labelstyle{
	margin: 50px !important;
    text-align: center !important;
    line-height: 3 !important;

}
.main{width:98%;

	  margin:auto!important;

	  padding-top:30px;}

.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #f1f1f1;
  color: black;
}

.navbar a.active {
  background-color: #4CAF50;
  color: white;
}

.main {
  padding: 16px;
  margin-bottom: 30px;
}

	  

/*****----STILE LABEL-----*****/ 

label{font-weight:bold;

	   padding-right:10px;

	   padding-bottom:20px}

	  



/*****----STILE TABELLA-----*****/ 	  

table{width:100%;

	  border-collapse:collapse;}



th,

td{padding:15px;

   border-bottom:1px solid #cecece;

   text-align:left;

   letter-spacing:-0.5px;}

   

th:nth-child(2){font-weight:bold;}

   

th{padding-bottom:1%;

   font-weight:normal;}

   

td{padding:30px 15px;}

   

tr:nth-child(even) {background-color: #efefef;}





/*****----CLASSI <td>-----*****/

.id{}

.riferim{}

.azm{}

.sincom{}

.ragsociale{}

.indirizzo{}

.citta{}

.prov{}

.dataord{}

.kit{}

.tot{}

.pagam{}

.stato{}

.datasped{}

.fattura{}	

ul{ list-style-type: circle;}

/*ul.artico li {
    display: inline;
}*/

/*****----STILE ELEMENTI SELEZIONATI-----*****/  

.prezzo,

.spedito,

.inattesa,

.preparazione{padding:5px 10px;

			  border-radius:10px;

			  display:inline-block;}

			  

.prezzo{background-color:#85c888;

		color:white;}

   

.spedito{background-color:#8a2be2;

		 color:white;}

		 

.inattesa{background-color:#4169e1;

		  color:white;}

.rosso{color:red;font-weight:bold;}		

.preparazione{background-color:#ff8c00;}

