body {
	padding-top: 0;
}

h1 {
	font-size: 16pt;
	text-align: center;
}

h2 {
	font-size: 14pt;
	text-align: center;
/*	margin-bottom:1em;*/
}

h1+h2 {
	margin-top:0;
	padding-top:0;
}

div h2:first-child {
	margin-top:0;
	padding-top:0;
}

a[href]:after{
		content:""
}

ul.nav-tabs > li:not(.active) > a {
	display: none;
}


div.input-group-search .input-group-btn {
	display: none;
}

div.input-group-search {
	width: 100%;
	max-width: 100%;
}

div.input-group-search input[value=""] {
	display: none;
}

div.edit-page > form legend {
	margin-bottom: 0.5ex;
}

div.edit-page > form p {
	margin: 0 0 0.5ex;
	page-break-inside: avoid;
}

div.edit-page > form label {
	width: 100%;
	margin: 0 0 0;
}

div.edit-page > form fieldset {
	page-break-inside: auto;
}

div.edit-page > form input, div.edit-page > form select, div.edit-page > form textarea {
	width: 100%;
	border: none;
}

div.edit-page > form label.btn {
	border: none;
	background: none transparent;
	text-align: left;
}


div.edit-page > form input[type="checkbox"] {
	width: auto;
	margin-right: 1ex;
}

div.table-responsive {
	overflow-x: visible;
}

div.table-responsive > table td {
	white-space: normal !important;
}

.printonly {
	display: block;
}
span.printonly {
	display: inline;
}

.noprint {
	display: none;
}

.warn {
	font-size: 0.8em;
	opacity: 0.5;
	font-weight:normal;
}