body { 
	background-image: url('/immagini/mesh.png');
	background-repeat: repeat;
	padding-top: 40px;
	background-color: #f5e7d7;
}

ul.pagination {
    margin-bottom: 0;
    margin-top:0;
}

@media print {
	body {
		padding-top: 10px;
		font-size:10px;
	}
	
@page{
      size: 297mm 210mm;
      margin-left:0.0cm;
      margin-right:0.0cm;
  }
}

.navbar-inverse {
    border-radius: 0;
}


.navbar-default 
.navbar-brand{
	color: #672c21;
}

.div-header {
	
}

.div-main {
	
}

.div-footer {
	margin-top: 20px;
	border-top: 1px solid gray;
}

.row-margin {
	margin-top:8px;
}


.error {
	color:red;
}

.ok {
	color:green;
}

.simpleviewlist {
	width:49%;
	float:left;
}

.simpleviewlist h3 {
	text-align:center;
}


div#site-header {
	position: relative;
	height:100px;
	/*border: 1px solid black;*/
	background-size: 100%;
	background-size: cover;
	background-position: center center;
	vertical-align: top;
	background-image: url('/immagini/coagri/topcenter.png');
	
	margin-bottom:8px;
}

div#site-header h2 {
	text-align: center;
	margin-bottom:10px;
	margin-top:2px;
	color:  #672c21;
}

div#site-header h4 {
	color: #672c21;
}

img#top_center {
  opacity: 0.3;
  position:absolute;
  top:3px;
  left:3px;/*188px;*/
}

table.hasmany_table_fattureacquisti td {
	min-width:100px;
}

table.hasmany_table_fattureacquisti .dateHasManyPicker, 
table.hasmany_table_fattureacquisti .dateHasManyPickerNew {
	min-width:95px;
}

table.reportacquisti, table.reportvendite, table.reportconferimenti {
	font-size: 12px;
	border: 1px solid black;
}
table.reportvendite td.report_peso,
table.reportacquisti td.report_peso,
table.reportconferimenti td.report_peso{
	border-left:2px solid red;
}

table.reportvendite td.report_nome,
table.reportconferimenti td.report_nome,
table.reportacquisti td.report_nome{
	border-right:2px solid red;
}

table.reportconferimenti tr.subtotale td{
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table.reportconferimenti td.numero{
	color: green;
}

.tdright {
    text-align: right;
}

table.fatturerows th {
    text-align:center;
}
