/* Handles styling for QA/QC form printing. */
#sensei,
#loading,
#magnified,
#overlay,
#help_panel,
#head,
#blinds,
#subhead,
#pagewrap
		{
		display: none;
		visibility: hidden;
		}
#to-print,
#to-print *
		{
		visibility: visible !important;
		display: block !important;
		font-family: sans-serif;
		}
#to-print
		{
		height: 100%;
		width: 100%;
		font-size: 11px;
		}
#to-print .form-row
		{
		position: relative;
		margin: 20px 0;
		text-align: left;
		}
.clearfix:after,
.clearfix li:after
		{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}s
/* headings */
#to-print .form-heading
		{
		font-weight: bold;
		color: #147fcc;
		padding: 5px 0;
		}
	#to-print .form-heading.heading1
			{
			font-size: 18px;
			}
	#to-print .form-heading.heading2
			{
			font-size: 17px;
			}
	#to-print .form-heading.heading3
			{
			font-size: 16px;
			}
	#to-print .form-heading.heading4
			{
			font-size: 15px;
			}
	#to-print .form-heading.heading5
			{
			font-size: 14px;
			}

/* inputs and labels */
#to-print .form-row label
		{
		font-weight: bold;
		display: block;
		color: #666666;
		width: auto;
		margin: 0 0 5px 0;
		text-align: left;
		}
#to-print .form-row label.checkbox
		{
		display: inline-block !important;
		font-weight: normal;
		width: 80%;
		}
#to-print .form-row .input
		{
		display: block;
		padding: 5px 0;
		color: #888;
		font-size: 1em;
		}
#to-print .form-row .input.radio
		{
		float: right;
		}

#to-print .form-row img.radio
		{
		margin-right: 10px;
		margin-bottom: -3px;
		display: inline-block !important;
		}
#to-print .form-row .input.checkbox
		{
		float: right;
		margin-right: 10px;
		margin-top: -2px;
		}
#to-print .form-row img.input.checkbox
		{
		margin-top: -3px;
		padding: 0;
		}

/* misc elements */
#to-print .form-list li
		{
		margin-bottom: 10px;
		}
#to-print .form-list-title
		{
		display: inline-block !important;
		font-weight: bold;
		margin-right: 10px;
		width: 150px;
		text-align: right;
		}
#to-print .form-row .form-indice
		{
		color: #666;
		display: inline-block !important;
		width: 10%;
		vertical-align: top;
		}
.qaqc-wrap
		{
		border: 1px solid #aaa;
		border-bottom: none;
		}
.qaqc.sequence
		{
		background-color: #fff;
		}
	.qaqc.sequence li
			{
			border-bottom: 1px solid #aaa;
			}
.sequence li.the-sequence:nth-of-type(odd)
		{
		background-color: #f7f7f7;
		}
.sequence li.sequence-type
		{
		background-color: #147FCC;
		border-bottom: 1px solid #147FCC;
		color: #fff;
		font-weight: bold;
		border: none;
		}
.sequence ul.seq li
		{
		float: left;
		padding: 0;
		width: 20%;
		border: none;
		}
#to-print .sequence .qaqc-name i
		{
		display: inline !important;
		}
h1
		{
	    font-size: 2em;
	    margin: 0.67em 0;
		}
.qaqc.sequence li.seq-header
		{
		font-size: 13px;
		font-weight: bold;
		background-color: #444;
		border: none;
		color: #fff;
		}
.sequence ul.seq li.qaqc-name
		{
		width: 40%;
		}
.sequence ul.seq .seq-phases
		{
		float: none;
		width: auto;
		font-style: italic;
		}
.seq-phases .seq-phase
		{
		border: none;
		}
.seq-phase li
		{
		margin: 5px 0 2px 0;
		}
	.seq-phase.form1
			{
			color: #C0C0C0;
			}
	.seq-phase.form2
			{
			color: #6ea337;
			}
	.seq-phase.form3
			{
			color: #e4adad;
			}
	.seq-phase.form4
			{
			color: #9494DB;
			}
	.seq-phase.form5
			{
			color: #FF9E9E;
			}
	.seq-phase.form6
			{
			color: #9E9EFF;
			}
	.seq-phase.form7
			{
			color: #9E9E9E;
		}
.qaqc li
		{
		padding: 10px;
		}
	.qaqc li a:hover
			{
			color: inherit;
			}
/*======================================================
	Change Request
======================================================*/
/* Need to override the forced display: block; for table elements */
#to-print table
		{
		display: table !important;
		border-collapse: collapse !important;
		border-spacing: 0 !important;
		border: none;
		}
#to-print tr
		{
		display: table-row !important;
		}
#to-print td,
#to-print th
		{
		display: table-cell !important;
		}
.change-request
		{
		margin: 20px auto;
		border-collapse: collapse !important;
		}
.change-request th
		{
		background-color: #444;
		color: #fff;
		font-size: 1.25em;
		font-weight: bold;
		padding: 10px;
		border: 1px solid #444;
		border-bottom: none;
		}
		.change-request th img
				{
				cursor: pointer;
				}
.change-request tr:nth-child(odd) td
		{
		background-color: #edf1f8;
		}
.change-request td
		{
		border: 1px solid #aaa;
		padding: 10px;
		border-collapse: collapse !important;
		}
.change-request .ribbon
		{
		background-color: #ccc;
		text-decoration: underline;
		font-weight: bold;
		}
.change-request .label
		{
		font-weight: bold;
		width: 30%;
		vertical-align: top;
		}