/* FontAwesome Icons - We're not actually using FontAwesome classes but instead provide a simple mapping from FontAwesome to FooTable class names. */
.fooicon {
	display: inline-block;
	font-size: inherit;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
td.footable-sortable > button,
th.footable-sortable > button {
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -7px;
	transition: opacity 0.3s ease-in;
	border: 0 none;
	background: none;
	padding: 0;
}
tr.footable-filtering td {
	border: 0 !important;
}
.footable-filtering-external.footable-filtering-right,
table.footable > thead > tr.footable-filtering > td,
table.footable.footable-filtering-right > thead > tr.footable-filtering > td {
	text-align: right;
}
.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left > thead > tr.footable-filtering > td {
	text-align: left;
}
.footable-filtering-external.footable-filtering-center,
table.footable.footable-filtering-center > thead > tr.footable-filtering > td {
	text-align: center;
}
table.footable > thead > tr.footable-filtering > td div.form-group {
	margin-bottom: 0;
}
table.footable > thead > tr.footable-filtering > td div.form-group+div.form-group {
	margin-top: 5px;
}
table.footable > thead > tr.footable-filtering > td div.input-group {
	width: 100%;
}
.footable-details th {
	font-weight: bold;
	background-color: #f9f9f9;
}
.footable-details td {
	font-weight: normal;
	background-color: #f9f9f9;
}
.footable-details, .footable-details.table-bordered>thead>tr>th, .footable-details.table-bordered>thead>tr>td, .footable-details.table-bordered>tfoot>tr>th, .footable-details.table-bordered>tfoot>tr>td {
	border: none;
}
.footable-details.table-bordered>tbody>tr>th, .footable-details.table-bordered>tbody>tr>td {
	border-top: none;
	border-left: none;
	border-right: none;
}
.footable-details.table-bordered>tbody>tr:last-child>th, .footable-details.table-bordered>tbody>tr:last-child>td {
	border-bottom: none;
}
.fooicon:before,
.fooicon:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fooicon-loader:before {
	content: "\f01e";
}
.fooicon-plus:before {
	content: "\f055";
}
.fooicon-minus:before {
	content: "\f056";
}
.fooicon-search:before {
	content: "\f002";
}
.fooicon-remove:before {
	content: "\f00d";
}
.fooicon-sort:before {
	content: "\f0dc";
	color: #cccccc;
}
.fooicon-sort-asc:before {
	content: "\f160";
}
.fooicon-sort-desc:before {
	content: "\f161";
}
.fooicon-pencil:before {
	content: "\f040";
}
.fooicon-trash:before {
	content: "\f1f8";
}
.fooicon-eye-close:before {
	content: "\f070";
}
.fooicon-flash:before {
	content: "\f0e7";
}
.fooicon-cog:before {
	content: "\f013";
}
.fooicon-stats:before {
	content: "\f080";
}