
.pp-icon {
	display: inline-block;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.pp-icon i, .pp-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.pp-table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: inherit;
	width: 100%;
}

.pp-table .pp-table-cell {
	text-align: inherit;
}

.pp-table-left .pp-table-container {
	margin-left: 0;
	margin-right: auto;
}

.pp-table-center .pp-table-container {
	margin-left: auto;
	margin-right: auto;
}

.pp-table-right .pp-table-container {
	margin-left: auto;
	margin-right: 0;
}

.pp-table-cell-icon-before {
	margin-right: 10px;
}

.pp-table-cell-icon-after {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: 10px;
}

.pp-table-container {
	overflow-x: auto;
}

.pp-table.tablesaw-stack td, .pp-table.tablesaw-stack th {
	float: none;
}

.pp-table .pp-table-cell-content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.pp-table .tablesaw-sortable-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.pp-table .tablesaw-sortable-btn .pp-table-cell-content {
	display: inline-block;
}

.pp-table .tablesaw-sortable-btn .tablesaw-sortable-arrow {
	float: right;
	margin-left: 5px;
}

.pp-table .tablesaw-sortable-btn:focus, .pp-table .tablesaw-sortable-btn:hover {
	background: 0 0;
	border: none;
	color: inherit;
}

.pp-table .tablesaw-sortable-head .tablesaw-sortable-arrow:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.pp-table .tablesaw-sortable-head.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
	content: "";
}

.pp-table .tablesaw-sortable-head.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
	content: "";
}

.pp-table-cell-icon {
	line-height: inherit;
}

.pp-table-cell-icon i, .pp-table-cell-icon svg {
	display: initial;
}

.pp-table-sortable-dd-hide .tablesaw-sortable-switch {
	display: none;
}

.pp-tooltip-click {
	cursor: pointer;
}

.pp-table tr:nth-child(odd) td {
	background-color: unset;
}

.pp-table tr:nth-child(even) td {
	background-color: unset;
}
