.cl-portals-table {
	display: grid;
	overflow: visible;
}
.cl-portals-table > div {
	border: solid 1px #efefef;
}
.cl-portals-header-cell {
	background: #efefef;
	font-weight: bold;
	padding: 10px;
	white-space: nowrap;
}
.cl-portals-data-cell {
	padding: 10px;
	background: #fff;
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
}
.cl-portals-field-label {
	display: none;
	padding-right: 15px;
	font-weight: bold;
}
.cl-portals-field-value {
	flex-grow: 2;
}
.cl-portals-pagination {
	padding: 5px 0;
}
.cl-portals-pagination a {
	display: inline-block;
	padding: 7px;
}
.cl-portals-pagination .current-page {
	display: inline-block;
	border-radius: 100px;
	padding: 0 7px;
	background: #efefef;
}
.cl-portals-top-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cl-portals-top-row > div:last-child {
	padding-right: 0;
}
.cl-portals-search-div {
	flex-grow: 2;
	padding-right: 10px;
}
.cl-portals-summary {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.cl-portals-summary-block {
	min-width: 340px;
	flex-grow: 2;
	flex-basis: 340px;
	padding: 20px;
}
.cl-portals-summary-block a {
	color: inherit;
}
.cl-portals-summary-button {
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	height: 100%;
	background: #fff;
	font-size: 20px;
	white-space: nowrap;
}
.cl-portals-summary-section {
	background: #efefef;
	border-radius: 5px;
	padding: 30px;
	margin: 20px 20px 50px 20px;
	border-top: solid 5px #00bf00;
}
.cl-portals-toolbar {
	display: flex;
	padding: 30px 0;
}
.cl-portals-actions {
	text-align: left;
	flex-grow: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.cl-portals-actions > a {
	padding-right: 15px;
}
.cl-portals-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.cl-portals-links > a {
	padding-left: 15px;
	padding-bottom: 10px;
}
.cl-portals-form {
	margin: auto;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 30px;
}
.cl-portals-tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 20px;
}
.cl-portals-tab {
	background: #efefef;
	margin-right: 3px;
	margin-top: 3px;
	font-size: 20px;
	flex-grow: 2;
}
.cl-portals-tab.active {
	background: #00bf00;
	color: #fff;
}
.cl-portals-tab a {
	color: #aaa;
	padding: 8px 15px;
	display: block;
}
.cl-portals-tab.active a {
	color: #fff;
}
.cl-portals-tab:first-child {
	border-radius: 5px 0 0 5px;
}
.cl-portals-tab:last-child {
	border-radius: 0 5px 5px 0;
}
@media (max-width: 980px) {
	.cl-portals-table {
		grid-template-columns: auto !important;
	}
	.cl-portals-header-cell {
		display: none;
	}
	.cl-portals-data-cell.last {
		border-bottom: solid 10px #efefef;
	}
	.cl-portals-field-label {
		display: block;
	}
}
@media (max-width: 600px) {
	.cl-portals-summary-block {
		min-width: 0;
	}
	.cl-portals-summary-button {
		font-size: 16px;
		white-space: normal;
	}
	.cl-portals-summary-section {
		margin-left: 0;
		margin-right: 0;
		padding: 15px;
	}
	.cl-portals-tabs {
		margin: 0;
	}
	.cl-portals-toolbar {
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.cl-portals-actions,
	.cl-portals-links {
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.cl-portals-actions > a,
	.cl-portals-links > a {
		padding: 5px 0;
		font-size: 16px;
	}
}
#cl-portals-section-manager {
	display: none;
}
.cl-portals-section-manager-reorder-drop {
	border: dashed 5px #999;
	height: 70px;
	box-sizing: border-box;
}
.cl-filter-toggles {
	display: flex;
	flex-wrap: wrap;
}
.cl-filter-category {
	flex-grow: 2;
	flex-basis: 250px;
	background: #efefef;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
}
.cl-filter-category-label {
	font-size: 18px;
	padding-bottom: 10px;
	padding-left: 7px;
	color: #888;
}
.cl-active-filters-row {
	display: flex;
	flex-wrap: wrap;
}
.cl-active-filters-row > div {
	margin-top: 10px;
}
.cl-active-filters-pre {
	padding-right: 10px;
}
.cl-active-filters {
	background: #efefef;
	padding: 0 15px;
	border-radius: 50px;
}
.cl-active-filters-join {
	margin: 0 15px;
}
.cl-filter-color {
	width: 12px;
	height: 12px;
	border-radius: 50px;
	border: solid 1px #999;
	display: inline-block;
	margin-right: 5px;
}

.cl-search-near-me-button.location-active {
	background: #663399 !important;
}
