.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #001737;
}

	.table th,
	.table td {
		padding: 0.75rem;
		vertical-align: top;
		border-top: 1px solid rgba(72, 94, 144, 0.16);
	}

	.table thead th {
		vertical-align: bottom;
		color: #fff;
		border-color: #336699;
		background-color: #336699;
		line-height: 1;
		text-transform: uppercase;
		padding: 1.2rem 0.58em;
	}

	.table tbody + tbody {
		border-top: 2px solid rgba(72, 94, 144, 0.16);
	}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered {
	border: 1px solid rgba(72, 94, 144, 0.16);
}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid rgba(72, 94, 144, 0.16);
	}

	.table-bordered thead th,
	.table-bordered thead td {
		border-bottom-width: 2px;
	}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
	color: #001737;
	background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
	background-color: #b8d5fe;
}

	.table-primary th,
	.table-primary td,
	.table-primary thead th,
	.table-primary tbody + tbody {
		border-color: #7bb0fc;
	}

.table-hover .table-primary:hover {
	background-color: #9fc6fe;
}

	.table-hover .table-primary:hover > td,
	.table-hover .table-primary:hover > th {
		background-color: #9fc6fe;
	}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
	background-color: #d9dde5;
}

	.table-secondary th,
	.table-secondary td,
	.table-secondary thead th,
	.table-secondary tbody + tbody {
		border-color: #b9c1ce;
	}

.table-hover .table-secondary:hover {
	background-color: #cacfdb;
}

	.table-hover .table-secondary:hover > td,
	.table-hover .table-secondary:hover > th {
		background-color: #cacfdb;
	}

.table-success,
.table-success > th,
.table-success > td {
	background-color: #bcebd1;
}

	.table-success th,
	.table-success td,
	.table-success thead th,
	.table-success tbody + tbody {
		border-color: #83daa9;
	}

.table-hover .table-success:hover {
	background-color: #a8e5c4;
}

	.table-hover .table-success:hover > td,
	.table-hover .table-success:hover > th {
		background-color: #a8e5c4;
	}

.table-info,
.table-info > th,
.table-info > td {
	background-color: #b8ebf3;
}

	.table-info th,
	.table-info td,
	.table-info thead th,
	.table-info tbody + tbody {
		border-color: #7adae9;
	}

.table-hover .table-info:hover {
	background-color: #a2e5ef;
}

	.table-hover .table-info:hover > td,
	.table-hover .table-info:hover > th {
		background-color: #a2e5ef;
	}

.table-warning,
.table-warning > th,
.table-warning > td {
	background-color: #ffeeba;
}

	.table-warning th,
	.table-warning td,
	.table-warning thead th,
	.table-warning tbody + tbody {
		border-color: #ffdf7e;
	}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

	.table-hover .table-warning:hover > td,
	.table-hover .table-warning:hover > th {
		background-color: #ffe8a1;
	}

.table-danger,
.table-danger > th,
.table-danger > td {
	background-color: #f5c6cb;
}

	.table-danger th,
	.table-danger td,
	.table-danger thead th,
	.table-danger tbody + tbody {
		border-color: #ed969e;
	}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

	.table-hover .table-danger:hover > td,
	.table-hover .table-danger:hover > th {
		background-color: #f1b0b7;
	}

.table-light,
.table-light > th,
.table-light > td {
	background-color: #fcfcfd;
}

	.table-light th,
	.table-light td,
	.table-light thead th,
	.table-light tbody + tbody {
		border-color: #f9fafb;
	}

.table-hover .table-light:hover {
	background-color: #ededf3;
}

	.table-hover .table-light:hover > td,
	.table-hover .table-light:hover > th {
		background-color: #ededf3;
	}

.table-dark,
.table-dark > th,
.table-dark > td {
	background-color: #c8ccd3;
}

	.table-dark th,
	.table-dark td,
	.table-dark thead th,
	.table-dark tbody + tbody {
		border-color: #99a0ae;
	}

.table-hover .table-dark:hover {
	background-color: #babfc8;
}

	.table-hover .table-dark:hover > td,
	.table-hover .table-dark:hover > th {
		background-color: #babfc8;
	}

.table-active,
.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

	.table-hover .table-active:hover > td,
	.table-hover .table-active:hover > th {
		background-color: rgba(0, 0, 0, 0.075);
	}

.table .thead-dark th {
	color: #fff;
	background-color: #3b4863;
	border-color: #49597b;
}

.table .thead-light th {
	color: #596882;
	background-color: #e3e7ed;
	border-color: rgba(72, 94, 144, 0.16);
}

.table-dark {
	color: #fff;
	background-color: #3b4863;
}

	.table-dark th,
	.table-dark td,
	.table-dark thead th {
		border-color: #49597b;
	}

	.table-dark.table-bordered {
		border: 0;
	}

	.table-dark.table-striped tbody tr:nth-of-type(odd) {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.table-dark.table-hover tbody tr:hover {
		color: #fff;
		background-color: rgba(255, 255, 255, 0.075);
	}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

		.table-responsive-sm > .table-bordered {
			border: 0;
		}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

		.table-responsive-md > .table-bordered {
			border: 0;
		}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

		.table-responsive-lg > .table-bordered {
			border: 0;
		}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

		.table-responsive-xl > .table-bordered {
			border: 0;
		}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

	.table-responsive > .table-bordered {
		border: 0;
	}


.federation-default-banner {
	padding: 5.4em 6.7em 1.6em;
}

.btn-federation-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	font-size: 1em;
	margin: 0.6rem;
	background-color: #fff;
	border: 1px solid #eee;
	color: #999;
	font-weight: 400;
	line-height: 3.5rem;
	overflow: hidden;
	-webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s;
	transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}



.bordered-icon-box {
	padding: 1rem 0rem;
	border: 1px solid #eee;
	border-radius: 3px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.text-danger {
	color: #a94442;
}
.federation-docs-file-format {
	font-size: 1.6rem;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	margin: 0.6rem;
}
