.noRecordsFoundC {
	padding: 20px;
	text-align: center;
}

.box-header {
}
	.box-header .box-buttons {
		float: right;
	}

.box-body {
}

	.box-body .box-section-header {
		background-color: #ECECEC;
		border: 1px solid #DCDCDC;
		font-size: 14px;
		text-align: center;
		margin: 0 0 15px 0;
		padding: 7px 10px;
	}

	@media (min-width: 1200px) {
		.box-body .col-md-12-borderLeft {
			border-left: 1px solid #EFEFEF;
		}
	}

.box-footer {
	text-align: center;
}

.primary,
.bg-primary {
	background-color: #c6e2ef;
	color: #000000;
}

.table-hover .primary:hover,
.table-hover .bg-primary:hover {
	background-color: #b5d1ef;
}

.paginationC {
	border-top: 1px solid #ddd;
	text-align: center;
}