.page-scout-report .selectize-control .item {
	padding: 0 20px 0 0;
}

.page-scout-report tfoot th {
	padding: 10px 0 !important;
}

.page-scout-report tfoot th input {
	line-height: 2;
	padding: 0 1rem;
	margin-right: 5px;
}

.page-scout-report table.dataTable tr td {
	border-bottom: 1px solid #808080;
}


@media only screen and (min-width: 767px) {
	.page-scout-report-view .main-medium {
		width: 100% !important;
	}
}

.page-scout-report-view .main-medium .dataTables_scrollHeadInner,
.page-scout-report-view .main-medium table,
.page-scout-report-view .main-medium .dataTables_scrollFootInner {
	min-width: 100% !important;
}

.page-scout-report-view .main-medium a.btn.button.green {
	margin-bottom: 1rem;
}

.page-scout-report-view .dataTables_wrapper label {
	float: left;
}

.page-scout-report-view .selectize-control.single {
	float: right;
	margin-left: 10px;
}

.page-scout-report-view .selectize-input {
	padding: 0 10px;
	margin-top: -3px;
}

.page-scout-report-view table.dataTable.stripe tbody tr.odd{
  background: #DCDCDC;
}