html {
  position: relative;
  min-height: 100%;
}

body { 
	margin-bottom: 40px; /* Margin bottom by footer height */	
}

#content { margin-top: 60px; }

h1 { color:#999999; }
.jumbotron { padding: 20px !important; }

.divPaging {
	 margin-bottom: 5px;
}
.numPaging {
	text-align: right;
}

.sortList { list-style: none; margin-left: 0px; padding-left: 0px; margin-top: 0px; }
.sortList li { margin-left:0px; padding:5px; background-color:#ffffff; border: 1px solid #e7e7e7; margin-bottom: 2px; }
.sortList li:hover { cursor: move; background-color: #e7e7e7; }

.uList { list-style: none; margin-left: 0px; padding-left: 0px; margin-top: 0px; }
.uList li { margin-left:0px; padding:5px; background-color:#ffffff; border: 1px solid #e7e7e7; margin-bottom: 2px; }
.uList li:hover { background-color: #e7e7e7; }

.repTable { border-collapse: collapse; }
.repTable tr:nth-child(2n+3) {background: #fafafa; }
/*.repTable tr:nth-child(even) {background: #ffffff; }*/
.repTable .tableHeader { background-color: #f5f5f5; font-weight:bold; }
.repTable th { padding: 3px; color:#000; text-align:center; border: 1px solid #cccccc; }
.repTable td { padding: 3px; vertical-align:top; text-align:center; border: 1px solid #cccccc; }
.repTable td.left { text-align: left; }
.repTable td input[type="text"] { width: 25px; text-align:center; }
.repTable td input[type="text"].txtQty { width: 50px; }

.regTable { border-collapse: collapse; width:100%; }
.regTable .tableHeader{ background-color: #f5f5f5; font-weight:bold; }
.regTable th { padding: 3px; }
.regTable td { padding: 3px; vertical-align:top; }
.regTable tr.dash td { border-bottom:1px solid #f4f2f2; }
.regTable tr.highlight td { background-color: #FFFFCC; }

.drTable { border-collapse: collapse; }
.drTable .tableHeader { background-color: #f5f5f5; font-weight:bold; }
.drTable th { padding: 3px; color:#000; text-align:center; border: 1px solid #cccccc; }
.drTable th.left { text-align: left; }
.drTable tr.totals { background-color: #E9E5E5; }
.drTable td { padding: 3px; vertical-align:top; text-align:center; border: 1px solid #cccccc; }
.drTable td.left { text-align: left; }
.drTable td.right { text-align: right; }
.drTable td.highlight { background-color: #FFFFCC; }

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px; /* Set the fixed height of the footer here */
  line-height: 30px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.prePrint { display: none; }

@media (max-width: 767px) {
  .numPaging {
		text-align: left;
	}
	
  /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}