body {
	font-family:'Open Sans', sans-serif;
	font-size:small;
	margin:0;
	padding:0;
}
button {
	height:28px;
	margin:1px 2px;
}
.button_selected {
	border-color:#f90 !important;
}
select {
	height:28px;
}
.tiled_ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.tiled_ul li {
	display:inline-block;
	vertical-align:top;
}
input {
	height:22px;
	margin:1px 2px;
}
input[type='file'] {
	height:28px;
}
input[type='checkbox'] {
	height:auto;
}
input[type='radio'] {
	height:auto;
}
table {
	margin:auto;
	border-spacing: 0px;
	border-collapse: collapse;
}
.sticky_header th {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 0;
}
.tr_selected {
    background-color: #5ad !important;
}
.div_selected {
	border-color:#f90 !important;
}
.header {
	position:absolute;
	top:0;
	width:calc(100% - 16px);
	height:28px;
	box-shadow:0 0 4px #000;
	margin:4px;
	padding:4px;
	overflow:hidden;
	text-align:center;
}
#header_left {
	float:left;
}
#header_title {
	text-align:center;
}
#header_right {
	float:right;
}
.status_error {
    position: absolute;
    top: 0px;
    z-index: 999;
   	width:100%;
	background-color:#900;
	color:#fff;
	font-size:large;
	text-align:center;
	padding:8px 0px;
}
.status_info {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
	width:100%;
	background-color:#090;
	color:#fff;
	font-size:large;
	text-align:center;
	padding:8px 0px;
}
.dlg_box {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	display:none;
}
.dlg_container {
	position:absolute;
	padding:4px;
	max-width:90%;
}
.dlg_contents {
	overflow:auto;
	padding:4px;
}
.dlg_title {
	font-weight: bold;
	font-size: large;
	height:30px;
	overflow:hidden;
	background-color: #357;
	color: #fff;
	padding-left:8px;
}
.dlg_title button {
	float:right;
	font-size:large;
}
.dlg_footer {
	text-align:right;
	height:30px;
}
.dlg_footer button {
	min-width:16ex;
}
.overlay_contents {
	position:absolute;
	overflow:auto;
	max-width:90%;
}
.container {
	position:absolute;
	top:44px;
	width:calc(100% - 16px);
	height:calc(100% - 60px);
	box-shadow:0 0 4px #000;
	margin:4px;
	padding:4px;
	overflow:auto;
}
.busy_indicator {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:998;
	cursor:progress;
}
.div_header {
	font-weight: bold;
	font-size: medium;
	background-color: #357;
	color: #fff;
	text-align:center;
}
@media print {
	.noprint {
		display:none;
	}
    button {
		display:none;
	}
    input {
		display:none;
	}
    div {
		page-break-inside: avoid;
	}
    tr {
		page-break-inside: avoid;
	}
    .header {
		display:none;
	}
	.container {
		display:none;
	}
	.printable {
		position:static;
		top:auto;
		left:auto;
		height:auto;
		width:auto;
		box-shadow:none;
		margin:0;
		padding:0;
		overflow:visible;
		display:inline;
	}
}
