<style>
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #00000;
}

.clickable:hover {
	cursor: pointer;
	cursor: hand;
}

ul {
	margin: 0; padding: 0;
	list-style-type:none;
}
.currentRadius {
	font-weight: bold;
}
li:nth-child(odd) {
  background-color: #ffffff;
}
li:nth-child(even) {
  background-color: #ffffff;
}
#lblHistory {
	font-weight: bold;
	background-color: #ffc04e;
	padding: 5px;
	font-size: 10pt;
}
.hidden {
	display:none;
	visibility: hidden;
}
.visible {i
	display:inline-block;
}
#chirpDetails {
	background-color:#fff;
	position: absolute;
	top: 0px;
	margin-left: auto ;
  	margin-right: auto ;
	width: 100%;
	height: 100%;
	text-align:center;
	z-index:11000;
}

#btnChirp {
	position: absolute;
	z-index:980;
	bottom: 15px;
	width: 60px;
	padding: 0;
	margin-left: auto ;
  	margin-right: auto ;
	text-align:center;
	
}
#btnChirp img {
	width: 60px;
}
/* 
position of popup icon picker for custom user icon and alias RSH
*/
#userDetails { 
	background-color:#fff;
	position: absolute;
	top: 55px;
	margin-left: auto ;
  	margin-right: auto ;
	width: 100%;
	height: auto;
	z-index: 999;
}
#userDetails input {
	width: 100%;
	height: 40px;
}
#userHSIconsDiv {
	width:100%;
}
#userIcons {
	background-color: #e1e1e1;
	width: 100%;
	//max-height:130px;
	height: auto;
	overflow-y: auto;
}
#userIcons img {
	border: 2px solid #e1e1e1;
	width: 60px;
	height: 60px;
}
#userHSIconsDiv {
	background-color: #e1e1e1;
	width: 100%;
	height: auto;
	overflow-y: auto;
}
#userHSIconsDiv img {
	border: 2px solid #e1e1e1;
	width: 60px;
	height: 60px;
}
.btnDetails {
	color: #008;
	font-weight: bold;
	margin: auto;
}
.btnDetails:hover {
	cursor: pointer;
	cursor: hand;
}
.detailsButtons {
	padding-bottom:5px;
	padding-top:5px;
}
#btnUserCancel {
	float: center;
	color:#000000;
}
#btnUserDone {
	float: right;
	color:#000000;
}

#share {
	border: 0px !important;
	width: 300px !important;
	font-size: 16px;
	left: 0%;
	right:0%;
	height: 100px;
	resize: none;
}
.copied::after {
  position: float;
  top: 0%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 20px;
  width: 50px;
  --display: block;
  content: "copied";
  z-index: 1000;
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #22a;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}

#mapBroadcastImage {
	position:fixed;
	left: -1000px;
}

.tripBtn {
	width: 74px;
	height: 52px;
	z-index: 9999;
	position: fixed;
	right: 0px;
	top: 200px;
	line-height: 50px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}

.tripBtn:hover {
	cursor: pointer;
	cursor: hand;
}

#tripDistance {
	color: #888;
	font-size: 14pt;
}

#tripDiv {
	background-color:#fff;
	box-shadow: 10px 10px 10px grey;
	position: fixed;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: auto ;
  	margin-right: auto ;
	width: 75%;
	height: auto;
	text-align:center;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	padding: 10px;
	z-index: 10000;
	
}
#tripDiv > select {
	width: 100px;
}


.tripImg {
	position:fixed;
	right: 0px;
	z-index:10000;
}

.onDemandimg {
	position:fixed;
	left: 0px;
	top:50vh;
	z-index:10000;
}


#tripTimerDiv {
	width: 60px;
	height: 30px;
	line-height: 30px;
	position: fixed;
	right: 0px;
	top: 235px;
	font-weight: bold;
	font-size: 10pt;
	background: #f9d986; /* Old browsers */
	background: -moz-linear-gradient(top, #f9d986 0%, #ffde26 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9d986 0%,#ffde26 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9d986 0%,#ffde26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d986', endColorstr='#ffde26',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	z-index: 9998;
	padding: 2px;
}



.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  padding: 10px;
    overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: middle;
}

.switch-field label {
  display: inline-block;
  width: 60px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}




.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #efefef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    text-align:center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;

}

.sidenav a:hover{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 36px;
    margin-left: 50px;
	color:fff;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


html, body, #map-canvas {
	margin: 0;
	padding: 0;
	height: 100%;
	}
	#content {
	width: 100%;
	}
	.labels {
	color: white;
	background-color: red;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 8px;
	text-align: center;
	padding: 3px;     
	white-space: nowrap;
	}
	.blabel {
	color: black;
	background-color: transparent;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 12pt;
	text-align: center;
	padding: 3px;     
	white-space: nowrap;
	}
	#wrapper { position: relative; }

	#refresh { 
	display:none;
	position: absolute; 
	top: 25px; 
	right: 10px; 
	z-index: 998; 
	}
	
	#fullscreen { 
	position: absolute; 
	top: 20px; 
	right: 20px; 
	z-index: 998; 
	}
	#coverflow a {
		margin-left:-1000px;
	}
	#coverflow {
	max-width:100%;
	height:100px;
	}
	.rightLI {
	 background-color:#e1e1e1 !important;
	}
	li {
		background-color:#e1e1e1 !important;
	}
	ul {
	margin-left:70px !important;
	}
	#userIcons img {
		//border:0px !important;
	}
	.text {
		display:none !important;
	}
	
	#historymenu { 
	position: absolute; 
	bottom: 0px; 
	z-index: 999;
	width: 100%;
	margin-bottom: 10px;
	}

	/* NOTE: Used for button */
	.button {
	-webkit-border-radius:1px;
	border: 1px solid #0c4965;
	background-color: #0c4965;
	height:50px;
	padding: 10px;
	color:#ffffff;
	font-size:22px !important;
	margin-top: 5px;
	line-height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	/*Boundary menu item buttons */
	.Bbutton {
	color:#000;
	font-size:20px !important;
	
	}
	
	
	a {
	text-decoration: none;
	color:#ffffff;
	}
	.anchorShow {
		text-decoration: initial;
		color:#000;
	}
	.close-button {
	position: absolute;
	top: -15;
	right: -15;
	padding: 3px 5px 5px 5px;
	text-align: center;
	width: 30px;
	height: 30px;
	font: 22px/20px Tahoma, Verdana, sans-serif;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background-color: #000;
	
	
	}

	.broadcastButton {
		position: absolute;
		left: 0%;
		right: 0%;
		
	}
		
	
	.infoWindow {
	line-height:1;
	overflow:hidden;
	white-space:nowrap;
	width:250px !important;
	height:auto !important;
	}
	#bname {
		width:100%;
		margin-bottom:5px !important;
	}
	.bodyContent:last-of-type {
		border-top: 1px solid #ddd;
		margin-top: 0px;
		margin-bottom:10px;
	}
	.placeBoundaryTable tr td {
		margin:10px;
		padding:5px;
	}
	.placeBoundaryTable {
		margin: 0px;
	}
	.pinOption {
		padding:1px;
	}
	.currentPin {
		border: 1px solid #000;
	}
	.goButton:hover {
		cursor: pointer;
		cursor: hand;
	}
	#userHSIcons {
		margin-bottom:5px;
	}
	#infoDiv {
		width:250px;
		height:175px;
		z-index: 300;
		white-space: nowrap;
		background-color: #fdf1b7;
		position:fixed;
		bottom:-75px; 
		transform:translate(0%, -50%);
		left:50%;
		padding: 5px;
		margin: 5px; 
		border: 1px solid #aaaaaa;
		opacity: 0.8;
	} 
	.historya {
		color: #000;
		margin-bottom:5px;
		margin-top:5px;
	}
	#shareLocation {
		position: fixed;
		bottom: 80px;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		margin: auto;
		height: auto;
		width: 160px;
		--display: block;
		--content: "copied";
		z-index: 100;
		font-size: 18px;
		padding: 2px 3px;
		color: #fff;
		background-color: #000;
		border-radius: 3px;
		opacity: 0;
		will-change: opacity, transform;
		animation: showToast 3s ease;
	}

	@keyframes showToast {
	  0% {
		opacity: 0;
		transform: translateY(0);
	  }
	  5% {
		opacity: 1;
		transform: translateY(0);
	  }
	  90% {
		opacity: 1;
	  }
	  100% {
		opacity: 0;
	  }
	}
	#broadcastImage {
		position:fixed;
		left:-100%;
	}
	#broadcastForm {
		position:fixed;
		left:-100%;
	}
	#filechooser {
		position:fixed;
		left:-100%;
	}
	#boundary-btn {
		width: 40px;
		height:40px;
		position: fixed;
		right: 5px;
		top:130px;
		z-index: 100;
		background: none;
		border: 0;
		padding: 0;
	}
	#boundary-btn:hover {
		cursor: hand;
		cursor: pointer;
	}
	#boundary-prompt {
		width: calc(100% - 60px);
		-moz-border-radius: 5px;
		-webkit-border-radius:5px;
		border-radius: 5px;
		font-size: 16pt;
		text-align: center;
		position:fixed;
		top:10px;
		left:10px;
		z-index: 100000;
		font-family: Roboto;
		background-color:#febf4f;
		height:auto;
		display: none;
	}
	
	.close-boundary-prompt {
		width: 40px;
		height: 40px;
		position: fixed;
		right: 35px;
		top: 25px;
		transform: translate(0%, -50%);
	}
	.close-boundary-prompt:hover {
		cursor: hand;
		cursor: pointer;
	}
	.selected {
		background-color: #aaa;
	}
	.boundary-opt {
		height: 45px;
		width: 45px;
		line-height: 45px;
		text-align: center;
	}
	.boundary-save {
		-moz-border-radius: 5px;
		-webkit-border-radius:5px;
		border-radius: 5px;
		width: 90%;
		padding: 10px;
		text-align: center;
		background-color:#febf4f;
		border: 0;
		margin-left: 10%;
	}
	
	.boundary-save:hover {
		cursor: hand;
		cursor: pointer;
	}
	
	#boundary-slider {
		z-index: 100000;
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	
</style>