/* ============================
   TABLEPRESS - UFSC SUSTENTÁVEL
   ============================ */
/* Espaço entre filtros e tabela */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
	margin: 15px;
}

/* Tabela */
#tablepress-1 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #D9E1E6;
	font-size: 12px;
}

/* Cabeçalho */
#tablepress-1 thead th {
	background: #78B833;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	border-bottom: 2px solid #5A9627;
}

/* Células */
#tablepress-1 tbody td {
	padding: 10px;
	border-bottom: 1px solid #E8ECEF;
	vertical-align: middle;
}

/* Linhas alternadas */
#tablepress-1 tbody tr:nth-child(even) {
	background: #F8F9FA;
}

/* Hover */
#tablepress-1 tbody tr:hover {
	background: #F1F4D8;
}

/* Links */
#tablepress-1 a {
	color: #0056A6;
	font-weight: 400;
	text-decoration: none;
}

#tablepress-1 a:hover {
	color: #78B833;
	text-decoration: underline;
}

/* Caixa de pesquisa */
.dataTables_filter input {
	border: 1px solid #78B833;
	border-radius: 4px;
	padding: 5px 8px;
}

/* Seletor de registros */
.dataTables_length select {
	border: 1px solid #78B833;
	border-radius: 4px;
}

/* Paginação */
.dataTables_paginate .paginate_button.current {
	background: #78B833 !important;
	border: 1px solid #78B833 !important;
	color: #fff !important;
}

/* ============================
   LARGURA DAS COLUNAS
   ============================ */
/* SIGLA */
#tablepress-1 th:nth-child(1),
#tablepress-1 td:nth-child(1) {
	width: 8%;
	white-space: nowrap;
}

/* NOME */
#tablepress-1 th:nth-child(2),
#tablepress-1 td:nth-child(2) {
	width: 45%;
}

/* UNIDADE */
#tablepress-1 th:nth-child(3),
#tablepress-1 td:nth-child(3) {
	width: 22%;
}

/* CAMPUS */
#tablepress-1 th:nth-child(4),
#tablepress-1 td:nth-child(4) {
	width: 15%;
}

/* LINK */
#tablepress-1 th:nth-child(5),
#tablepress-1 td:nth-child(5) {
	width: 10%;
	text-align: center;
}