#map { 
	height: 100vh; 
	background-color: white;
}

.leaflet-popup {
	width: 280px;	
}

.leaflet-popup-content-wrapper {
  border-radius: 0px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.leaflet-popup-tip-container {
	display: none;
}

/* .leaflet-popup-tip {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
} */

.leaflet-popup-content {
	color: rgb(0, 0, 0);
	display: block;
	/* font-family: 'Helvetica Condensed', Helvetica, Arial, sans-serif; */
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;
  margin: 13px 30px 18px 30px;/*
  min-width: 193px;*/
		/* color: #9B9B9B; */
} 

.groupLabel {
	display: block;
	/* font-family: 'Helvetica Condensed', Helvetica, Arial, sans-serif; */
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* height: 18px; */
	line-height: 24px;
	margin-bottom: 4px;
	text-transform: uppercase;
	/* letter-spacing: 0.01em; */
}

.groupLabel:not(:first-child) {
  margin-top: 20px;	
}

.customerName {
	/* font-weight: bold;
	color: #27BF72; */
}
.customerAddress {
  text-transform: capitalize;
}

.customerWWW, a.customerWWW {
  /* margin-top: 6px; */
  display: block;
	color: #27BF72; 
	text-decoration: none;
}

.salesAmount {
  /* text-align: right; */
  width: 70px;
	font-weight: 700;
  display: block;

  /* text-align: right; */
  /* line-height: 30px; */
  /* width: 200px; */
	width: 100%;
  font-size: 24px;
	margin-top: 3px;
	margin-bottom: -6px;
	margin-left: 3px;
}

.salesAmount:last-child{
	height: 29px;
}

#map:target .sales {
	/* hide prices when embedding iframe with URI fragment #map */
	display: none;
}

/* .salesAmount:nth-child(2){
	margin-top: 3px;
	margin-bottom: -6px;
} */

.salesPeriod {
    width: 40px;
    display: inline-block;
		color: #A5A5A5;
		font-weight: 700;
		font-size: 14px;
		/* line-height: 36px; */
}

.euroSign {
	/* font-size: 18px;
	margin-left: -1px; */
}

.leaflet-container a.leaflet-popup-close-button {
	background-image: url("../img/close.svg");
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0;
	top: 15px;
	right: 27px;
	height: 20px;
	color: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: transparent;
}

.labelsLayer img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.tilesLayer {
	opacity: 0.6;
}

.labelsLayer {
	pointer-events: none;
	opacity: 0.8;
}

#yearSelector {
	margin: 10px;
}

.dot {
	mix-blend-mode: darken;
}

g path {
    mix-blend-mode: screen;
    /*difference
    soft-light
    hard-light
    overlay
    exclusion*/
}

.leaflet-bar {
	/* border-radius: 20px;
	border: 2px solid #27BF72;
	box-sizing: border-box; */
	box-shadow: none;
	background-color: transparent;
}

.leaflet-bar a {
	border-bottom-color: transparent;
	box-sizing: border-box;
	/* color: #27BF72; */
	/* font-family: 'Montserrat', sans-serif;
	font-size: 16px; */
}

/* .leaflet-bar a:hover {
	color: white;
	background-color: #27BF72;
} */

/* .leaflet-bar a, .leaflet-bar a:hover {
	width: 38px;
	height: 38px;
	line-height: 34px;
} */

.leaflet-bar a:first-child {
  /* border-top-left-radius: 20px;
  border-top-right-radius: 20px; */
	margin-bottom: 10px;
}

.leaflet-bar a:last-child {
  /* border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */
	margin-bottom: -10px;
}

.leaflet-right .leaflet-control {
	margin-right: 30px;
}

.leaflet-bottom .leaflet-control {
	margin-bottom: 30px;
}

.leaflet-bottom .leaflet-control.leaflet-control-attribution {
	margin: 0px;
}

.leaflet-control-zoom-in {
	background-image: url("../img/plus.svg");
}

.leaflet-control-zoom-out {
	background-image: url("../img/minus.svg");
}

.leaflet-control-zoom.leaflet-control a {
  border-radius: 25px !important;
	width: 50px;
	height: 50px;
	background-color: #27BF72;
	color: transparent;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	opacity: 1;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	background-size: 40%;
}

.leaflet-control-attribution a {
	font-family: 'Montserrat', sans-serif;
	color: #27BF72;
}

.leaflet-control-attribution a:hover {
	text-decoration: none;
}

.leaflet-touch .leaflet-bar {
	border: none;
}


/*  Dropdowns */

.select-wrapper {
}

.select-wrapper.time-filter {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 30px;
	margin-top: 30px;
	z-index: 1000;
	
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	font-size: 16px;
	
	width: 215px;
}

.select-wrapper .caret {
  z-index: 1;
  fill: transparent;
  background: url('../img/caret.svg');
	background-repeat: no-repeat;
	width: 16px;
	height: 10px;
	right: 22px;
	top: 4px;
}
	
.select-wrapper input.select-dropdown, .select-wrapper input.select-dropdown:focus {
	background-color: white;
	background: #FFFFFF;
	border: none;
	margin-bottom: 0;
	border: 2px solid #E6E6E6;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 20px;
	color: #3B3B3B;
	height: 40px;
	
	font-family: 'Montserrat', sans-serif;
	outline: none;
	/* text-shadow: 0 0 0 red; */
	line-height: 40px;
	font-weight: 300;
}	

.select-wrapper .caret {
	z-index: 1;
	cursor: pointer;
}

.select-dropdown.dropdown-content li {
	min-height: 40px;
}

.select-dropdown.dropdown-content li span {
	height: 40px;
	padding: 8px 20px;
	color: #3B3B3B;
}

.select-dropdown.dropdown-content li:hover span, .select-dropdown.dropdown-content li.selected:hover span {
	background: #FAFAFA;	
	color: #3B3B3B;
}

.select-dropdown.dropdown-content li.selected {
	background: #27BF72 !important;
	color: #ffffff;
}

.select-dropdown.dropdown-content li.selected span {
	color: #ffffff;
}

.dropdown-content {
	box-shadow: none;
	box-sizing: border-box;
	border-radius: 4px;
	/* border: 2px solid #DCDCDC; */
	box-shadow: 0 12px 10px 0 rgba(0,0,0,0.15);
}

input.select-dropdown:focus {
  outline: none;
}
