@font-face {
	font-family: footable;
	src: url(fonts/footable.eot?#iefix) format("embedded-opentype"), url(fonts/footable.woff) format("woff"), url(fonts/footable.ttf) format("truetype"), url(fonts/footable.svg#footable) format("svg");
	font-weight: normal;
	font-style: normal;
}
.footable {
	width: 100%;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
	color: rgb(0, 0, 0); border-bottom-color: currentColor; border-left-color: rgba(0, 0, 0, 0.1); border-bottom-width: medium; border-left-width: 1px; border-bottom-style: none; border-left-style: solid; background-color: rgba(0, 0, 0, 0.2);
}
.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
	content: "\e001";
}
.footable.breakpoint > tbody > tr:not(.footable-row-detail):hover {
	cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
	background: rgb(238, 238, 238); border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	color: rgb(136, 136, 136); text-transform: none; padding-right: 5px; font-family: "footable"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; display: inline-block; speak: none; -webkit-font-smoothing: antialiased;
}
.footable.breakpoint > tbody > tr > td > span.footable-toggle::before {
	content: "\e000";
}
.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
	content: "\e005";
}
.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle::before {
	content: "\e004";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
	content: "\e003";
}
.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle::before {
	content: "\e002";
}
.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
	content: "\e007";
}
.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle::before {
	content: "\e006";
}
.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
	content: "\e009";
}
.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle::before {
	content: "\e008";
}
.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
	content: "\e00f";
}
.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle::before {
	content: "\e011";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
	content: "\e013";
}
.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle::before {
	content: "\e015";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
	content: "\e01b";
}
.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle::before {
	content: "\e01d";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
	content: "\e00b";
}
.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle::before {
	content: "\e00d";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
	content: "\e01f";
}
.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle::before {
	content: "\e021";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle::before {
	content: "\e017";
}
.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle::before {
	content: "\e019";
}
.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
	font-size: 18px;
}
.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
	font-size: 24px;
}
.footable > thead > tr > th {
	-ms-user-select: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; user-select: none;
}
.footable > thead > tr > th.footable-sortable:hover {
	cursor: pointer;
}
.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator::before {
	content: "\e013";
}
.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator::before {
	content: "\e012";
}
.footable > thead > tr > th > span.footable-sort-indicator {
	text-transform: none; padding-left: 5px; font-family: "footable"; font-style: normal; font-variant: normal; font-weight: normal; display: inline-block; speak: none; -webkit-font-smoothing: antialiased;
}
.footable > thead > tr > th > span.footable-sort-indicator::before {
	content: "\e022";
}
.footable > tfoot .pagination {
	margin: 0px;
}
.footable.no-paging .hide-if-no-paging {
	display: none;
}
.footable-row-detail-inner {
	display: table;
}
.footable-row-detail-row {
	line-height: 1.5em; display: table-row;
}
.footable-row-detail-group {
	line-height: 2em; font-size: 1.2em; font-weight: bold; display: block;
}
.footable-row-detail-name {
	padding-right: 0.5em; font-weight: bold; display: table-cell;
}
.footable-row-detail-value {
	display: table-cell;
}
.footable-odd {
	background-color: rgb(247, 247, 247);
}
