@CHARSET "ISO-8859-1";

@media print {
	i.fa-pencil, i.fa-archive, i.fa-plus, i.fa-exclamation-circle, i.glyphicon-move,
		i.glyphicon-chevron-down, .panel-toggle h3::after {
		display: none !important;
	}
	h3 {
		font-size: 1.1em !important;
		padding: 1px !important;
	}
	h2 {
		font-size: 1.3em !important;
		padding: 1px !important;
	}
	.panel {
		margin-bottom: 2px !important;
	}
	.panel-heading {
		padding: 2px !important;
	}
	.pageBreakBefore {
		page-break-before: always !important;
	}
	div[naic-section] div.panel-body.collapse {
		display: block !important;
		height: auto !important;
	}
	label {
		white-space: nowrap !important;
		font-size: 0.8em !important;
		padding: 1px !important;
	}
	input.hasDatepicker {
		width: 100% !important;
	}
	option:not(:checked){
	display: none !important;
	}
	
	.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 {
		padding-right: 2px !important;
	}
	.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 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666666666666%;
	}
	.col-md-10 {
		width: 83.33333333333334%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666666666666%;
	}
	.col-md-7 {
		width: 58.333333333333336%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666666666667%;
	}
	.col-md-4 {
		width: 33.33333333333333%;
	}
	.col-md-3 {
		width: 25% !important;
	}
	.col-md-2 {
		width: 16.666666666666664%;
	}
	.col-md-1 {
		width: 8.333333333333332%;
	}
}