/*** Estilos dkp001 - Table **/

/** Table general */

.c-table thead th {
	background-color: #fff;
	border: 0 none;
	color: var(--color-primary);
	font-size: 1.4rem;
	font-weight: 600;
	padding: 1.4rem 0.5rem;
	vertical-align: middle;
}

.c-table tbody td {
	background-color: transparent;
	border-bottom: 1px solid #eee;
	border-top: 0 none;
	font-size: 1.3rem;
	padding: 1.4rem 0.5rem;
	vertical-align: middle;
	text-align: left;
}

.c-table thead th.c-table__center,
.c-table tbody td.c-table__center {text-align: center;}

.c-table thead th.c-table__left,
.c-table tbody td.c-table__left {text-align: left;}

.c-table thead th.c-table__right,
.c-table tbody td.c-table__right {text-align: right;}

.c-table .c-table__links a {
	display: inline-block;
	margin: 0.5rem;
}

table.c-table.dataTable tbody th, table.c-table.dataTable tbody td {
	padding: 1.4rem 0.5rem;
}

.c-table__circle {
	display: inline-block;
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
}

.c-table__circle--green {
	background-color: #2ED23E;
}

.c-table__circle--red {
	background-color: #D24C2E;
}

/** Datatable */

.dataTables_wrapper {
  background-color: #fff;
  border: 0.1rem solid var(--color-primary);
  padding: 2rem;
}

.dataTables_wrapper .dataTables_info {
  font-size: 1.2rem;
}

@media (min-width: 768px) {}

@media (min-width: 991px) {}
