/*** Estilos Neolith - Table **/

/** Table general */

.c-table thead th {
	background-color: var(--color-tertiary);
	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;
}

.c-table--general {
	border: 0 none;
}

.c-table--points tbody td {
	border: 0 none;
	color: #ffffff;
	font-size: 1.6rem;
}

.c-table--points thead th {
	border: 0 none;
	color: var(--color-secondary);
	font-size: 1.6rem;
}

.c-table__square {
	background-color: var(--color-secondary);
	color: var(--color-primary);
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	line-height: 1;
	padding: 0.6rem 0.8rem 0.3rem;
	width: auto;
}

.c-table__yellow {
	color: var(--color-secondary);
	text-transform: uppercase;
}

.c-table__group {
	align-items: center;
	display: flex;
	flex-flow: row;
	gap: 0.5rem;
}

.c-table__group label {
	margin: 0;
}

.c-table__group input {
	padding: 1rem;
	text-align: center;
	width: 5rem;
}

.c-table__link {
	background-color: var(--color-secondary);
	border-radius: 1rem;
	color: var(--color-primary);
	display: block;
	margin: 0.5rem 0 0;
	padding: 0.25rem 1rem;
	text-align: center;
	text-decoration: none;
	width: max-content;
}

.c-table__link:hover,
.c-table__link:focus {
	background-color: var(--color-primary);
	color: var(--color-secondary);
	text-decoration: none;
}

/** Datatable */

.dataTables_wrapper .dataTables_info {
	color: var(--font-color-primary);
	display: block;
  font-size: 1.2rem;
	text-align: center;
	width: 100%;
}

.dataTables_wrapper .dataTables_paginate {
	align-items: center;
	display: flex;
	flex-flow: row;
	float: none;
	gap: 0.5rem;
	justify-content: center;
	margin: 1.5rem 0 0;
	padding: 0.5rem 0;
	width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	background-color: var(--color-quaternary);
	border: 0.1rem solid transparent;
	color: var(--color-primary)!important;
	font-size: 1.4rem;
	font-weight: 300;
	border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: transparent none no-repeat scroll 0 0;
	border-color: var(--color-primary);
	color: var(--color-primary)!important;
	font-weight: 700;
}

table.dataTable, table.dataTable th, table.dataTable td {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table.dataTable.no-footer {
	border-spacing: 0.3rem;
	border: 0 none;
	min-width: 100%;
}

.c-table--general.dataTable thead th {
	border: 0.1rem solid var(--color-secondary);
	color: var(--color-secondary);
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 700;
}

.c-table--general.dataTable tbody td {
	background-color: var(--color-secondary);
	color: var(--color-primary);
	font-size: 1.4rem;
	font-weight: bold;
}

.c-box__table .dt-buttons,
.c-box__table .dataTables_filter {
	display: none;
}

.dataTables_filter svg {
	color: var(--color-secondary);
	margin-right: 0.5rem;
}

.dataTables_wrapper .dataTables_filter label {
	align-items: flex-start;
	display: flex;
	flex-flow: column;
	gap: 0.5rem;
	min-width: 25rem;
	width: max-content;
}

.dataTables_wrapper .dataTables_filter span {
	font-size: 1.4rem;
	font-weight: 300;
	text-transform: uppercase;
}

.dataTables_wrapper .dataTables_filter input {
	background-color: var(--color-quaternary);
	border-radius: 0;
	border: 0.1rem solid var(--color-primary);
	color: var(--font-color-primary);
	font-size: 1.3rem;
	margin: 0;
	padding: 0.8rem;
	width: 100%;
}

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

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