html { 
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
	
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


.toolbarCol {
	width:100%;
	height: 34px;
	float:left;
	margin:10px 0;
	
}


@media screen and (max-width: 836px){
    .toolbarCol {
		width:50%;
		
	}
}


@media screen and (max-width: 400px){
    .toolbarCol {
		width:100%;
		text-align: center;
		
	}

	.toolbarCol > div {
		margin: auto;
	}
}



.extrab {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7)); */
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    /* background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%); */
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    /* background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    /* background-color: #007dc1; */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /* border: 1px solid #124d77; */
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
	font-weight: bold;
    border: 1px solid #5ca5d7;
    padding: 6px;
    text-align: center;
    text-decoration: none;

    min-height: 20px;
    min-width: 22px;
    line-height: 20px;
    background: linear-gradient(to bottom, #7ec3e7 0%,#5ca5d7 100%);
}

.extrabWhite {
	background:#fff;
	border:1px solid #124d77;
	display:inline-block;
	font-family:Arial;
	font-size:13px;
	padding:6px;
	min-height: 20px;
	min-width: 32px;
	line-height: 20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	
}
.extrab:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
	colour: #ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}

body { 
	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}

#map {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #B0B0B0;
}

#timestamp {
	padding-left: 7px;
}



#btmbar {
	
	height:27px;
	bottom: 736px;
	left: 465px;
	padding: 5px;
}

#txtpostcode {
	width:60%;
}


#sliderDiv {
	
	
	width:90%;
	height: 10px;
	
	display: block;
	margin-top: 10px;
	

	
}

#lightning_button {
	

}

#animBar {

	height:27px;


	padding: 5px;
	width: 100%;


}

#animBack { 
	float: left; 
	

	

}

#animPlay, #animStop { 
	float: left;

	





}

#animForward {
	float: left;
	


	
}

#animStamp {
	
	
}

#animDiv {
	
	
	
	width:120px;
	height: 10px;
display:none;

}

#btnLatest {
	
	margin-left: 5px;

}


.leaflet-tile {
	image-rendering: optimizeSpeed;
	/* Legal fallback */
	image-rendering: -moz-crisp-edges;
	/* Firefox        */
	image-rendering: -o-crisp-edges;
	/* Opera          */
	image-rendering: -webkit-optimize-contrast;
	/* Safari         */
	image-rendering: optimize-contrast;
	/* CSS3 Proposed  */
	image-rendering: crisp-edges;
	/* CSS4 Proposed  */
	image-rendering: pixelated;
	/* CSS4 Proposed  */
	-ms-interpolation-mode: nearest-neighbor;
	/* IE8+           */
}


.noLeftRad {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

.noRightRad {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

.noRad {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

}

input[type=submit], input[type=button], button {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}


.whiteButton {
	
	
	display:block;
	min-width:26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border:none;
	overflow: hidden;
	padding: 5px;
background: linear-gradient(to bottom, #7ec3e7 0%,#5ca5d7 100%);
	font-size: 14px;
	color:white;
	cursor: pointer;
font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(74,74,74,0.7);
	-moz-box-shadow: 0px 1px 5px 0px rgba(74,74,74,0.7);
	box-shadow: 0px 1px 5px 0px rgba(74,74,74,0.7);

}


