#frm_filter {
	padding: 0;
}

H3.detailheader {
	 border-bottom: 1px solid #B0CB0A; 
	 margin-bottom: 3px;
}

.filterlist LABEL {
	//display: block;
	display: flex;
	align-items: center;
	position: relative;	
	margin: 0px 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 3px;
	font-size: 12px;
	cursor: pointer;
}

.filterlist LABEL span.label {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

A.nesttoggle {
	font-size: 25px;
}

.filterlist LABEL INPUT {
	position: absolute;
	top: 5px;
	left: 3px;
	cursor: pointer;
}

.filterlist LABEL:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.filterlist LABEL SPAN.count {
	xposition: absolute;
	xtop: 3px;
	xright: 3px;
	
	flex-grow: 0;
	display: flex;
	align-items: center;
}

#frm_filter .panelcontent {
	display: none;
	background: rgba(176, 203, 10, 0.2); 
}

#frm_filter .panel.open .panelcontent  {
	display: block;
}

.oppcount {
	
	font-size: 18px;
	font-weight: 600;
	padding: 0 5px;
}

.oppcount:first-child {
	margin-top: 20px;
}

.filtertoggle {
	xfloat: right;
	xdisplay: inline-block;
	width: 100%;
	display: block;
	
	color: inherit;
	text-decoration: none;
	background-position: center right;
	background-repeat: no-repeat;
	position: relative;
}

.filtertoggle .icon {
	width: 10px;
	height: 9px;
	background: url('/images/toggle.jpg');
	background-size: 20px 9px;
	
	position: absolute;
	top: 5px;
	right: 5px;
}

.panel.open .filtertoggle .icon {
	background-position: -10px 0px;
}

.panel UL.nested LI UL {
	padding-left: 10px;
	margin-bottom: 10px;
}

.panel UL.nested, .panel UL.nested UL {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
}

.panel UL LI A.nesttoggle {
	display: inline-block !important;
	background-color: inherit !important;
	
	margin: 0px 0px 0 0 !important;
	xfloat: left;
	border: 0px  !important;	
	
	//width: 10px;
	width: 25px;
	vertical-align: -2px;
	text-align: center;
	
	xposition: absolute;
	xleft: 3px;px;
	xtop: 5px;
	line-height: 1em;;
	color: #333333;
	font-weight: 400;
	text-decoration: none;
}

.panel UL.nested LABEL INPUT[type="checkbox"] {
	xfloat: left;
	position: static;
}

.panel UL.nested LABEL {
	padding-left: 5px;
	display: flex;
	align-items: center;
}


.panel UL.nested LABEL INPUT[type="checkbox"] {
	display: inline-block;
	flex-grow: 0;
	align-items: center;
}

.panel LI.closed UL {
	display: none;
}

.panel UL.nested A.nesttoggle {
	flex-grow: 0;
	color: #F18500;;
}

.panel UL.nested span.checkbox {
	
	display: flex;
	align-items: center;
}

.panel UL.nested span.label {
	display: inline-block;
	//vertical-align: top;
	vertical-align: 3px;
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.panel LI span.labelOpen {
	display: inline;
}
.panel LI span.labelClosed {
	display: none;
}

.panel LI.closed span.labelOpen {
	display: none;
}
.panel LI.closed span.labelClosed {
	display: inline;
}

.panel LI.leaf A.nesttoggle {
	display: none !important;
}

.panel LI.leaf {
	//padding-left: 10px;
	padding-left: 25px;	
}




#opp_map {
	
	width: 100%;
	display: relative;
	
}


#opp_map {
	
	width: 100%;
	display: relative;
	
}

#opp_map:after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 80%;
}

.panel UL.nested LI {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.filterlist INPUT[type="text"] {
	font-family: inherit;
	font-size: 14px; inherit;
	outline: none;
}

.filterlist #kwd_clear {
	color: #333;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	padding: 5px;
	display: inline-block;
}

.filterlist #kwd_submit {
	float: right;
}

.pagination {
	margin: 10px auto;
	text-align: center;
}

.pagination A.button {
	margin: 10px 20px;
}

.longcount {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #777;
	overflow: visible;
}

.contentheader {
	margin-bottom: 10px !important;
	min-height: 100px;
}

.contentheader:after {
	padding-top: 100px;
}

.contentheader .overlay {
	padding: 45px 0 20px;
}

.panels#links {
	clear: left;	
}

.panels#refine H3:after {
	content: ':';
}

#enableLoc-label {
	display: none;
}

#enableLoc-element {
	text-align: center;
	
}

#enableLoc-element BUTTON {
	float: none;
	font-size: 15px;
	margin-left: 0px;
}

#alpha-list INPUT{
	display: none;
}

#alpha-list DD {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#alpha-list LABEL {
	display: inline-block;
	width: 11%; height: 11%;
	margin: 3px;
	padding: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: white;
	text-align: center;
	color: #B0CB0A;
	font-weight: bold;
}

#alpha-list LABEL.checked {
	color: white;
	background: #B0CB0A;
}