.boxManif{
	background-color: rgb(235,235,235) !important;
	font-size: 0px !important;
}

.boxManif input{
	padding: 0px 9px;
	vertical-align: top;
	display: inline-block;
	line-height: 20px;
	margin: 0;
	border: 0px;

	margin-bottom: 5px;
	height: 35px;
}

.boxManif select{
	height: 35px;
}

.boxManif input:focus{
	outline: 0px;
}

.boxManif select:focus{
	outline: 0px;
}

.boxManif input[type="text"]{
	width: 200px;

	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.boxManif input[type="submit"]{
	background-color: #7DC9E0;
	color: white;

	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.boxManif p{
	font-size: 14px;
}


#caricami{
	display: none;
}

#tableBox{
	border: 0px !important;
}

p.rightS{
	position: absolute;
	padding: 0;
	left: 0;
	padding-left: 10px;
	bottom: -12px;
	margin: 0;
	color: lightblue;
	font-size: 13px;
	text-transform: uppercase;
}


@media all and (max-width: 540px){
	.boxManif input[type="text"]{
		border-radius: 0px;
		width: 90%;
	}

	.boxManif select{
		max-width: 100px;
	}
}