/* ============================================================
   FVS SISTEMA - Temas - Tabara Tenis Clube - Resets
   ============================================================ */
table.dataTable tbody>tr.selected, 
table.dataTable tbody>tr>.selected {
	background-color: #CCC !important;
	color: #333 !important;
}

table.dataTable tbody>tr.selected a, 
table.dataTable tbody>tr>.selected a:hover {
	color: #333 !important;
}

.page-item.active .page-link {
	border-color: #131720;
	background-color: #131720;
}

.page-link, 
.page-link:hover {
	color: #131720;
}



/* ============================================================
   FVS SISTEMA - Temas - Tabara Tenis Clube - Basico
   ============================================================ */
a {
	color: #131720;
}
a:hover {
	color: #233982;
}

.fvss-button-padrao-1 {
	background-color: #131720;
	color: #fff;
}
.fvss-button-padrao-1:hover {
	background-color: #233982;
	color: #fff;
}

.fvss-button-padrao-2 i {
	color: #131720;
}

/* ============================================================
   FVS SISTEMA - Temas - Tabara Tenis Clube - Navegacao global
   ============================================================ */
.fvss-navglobal {
	background-color: #0072C0;
}

.fvss-navglobal .badge-primary {
	color: #000;
	background-color: #FFDF00;
}

@media (min-width: 992px) {
	.fvss-ng-lista {
		background-color: #0072C0;
		border-top: 1px solid;
	}
}

/* ============================================================
   FVS SISTEMA - Temas - Tabara Tenis Clube - Conteudo principal
   ============================================================ */
/*navegacao local*/
.fvss-nl-link, 
.fvss-nl-link:hover {
	color: #000;
}

.fvss-nl-titulo {
	color: #131720;
}

/*boxes*/
.box-titulo {
	color: #131720;
}

.box-conteudo-icone {
	color: #6c8e76;
}

/*tabs*/
.nav-tabs .nav-link {
	color: #6c8e76;
}
.nav-tabs .nav-link:hover {
	color: #597562;
}

@media (max-width: 991px) {
	.botoes-container {
		background-color: #597562;
	}
}

/* ============================================================
   FVS SISTEMA - Temas - Tabara Tenis Clube - Paginas - Dashboard
   ============================================================ */
.dashboard-estats-num {
	color: #131720;
}

/* Adicionar estas regras mais específicas */
.dataTables_wrapper table.dataTable tbody>tr.selected,
.dataTables_wrapper table.dataTable tbody>tr>.selected {
    background-color: #CCC !important;
    color: #333 !important;
}

.dataTables_wrapper table.dataTable tbody>tr.selected td,
.dataTables_wrapper table.dataTable tbody>tr>.selected td {
    border-color: #CCC !important;
}