
.XmyCSSClass {
	z-index: 4; 
	background: black; 
	border:3px solid white; 
	border-radius: 15px; 
	color: white; 
	font-family:arial; 
	opacity: 0.8;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

.leaflet-tooltip {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}

.leafletHover {
	background: black;
	border: 3px solid white;
	border-radius: 15px; 
	color: white; 
	opacity: 0.8;
	font-size: 16pt;
	font-family:arial; 
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.leaflet-tooltip-left.leafletHover::before {
	border-left-color: white;
	border:3px solid white; 
	border-radius: 15px; 
}
.leaflet-tooltip-right.leafletHover::before {
	border-right-color: white;
	border:3px solid white; 
	border-radius: 15px; 
}

.leafletHover2 {
	background: blue;
	/* background: #696969 */
	/* background: #2f4f4f; */
}

/*
.leaflet-tooltip {
    background-color: blue;
    border: 0px;
    box-shadow: none;
}
*/

div[title].smarker:hover:after {
	content: attr(title) !important;
	z-index: 4; 
	text-wrap: nowrap;
	background: black; 
	border:3px solid white; 
	border-radius: 15px; 
	color: white; 
	font-family:arial; 
	opacity: 0.8;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
} 


.number-icon-pin
{
    background-color: red;
    // margin: 0 auto;
    text-align: center;
    color: white;
    // font-size: 18pt;
    font-size: 16pt;
    font-weight: bold;
    padding-top: 3px; 
    // margin-bottom: 6px;  
    line-height: 1;
}


.number-icon-track
{
    background-color: red;
    text-align: center;
    color: white;
    font-size: 14pt;
    font-weight: bold;
    padding-top: 3px; 
    margin-bottom: 4px;  
    line-height: 1;
}


.number-icon-mobile
{
    background-color: red;
    // margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 10pt;
    font-weight: bold; 
    margin-bottom: 2px;    
}

.edit-icon
{
    // background-image: url("images/save.png");
    text-align: center;
    color: white;
    font-weight: bold; 
    margin-bottom: 2px; 
    background-color: purple; 
}

.pin-purple
{
    background-color: purple;
    border: 2px solid white;
	border-radius: 4px;
}

.pin-red
{
    background-color: red;
    border: 2px solid white;
	border-radius: 4px;
}

.pin-hotel
{
    background-color: blue;
    border: 2px solid white;
	border-radius: 4px;
}

.pin-transport
{
    background-color: green;
    border: 2px solid white;
	border-radius: 4px;
}

span.pinRed {
	background-color:red; 
	color:white;
	font-size: 120%;
	border: 2px solid white;
	border-radius: 4px;
}

span.pinPurple {
	background-color:purple; 
	color:white;
	font-size: 120%;
    border: 2px solid white;
	border-radius: 4px;
}

span.pinBlue {
	background-color:blue; 
	color:white;
	font-size: 120%;
	border: 2px solid white;
	border-radius: 4px;
}

span.button
{
	margin: 2px;
	margin-left: 0px;
	margin-right: 8px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 4px;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
	color:white;
	text-align: center;
	border: 3px solid grey;
	background-color: grey;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}

span.grey
{
	border: 3px solid dimgrey; 
	background-color: dimgrey;
}
span.red
{
	border: 3px solid red;
	background-color: red;
}
span.black
{
	border: 3px solid black;
	background-color: black;
}
span.blue
{
	border: 3px solid blue;
	background-color: blue;
}

span.infoHoverText
{
	padding: 1px;
	margin: 1px;
	font-size: 16pt;
}

#statusBoxText
{
	font-size: 12pt;
}

.box {
	z-index: 4; 
	background: black; 
	border:3px solid white; 
	border-radius: 15px; 
	color: white; 
	font-family:arial; 
	opacity: 0.8;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#poiPrintList {
	display: none;
}
	
@media print {
	#poiPrintList {
		display: block;
	}
	
	span.pinRed {
		background-color:red; 
		color:black;
	}
	
	#poiEditButton {
		display: none;
	}
	
	#poiListButton {
		display: none;
	}

	#poiSearchButton {
		display: none;
	}
	
	#searchBox {
		display: none;
	}
}

/* For NAV page */
body.black {
	background-color: black;
	/* test this one out */
	max-width: 1280px;
	color: white;
}

/* NEW */

.boxStyleX
{
	position: absolute; 
	left: 50%; 
	width: 300px; 
	margin-left: -150px; 
	text-align: center; 
	top: 20px; 
	display: none; 
	z-index: 1004;
}

/* STEVE change width */
.boxStyle
{
	position: absolute; 
	left: 10px;
	right: 10px;
	margin-left: auto;
	margin-right: auto;   
	width: 300px;
	text-align: center; 
	top: 20px; 
	display: none; 
	z-index: 1004;
}

.boxStyleMobile  
{
	position: absolute;
	left: 10px;
	right: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	/* margin-left: -40%;  */  
	text-align: center;  
	top: 14px;
	display: none; 
	z-index: 1004;
}

.listBoxOuterStyle
{
	position: absolute; 
	left: 10px; 
	top: 20px; 
	width: 400px; 
	max-height: 800px; 
	padding: 5px; 
	padding-bottom: 10px; 
	display: none; 
	z-index: 1001; 
	background: black; 
	border:3px solid white; 
	border-radius:15px; 
	opacity: 0.9;
}

.listBoxOuterStyleMobile
{
	position: absolute; 
	top: 20px; 
	left: 10px;
	right: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding: 5px; 
	padding-bottom: 10px; 
	display: none; 
	z-index: 1001; 
	background: black; 
	border:3px solid white; 
	border-radius:15px; 
	opacity: 0.9;
}

/*
#map:fullscreen {
	padding: 50px;
  	margin: 50px;
}


#map:-moz-full-screen {
	padding: 50px;
  	margin: 50px;
}
*/

/*
#poiViewCoord {
	cursor: pointer;
}
*/
