/* print.css */


/* hide items 
***************************************************************************/
#header,
nav.navbar-default,
#create-order-link,
#form-reset-button,
.search-form,
.summary,
.filters,
.pager,
#content p,
#work-order-grid_c0,
td.button-column,
select option .circle,
div.row.buttons {
	display: none;
}

/* default
***************************************************************************/
body {
	line-height: 1.5;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	background: none;
	font-size: 12pt;
}
body div#page {
	padding: 0 0.5cm 0 1.5cm !important;
}
#content div p {
	display: block;
}
.container {
	background: none;
}
hr {
	background: #ccc;
	color: #ccc;
	width: 100%;
	height: 2px;
	margin: 2em 0;
	padding: 0;
	border: none;
}
hr.space {
	background: #fff;
	color: #fff;
	visibility: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	margin: 0 0 1em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
code {
	font: .9em "Courier New", Monaco, Courier, monospace;
}
a img {
	border: none;
}
p img.top {
	margin-top: 0;
}
blockquote {
	margin: 1.5em;
	padding: 1em;
	font-style: italic;
	font-size: .9em;
}
.small {
	font-size: .9em;
}
.large {
	font-size: 1.1em;
}
.quiet {
	color: #999;
}
.hide {
	display: none;
}
a:link, a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: underline;
}
a:link:after, 
a:visited:after {
	content:" (" attr(href) ")";
	display: none;
}
#content,
.row {
	margin: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	padding: 0;
}

/* list
***************************************************************************/
th,
.grid-view table.items th {
	text-align: left;
	font-size: 1em;
	border-bottom: 1px solid #000;
}
.grid-view table.items td {
	border: none;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	font-weight: 300;
	font-size: 0.85em;
}
body .scheduled, body .unscheduled {
    padding-left: 0;
}
table.items {
	border-bottom: 3px double #000;
}
.grid-view table.items {
	border: 1px solid #EEE;
	border-bottom: 3px double #000;
}


/* detail
***************************************************************************/
body .form-control {
	border: none;
	border-radius: 0;
	box-shadow: 0 0 0;
	color: #000;
	height: auto;
	padding: 0;
	margin: 0;
}
body .form-control.hasDatepicker {
	position: relative;
	top: 0.4em
}

#work-order-form {
	padding: 0 0 0 15px;
}


