@charset "utf-8";
/* CSS Document */
html,body{
	font-family:Calibri, Verdana, Arial;
}
.box-wrap{
/*	background:#f7f5e3 url(../img/body-bg.png);*/
}
.box-title{
	font-size:24px;
	font-family:Calibri, Verdana, Arial;
	color:#717171
}
.menubar h3{
	color:#fff;
}
.sfumata, .aggiungi{
	background:url(../img/topbg.png) bottom left;
	/*background: rgb(132,132,132); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0ODQ4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FkYWRhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzg5ODk4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzYzNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(132,132,132,1) 0%, rgba(173,173,173,1) 50%, rgba(137,137,137,1) 50%, rgba(99,99,99,1) 100%); /* FF3.6+ *//*
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(132,132,132,1)), color-stop(50%,rgba(173,173,173,1)), color-stop(50%,rgba(137,137,137,1)), color-stop(100%,rgba(99,99,99,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(173,173,173,1) 50%,rgba(137,137,137,1) 50%,rgba(99,99,99,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(173,173,173,1) 50%,rgba(137,137,137,1) 50%,rgba(99,99,99,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(173,173,173,1) 50%,rgba(137,137,137,1) 50%,rgba(99,99,99,1) 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  rgba(132,132,132,1) 0%,rgba(173,173,173,1) 50%,rgba(137,137,137,1) 50%,rgba(99,99,99,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#636363',GradientType=0 ); /* IE6-8 */
}
.piatta{
	background:#555;
}
/*per tutti*/

	
	
.neworder th{
	background:#a8a8a8 url(../img/tabg.png);
	color:#fff;
	font-size:14px;
	padding-top:12px;
	padding-bottom:6px;
	font-weight:normal;

}
.neworder tbody td{
	border-top:1px solid #cdc0a2;
}

.listorders thead tr th:nth-child(4),
.listorders thead tr th:nth-child(5),
.listorders tbody tr td:nth-child(4),
.listorders tbody tr td:nth-child(5){
    text-align: center;
}

a.add-new{
	padding-left:42px;
	background:url(../img/add.png) left center no-repeat;
	font-size:17px;
	color:#897267;
	text-decoration:none;
	opacity: 0.8;
}
a.add-new:hover, a.removeme:hover, a.increaseme:hover, a.increasemefull:hover{
	opacity: 1;
}
a.removeme{
	background:url(../img/del.png) left center no-repeat;
	opacity: 0.8;
}
a.increaseme, a.increasemefull{
	background:url(../img/add.png) left center no-repeat;
	opacity: 0.8;
}
a.increasemefull.download{
	background:url(../img/download.png) left center no-repeat;
	opacity: 0.8;
}
table.neworder form input{
	font-size:14px;
	padding:2px;
}
.thevalue{
	width:25px;
	margin-top:5px;
}
input.btn-inc{
	width:35px;
	height:35px;
	line-height:30px;
	color:#939393;

}
table td span{
	color:#a28a68;
}
	
.nofav{
	background:url(../img/nofav.png) left center no-repeat;
	opacity: 0.8;
}
.fav{
	background:url(../img/fav.png) left center no-repeat;
	opacity: 0.8;
}
.fav:hover, .nofav:hover{
	opacity: 1;
}
a.increasemefull{color:#a48c71;
}
.neworder{color:#776b5d;
}
.noborder{
	background:none;


}
.subbo{
	border-top:1px solid #eee3d4;

}
.master{
	border-top:1px solid #cbc0a1;
}
.canceldelete{
	background:url(../img/return.png) left center no-repeat;
	opacity: 0.8;
}
div.deletethis{
	opacity:1;
}
a.confirmdelete{
	background:url(../img/trash.png) left center no-repeat;
	opacity: 0.8;
}
a.canceldelete:hover, .confirmdelete:hover{
	opacity: 1;
}
.elcarel{
	background:#eaddd9; border:1px solid #bcada7;
	color: #9c866b;
	box-sizing:border-box;
}
.salvami{
	background:#806443;
	color:#fff;
	text-decoration:none;
	
	padding:2px 5px;
}
	a.inviaordine{
background-image: -ms-linear-gradient(top, #9c866b 0%, #6e3b29 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #9c866b 0%, #6e3b29 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #9c866b 0%, #6e3b29 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9c866b), color-stop(1, #6e3b29));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #9c866b 0%, #6e3b29 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #9c866b 0%, #6e3b29 100%);
color:#fff;
	}
	.confermaordine{
		background:url(../img/vabon.png) no-repeat;
	}
	.annullaordine{
		background:url(../img/lasaperd.png) no-repeat;
	}
.sotto ul li a{
	text-decoration:none;
	color:#777;
	font-size:1.1em;
}	
.sotto ul li a:hover{
	background:#ddd;
}