﻿/* Styles used only in the printed version of the pages */

div.notOnPrintout 
{
	display:none;
}

div.onlyOnPrintout
{
	display: inline-block;
}

th.noprint,td.noprint
{
    display: none;
}

th.printonly,td.printonly
{
    display: table-cell;
}

#gridFreightRequestDetail table,tbody,th,tr,td
{
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	border-collapse: collapse;
}

#gridFreightRequestDetail input
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	line-height: 1em;
	height: 1em;
}

/* Section below does not work - used for testing landscape printing */
div.landscape
{
	-webkit-transform: rotate(-90deg); /* Safari, Chrome */
	-moz-transform:rotate(-90deg); /* FireFox */
	-o-transform: rotate(-90deg); /* Opera */
	/* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); / IE6, IE7 /
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; / IE8 / */
	-ms-transform: rotate(-90deg); /* IE9 */
	-ms-transform-origin: right top; /* IE9 */
	-sand-transform: rotate(-90deg);
	text-align:left;
	padding: 3 px;
	 position:absolute;
	/*width: 100%;
	height: 100% ; */
}

/* This section is for the printout of the weekly closing calendar */
.weekEnding
{
	color: #000000;
	border: 2px solid #000000;
	font-weight:bold;
	text-decoration:underline;
}

/*
.currentPricingWeek
{
	border-width: 0px;
	border-style: hidden;
	font-weight: normal;
}

.calendarToday
{
	border-width: 0px;
	border-style: hidden;
	font-weight: normal;
}

.calendarOtherMonth
{
	color: #FFFFFF;
}
*/


/* This section begins the print layout to minimize paper usage */
body {
    background: none repeat scroll 0 0 #fff;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 11px !important;
    line-height: 15px !important;
    margin: 0;
    max-width: 100%;
    text-align: left;
}

.weekEnding
{
	color: #000000;
	border: 2px solid #000000;
	font-weight:bold;
	text-decoration:underline;
}

table 
{
	padding: 1px !important;
	margin: 0px !important;
}

td{
	padding: 1px !important;
	margin: 0px !important;	
}

tr{
	padding-top: 10px !important;
	padding-bottom: 10px !important;

}

#main_content {
    max-width: 100%;	
    margin: 0px !important;
    padding: 0px !important;
}

.container-fluid 
{
	max-width: 100%;
    margin: 0px !important;
	padding: 0px !important;
}

.countSheet
{
 	line-height: 30px !important;
 	vertical-align: top;
 	font-size: 13px !important;
}

.auditCountSheet
{
    line-height: 35px !important;
 	vertical-align: bottom;
 	font-size: 16px !important;
}

td.pad-left
{
	padding-left: 10px !important;
}

/* End section for print layout to minimize paper usage */