@CHARSET "UTF-8";

/* General */
html, body {
	margin: 0;
	padding: 0;
}
body {
	margin-bottom: .5em;
}

/* Organization title */
.title {
	padding: .2em .5em;
	margin-bottom: .5em;
	font-weight: bold;
	font-size: 120%;
	color: navy;
	border-bottom: solid 1px navy;
}

/* Section */
.section {
	display: block;
	position: relative;
	margin: 1em 0.5em 0.2em 0.5em;
	overflow: hidden;
}
.section-title {
	display: block;
	margin-bottom: .2em;
}
.section-data-title {
	width: 11em;
	float: left;
}
.section-data {
	width: auto;
	margin-left: 11em;
	padding-left: .5em;
}

/* "Flat" list */
.list-flat {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-flat>li {
	display: inline-block;
}
.list-flat>li::after {
	content: ",";
}
.list-flat>li:last-child::after {
	content: none;
}

/* Area accessibility table */
.accessibility {
	width: auto !important;
}
.accessibility>tbody>tr, .accessibility>tbody>tr>td {
	border: none !important;
}

/* Accessibility markup */
.access-full {
	background-color: #31ca31;
	border-right: solid 1px #1b691b;
	border-bottom: solid 1px #1b691b;
}
.access-partial {
	background-color: #fdca00;
	border-right: solid 1px #836902;
	border-bottom: solid 1px #836902;
}
.access-conditional {
	background-color: #1685fe;
	border-right: solid 1px #0c4584;
	border-bottom: solid 1px #0c4584;
}
.access-none {
	background-color: #fd0031;
	border-right: solid 1px #83021b;
	border-bottom: solid 1px #83021b;
}
.access-unknown {
	background-color: #909090;
	border-right: solid 1px #606060;
	border-bottom: solid 1px #606060;
}

/*Invalid category images*/
.inv-cat1 {
	background-image: url("/AccessibleEnv/javax.faces.resource/category/inv1.png.xhtml?ln=images");
}
.inv-cat2 {
	background-image: url("/AccessibleEnv/javax.faces.resource/category/inv2.png.xhtml?ln=images");
}
.inv-cat3 {
	background-image: url("/AccessibleEnv/javax.faces.resource/category/inv3.png.xhtml?ln=images");
}
.inv-cat4 {
	background-image: url("/AccessibleEnv/javax.faces.resource/category/inv4.png.xhtml?ln=images");
}
.inv-cat5 {
	background-image: url("/AccessibleEnv/javax.faces.resource/category/inv5.png.xhtml?ln=images");
}

/* Worktime table */
.worktime {
	width: auto !important;
}
.worktime td, .worktime th {
	text-align: center;
}

/* Object status */
.objstatus {
	display: inline-block;
	width: 38px;
	height: 38px;
	border-radius: 19px;
	background-position: center;
	background-repeat: no-repeat;
}
.objstatus-cell {
	padding: 4px !important;
	text-align: center;
	line-height: 0;
}
