.table h6 {
	margin-bottom: 0px;
}

@media (max-width: 1024px){
	.navbar {
		left: 0px;
	}

	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: center;
	}
}

.table-card tbody tr th {
	white-space: nowrap;
	vertical-align: top !important;
}

.table-card tbody tr td {
	vertical-align: top !important;
}

.table-card tbody tr th, .table-card tbody tr td {
	height: 40px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.form-control::placeholder {
	color: #c4c4c4;
	opacity: 1;
}

.main-sidebar .sidebar-menu {
	font-size: 12px;
}

#data-view thead,
#data-view th {
	text-align: center !important;
}