body {
	font-family: Sans-serif;
}
a .fa {
	transition: 300ms;
}
a:hover .fa {
	color: #00B9EB;
}
.section,
section {
	background-color: white;
	border: 1px solid #DDD;
	display: block;
	margin: 5px;
	max-width: 1200px;
	overflow: hidden;
}
.padded {
	padding: 10px;
}
.section h2,
section h2 {
	color: #666;
	background-color: #FCFCFC;
	border-bottom: 1px solid #DDD;
	font-size: .9em;
	margin: 0;
	padding: 8px;
}
.section.padded h2,
section.padded h2 {
	margin: -10px -10px 0;
}
.pagination {
	background-color: #eee;
	border-radius: 5px;
	color: silver;
	padding: 2px;
}
.pagination a,
.pagination span {
	margin: 0 4px;
}
.pagination a:hover,
.pagination span.active {
	color: red;
}
.section h2 .pagination,
section h2 .pagination {
	float: right;
	margin-left: 3px;
}
.button {
	border: none;
	border-radius: 2px;
	background-color: #0073AA;
	color: white;
	cursor: pointer;
	display: inline-block;
	font: inherit;
	margin: 2px;
	padding: 5px 20px;
}
.button:hover {
	background-color: grey;
}
h2 .button {
	border-radius: 12px;
	margin: -5px -5px -5px 3px;
}
p.buttons {
	background-color: #FCFCFC;
	border-top: 1px solid #DDD;
	margin: 20px -10px -10px -10px;
	padding: 10px 0 10px 188px;
}
.flex,
.row2,
.row3 {
	display: flex;
	flex-wrap: wrap;
}
.flex > *,
.row2 > *,
.row3 > * {
	flex: 1;
}
.col2 {
	-moz-column-count: 2;
	column-count: 2;
}
.col3 {
	-moz-column-count: 3;
	column-count: 3;
}
table {
	border-collapse: collapse;
	border-width: 0;
	width: 100%;
}
tr.hidden {
	display: none;
}
tr.cancel td {
	color: silver;
}
tr:nth-child(odd){
	background-color: #eee;
}

tr.head th {
	background: #CCC url(/img/sortable.png) no-repeat right center;
	cursor: pointer;
}
tr.head th.active {
	background-image: url(/img/sort_asc.png)
}
tr.head th.active.reverse {
	background-image: url(/img/sort_desc.png)
}
th {
	background-color: #CCC;
	color: white;
	font-size: .9em;
	line-height: 1.8em;
	padding-left: 5px;
	text-align: left;
}
td {
	border: 1px solid #EEE;
	padding: 5px;
	vertical-align: top;
}
td div {
	white-space: normal;
}
td img {
	max-height: 20px;
}
textarea {
	font-family: inherit;
}
form.sized div {
	display: inline-block;
	line-height: 3em;
	width: 480px;
}
form.sized .field {
	width: 200px;
}
input:focus,
select:focus,
textarea:focus {
	outline: none;
}
input.error,
select.error,
textarea.error {
	box-shadow: 0 0 2px 1px rgba(255,0,0,.4);
}
.error {
	color: #d00;
}
span.label-130 {
  display: inline-block;
  width: 130px;
}
span.label {
	display: inline-block;
	width: 180px;
}
span.label-220 {
  display: inline-block;
  width: 220px;
}
.highlight {
	background-color: #DDD;
}
img.left {
	float: left;
	margin-right: 10px;
}
small.left {
	float: left;
}
img.right {
	margin-left: 10px;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.noborder {
	border: none;
}
td.right,
p.right {
	float: none;
	text-align: right;
}
hr {
	background-color: #FCFCFC;
	border-width: 0;
	height: 1px;
}
.clear {
	clear: both;
}
.indent {
	margin-left: 200px;
}
.indentMore {
	margin-left: 220px;
}
.nowrap {
	white-space: nowrap;
}
#icons {
	position: fixed;
	bottom: 0;
	left: 10px;
	width: 120px;
}
#icons img {
	margin-bottom: 10px;
	width: 100%;
}
.bar {
	background-color: #00B9EB;
	color: white;
	margin: 0 1px;
	text-align: center;
  text-shadow: 1px 1px black;
	vertical-align: baseline;
}
.red {
	color: red;
}
