.dt-container .dt-layout-full > :only-child {
	width: 100% !important;
}

thead, tbody, tfoot, tr, td, th {
	border-top: none !important;
}

.card {
	background-color: white !important;
}

.card-body row {
	background-color: white !important;
}

.btn-light {
	color: black !important;
}

.reports .dropdown button {
	border: solid 1px #CCCCCC;
	border-radius: 4px;
	overflow: hidden;
	text-align: left;
	width: 100%;
}

.reports .dropdown-toggle::after {
	display: none !important;
}

.reports .caret {
	float: right;
	display: block;
}

.reports .dropdown-menu {
	border: solid 1px #A0A0A0;
	border-radius: 4px;
    -webkit-box-shadow: 0 0 1px #A0A0A0, 0 0 1px #A0A0A0;
    box-shadow: 0 0 1px #A0A0A0, 0 0 1px #A0A0A0;
    padding-left: 4px;
    padding-right: 4px;
}

.reports .dropdown-menu input[type=checkbox] {
	margin-left: -4px;
	margin-right: 10px;
}

.reports .dropdown-menu li:hover {
	background-color: #E0E0E6;
}

.reports #report_grid thead {
	position: sticky;
	top: 0;
	z-index: 1;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.reports #report_grid_drm thead {
	position: sticky;
	top: 0;
	z-index: 1;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.reports #report_grid_dra {
	overflow-x: auto;
}

.reports #report_grid_dra thead {
	position: sticky;
	top: 0;
	z-index: 1;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.reports #report_grid_dra table thead th:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
}

.reports #report_grid_dra tbody th {
	position: sticky;
	left: 0;
	z-index: 1;
}
