
.MapLoadingMsg
{
	text-align:center;
	position:absolute;
	width:100%;
	height:100%;
	z-index:9910;
	background: rgba(200,200,200,.5);
}

.MapOverlayFontStyle
{
	text-shadow : 1px 1px rgb(25, 25, 25);
	font-weight : bold;
	color : rgb(100, 100, 100);
	font-size: 16px;
}

.MapOverlayTextBackground
{ background-color: rgba(220,220,220,.7); }

.MapOverlayTextBoarder
{
	/*border-color: rgb(128, 128, 128);
	border-style: solid;*/
	border-width: 1px;
	border-radius: 5px;
}

.MapScaleStyle
{
	border-bottom-style : ridge;
	border-right-style: ridge;
	border-left-style : ridge;
	border-color: rgb(100, 100, 100);
	border-width: 4px;
	text-align : center;
	text-shadow : 1px 0px 1px 1px rgb(25, 25, 25);
}

.mapLegend
{
	border-style : ridge;
	border-color: rgb(100, 100, 100);
	border-width: 4px;
	background-color: beige;
	padding-right: 10px;
	padding-left: 10px;
	min-width: 210px;
	max-height: 150px;
	overflow: auto;
}

.mapLegendItem
{
	list-style-type: none;
	font-size: 14px;
	margin-left: -40px;
}

.standardLblTxt
{
	text-shadow : 1px 1px grey;
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.ScoreText
{
	text-shadow : 1px 1px rgb(128, 125, 125);
	font-size: 15px;
	font-weight : bold;
}

.WorkingWaitingText
{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-shadow : 1px 1px rgb(128, 125, 125);
}

.SaveScoreTextColor
{ color : #1D4EF0; }

.LowScoreTextColor
{ color : #008000; }

.LowMidScoreTextColor
{ color : #ADFF2F; }

.MidScoreTextColor
{ color : #FFFF00; }

.HighMidScoreTextColor
{ color : #FFD700; }

.HighScoreTextColor
{ color : #FFA500; }

.ExtremeScoreTextColor
{ color : #8B0000; }

.WorkingTextColor
{ color:green; }

.WaitTextColor
{ color:yellow; }

.DoneTextColor
{ color:#111111; }

.StagingAreaColor
{ color:#40F1B6; }

.LeftPanelContent
{
	overflow-y: scroll;
	margin-right: -15px;
	margin-top:-15px;
	margin-bottom:-15px;
	padding-right: 10px;
	padding-left: 3px;
}

.LayerBtnWLabel
{
	position: relative;
    top: 19px;
    left: 8px;
}

.LayerBtnNoLabel
{
	position: relative;
    top: -8px;
    left: 5px;
}

#popupLayers-popup
{
	z-index:9999;
	top: 25px !important;
}

.standardLbl
{
	/*background: white;*/
	background-color:rgba(255, 255, 255, 0.1);
	border: 1px solid white;
}

.leaflet-tooltip-left.standardLbl::before
{
	 border-left-color: white;
}
.leaflet-tooltip-right.standardLbl::before
{
	 border-right-color: white;
}
