.groupsButtons {
	position: fixed;
	right: 0;
	top: 35px;
	z-index: 1000;
	background-color:white;
	width: 100%;
}

#dataHeader {
	/* margin-top: 150px; */
}

.table.dataSource > thead {
	position: fixed;
	z-index: 1000;
}

.table.dataSource > tbody {

}

#dataTableHeader {
	background-color:white;
}
/* .table.dataSource td {
	white-space: normal;
} */

.dataSource th.sourceFilterenabledOpacity a {
	color: #000; 
}

.dataSource th.sourceFilterenabledOpacity {
	opacity: 0.5; 
}
#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 250px;
	height: 250px;
	margin: -75px 0 0 -75px;
	background-image: url('../images/35.svg');
}

.excelExport {
	position: fixed;
	top:40px;
	right: 10px;
}

.excelDownload {
	position: fixed;
	top:40px;
	right: 10px;
}

.wrap > .content {
	min-height: 900px;
}

.footer {
	width: 100%;
}

.footer .footer-text-wrapper {
	padding: 10px 0px 10px;
}

.content-admin {
	padding-left: 30px;
	padding-right: 30px;
}

.legend h2 {
	font-weight: bold;
	color:#6b5996;
}

.legend table td:nth-child(2) {
	text-align:justify;
}
