/**
 * Documents / Downloads page — aligned with tmsfalcon-php Download view.
 */
.documents-page {
	color: #3e4d5c;
	font: 400 14px 'Open Sans', Helvetica Neue, Segoe UI, Arial, sans-serif;
}

.documents-page .documents-heading {
	font-family: Roboto, 'Open Sans', Arial, sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	margin: 0 0 10px;
	color: #3e4d5c;
}

.documents-page .documents-heading .fa {
	margin-right: 8px;
	color: #3e4d5c;
}

.documents-page .documents-table-wrap {
	margin-top: 40px;
}

.documents-page #docs_table {
	font-family: Geist, 'Open Sans', Helvetica Neue, Segoe UI, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}

.documents-page .table th,
.documents-page #docs_table thead th {
	font: normal normal 300 14px / 29px Geist, sans-serif;
	letter-spacing: 0;
	color: #000000;
	opacity: 1;
	background: #f5f5f5;
	font-weight: 300;
	vertical-align: middle;
	border-color: #e4e6e8;
	white-space: nowrap;
}

.documents-page .table td,
.documents-page #docs_table tbody td {
	font: normal normal normal 14px / 28px Geist, sans-serif;
	letter-spacing: 0;
	color: #000000;
	opacity: 1;
	vertical-align: middle;
	border-color: #e4e6e8;
}

.documents-page #docs_table tbody tr.highlight:hover {
	background-color: #f9f9f9;
}

.documents-page .download_btn.btn.red.btn-outline {
	color: #e73d4a;
	background: #fff;
	border: 1px solid #e73d4a;
	border-radius: 25px !important;
	padding: 5px 12px;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}

.documents-page .download_btn.btn.red.btn-outline:hover,
.documents-page .download_btn.btn.red.btn-outline:focus {
	color: #fff;
	background: #e73d4a;
	border-color: #e73d4a;
	text-decoration: none;
}

.documents-page .download_btn .fa {
	margin-right: 4px;
}

.documents-page .documents-empty {
	color: #e73d4a;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	margin: 20px 0;
}

@media (max-width: 767px) {
	.documents-page .documents-table-wrap {
		margin-top: 24px;
	}

	.documents-page .table th,
	.documents-page #docs_table thead th,
	.documents-page .table td,
	.documents-page #docs_table tbody td {
		font-size: 13px;
		line-height: 26px;
		padding: 8px;
	}
}
