p, h2, h3, button{
	/*font-family: "Lucida Grande";*/
	font-family: Arial;
}

div.arrow{
	/*display: inline-block;*/
	display: none;
	margin-right: 5px;
}

div.arrow.triangle-right {
	width: 14px;
	height: 14px;
	border-top: 7px solid transparent;
	border-left: 12px solid #000000;
	border-bottom: 7px solid transparent;
}

div.arrow.triangle-up {
	width: 14px;
	height: 14px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #000000;
}

.mapTitle {
	z-index: 1000;
	position: sticky;
	margin: 10px;
	display: block;
	float: left;
	width: 50%;
	background-color: rgba(256, 256, 256, 1);
	border-radius: 5px;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

.dashboardHeader{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.dashboardHeader h2{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0;
}

.dashboardHeader p{
	font-size: 12px;
	color: #5C5959;
}

.dashboardHeader p span{
	color: #4264fb;
	font-weight: bold;
}

.dashboard {
	z-index: 1000;
	position: sticky;
	margin: 10px;
	display: block;
	float: left;
	max-height: 100%;
	overflow: hidden;
	width: 200px;
	background-color: rgba(256, 256, 256, 1);
	border-radius: 5px;
	clear:left;
}

.dashboard .legend {
	margin-right: 10px;
	margin-bottom: 20px;
}

.dashboard .legend p,
.dashboard .legend h3 {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.dashboard .legend h3:hover{
	cursor: pointer;
}

.dashboard .datasetSelect button {
	display: inline-block;
	border-radius: 0;
	border: none;
	background-color: #ffffff;
	font-size: 12px;
	text-align: left;
	padding: 2px 20px;
	color: #5C5959;
	cursor: pointer;
}

.dashboard .datasetSelect button.active {
	color: #4264fb;
	font-weight: bold;
}

.toggleButton {
	position: relative;
	width: 100%;
	margin-left: 10px;
	background-color: #ffffff;
}
.toggleButton.first.singleCategory{
	margin-top: 4px;
}

.toggleButton .legendItem .circle {
	display: none;
	position: absolute;
  top: 50%;
  transform: translateY(-50%);	
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: red;
}

.toggleButton .legendItem.active .circle {
	display: block;
}

.toggleButton button {
	display: block;
	margin-left: 30px;
	right: 0;
	border-radius: 0;
	border: none;
}

.toggleButton button {
	display: block;
	right: 0;
	border-radius: 0;
	border: none;
	background-color: #ffffff;
	font-size: 12px;
	text-align: left;
	padding: 2px;
	width: 160px;
	margin: 4px 0;
	margin-left: 20px;
	color: #5C5959;
}



.toggleButton button.active {
	/*background-color: #4264fb;*/
	color: #4264fb;
	font-weight: bold;
}

.toggleButton button:hover {
	cursor: pointer;
}


/*dashboard legend colours*/
.dashboard .legend .legendItem#supermarket .circle{background-color: #202020;}
.dashboard .legend .legendItem#streetVendor .circle{background-color: #9C8A8A;}
.dashboard .legend .legendItem#smallGrocery .circle{background-color: #9FD111;}
.dashboard .legend .legendItem#otherPointOfSale .circle{background-color: #22B1E3;}
.dashboard .legend .legendItem#mobileVendor .circle{background-color: #D549EE;}
.dashboard .legend .legendItem#kiosk .circle{background-color: #8261C0;}
.dashboard .legend .legendItem#gasPetrol .circle{background-color: #C70D3A;}
.dashboard .legend .legendItem#cafe .circle{background-color: #5A3921;}
.dashboard .legend .legendItem#tobaccoStore .circle{background-color: #207561;}
.dashboard .legend .legendItem#billboards .circle{background-color: #F60BAF;}
.dashboard .legend .legendItem#posters .circle{background-color: #1753DE;}
.dashboard .legend .legendItem#brandedUmbrellasCarts .circle{background-color: #E71662;}
.dashboard .legend .legendItem#otherAdvertising .circle{background-color: #832F7B;}
.dashboard .legend .legendItem#cigarettes .circle{background-color: #1FF3D3;}
.dashboard .legend .legendItem#smokelessTobaccoProducts .circle{background-color: #807E7E;}
.dashboard .legend .legendItem#bidis .circle{background-color: #7FE236;}
.dashboard .legend .legendItem#flavoredTobacco .circle{background-color: #0B7499;}
.dashboard .legend .legendItem#cutTobacco .circle{background-color: #602080;}
.dashboard .legend .legendItem#ecigarettes .circle{background-color: #881102;}
.dashboard .legend .legendItem#heatedTobacco .circle{background-color: #160f30;}
.dashboard .legend .legendItem#nicotinePouch .circle{background-color: #317F43;}
.dashboard .legend .legendItem#displays .circle{background-color: #7CC61D;}
.dashboard .legend .legendItem#displaysAtChildHeight .circle{background-color: #1B38F0;}
.dashboard .legend .legendItem#healthWarningsVisible .circle{background-color: #EF0EFA;}
.dashboard .legend .legendItem#photos .circle{background-color: #042981;}
.dashboard .legend .legendItem#vendingMachines .circle{background-color: #AA49F1;}
.dashboard .legend .legendItem#singleCigarettes .circle{background-color: #25B09B;}
.dashboard .legend .legendItem#displayedNextToCandyToys .circle{background-color: #1BF0EA;}
.dashboard .legend .legendItem#priceDiscounts .circle{background-color: #36E90E;}
.dashboard .legend .legendItem#freeTobaccoProducts .circle{background-color: #58A3BE;}
.dashboard .legend .legendItem#giftsFreeOrWithPurchase .circle{background-color: #F60BDD;}
.dashboard .legend .legendItem#specialOrLimitedEditionPacks .circle{background-color: #1FF379;}
.dashboard .legend .legendItem#imitationCigaretteCandiesToys .circle{background-color: #333333;}
.dashboard .legend .legendItem#sponsoredEvents .circle{background-color: #BB1414;}
.dashboard .legend .legendItem#contestsOrCompetitions .circle{background-color: #069B85;}
.dashboard .legend .legendItem#loyaltyRewardScheme .circle{background-color: #6688DB;}
.dashboard .legend .legendItem#brandRepresentative .circle{background-color: #8E62AD;}

.dashboard .legend .legendItem#altria .circle{background-color: #94619C;}
.dashboard .legend .legendItem#britishAmericanTobacco .circle{background-color: #734db2;}
.dashboard .legend .legendItem#imperialBrands .circle{background-color: #808000;}
.dashboard .legend .legendItem#japanTobaccoInternational .circle{background-color: #ffff00;}
.dashboard .legend .legendItem#juulLabs .circle{background-color: #a2792f;}
.dashboard .legend .legendItem#philipMorrisInternational .circle{background-color: #a52a2a;}
.dashboard .legend .legendItem#otherTobaccoBrands .circle{background-color: #000080;}
.dashboard .legend .legendItem#retailerVape .circle{background-color: #00BFFF}
.dashboard .legend .legendItem#retailerEdeka .circle{background-color: #33A1C9}
.dashboard .legend .legendItem#retailerLotto .circle{background-color: #507786}

.dashboardTwo {
	z-index: 1000;
	position: sticky;
	margin: 10px;
	padding-bottom: 10px;
	display: block;
	float: right;
	width: 200px;
	background-color: rgba(256, 256, 256, 1);
	border-radius: 5px;
}

.dashboardTwo .locations p,
.dashboardTwo .locations h3  {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.dashboardTwo .locations h3:hover{
	cursor: pointer;
}

.dashboardTwo button {
	border: none;
	width: 180px;
	margin: 0 10px;
	font-size: 12px;
	text-align: left;
	margin: 2px 0;
	margin-left: 15px;
	background-color: #ffffff;
	color: #5C5959;
}

.dashboardTwo button.active {
	color: #4264fb;
	font-weight: bold;
}


.dashboardTwo button:hover {
	cursor: pointer;
}


#map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mapboxgl-ctrl-top-right, .leaflet-right {
	right: 0px;
}

.leaflet-right .leaflet-control-zoom, .leaflet-right .leaflet-control-browser-print {
	margin-right: 230px;
}

.leaflet-top {
	top: 10px;
}

.leaflet-bottom {
	margin-bottom: 0 !important;
}

.mapboxgl-ctrl-group{
	box-shadow: none;
}

#legend {
  z-index: 1000;
	position: sticky;
	float: right;
	margin: 10px;
	margin-right: 50px;
	display: block;
	width: 180px;
	background-color: rgba(256, 256, 256, 1);
	border-radius: 5px;
	padding: 15px;
}

#legend h3 {
	margin-top: 5px;
  margin-bottom: 10px;
}

#legend .school-circle, #legend .pos-circle {
  position: relative;
  height: 125px;
  width: 60px;
  font-size: 9px;
  font-family: sans-serif;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: top;
}
#legend .school-circle {
  width: 80px;
}
#legend .school-circle .outer {
  position: absolute;
  left: 0;
  display: block;
  background-color: rgba(255, 242, 0, 0.3);
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
#legend .school-circle .outer-radius {
  font-size: 9px;
  position: absolute;
  top: 0px;
  border-left: 1px solid #000;
  left: 30px;
  height: 30px;
  padding-left: 2px;
}
#legend .school-circle .inner {
  position: absolute;
  left: 9px;
  top: 9px;
  display: block;
  background-color: rgba(255, 0, 0, 0.3);
  border-radius: 50%;
  height: 42px;
  width: 42px;
}
#legend .school-circle .inner-radius {
  
  font-family: sans-serif;
  position: absolute;
  top: 30px;
  border-top: 1px solid #000;
  width: 21px;
  left: 30px;
}

#legend .label {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#legend .label .icon-details {
  text-align: left;
  margin-bottom: 4px;
}
#legend .label .icon-details, #legend .label .icon-details * {
  box-sizing: border-box;
}

#legend .label .icon-details > img {
  width: 20px;
}
#legend .label .icon-details > span {
  width: 60px;
  padding-left: 4px;
}
#legend .label .icon-details > img, #legend .label .icon-details > span {
  display: inline-block;
  vertical-align: middle;
}


#legend .label .smaller {
	font-size: 10px;
}

#legend .pos-circle {
	height: 80px;
  width: 80px;
}

#legend .pos-circle .inner {
	position: absolute;
  left: 35px;
  top: 20px;
  display: block;
  background-color: #000000;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.education-icon {
	background-image: url('icon_academic.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0px 0px;
}
.child-icon {
  background-image: url('icon_child.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0px 0px;
}

/*.ui-accordion-header-icon{
	display: none;
}*/

/*
#accordion {
  width: 300px;
}

#accordion .ui-accordion-content {
  padding: 0;
  border: none;
}

#accordion .ui-accordion-content .toggleButton{
  padding: 0;
}

#accordion .ui-accordion-content > * {
  margin: 0;
  padding: 20px;
}


#accordion .ui-accordion-content a {
  color: #777;
}

#accordion .ui-accordion-header {
	background-color: #ffffff;
	border: none;
  margin: 0px;
}

#accordion .ui-state-active .ui-icon{
	background-image: url(http://download.jqueryui.com/themeroller/images/ui-icons_f555555_256x240.png);
}

*/
