body {
	font-family: "Muli","Helvetica","Tahoma","Geneva","Arial",sans-serif;
	letter-spacing: -.03rem;
	font-weight: 400;
	color: #444;
	line-height: 28px;
}
h3 {
	font-size: 1.25em;
}
input[type="checkbox"],input[type="radio"] {
	display: inline;
}
input[type="number"],input[type="text"],input[type="password"] {
	background-color: rgb(255, 255, 255);
	border-color: #555;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	cursor: text;
	height: 32px;
	letter-spacing: -0.48px;
	min-height: 32px;
	outline-color: rgb(85, 85, 85);
	outline-style: none;
	outline-width: 0px;
	text-align: left;
	user-select: none;
	font-size: 16px;
	padding: 0px 2px 0px 8px;
}
input[type="number"] {
	min-width: 60px;
	margin-right: 2px;
}
input:disabled {
	background-color: #EEE;
	padding-left: 8px;
}
select {
	min-width: 150px;
	margin-bottom: 1.7rem;
}
textarea {
	width: 99%;
	height: 250px;
}
label {
	text-align: left;
}
button {
	background-color: #555;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
a { text-decoration: none; }
.toggle_h1max {
	display: inline-flex;
	margin: 0px 5px;
	width: 25px;
	height: 25px;
	background-image: url("/css/max-h1.svg");
}
.toggle_h1min {
	display: inline-flex;
	margin: 0px 5px;
	width: 25px;
	height: 25px;
	background-image: url("/css/min-h1.svg");
}
.toggle_h3max {
	display: inline-flex;
	margin: 0px 5px;
	width: 17px;
	height: 17px;
	background-image: url("/css/max-h3.svg");
}
.toggle_h3min {
	display: inline-flex;
	margin: 0px 5px;
	width: 17px;
	height: 17px;
	background-image: url("/css/min-h3.svg");
}
.menu_item {
	background-color: #FFF;
	color: #555;
	margin: 10px;
}
.menu_item:hover {
	background-color: #555;
	color: #FFF;
}
.field_group {
	width: 75%;
	border: 2px solid;
}
.main_container {
	max-width: 1500px;
	min-width: 960px;
	margin: auto;
	padding-bottom: 250px;
}
.header_container {
	display: block;
	height: 95px;
	margin: 25px 0px 25px 0px;
}
.header_row {
	display: flow-root;
}
.header_title {
	display: inline-block;
	float: left;
	height: 75px;
}
.header_logout {
	display: inline-block;
	float: right;
	margin-top: 7.5px;
	margin-bottom: 7.5px;
	height: 20px;
	width: 60px;
	line-height: 20px;

	-moz-border-radius: 5px; /* or 50% */
	border-radius: 5px; /* or 50% */

	background-color: #555;
	color: #FFF;
	text-align: center;
}
.tooltip-text {
	visibility: hidden;
	z-index: 1;
	width: 100px;
	color: white;
	font-size: 12px;
	background-color: #555;
	border-radius: 10px;
	margin-left: 10px;
	padding: 10px;
}
.hover-text:hover .tooltip-text {
	visibility: visible;
}
.header_menu {
	display: inline-block;
	float: left;
}
.login_container {
	margin: 250px auto;
	width: 285px;
	line-height: 1.8;
}
.doDebug {
	display: block;
	position: absolute;
	bottom: 50px;
	width: 1500px;
}
.short-search-form {
	padding: 15px;
}
.short-form-row, .res_row {
	width: 100%;
	display: table;
	table-layout: fixed;
	margin: 15px auto;
}
.form-input, .res_item {
	display: table-cell;
}
.res_container {
}
.res_row {
	position: relative;
}
.res_item {
}
.res_item label {
	font-weight: bolder;
}
.last_modified {
	position: absolute;
	bottom: 0;
	right: 0;
}
.ftype_pdf {
	margin: 0 auto;
	width: 64px;
	height: 128px;
	background-image: url("/css/pdf.svg");
}
.fitem {
	display: inline-block;
	max-width: 128px;
	margin: 0px 5px;
}
.finfo {
	text-align: center;
	vertical-align: bottom;
	font-family: "Muli","Helvetica","Tahoma","Geneva","Arial",sans-serif;
	letter-spacing: -.03rem;
	color: #555;
	font-weight: bolder;
	text-decoration: none;
}
.resTableRow {
	position: relative;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	line-height: 20px;
}
.alt span{
	background: #555;
	color: #FFFFFF !important;
}
.disabled span{
	background-color: #F4C6CB;
	color: #555 !important;
}
.resTableRow span{
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	font-family: "Muli","Helvetica","Tahoma","Geneva","Arial",sans-serif;
	letter-spacing: -.03rem;
	color: #555;
	text-decoration: none;
	width: 250px;
	padding: 5px;
	border: 1px solid #555;
	text-decoration: none;
}
.resTableHeader span{
	background-color: rgb(255, 255, 255, 0.7);
	font-size: 1.75em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-family: "Muli","Helvetica","Tahoma","Geneva","Arial",sans-serif;
	letter-spacing: -.03rem;
	color: #555;
	font-weight: bolder;
	text-decoration: none;
	width: 250px;
	height: 64px;
}
.resTableHeader{
	background-color: rgb(255, 255, 255, 1);
	position: sticky;
	top: 0;
	z-index: 99;
}
