@charset "utf-8";
/*-------------------------------------

activetravelmap.css
Ver. 1.0
March 2021
CSS file for demo Map

corporate colour:
00a54f  midlothian
d95e00	sdubz
125b97  dartford

Lovell Johns Ltd.
---------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Droid+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');


body {
	font-family: Montserrat, "Droid Sans", Arial, Verdana, Tahoma, sans-serif;
	font-size:14px;
}
* {
	margin:0;
	padding:0;
}
.p {
	color:#000000;
	font-size:14px;
	line-height:15px;
	margin:0px;
	margin-bottom:3px;
	font-weight:normal
}
.p .header {
	font-weight:bold;
}

h1{
	color:#000000;
    font-size:18px;
    padding-top:12px;
    font-weight:500;
	line-height: 21px;	
}	

.clickabale{
	cursor:pointer;
}
#searchInputCont{
	width:240px;
	float:left;
}
#searchInputOuter{
	width:300px;
	z-index:99;
	position:absolute;
	right:185px;
	top:10px;
	display: block;
}
#searchInput{
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	width:230px;
	height:37px;
	border: 1px #999999 solid;	
	font-size: 13px;
	text-overflow: ellipsis;
}
#searchBut{
	width:17px;
	height:17px;
	float:left;
	background:#125b97;
	padding:10px;
	border: solid 1px #125b97;
}
#printIcon{
	width:18px;
	height:18px;
	float:left;
	background:#ffffff;
	padding:10px;
	border: solid 1px #000000;
	display:inline-block;
	clear:both;
	margin-top:5px;
}
#shareIcon{
	width:18px;
	height:18px;
	float:left;
	background:#ffffff;
	padding:10px;
	border: solid 1px #000000;
	clear:both;
	margin-top:5px;
}
#geolocIcon{
	width:18px;
	height:18px;
	float:right;
	background:#ffffff;
	padding:10px;
	border: solid 1px #000000;
	clear:both;
	margin-top:5px;
}
#toolsContainer{
	z-index:99;
	position:absolute;
	right:10px;
	top:155px;
}
#searchInput:focus {
	border-color: #cccccc;
}
#logoContainer{
	padding:10px 10px 10px 20px;
	background-color: #125b97;
	/*background-image: url(../images/headerbg.png);	
	background-repeat: no-repeat;
	height:79px;*/
}
#logo{
	width: 250px;
}
.walkingTab{
	width:180px;
	height:35px;
	float:left;
	background-color:#fcfcfc;
	cursor:pointer; 
}	
.cycleTab{
	width:180px;
	height:35px;
	float:left;
	background-color:#e4e4e4;
	cursor:pointer;
}

table.popupContent{
	width:300px;
	font-size:11px;
	border-collapse: collapse;
	margin: 5px 0px 0px 0px;
}
table.popupContent td{
	font-size:13px;
	border: 1px #cccccc solid;
	margin-left: 0px;
}
#pageMask{
	position:absolute; 
	top:0; 
	left:0; 
	min-height:100%; 
	width:100%; 
	background:#CCCCCC; 
	opacity:0.75;  
	filter:alpha(opacity=75); 
	z-index:1000;
}
#openingMessage{
	position: fixed;
	top: 300px;
	left: 50%;
	width:330px;
	z-index:1001;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	padding:20px;
	color: #999999; 
	display:none;
	margin-left: -165px;
	opacity:0.5;
}
#openingPrintMessage{
	position: fixed;
	top: 65mm;
	width:330px;
	z-index:1001;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	padding:20px;
	color: #999999;
	display:none;
	left: 50mm;	
	opacity:0.5;
}
#overviewLayerShow{		
	float:right;
	top:0px;
	right:5px;
	width:30px;
	height:30px;
	border:1px solid #999999;
	position:absolute;
	background:#FFFFFF;
	display:none;
}
#overviewLayerContainer{		
	float:right;
	top:0px;
	right:5px;
	width:200px;
	height:200px;
	border:1px solid #000000;
	position:absolute;
	display:block;
	z-index:99;
}	
#ovcloseButton{
	width:20px;
	height:20px;
	z-index:997;
	position:absolute;
	right:5px;
	top:5px;
	background:#FFFFFF;
	float:right;
}
#overviewLayer{
	float:right;
	top:0px;
	right:0px;
	width:200px;
	height:200px;
}	
.slide-out-div{
	z-index:99;
	background-color: #e4e4e4;
	width:360px;
	border: 1px solid #999999;
}	
#imgWalkingTab, #imgCyclingTab{
	text-align:center;
	height:35px;
	width:180px;
	cursor:pointer;	
}	
#legendContainer{
	z-index:9999;
	background-color:#e4e4e4;  /*#fcfcfc;*/
	padding: 10px 0 5px 5px;
	overflow: auto;
	/*border-top: 1px solid #000000;*/
}	
#cycleContent{
	display:none;
}	
#walkingContent{
	display:none;
}	
#bndContent{
	display:block;
}	
.groupheader{
	font-weight:500;
	text-transform: uppercase;
	text-align: left;
	font-size: 15px;
	padding: 5px 0 5px 0;
	cursor: pointer;
}	
.groupheaderFixed{
	font-weight:500;
	text-transform: uppercase;
	text-align: left;
	font-size: 15px;
	/*padding: 5px 0 5px 0;*/
	cursor: default;
}	
#tabContainer{
	width:360px;
	height:35px;
	/*margin-top: 10px;*/
}			
.layerNameContainer{
	width:190px;
	padding:7px 10px 0 0;
	float:left;
}
.layerNameContainerFixed{
	/*width:200px;*/
	padding:7px 10px 0 0;
	float:left;
}
.layerNameContainer label{
	cursor:pointer;
	line-height:17px;	
}	
.layerNameContainerFixed label{
	cursor:default;	
	line-height:17px;	
}
.errortext{
	color:#FF0000;
	font-style:oblique;
	padding-top:10px;
}	
.legImgContainer{
	width:40px;
	padding:5px 10px 0 25px;
	float:left;
}	
.legendItem{
	/*height:43px;
	padding-left: 5px;
	margin-top: 3px;
	border:1px #ffffff solid;
	*/
	font-weight:normal;
	display:block;
	background: #e4e4e4;
	overflow: auto;
	padding: 0 0 5px 5px;		
	clear: both;
	cursor:pointer;		
}	
.legendItemFixed{
	/*height:30px;
	margin-top: 3px;
	padding-left: 5px;
	border:1px #ffffff solid;
	*/
	font-weight:normal;
	display:block;
	background: #e4e4e4;
	overflow: auto;
	padding: 0 0 5px 5px;	
	clear: both;
	cursor:default;		
}	
.legendImg{
	margin-right:5px;
}
.groupHeaderContainer{
	font-weight:normal;
	display:block;
	background: #e4e4e4;
	/*margin-top: 3px;
	border:1px #ffffff solid;*/
	cursor:pointer;	
	overflow: auto;
	height: auto;
	clear: both;	
}
.groupHeaderContainer2{
	padding:10px 0 10px 5px;
	float:left;
	width:230px;
}
.groupHeaderContainerFixed{
	font-weight:normal;
	display:block;
	background: #e4e4e4;
	/*margin-top: 3px;
	border:1px #ffffff solid;*/
	cursor:default;	
	overflow: auto;
	height: auto;	
	clear: both;
}
.legendChk{
	margin-right:5px;
	display:none;
}	
.linkContainer{
	padding-right: 10px;
	vertical-align: top;	
}	
.loadingImage{
	margin-top:20px;
}
.legVisibleToggle{
	float: left;
	padding: 7px 5px 5px 5px;		
}	
.ljNote{
	color:#666666;
	font-size: 12px;
	padding:10px;
	font-style:oblique;
	position:absolute;
	bottom:1px;
	background: #e4e4e4;
	clear:both;
	left:0px;
}
.boldText{
	font-weight:bold;
}
.attributeLabel{
	padding:3px;
	background-color:#eeeeee;
	vertical-align:top;
	width:100px;	
}
.attributeValue{
	padding:3px;
	width:200px;		
}
.attributeHeading{
  border: none !important;
  padding-bottom: 8px;
}
.poiimage{
  max-width:400px !important;
}

#footerLogo{	
	width:80px;
	margin-left: 240px;	
}
#footerLogoContent{
	padding:10px 0 0 0;
	position:absolute;
	bottom:45px;
	width: 100%;
	left: 0px;
	background: #e4e4e4;
	/*border-top: 1px solid #000000;*/
}	
.visuallyhidden{		/* to hide unecessary form label elements*/
	display:none;
}

/*Print page styles*/
#mapprintmaincontent{
	margin:0px;
}
#printTitle{
	display: block;
	position: absolute;
	top:0px;
	left:20px;
	width:180mm;
	background-color: #FFFFFF;
	border: dashed 1px #e4e4e4;
	padding: 5px;
}
img.printElementToggle{
	display: block;
	cursor: pointer;
	float: right;
	width: 20px;
}
#printTitleContents{
	display: block;
}
textarea.printtitle{
	/*font-family: "Droid Sans", Arial, Verdana, Tahoma, sans-serif;*/
	font-size: 18px;
	height:25px;
	width:172mm;	
	border: none;
}
#printmaplayer {
	position:relative;
	top: 45px;
	left: 20px;
	background-color: #CCCCCC;	
	width: 184mm;
	height: 139mm;
	border: 1px solid #999999; 
	cursor: pointer;
	margin:2px;			
}
#printLegend{
	display: block;
	position: absolute;
	top:0mm;
	left:192mm;
	background-color: #FFFFFF;
	border: dashed 1px #e4e4e4;
	padding: 5px;
	width:65mm;
}
#printLegendContents{
	display: block;
}
#printComments{
	display: block;
	position: absolute;
	top:154mm;
	left:20px;
	width:182mm;
	background-color: #FFFFFF;
	border: dashed 1px #e4e4e4;
	padding: 5px;
}
#printCommentsContents{
	display: block;
}
textarea.printcomments{
	/*font-family: "Droid Sans", Arial, Verdana, Tahoma, sans-serif;*/
	font-size: 11px;
	height:50px;
	width:175mm;
	border: none;
}	
.printLegendItem{
	width:300px;
	height:30px;
	font-weight:normal;
	clear: both;
}	
.printLegendImg{
	margin-right:5px;
}
#printDirections{
	display: block;
	position: absolute;
	top:174mm;
	left:20px;
	background-color: #FFFFFF;
	border: dashed 1px #e4e4e4;
	padding: 5px;
	width:182mm;
}
#printDirectionsContents{
	display: block;
}



/*----------Share map dialog*/
#shareLayer{
	position: fixed;
	top: 200px;
	left: 50%;
	width:380px;
	z-index:999999;
	background-color:#FFFFFF;
	text-align:center;
	padding:10px;
	border: 1px solid #999999;
	color:#333333; 
	display:none;
	margin-left: -210px;
	cursor: pointer;
	box-shadow: 0px 1px 3px;
	font-size:11px; 
	line-height: 17px;
}
.smsharecontainer{
	/*width:200px;*/
	margin-left:85px;	
}	
.shareMapClose{
	position:absolute;
	right:5px;
	top:5px;
}
.shareMapClose p{
	text-align:right;
}
#directShare{
	clear:both;
	/*margin-top:30px;*/
}
.sharemapHead {
	font-size:18px;
	font-weight:bold;
	padding-bottom:20px;
}
textarea.linkbox{ 
	width: 370px;
	height: 100px;
	background-color:#FAFAFA;
	font-style:oblique;
	border: solid 1px #FAFAFA;
	max-width: 400px;
	margin-top:5px;
}
textarea.linkbox:focus {
	border-color: #cccccc;
}
#introinfo{
	margin-top: 20px;
	line-height: 16px;
}
#introinfo p{ 
	font-size:10px;
	text-align:right;
}



/*Cookie Notice*/
.cookiefooter {
	background-color:#125b97;
	display:inline-block;
	font-size:12px;
	margin:0 auto;
	padding:5px;  /*0.5em 180px 0.5em 1em;*/
	position:relative;
	width:auto;
}
.cookiefooter p { 
	color:#ffffff;
	font-size:14px;
    line-height:20px;
}
.cookiefooter a {
	color:#ffffff; 
	text-decoration:underline;
}
.cookiefooter input:hover {
	background: #858A90;
}
.cookiefooter input { 
	padding: 5px;
    height: 100%;
    border: 0px;
    background: #000000;
    color: #ffffff;
    -webkit-appearance: none;
    border-radius: 0px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 15px;
	cursor:pointer;
}
#cookiesdirective{	
	width: 50%;
    height: auto;
    z-index: 999999;
    margin-left: 25%;
    text-align: center;	
}	
.cookieLeft{
	float:left;
}
.cookieRight{
	float:right;
	padding:5px 0 5px 0;	
	width:180px;
}


/*Switch control */
.switchContainer{
	float:right;
	padding:5px 6px 0 0;	
}
.switchContainerSmall{
	float:right;
	padding:6px 7px 0 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border: 1px solid #3c3c3c;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 6px;
  bottom: 4px;
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #626262;
  /*border: 1px solid #626262;*/
}
input:focus + .slider {
  box-shadow: 0 0 1px #626262;
}
input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  background-color: #ffffff;
}
.slider.round {
  border-radius: 100px;
}
.slider.round:before {
  border-radius: 50%;
}

.switchsmall {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}
.switchsmall input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slidersmall {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border: 1px solid #3c3c3c;
  -webkit-transition: .4s;
  transition: .4s;
}
.slidersmall:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 5px;
  bottom: 3px;
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slidersmall {
  background-color: #626262;
  /*border: 1px solid #626262;*/
}
input:focus + .slidersmall {
  box-shadow: 0 0 1px #626262;
}
input:checked + .slidersmall:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
   background-color: #ffffff;
}
.slidersmall.round {
  border-radius: 100px;
}
.slidersmall.round:before {
  border-radius: 50%;
}











/* version 1
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 18px;
  margin-top: 6px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #000000;
}
input:focus + .slider {
  box-shadow: 0 0 1px #000000;
}
input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
*/





/* mobile*/
@media only screen and ( max-width: 500px) { 
	#printIcon{
		display:none;
	}
	#overviewLayerShow{		
		display:none;	
	}
	#overviewLayerContainer{		
		display:none;	
	}	
	#searchInputOuter{
		display: none;
	}	
	#printIcon{
		display:none;
	}	
	#footerLogo {
		margin-left: 200px;
	}
	.slide-out-div{
		width: 305px;
	}
	#shareLayer{
		position: absolute;
		top: 0px; 
		width:260px;
		margin-left: -135px;
	}
	textarea.linkbox{ 
		width: 250px;
		height: 200px;
		max-width: 250px;
	}
	.smsharecontainer{
		margin-left:25px;		
	}	
	.groupHeaderContainer2{
		width: 200px
	}
	.layerNameContainer{
		width:160px;	
	}	
	
	#logo{
		width: 270px;
	}
	h1{
		font-size:15px;
	}
	.walkingTab, .cycleTab{
		width:150px;		
	}
	#imgWalkingTab, #imgCyclingTab{
		width:150px;
	}	
	.poiimage{
	  max-width:300px !important;
	}
		
}
@media only screen and ( max-width: 768px) { 
	#cookiesdirective{
		width:100%;
		margin-left:0;			
	}	
}
@media only screen and ( min-width: 769px) and ( max-width: 1300px ) {
	#cookiesdirective{
		width:80%;
		margin-left: 10%;	
	}
}


/*-----------------End of file*/