/* reset */
form {
	display: block;
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements structure element */

dl,
dt,
dd,
ul,
ol,
li,

/* list elements list element */

pre,

/* text formatting elements text format element */

fieldset,
lengend,
button,
input,
textarea,

/* form elements  */

th,
td {
	/* table elements  */
	margin: 0;
	padding: 0;
}

table th,
table td {
	padding: 1px
}


/*  */

body,
button,
input,
select,
textarea {
	/* for ie */
	/*font: 12px/1 Tahoma, Helvetica, Arial, sans-serif;*/
	font: 14px/22px Trebuchet MS, Helvetica, Arial, sans-serif;
	/*  */
}

h1 {
	font-size: 18px;
	/* 18px / 12px = 1.5 */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}


/*  */

code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}


/*  */

small {
	font-size: 12px;
}


/* */


/*  */

ul,
ol {
	list-style: none;
}


/*  */

a {
	text-decoration: none;
	color: #049;
}

a:hover {
	text-decoration: underline;
}

abbr[title],
acronym[title] {
	/* :1.ie6  abbr; 2.,ie6  */
	border-bottom: 1px dotted;
	cursor: help;
}

q:before,
q:after {
	content: '';
}


/*  */

legend {
	color: #000;
}


/* for ie6 */

fieldset,
img {
	border: none;
}


/* img  */


/* :optgroup */

button,
input,
select,
textarea {
	font-size: 100%;
	/*  */
}


/*  */

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*  hr */

hr {
	border: none;
	height: 1px;
}

.clear {
	clear: both;
}


.prolifeMaps {
	font-size: 1.3rem;
}

.prolifeMaps ol, .prolifeMaps ul {
	font-size: 1.2rem;
}

.prolifeMaps ul.nav-tabs li a {

}

.prolifeMaps ul.nav-tabs li a:hover > i {
	margin-left: unset;
}

.mapTabTitle h3 {
	font-size: 20px;
	margin: 15px 0px 25px;
}

body { font-size: 16px; }

a:hover{
	text-decoration: none;
	color: unset;
}
#mapwrapper
{
    max-width: 1200px;
    /*height: auto;*/
    margin: 0 auto;
    padding: 0;
    /*min-width:220px;*/
}

.mapDiv {
	clear: both;
  margin: 20px 0;
  padding: 15px;
}

/* Map Container Grid */

/*
.mapContainer {
	display: grid;
	grid-template-areas:
		"b c c c c c"
		"b c c c c c"
		"a a a a a a";
}
*/
.mapContainer {
	overflow: hidden !important;
	display: grid;
	grid-template-areas:
		"b c c c c c"
		"b a a a a a"
		"b a a a a a";
	grid-template-columns: 25% auto auto auto auto auto;
	grid-template-rows: 600px auto auto;
}

.mainMapDiv {
	margin-top: 20px !important;
	grid-area: c;
}

.infoContainer {
	grid-area: b;
}

@media (max-width: 979px) and (min-width: 768px) {
	.mapContainer {
		grid-template-areas:
		"c c"
	    "a b";
		grid-template-columns: auto auto !important;
	}
}

@media (max-width: 767px) {
	.mapContainer {
		grid-template-areas:
		"c"
		"a"
		"b";
		grid-template-columns: 100% !important;
	}
}

/* LEGIND INFORMATION */

.legend {
	margin-top: 0px;
	grid-area: a;
}

.legend .keyBx {
	float: left;
	width: 20%;
	width: 16.66%;
	font-size: 12px;
	font-weight: bold;
	/* border: 1px solid #1877ab; */
	margin: 0;
	padding: 0;
	border: 0px solid red;
}

.legend .tabTitles,
.legend .tabTitles > h4 {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
}
.legend .tab01Keys {
	width: 16.66%;
	width: 20%;
}
.legend .tab02Keys {
	width: 50%;
}
.legend .tab03Keys {
	width: 20%;
}
.legend .tab04Keys {
	width: 25%;
	margin: 5px auto;
}

.legend .keyBx .colorBx {
	float: left;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	color: white;
	/*
	text-transform: uppercase;
	*/
	height: auto;
	margin: 0 5%;
	padding: 10px 0 !important;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 0px solid red;
}

.legend .keyBx .tab01Colors,
.legend .keyBx .tab02Colors,
.legend .keyBx .tab03Colors,
.legend .keyBx .tab04Colors {
	width: 150px;
	width: 90% !important;
}

.legend .keyBx .colorBx h4 {
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.legend .keyBx {
		width: 50% !important;
	}
	.legend .keyBx:last-child {
		width: 100% !important;
	}
	.legend .keyBx .colorBx {
		margin: 2% 2%;
		padding: 3px 0 !important;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	.legend .keyBx .tab01Colors,
	.legend .keyBx .tab02Colors,
	.legend .keyBx .tab03Colors,
	.legend .keyBx .tab04Colors {
		width: 96% !important;
	}
}


/* TAB 01 COLORS */
/* REFUSED
.keyBx .goldBx {background-color: #ebc844;}
.keyBx .greenBx {background-color: #a2b86c;}
.keyBx .blueBx {background-color: #117899;}
.keyBx .greyBx {background-color: #b2b2b2;}
.keyBx .redBx {background-color: #c02e1d;}

.keyBx .goldBx {background-color: #ec9332;}
.keyBx .greenBx {background-color: #3e8410;}
.keyBx .blueBx {background-color: #0560bd;}
.keyBx .greyBx {background-color: #b2b2b2;}
.keyBx .redBx {background-color: #c02e1d;}
*/

/* GREEN - ORANGE - 1 *
.keyBx .lvl5Bx {background-color: #166734;}
.keyBx .lvl4Bx {background-color: #647a49;}
.keyBx .lvl3Bx {background-color: #a09168;}
.keyBx .lvl2Bx {background-color: #e5ae8a;}
.keyBx .lvl1Bx {background-color: #CB6828;}
*/

/* BLUE - ORANGE *
.keyBx .lvl5Bx {background-color: #223e92;}
.keyBx .lvl4Bx {background-color: #675f94;}
.keyBx .lvl3Bx {background-color: #98829b;}
.keyBx .lvl2Bx {background-color: #c8b2b6;}
.keyBx .lvl1Bx {background-color: #f8991c;}
*/

/* TAB 1 COLORS - GREENS - RED */
/*.tab01Keys .lvl6Bx {background-color: #84469b;}*/
.tab01Keys .lvl5Bx {background-color: #319b47;}
.tab01Keys .lvl4Bx {background-color: #78ac67;}
.tab01Keys .lvl3Bx {background-color: #acc18e;}
.tab01Keys .lvl2Bx {background-color: #dfdab9;}
.tab01Keys .lvl1Bx {background-color: #ff0000;}

/* TAB 02 COLORS */
.keyBx .redBx {background-color: #b20000;}
.keyBx .lessredBx {background-color: #ff0000;}

/* TAB 3 - GREENS */
.tab03Keys .lvl6Bx {background-color: #84469b;}
.tab03Keys .lvl5Bx {background-color: #147527;}
.tab03Keys .lvl4Bx {background-color: #319b47;}
.tab03Keys .lvl3Bx {background-color: #78ac67;}
.tab03Keys .lvl2Bx {background-color: #acc18e;}
.tab03Keys .lvl1Bx {background-color: #dfdab9;}

/* TAB 4 - COLORS */
.tab04Keys .lvl5Bx {background-color: #00420d;}
.tab04Keys .lvl4Bx {background-color: #147527;}
.tab04Keys .lvl3Bx {background-color: #319b47;}
.tab04Keys .lvl2Bx {background-color: #78ac67;}
.tab04Keys .lvl1Bx {background-color: #acc18e;}
.tab04Keys .lvl0Bx {background-color: #dfdab9;}
.tab04Keys .lvl-1Bx {background-color: #ff0000;}
.tab04Keys .lvl-2Bx {background-color: #cc0000;}


.wxWrapper {
	border:1px solid #999;
	margin:1%;
	padding:2%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.legend .keyBx .colorBx p {
	display: block;
	font-size: 12px;
	line-height: 12px;
	border: 0px solid #1877ab;
	margin: 0 0 0 1%;
	padding: 0;
	text-transform: uppercase;
	border: 0px solid red;
}

.legend .keyBx .colorBx span.smllPrnt {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	clear: left;
	border: 0px solid blue;
	font-size: 70%;
}

.tab-content p {
	margin-bottom: 15px;
}
.tab-content p:last-child {
	margin-bottom: 0px;
}
.wxWrapper ul {
	list-style: disc !important;
	list-style-position: inside !important;
	margin: 0 0 15px 0;
	padding: 0;
}
.tab-content ol {
	list-style: lower-alpha !important;
	list-style-position: inside !important;
	margin: 0 0 15px 0;
	padding: 0;
}

/*
.legend .keyBx .txtBx {
	float: left;
	width: 70%;
	width: 120px;
	display: inline-block;
	font-size: 10px;
	line-height: 12px;
	border: 0px solid #1877ab;
	margin: 0 0 0 1%;
	padding: 0;
	border: 0px solid red;
}
*/

/* Info Box */

/* OLD
.infoContainer {
	width: 275px;
	width: 96%;
	border: solid 1px #aaa;
	text-align: left;
	padding: 0 !important;
	border-radius: 20px;
	margin: 20px 0px;
	margin: 20px 0px 0px;
	margin: 20px 2%;
}

.infoLabel {
	width: 96% !important;
  display: block;
  text-align: center;
  border-radius: 20px;
  padding: 3px 6px;
  margin: 5px 2% !important;
  background-color: #036;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
}

.infoSpan {
	width: 100% !important;
	box-sizing: border-box;
	margin: 5px 0px 5px;
	padding: 0;
	border: 0px solid green;
}

.infoContainer ol {
	list-style: lower-alpha;
	margin: 5px 0 5px 20px ;
	padding: 0 15px 15px !important;
	border: 0px solid red;
}
.infoContainer ol > li {
	border: 0px solid blue;
	width: 100% !important;
	float: left;
	margin: 0 !important;
	padding: 10px 0 0 !important;
}
.infoContainer ol > li:last-child {
	padding: 10px 0 !important;
}

.infoContainer ul {
	float: left;
	list-style: none;
	width: 90% !important;
	margin: 0;
	padding: 0 0 0 10% !important;
	border: 0px solid red;
}
.infoContainer ul:last-child {
	margin-bottom:10px;
}
.infoContainer ul > lh {
	font-weight: bold;
	border: 0px solid blue;
	width: 100% !important;
	float: left;
	margin: 0 0 0 -20px !important;
	padding: 5px 0 0 !important;
}
.infoContainer ul > li {
	border: 0px solid blue;
	width: 100% !important;
	float: left;
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
}
.infoContainer ul > li:last-child {
	padding: 10px 0 !important;
}
*/

/* Info Box */

.infoContainer {
	width: 275px;
	width: 96%;
	border: solid 1px #aaa;
	text-align: left;
	padding: 0 !important;
	border-radius: 20px;
	margin: 20px 2% !important;
}

.infoLabel {
	width: 96% !important;
  display: block;
  text-align: center;
  border-radius: 20px;
  padding: 3px 6px;
  margin: 5px 2% !important;
  background-color: #036;
  color: #fff;
  text-transform: uppercase;
  box-sizing: border-box;
}

.infoContainer p {
	padding: 15px;
}

.infoContainer ol {
	list-style: lower-alpha;
	list-style: none !important;
	margin: 5px 0 5px 20px ;
	margin: 15px !important;
	padding: 0 15px 15px !important;
	padding: 0 !important;
	border: 0 solid green;
}
.infoContainer ol > li {
	border: 0px solid blue;
	width: 100% !important;
	margin: 0 !important;
	padding: 0px !important;
}
.infoContainer ol > li:first-child {
	padding: 0 !important;
}
.infoContainer ol > li:last-child {
	padding: 0 !important;
}
.infoContainer ol > li > span {
	position: relative !important;
	display: block;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 5% !important;
	border: 0px solid red;
}

.infoSpan_Hdr {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 700 !important;
	display: block !important;
	box-sizing: border-box !important;
	margin: 0px !important;
	padding: 0px !important;
	text-transform: uppercase;
	border: 0px solid green !important;
}

.infoSpan_Txt {
	width: 100% !important;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 10px !important;
	border: 0px solid red !important;
}
.infoSpan_Txt > p {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400 !important;
	width: 100% !important;
	margin: 0px;
	padding: 0 0 10px;
	line-height: 14px;
	border: 0px solid red;
}
.infoSpan_Txt > p:last-child {
	width: 100% !important;
	margin: 0px;
	padding: 0 0 15px;
	line-height: 14px;
	border: 0px solid red;
}

.infoContainer ul {
	float: left;
	list-style: none;
	width: 90% !important;
	margin: 0;
	padding: 0 0 0 10% !important;
	border: 0px solid red;
}
.infoContainer ul:last-child {
	margin-bottom:10px;
}
.infoContainer ul > lh {
	font-weight: bold;
	border: 0px solid blue;
	width: 100% !important;
	float: left;
	margin: 0 0 0 -20px !important;
	padding: 5px 0 0 !important;
}
.infoContainer ul > li {
	border: 0px solid blue;
	width: 100% !important;
	float: left;
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
}
.infoContainer ul > li:last-child {
	padding: 10px 0 !important;
}
.infoContainer ul > li > span {
	position: relative !important;
	display: block;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 5% !important;
	border: 0px solid red;
}



@media screen and (min-width: 320px)
{
    .mapDiv svg {
		height: expression( this.scrollHeight < 205 ? "206px" : "auto" ); /* sets max-height for IE */
		min-height: 206px;
		height:auto !important;
		height: expression( this.scrollHeight > 205 ? "206px" : "auto" );
        max-height: 206px;
		width:100%;
        margin:0 auto;
        padding: 0 !important;
		border: 0px solid red;
    }

	#msg_box
    {
	    display: none;
    }
    #msg_title
    {
	    display: none;
    }
    #msg_data
    {
	    display: none;
    }
}

@media screen and (min-width: 480px)
{
    .mapDiv svg
    {
		height: expression( this.scrollHeight < 349 ? "350px" : "auto" ); /* sets max-height for IE */
		min-height: 350px;
		height:auto !important;
		height: expression( this.scrollHeight > 349 ? "350px" : "auto" );
        max-height: 350px;
		width:100%;
        margin:0 auto;
        padding: 0 !important;
		border: 0px solid red;
    }

	#msg_box
    {
	    display: none;
    }
    #msg_title
    {
	    display: none;
    }
    #msg_data
    {
	    display: none;
    }
}

@media screen and (min-width: 768px)
{
    .mapDiv svg
    {
		height: expression( this.scrollHeight < 429 ? "430px" : "auto" ); /* sets max-height for IE */
		min-height: 430px;
		height:auto !important;
		height: expression( this.scrollHeight > 429 ? "430px" : "auto" );
        max-height: 430px;
        width:100%;
        margin:0 auto;
        padding: 0 !important;
		border: 0px solid green;
    }

    #msg_box
    {
	    display: none;
    }
    #msg_title
    {
	    display: none;
    }
    #msg_data
    {
	    display: none;
    }
}
@media screen and (min-width: 980px)
{
    .mapDiv svg
    {
		height: expression( this.scrollHeight < 549 ? "550px" : "auto" ); /* sets max-height for IE */
		min-height: 430px;
		height:auto !important;
		height: expression( this.scrollHeight > 549 ? "550px" : "auto" );
        max-height: 550px;
        width:100%;
        margin:0 auto;
        padding: 0 !important;
		border: 0px solid orange;
    }
    #msg_box
    {
	    display: none;
    }
    #msg_title
    {
	    display: none;
    }
    #msg_data
    {
	    display: none;
    }
}

.unselectable {
    -moz-user-select:none;
    -webkit-user-select:none;
}
.tip{
    display:none;
    /* padding:5px; */
    padding: 0;
    border:1px solid #EBECED;
    color:#edeef0;
    font-weight: bold;
    z-index:1000;
    float:left;
    position:absolute;
    /*gradient color*/
    background:#000;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#656565'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#656565')"; /* IE8 */
    background-image: linear-gradient(to bottom, #494949 0%, #656565 100%);/* IE10 */
    background: -moz-linear-gradient(top, #494949,#656565); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#494949), to(#656565));
    word-break:keep-all;
    white-space:nowrap;
}
#msg_title {
    border:1px solid #999;
    font-weight:bold;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius:8px;
    box-shadow:1px 2px 4px #999;
    -moz-box-shadow:1px 2px 4px #999;
    -webkit-box-shadow:1px 2px 4px #999;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:21px;
    text-align: center;
    padding:10px;
    line-height: 25px;
    color:#333;
    /*gradient color*/
    background:#000;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd')"; /* IE8 */
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #dddddd 100%);/* IE10 */
    background: -moz-linear-gradient(top, #ffffff,#dddddd); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dddddd));
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
#msg_data{
    line-height: 25px;
    background:#e5e5e5;
    border:1px solid #999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:6px;
    box-shadow:1px 2px 8px #999;
    -moz-box-shadow:1px 2px 8px #999;
    -webkit-box-shadow:1px 2px 8px #999;
    overflow: auto;
    word-wrap:break-word;
    font-size:18px;
    text-align: left;
    color:#333;
    /*gradient color*/
    background:#000;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd')"; /* IE8 */
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #dddddd 100%);/* IE10 */
    background: -moz-linear-gradient(top, #ffffff,#dddddd); /* Firefox */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dddddd));
