body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
}


#catalogo{
	width:100%;
	height:100%;
	margin-top:25px;
	text-align: center;
}
#catalogo li{
	float:left;
	list-style-type:none;
	border-style:solid;
	border-width:1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	//width:200px;
	//height:200px;
	min-width:200px;
	min-height:200px;
	width:23%;
	
	padding: 5px 5px 5px 5px;
	cursor:pointer;
}
#catalogo li:hover{
	transform: rotate(15deg);
	 -ms-transform: rotate(15deg); /* IE 9 */
	 -webkit-transform: rotate(15deg); /* Safari and Chrome */
	 background-color:orange;
}
.articolo .anteprima{
	width:100px;
	max-width:100px;
	max-height:100px;
}

.anteprima_large{
	width:100%
}

.fl{
	float:left;
	text-align:left;
	height:auto;
}
.fl label{
	text-align:left;
	clear:both; 
	height:22px;
	display:block;
}
.fl input{
	display:block;
}
.fl .day{
	display:block;
	height:18px;
}
.fl select{
	width:100%;
}
.buttonSpace{
	clear:both;
	display:block;
	margin-top:10px; 
	margin-bottom:10px; 
	width:100%;
	height:auto;
}
.buttonSpace button{
	float:right;
}




#lista{
	text-align:left;
	margin-left:100px;
}
img[bordata]{
	border-style:solid;
	border-width:1px;
}
.crediti{
	padding: 10px 10px 10px 10px;
}
.anteprimaStampa{
	width:150px;
	max-width:150px;
	max-height:150px;
}
.biglietto{
	position:absolute;
	border-style:solid;
	border-width:1px;
	width:auto;
	height:auto;
}

tr.articolo{
	height:25px;
}
#lista{
	text-align:left;
	margin-left:100px;
}
th{
	text-align:center;
}
td{
	padding-right:5px;
	padding-left:5px;
}

.reparto{
	background-image:url('img/Uniforme-reparto-g.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.lupetti{
	background-image:url('img/Uniforme-lupetti-g.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
}

.listaComponenti{
	text-align:left;
	height:100%;
}
.listaComponenti li:hover{
	color:#004B91;
	font-weight:bold;
	cursor:pointer;
}
.alert{
	text-align:center;
}
