@CHARSET "UTF-8";

@media print {
	*,:after,:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}
	a,a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href ^="javascript:"]:after,a[href ^="#"]:after {
		content: ""
	}
	blockquote,pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	h2,h3,p {
		orphans: 3;
		widows: 3
	}
	h2,h3 {
		page-break-after: avoid
	}
	select {
		background: #fff !important
	}
	.fts1 {
		font-size: 15px;
	}
	.navbar {
		display: none
	}
	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000 !important
	}
	.label {
		border: 1px solid #000
	}
	.table td,.table th {
		background-color: #fff !important
	}
	.table-bordered td,.table-bordered th {
		border: 1px black
	}
	table table {
		border-left: 0px;
		border-right: 0px;
	}
	table table table {
		border-left: 0px;
		border-right: 0px;
	}
	table table table table {
		border-left: 0px;
		border-right: 0px;
	}
}

input,textarea,select {
	background-color: transparent !important;
	border: none !important;
	cursor: not-allowed !important;
	box-shadow: none !important;
}

.table,.table>tbody+tbody,.table.table-bordered {
	border: 1px solid black;
}

th,.table>tr>th {
	font-size: 12px;
	font-weight: normal;
}

.control-label {
	font-size: 12px;
	text-align: right;
}

.table>tbody>tr>th,.table>tbody>tr>td {
	padding: 0;
}

.table .table,.table.table-bordered .table.table-bordered {
	border-left-width: 0px;
	border-right-width: 0px;
}

.control-label p,.form-control {
	margin-top: 2px;
	margin-right: 2px;
	height: auto;
}

table.sqbd-table tr td {
	border-color: black;
}