html,
body {
  font-family: "Lato", "Arial", sans-serif !important;
  line-height: auto;
  color: #262630;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.ui-loader-header {
  display: none !important;
}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -o-box-sizing: inherit;
}

@media only screen and (max-width: 360px) {
  #headDiv {
   height: 130px !important;
  }
  #map {
    height: 450px !important;
  }
  .keyTop {
    padding-right: 50px !important;
	height: 54px !important;
}
}

/* MAIN BASE DIVS */



#parentDiv {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px; /* top right bottom left */
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: 4px;
}

#map {
  position: relative;
  display: block;
  height: 480px;
  margin: 0px;
  padding: 0px;
  background-color: #d9e8eb;
  z-index: 450;
}

.zoom.in {
  position: absolute;
  width: 34px;
  top: 20px;
  left: 18px;
  z-index: 9000;
  cursor: pointer;
}

.zoom.out {
  position: absolute;
  width: 34px;
  top: 70px;
  left: 18px;
  z-index: 9000;
  cursor: pointer;
}

.exitStyle {
	 position: absolute;
  width: 34px;
  top: 18px;
  right: 18px;
  cursor: pointer;
}

.animated {
  transition: 1s;
}

.clicked {
  animation-name: clickOn;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
}

@keyframes clickOn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}

.blink {
  animation-name: blinkOn;
  animation-duration: 0.8s;
  animation-iteration-count: 8;
}

@keyframes blinkOn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9900;
  width: 50px;
  height: 50px;
}

/* .ui-link,a{color: #ff6009; text-decoration:none;font-weight:700;border-bottom:1px solid rgba(89,89,99,.4);-webkit-transition:border-color .2s;transition:border-color .2s}
.ui-link:active,.ui-link:hover,a:active,a:hover{border-bottom-color:#ff6009}a{color:#ff6009}
.ui-link{color:#ff6009;border-color:rgba(255,96,9,.4)}
.ui-link:active,.ui-link:hover{border-bottom-color:#ff6009} */

.london,
.southEastEngland,
.southWest,
.eastEngland,
.eastMidlands,
.westMidlands,
.wales,
.humber,
.northWestEngland,
.northEastEngland,
.scotland {
  font-family: "Lato", "Arial", sans-serif;
  background-color: #f6f1f8;
  color: #262630;
  font-size: 10px !important;
  text-align: center;
  border-radius: 4px;
  font-weight: 700 !important;
  transition: 0.3s;
  width: auto;
  height: auto;
  padding: 3px 8px 3px 8px;
  white-space: nowrap;
  opacity: 1;
}

.londonSpecific {
  top: -60px;
}

.leaflet-tooltip.tooltipStyle  {
	background-color: #f6f1f8!important;
	border: none!important;
   box-shadow: none!important;
   padding: 14px!important;
}

#headDiv {
	 background-color: #f8f8f8;
	 padding: 18px 18px;
   width: 100%;
   height: 100px;
}

#bottomDiv {
	 background-color: #f8f8f8;
	 padding: 8px 18px;
	 width: 100%;
}

.sourceStyle {
font-size: 12px;
	font-weight: 500;
	color: #262630;
}

#keyDiv {
	position: relative;
	border-radius: 4px;
	z-index: 9990;
	margin: 0px;
	padding: 0px;
	background-color: #F8F8F8;
	width: 100%;
}

.keyTop {
	font-family: 'Lato', 'Arial', sans-serif!important;
	display: grid; 
	grid-template-columns: 1fr;  
    grid-template-rows: auto;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 100%;
	color: #262630;
	font-size: 14px;
	font-weight: 700;
}

#indicatorDiv {
	border-radius: 4px;
	position: absolute;
	z-index: 9990;
	margin: 0px;
	padding: 8px 10px;
	background-color: #F8F8F8;
	width: auto;
	height: auto;
	top: 18px;
	right: 18px;
	opacity: 30%;
	animation: blink 1.5s infinite alternate;
}

@keyframes blink {
	0% {
		opacity: 30%;
	}
	50% {
		opacity: 100%;
	}
	100% {
		opacity: 30%;
	}
}

.topDiv {
	font-family: 'Lato', 'Arial', sans-serif!important;
	display: grid; 
	grid-template-columns: 1fr;  
    grid-template-rows: auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #262630;
	font-size: 11px;
	font-weight: 700;
}

.middleDiv {
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;  
    grid-template-rows: auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.bottomDiv {
	font-family: 'Lato', 'Arial', sans-serif!important;
	display: grid; 
	grid-template-columns: 1fr 1fr;  
    grid-template-rows: auto;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 18px;
}

.key {
	height: 14px; 
	width: 100%;
}

/* .key.one {background-color: #f9f6fc;}
.key.two {background-color: #f0e8f4;}
.key.three {background-color: #e1d0e8;} */
.key.four {background-color: #f9f6fc;}
.key.five {background-color: #f0e8f4;}
.key.six {background-color: #e1d0e8;}
.key.seven {background-color: #d2b9dd;}
.key.eight {background-color: #b58ac7;}
.key.nine {background-color: #975bb0;}
.key.ten {background-color: #6a148e;}
.symbol {
	font-family: 'Lato', 'Arial', sans-serif!important;
	padding-top: 4px;
	width: 100%;
	color: #262630;
	font-size: 11px;
	font-weight: 500;
}

.symbol.left {text-align: left}
.symbol.right {text-align: right}

.healdineStyle {
	font-size: 16px;
	font-weight: 700;
	color: #262630;
}

/* MOBILE TOOLTIP */

#mobileContent {
	background-color: rgba(106, 20, 142, 0.95);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
	z-index: 10009;
}

#innerContent {
	color: #f8f8f8;
	background-color: #6A148E;
	padding: 18px;
	border-radius: 4px;
	 position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	width: 240px;
	height: 240px;
}

.mobileDataBox {
  margin-top: 10px;
  text-align: center;
  padding: 18px;
  height: 40%;
  width: 100%;
  background-color: rgba(144, 31, 191, 0.15);
  border-radius: 2px;
}