﻿/* BC Recycles (BCSF/SABC) - Recyclepedia Rsults CSS */
/* Last Updated: 2023.01.23 ET */

@import url('sabc_default.css');

/* Recyclepedia results */

.select2-container .select2-selection--single {
	height: auto !important;
}

.select2-container--default .select2-selection--single {
	background-color: #184f7f !important;
	border: 1px solid white !important;
	border-radius: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: white !important;
	line-height: 23px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: rgba(255,255,255,0.6) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px !important;
	right: 2px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: white transparent transparent transparent !important;
	border-width: 9px 6px 0 6px !important;
	margin-left: -6px !important;
	margin-top: -3px !important;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'FFMetaWebNormal', sans-serif !important;
	font-size: 1rem !important;
}

li.select2-results__option {
	margin-left: 0;
}

div.recyclepedia-location-row {
	margin-left: 40px;
}

div.recyclepedia-location-row > div:not([class]),
div.recyclepedia-location-row > div.recyclepedia-location-address {
	position: relative;
	padding-left: 5em;
	margin: 0.5em auto;
}

div.recyclepedia-location-title {
	font-family: "FFMetaHeadlineWebBold", sans-serif;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.1;
	letter-spacing: 0.03em;
	margin: 1.3em auto 0.7em;
}

div.recyclepedia-logo-wrapper {
	margin-top: 0.5em;
}

.recyclepedia-location-title-label {
	position: absolute;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	background: #EA4335;
	color: #fff;
	padding-top: 5px;
	z-index: 1;
	text-align: center;
	margin-left: -40px;
}

.recyclepedia-location-title-label::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	bottom: -22px;
	left: 4px;
	border: 10px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 10px;
	border-top: 17px solid #EA4335;
	z-index: -1;
}

span.recyclepedia-location-label {
	position: absolute;
	left: 0;
	font-family: 'FFMetaHeadlineWebBold', sans-serif;
	font-weight: normal;
	font-size: 0.76em;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

#recyclepedia-map-direction-panel {
	display: none;
	margin: 1em auto;
}

#recyclepedia-app.get-directions #recyclepedia-map-direction-panel,
#recyclepedia-map-direction-panel.bcrecycles-active {
	display: block;
}

#recyclepedia-map-direction-panel.bcrecycles-active + #sabc-search-results {
	display: none;
}

#recyclepedia-map-direction-panel h3 {
	font-size: 1.2rem;
	margin-top: 1rem;
}

#recyclepedia-search-map {
	height: 400px;
	width: 640px;
}

#recyclepedia-search-area option {
	padding: 0;
}

#recyclepedia-location-search-message {
	font-family: "FFMetaHeadlineWebBold", sans-serif;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin: 1em auto;
}
