/* -- copy of fa class of FontAwesome -- */
.ti {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.ti-table-menu:before {
	content: "\f0c9"; /* fa-bars */
}

.ti-th-menu:before {
	content: "\f107"; /* fa-angle-down */
}

.ti-tr-menu:before {
	content: "\f067"; /* fa-plus */
}

.ti-tr-act:before, .ti-table-act:before {
	content: "\f142"; /* fa-ellipsis-v */
}

div:not(.filter-suspended) > .ti-filtered:before {
	content: "\f0b0"; /* fa-filter */
}

.ti-disable:before {
	opacity: .3;
}