<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* FooTable v3 - FooTable is a jQuery plugin that aims to make HTML tables on smaller devices look awesome.
* @version 3.0.6
* @link http://fooplugins.com
* @copyright Steven Usher &amp; Brad Vincent 2015
* @license Released under the GPLv3 license.
*/
table.footable,
table.footable-details {
	position: relative;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
table.footable-details {
	margin-bottom: 0;
}
table &gt; tbody &gt; tr &gt; td &gt; span.footable-toggle {
	margin-right: 8px;
	opacity: 0.3;
}
table &gt; tbody &gt; tr &gt; td &gt; span.footable-toggle.last-column {
	margin-left: 8px;
	float: right;
}
table.table-condensed &gt; tbody &gt; tr &gt; td &gt; span.footable-toggle {
	margin-right: 5px;
}
table.footable-details &gt; tbody &gt; tr &gt; th:nth-child(1) {
	min-width: 40px;
	width: 120px;
}
table.footable-details &gt; tbody &gt; tr &gt; td:nth-child(2) {
	word-break: break-all;
}

table.footable-details &gt; thead &gt; tr:first-child &gt; th,
table.footable-details &gt; thead &gt; tr:first-child &gt; td,
table.footable-details &gt; tbody &gt; tr:first-child &gt; th,
table.footable-details &gt; tbody &gt; tr:first-child &gt; td,
table.footable-details &gt; tfoot &gt; tr:first-child &gt; th,
table.footable-details &gt; tfoot &gt; tr:first-child &gt; td {
	border-top-width: 0;
}
table.footable-details.table-bordered &gt; thead &gt; tr:first-child &gt; th,
table.footable-details.table-bordered &gt; thead &gt; tr:first-child &gt; td,
table.footable-details.table-bordered &gt; tbody &gt; tr:first-child &gt; th,
table.footable-details.table-bordered &gt; tbody &gt; tr:first-child &gt; td,
table.footable-details.table-bordered &gt; tfoot &gt; tr:first-child &gt; th,
table.footable-details.table-bordered &gt; tfoot &gt; tr:first-child &gt; td {
	border-top-width: 1px;
}

div.footable-loader {
	vertical-align: middle;
	text-align: center;
	height: 300px;
	position: relative;
}
div.footable-loader &gt; span.fooicon {
	display: inline-block;
	opacity: 0.3;
	font-size: 30px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-animation: fooicon-spin-r 2s infinite linear;
	animation: fooicon-spin-r 2s infinite linear;
}
table.footable &gt; tbody &gt; tr.footable-empty &gt; td {
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
}
table.footable &gt; tbody &gt; tr &gt; td,
table.footable &gt; tbody &gt; tr &gt; th {
	display: none;
}
table.footable &gt; tbody &gt; tr.footable-empty &gt; td,
table.footable &gt; tbody &gt; tr.footable-empty &gt; th,
table.footable &gt; tbody &gt; tr.footable-detail-row &gt; td,
table.footable &gt; tbody &gt; tr.footable-detail-row &gt; th {
	display: table-cell;
}
@-webkit-keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fooicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings' !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fooicon:before,
.fooicon:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fooicon-loader:before {
	content: "\e030";
}
.fooicon-plus,.fooicon-minus {
    font-size:16px;
}
.fooicon-plus:before {
	content:"\e131";
}
.fooicon-minus:before {
	content:"\e134";
}
.fooicon-search:before {
	content: "\e003";
}
.fooicon-remove:before {
	content: "\e014";
}
.fooicon-sort:before {
	content: "\e150";
}
.fooicon-sort-asc:before {
	content: "\e155";
}
.fooicon-sort-desc:before {
	content: "\e156";
}
.fooicon-pencil:before {
	content: "\270f";
}
.fooicon-trash:before {
	content: "\e020";
}
.fooicon-eye-close:before {
	content: "\e106";
}
.fooicon-flash:before {
	content: "\e162";
}
.fooicon-cog:before {
	content: "\e019";
}
table.footable &gt; thead &gt; tr.footable-filtering &gt; th {
	border-bottom-width: 1px;
	font-weight: normal;
}
table.footable &gt; thead &gt; tr.footable-filtering &gt; th,
table.footable.footable-filtering-right &gt; thead &gt; tr.footable-filtering &gt; th {
	text-align: right;
}
table.footable.footable-filtering-left &gt; thead &gt; tr.footable-filtering &gt; th {
	text-align: left;
}
table.footable.footable-filtering-center &gt; thead &gt; tr.footable-filtering &gt; th {
	text-align: center;
}
table.footable &gt; thead &gt; tr.footable-filtering &gt; th div.form-group {
	margin-bottom: 0;
}
table.footable &gt; thead &gt; tr.footable-filtering &gt; th div.form-group+div.form-group {
	margin-top: 5px;
}
table.footable &gt; thead &gt; tr.footable-filtering &gt; th div.input-group {
	width: 100%;
}
table.footable &gt; thead &gt; tr.footable-filtering &gt; th ul.dropdown-menu &gt; li &gt; a.checkbox {
	margin: 0;
	display: block;
	position: relative;
}
table.footable &gt; thead &gt; tr.footable-filtering &gt; th ul.dropdown-menu &gt; li &gt; a.checkbox &gt; label {
	display: block;
	padding-left: 20px;
}
table.footable &gt; thead &gt; tr.footable-filtering &gt; th ul.dropdown-menu &gt; li &gt; a.checkbox input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
}
@media (min-width: 768px) {
	table.footable &gt; thead &gt; tr.footable-filtering &gt; th div.input-group {
		width: auto;
	}
	table.footable &gt; thead &gt; tr.footable-filtering &gt; th div.form-group {
		margin-left: 2px;
		margin-right: 2px;
	}
	table.footable &gt; thead &gt; tr.footable-filtering &gt; th div.form-group+div.form-group {
		margin-top: 0;
	}
}
td.footable-sortable,
th.footable-sortable {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}
td.footable-sortable &gt; span.fooicon,
th.footable-sortable &gt; span.fooicon {
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -7px;
	opacity: 0;
	transition: opacity 0.3s ease-in;
}
td.footable-sortable:hover &gt; span.fooicon,
th.footable-sortable:hover &gt; span.fooicon {
	opacity: 1;
}
td.footable-sortable.footable-asc &gt; span.fooicon,
th.footable-sortable.footable-asc &gt; span.fooicon,
td.footable-sortable.footable-desc &gt; span.fooicon,
th.footable-sortable.footable-desc &gt; span.fooicon {
	opacity: 1;
}
table.footable &gt; tfoot &gt; tr.footable-paging &gt; td &gt; ul.pagination {
	margin: 10px 0 0 0;
}
table.footable &gt; tfoot &gt; tr.footable-paging &gt; td &gt; span.label {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 4px 10px;
}
table.footable &gt; tfoot &gt; tr.footable-paging &gt; td,
table.footable-paging-center &gt; tfoot &gt; tr.footable-paging &gt; td {
	text-align: center;
}
table.footable-paging-left &gt; tfoot &gt; tr.footable-paging &gt; td {
	text-align: left;
}
table.footable-paging-right &gt; tfoot &gt; tr.footable-paging &gt; td {
	text-align: right;
}
ul.pagination &gt; li.footable-page {
	display: none;
}
ul.pagination &gt; li.footable-page.visible {
	display: inline;
}</pre></body></html>