.module-reports #title h1 {
	background-image: url("/local/websites/admin/www/images/sectionicons/audit-reports.svg");
}

.module-reports.controller-manage-reports .importResults .report-information-title {
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
	font-size: 20px;
}

.module-reports.controller-manage-reports .importResults .report-information {
	font-weight: 700;
	margin-top: 20px;
	display: block;
	margin-bottom: 5px;
}

.module-reports.controller-manage-reports .importResults .divider {
	border-bottom: 1px solid;
	width: 100%;
	max-width: 1400px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.module-reports.controller-manage-reports .importResults table {
	width: 100%;
	max-width: 1400px;
}

.module-reports.controller-manage-reports .importResults table tr th {
	background: #efefef;
	color: #000;
	font-weight: 700;
	padding: 5px;
}

.module-reports.controller-manage-reports .importResults table tr td {
	padding: 5px;
}

.module-reports.controller-pages-reports .pdf-text-block em {
	font-weight: 700;
}


.module-reports.controller-pages-reports .subscribe-link {
	float: right;
}


#importform > div > fieldset > div.ui-form-panel > div:nth-child(1) {
	border-bottom: none;
}

#files {
	padding: 0px;
	line-height: 12px;
}

#progress {
	padding: 0px 0px 0px 240px;
}

#progress .bar {
	height: 18px;
	background: green;
}

.module-reports .pagination-previous-page a,
.module-reports .pagination-previous-page span {
	margin-right: 1.5rem;
}

.module-reports .pagination-next-page a,
.module-reports .pagination-next-page span {
	margin-left: 1.5rem;
}

@media screen and (max-width: 767px) {
	.module-reports .pagination-wrapper .pagination-previous-page,
	.module-reports .pagination-wrapper .pagination-next-page {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
	}

	.module-reports .pagination-previous-page a:last-of-type,
	.module-reports .pagination-previous-page span:last-of-type {
		margin-right: 0;
	}

	.module-reports .pagination-next-page a:first-of-type,
	.module-reports .pagination-next-page span:first-of-type {
		margin-left: 0;
	}
}
