*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.table-container {
	font-family: Lato, sans-serif;
	color: #333;
	max-width: 1156px;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.table-container ul,
.table-container ol {
	list-style-type: none;
}

.table-container select {
	border: none;
	background: transparent;
	border-radius: 0;
	padding: 0;
	font-family: "Lato";
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.table-container select::-ms-expand {
	display: non;
}

.table-container a {
	text-decoration: none;
	color: #006194;
	border-bottom: 1px solid currentColor;
}

.table-container .table-filters {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.table-container select {
	border: 1px solid #ccc;
	padding: 8px 32px 8px 16px;
	height: 32px;
	border-radius: 5px;
	font-size: 14px;
}

.table-container .select-container {
	position: relative;
	margin: 8px 8px 0 0;
}

.table-container .select-container::after,
.table-container .select-container::before {
	content: "▾";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	color: #777;
	font-size: 12px;
	pointer-events: none;
}

.table-container .select-container::before {
	display: none;
	transform: rotate(-180deg) translateY(1px);
}

.table-container input[type="search"] {
	margin: 8px 8px 0 0;
	border: 1px solid #ccc;
	box-shadow: none;
	padding: 16px;
	border-radius: 5px;
	font-size: 14px;
	height: 32px;
	font-size: 14px;
	font-family: "Lato";
	-moz-appearance: none;
	-webkit-appearance: none;
}

.table-container input[type="search"]::placeholder {
	color: #aaa;
}

.table-container .table {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 36px auto 0;
}

.table-container .table-annotation {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 16px;
	opacity: 0.75;
	font-size: 75%;
	line-height: 1.5;
}

.table-container .row {
	display: flex;
	padding: 4px;
	line-height: 1.333;
}

.table-container .row + .row {
	border-top: 1px solid #dcdcdc;
}

.table-container .row.head {
	font-weight: bold;
	padding-bottom: 12px;
}

.table-container .row.head .name output {
	opacity: 0.5;
	font-weight: bold;
	margin-left: 0.5em;
}

.table-container .row.head .name output::before {
	content: "(";
}

.table-container .row.head .name output::after {
	content: ")";
}

.table-container .row:not(.head) .name,
.table-container .row.head .info  {
	display: flex;
	align-items: baseline;
	width: 50%;
	flex-shrink: 1;
	flex-wrap: wrap;
	padding: 0 16px 0 0;
}

.table-container .row .neighborhood {
	display: flex;
	align-items: baseline;
	width: 25%;
	flex-shrink: 1;
	flex-wrap: wrap;
	padding: 0 16px 0 0;
}

.table-container .row .public {
	justify-content: flex-end;
	width: 15%;
	align-items: flex-end;
	text-align: right;
}

.table-container .row .date {
	justify-content: flex-end;
	width: 10%;
	align-items: flex-end;
	text-align: right;
}

.table-container .row .time {
	justify-content: flex-end;
	width: 10%;
	align-items: flex-end;
	text-align: right;
}

@media (max-width: 450px) {

	.table-container .row:not(.head) .name,
	.table-container .row.head .info  {
		width: 40%;
	}

	.table-container .row .neighborhood {
		width: 25%;
	}

	.table-container .row .public {
		width: 15%;
	}

	.table-container .row .date {
		width: 15%;
	}

	.table-container .row .time {
		width: 15%;
	}

}

/* .table-container .row .name {
	display: inline-flex;
	padding: 0 8px 0 0;
	line-height: 1.1;
} */


.table-container .table[data-filter] .row.head {
	display: flex;
}


.table-container .table[data-neighborhood="Aricanduva"] .row:not(.head):not([data-neighborhood="Aricanduva"]),
.table-container .table[data-neighborhood="Butantã"] .row:not(.head):not([data-neighborhood="Butantã"]),
.table-container .table[data-neighborhood="Campo Limpo"] .row:not(.head):not([data-neighborhood="Campo Limpo"]),
.table-container .table[data-neighborhood="Capela do Socorro"] .row:not(.head):not([data-neighborhood="Capela do Socorro"]),
.table-container .table[data-neighborhood="Casa Verde"] .row:not(.head):not([data-neighborhood="Casa Verde"]),
.table-container .table[data-neighborhood="Cidade Ademar"] .row:not(.head):not([data-neighborhood="Cidade Ademar"]),
.table-container .table[data-neighborhood="Cidade Tiradentes"] .row:not(.head):not([data-neighborhood="Cidade Tiradentes"]),
.table-container .table[data-neighborhood="Ermelino Matarazzo"] .row:not(.head):not([data-neighborhood="Ermelino Matarazzo"]),
.table-container .table[data-neighborhood="Freguesia do Ó"] .row:not(.head):not([data-neighborhood="Freguesia do Ó"]),
.table-container .table[data-neighborhood="Ipiranga"] .row:not(.head):not([data-neighborhood="Ipiranga"]),
.table-container .table[data-neighborhood="Itaim Paulista"] .row:not(.head):not([data-neighborhood="Itaim Paulista"]),
.table-container .table[data-neighborhood="Itaquera"] .row:not(.head):not([data-neighborhood="Itaquera"]),
.table-container .table[data-neighborhood="Jabaquara"] .row:not(.head):not([data-neighborhood="Jabaquara"]),
.table-container .table[data-neighborhood="Jaçanã"] .row:not(.head):not([data-neighborhood="Jaçanã"]),
.table-container .table[data-neighborhood="Lapa"] .row:not(.head):not([data-neighborhood="Lapa"]),
.table-container .table[data-neighborhood="M'Boi Mirim"] .row:not(.head):not([data-neighborhood="M'Boi Mirim"]),
.table-container .table[data-neighborhood="Mooca"] .row:not(.head):not([data-neighborhood="Mooca"]),
.table-container .table[data-neighborhood="Parelheiros"] .row:not(.head):not([data-neighborhood="Parelheiros"]),
.table-container .table[data-neighborhood="Penha"] .row:not(.head):not([data-neighborhood="Penha"]),
.table-container .table[data-neighborhood="Perus"] .row:not(.head):not([data-neighborhood="Perus"]),
.table-container .table[data-neighborhood="Pinheiros"] .row:not(.head):not([data-neighborhood="Pinheiros"]),
.table-container .table[data-neighborhood="Pirituba"] .row:not(.head):not([data-neighborhood="Pirituba"]),
.table-container .table[data-neighborhood="Santana"] .row:not(.head):not([data-neighborhood="Santana"]),
.table-container .table[data-neighborhood="Santo Amaro"] .row:not(.head):not([data-neighborhood="Santo Amaro"]),
.table-container .table[data-neighborhood="São Miguel"] .row:not(.head):not([data-neighborhood="São Miguel"]),
.table-container .table[data-neighborhood="Sé"] .row:not(.head):not([data-neighborhood="Sé"]),
.table-container .table[data-neighborhood="Vila Maria"] .row:not(.head):not([data-neighborhood="Vila Maria"]),
.table-container .table[data-neighborhood="Vila Mariana"] .row:not(.head):not([data-neighborhood="Vila Mariana"]),
.table-container .table[data-neighborhood="Vila Prudente"] .row:not(.head):not([data-neighborhood="Vila Prudente"]) {
	display: none;
}

.scroll-container {
	height: 420px;
	padding-bottom: 72px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.table-container .row.head {
	padding: 0 0 8px;
	border-bottom: 1px solid #006194;
	text-transform: uppercase;
	color: #006194;
	font-size: 80%;
}

.table-container .row {
	padding: 8px 0;
}

.table-container .row.head .values .value {
	justify-content: flex-end;
	text-align: right;
}

.table-scroll-overlay {
	position: relative;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
	border-bottom: 1px solid #dcdcdc;
	height: 72px;
	width: 100%;
	pointer-events: none;
	margin-top: -72px;
}

@media (max-width: 480px) {
	.row {
		font-size: 75%;
	}
	.table-container .row.head {
		font-size: 60%;
	}
}
