﻿

.dataTables_wrapper {
	margin: 1.5rem 0 4rem 0 !important;
	padding: 1.5rem 0 !important;
	border-top: solid 1px #dddddd !important;
}

	.dataTables_wrapper #datasheet_filter input {
		padding: .25rem !important;
		border: solid 1px #dddddd !important;
	}

	table.dataTable {
	}

	table.dataTable.no-footer {
		margin-bottom: 1rem !important;
		border-bottom: solid 1px #dddddd !important;
	}

	table.dataTable thead th {
		padding-top: 1.5rem !important;
		font-size: 12px !important;
		text-align: left !important;
		border-bottom: solid 1px #dddddd !important;
	}

	table.dataTable td {
		font-size: 14px !important;
		text-align: left !important;
	}

		table.dataTable ul.dtr-details,
		table.dataTable ul.dtr-details li {
			display: block !important;
		}
		table.dataTable > tbody > tr.child span.dtr-title {
			min-width: unset;
			width: 50% !important;
		}