@font-face {
	font-family: 'Icons';
	src: url("semantic/dist/themes/default/assets/fonts/icons.eot");
	src: url("semantic/dist/themes/default/assets/fonts/icons.eot?#iefix") format('embedded-opentype'), url("semantic/dist/themes/default/assets/fonts/icons.woff2") format('woff2'), url("semantic/dist/themes/default/assets/fonts/icons.woff") format('woff'), url("semantic/dist/themes/default/assets/fonts/icons.ttf") format('truetype'), url("semantic/dist/themes/default/assets/fonts/icons.svg#icons") format('svg');
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: inherit;
	text-transform: none;
}
/* ---- PRINTER STYLES ---- */
@media print {
	.noPrint { display:none !important; }
	.QSIFeedBackLink { display: none !important; }
	/* feedback widget */
    .freshwidget-theme { display: none; }
	/* page content section */
	.ui.segment.content { width:100% !important; }
	/* parcel details */
	.ui.centered.grid .row { page-break-inside: avoid; page-break-before: auto; padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc; }
	/*.ui.centered.grid p { page-break-inside: avoid; page-break-before: auto; }*/
	.header, h3 { font-size: 18px; font-weight: bold; }
	
	
	i.blue.icon { color: #2185D0 !important; }
	/*i.circular.icon {*/
	/*	border-radius: 500em !important;*/
	/*	line-height: 1 !important;*/
	/*	padding: 0.5em 0.5em !important;*/
	/*	box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset !important;*/
	/*	width: 1em !important;*/
	/*	height: 1em !important;*/
	/*}*/
	i.icon, i.icons { font-size: 1em; }
	a i.icon, a:hover i.icon { text-decoration: none; }
	i.icon {
		display: inline-block;
		opacity: 1;
		margin: 0em 0.25rem 0em 0em;
		width: 1.18em;
		height: 1em;
		font-family: 'Icons';
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		text-align: center;
		speak: none;
		font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	i.icon.tag:before { content: "\f02b"; }
	i.icon:before { background: none !important; }
	*, *:before, *:after { box-sizing: inherit; }


}