body{
	background: white;
	color: #111;
	/*zoom: 0.9;*/
}
* {
	letter-spacing: 0 !important;
	font-size: 0.97em;
	line-height: 150%;
}

body {
	margin: 0 !important; 
	padding: 0 !important; 
	/*background: purple;*/
	box-sizing: border-box;
}

@media print{
	@page {
    	size: 29.7cm 21cm;
		size: landscape
	}
}

h1{
	display:none;
}


hr {
	border-top: 2px solid #9c9c9c;
}
body{
	max-width: 90%;
	min-height: 0 !important;
	margin: auto;

}

#footer {
	display: none !important;
}

fieldset,
article{
	box-shadow: none !important;
	border: none !important;
	padding:0 4px !important; 
	font-size: 120%;
}

table {
	    box-shadow: none !important
}

#layout,
.subwell{
	min-height: 0 !important;
}

.debug{
	display: none !important;
}
.consignment.detail .subwells .status{
	float: right !important;
	font-size: 18px;
	margin-top: 16px;
	margin-right: 14px;
}


 
.detail table.waste{
	width: 100%;
	font-size: 100% !important;
}

#menu{
	display: none !important;
}

.menu-link{
	display: none !important;
}


.buttons{
	display: none;
}

ul.tabs li,
ul.tabs li.active{
	box-shadow: none !important;
}

article h3, 
fieldset h3 {
	margin-top: 0;
	margin-bottom: 14px;
	font-weight: lighter;
	font-size: 26px;
	letter-spacing: 1px;

	padding-left: 10px;
	height: 80px;
	padding-top: 10px;
}
article.print h3, 
fieldset.print h3 {
	border-left: 1px dashed #EEE;
}


.row {
	margin: 0 !important
}

#layout{
	padding: 0 !important;
}
.content {
	max-width: 100% !important;
    padding: 5mm !important;
    /*min-width: 900px;*/
    margin: 0;
    padding: 0;
    /*background: yellow*/
}

fieldset {
	margin-top: 0;
}

fieldset h4 {
	margin-top: 0;
	margin-bottom: 4px;
	font-weight: lighter;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 21px;
	padding-top: 2px;

}

fieldset.print h4 {
	_border-bottom: 1px dotted #ccc;
    _padding-bottom: 14px;
    margin-bottom: 14px;	
}

fieldset .subwell{
	margin-bottom: 6px;
}


.modal > fieldset, 
.content > fieldset, 
form > fieldset{
	background: #FFF
}
.print-view * {
	font-family: Arial, Helvetica
}

.print-view h2 {
	color: #3399FF;
}

.print-view td,
.print-view th{
	border-top: 1px solid #EEE;
	text-transform: none;
}
.print-view th{
	font-weight: bold;
}

.print-view h3 {
	font-size: 18px;
	text-align: center !important;
}

.print-view .pure-table th {

}

