.ol-zoom {
	left: unset;
	top: 7px;
	right: 7px;
}
.ol-rotate {
	left: unset;
	top: 64px;
	right: 7px;
}
.ol-attribution {
	right: 7px;
	bottom: 7px;
}

.bp-ol-control {
	top: 99px;
	right: 7px;
}
.bp-ol-control button.active {
    background-color: rgba(0,60,136,1) !important;
}
.bp-ol-legend {
    top: 8px;
    left: 6px;
    right: unset;
    overflow: auto;
    max-height: 380px;
    min-width: 200px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.40);
    font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 10px;
}
.bp-ol-legend-div button {
    display: inline !important;
}
.bp-ol-legend-div i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.bp-ol-toc-detach {
    position: absolute;
	left: .5em;
    top: 50px;
	bottom: .5em;
}
.bp-ol-toc-element {
    position: absolute;
    right: 1%;
    top: 0;
    transform: translate(-40px,0px);
    background-color: white;
    border-radius: 4px;
    padding: 4px;
    max-height: 400px;
    overflow-y: scroll;
}
.bp-ol-toc-element-detach {
    position: absolute;
    overflow-y: auto;
	background-color: white;
    border-radius: 4px;
    padding: 4px;
	max-height: 100%;
}

.bpolct-toc-ct-g.collapse,.bpolct-toc-ct-l.collapse{
    display: none;
}
.bpolct-toc-ct-g.collapse.in,.bpolct-toc-ct-l.collapse.in {
    display: block;
}
div.bpolct-toc-hd.list-group-item{
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    min-width: 200px;
}
div.bpolct-toc-ct-g.list-group-item,div.bpolct-toc-ct-l.list-group-item,div.bpolct-toc-ct-m.list-group-item {
    border-radius: 0px;
    padding: 4px;
}
.bpolct-toc-hdtitle {
    padding: 4px 30px 4px 10px;
}
.bpolct-toc-ctrl {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translate(0,-50%);
}
.bpolct-toc-legend-container {
    padding-left: 10px;
}
div.list-group-item:last-child {
    margin-bottom: -1px;
}
.bp-ol-analysis-pie > svg {
    width: 100%;
    height: 100%;
}
.bp-ol-analysis-pie > svg > g > g >  path.slice {
    stroke-width: 0.2px;
    stroke: black;
}

.bp-ol-analysis-pie > svg > g > g > polyline {
    opacity: .3;
    stroke: black;
    stroke-width: 1px;
    fill: none;
}
.bp-ol-analysis-pie > svg > g > g > text {
    font-size: xx-small;
}
.bp-ol-basemap-element {
    position: absolute;
    right: 1%;
    top: 0;
    transform: translate(-40px,0px);
    background-color: white;
    border-radius: 4px;
    padding: 4px;
}
.bpolct-title {
    top: 10px;
    left: .5em;
}
.bpolct-title.ol-collapsed b{
    display: none;
}
.bpolct-title.show-title b{
    display: inline;
    list-style: none;
    line-height: inherit;
    margin-left: 5px;
}
.bpolct-button-title {
    width: 45px !important;
    display: inline !important;
}

.bp-ol-control-popup {
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 280px;
}
.bp-ol-control-popup:after, .bp-ol-control-popup :before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.bp-ol-control-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.bp-ol-control-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.bp-ol-control-popup-close-btn {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.bp-ol-control-popup-close-btn:after {
	content: "✖";
}
