table {
	border:1px solid #505050;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 0px solid #404040;
}

.table > thead > tr > th {
	border-bottom: 1px solid #404040;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #333;
}

.table-head {
	background-color:#505050;
	color:#FFF;
}

.table-body {
	background-color: #202020;
	color: #DDD !important;
}

.tableRowD1 {
	background-color:#303030;
}

.tableRowD2 {
	background-color:#282828;
}

.report-header:hover{
	background-color: #5050A0 !important;
}


.report-link {
	color: #ddd;
}

.report-link:hover {
	color: orange;
}

.tableRowActive:hover {
	background-color: #404080 !important;
	cursor: pointer;
}

/* .btn-report-pending {

} */