
#TheUltimateWraper{
    display: block;
    width: 100%;
    height: 100%;
    position: relative; 
}
#TheContentWrapper{
    display: block;
    min-height: 700px;
    position: relative;
}
#mapContainer{
    display: block;
    position: relative;
    /* left: 0; */
    /* right: 0; */
    /* top: 0px; */
    /* bottom: 0; */
    z-index: 2;
}
#mapHeader{
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 9999;
    cursor: default;
    background: #ffffff38;
}
#mapHeader h2{
    margin: 0;
    line-height: 50px;
    padding: 0 10px;
    background: #ffffffb8;
}
#mapWrap{
    display: block;
    position: relative;
}
#map{ 
	/*
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0px;
    outline: none;*/
}
#mapFooter{
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    cursor: default;
}
#mapFooter h2{
    margin: 0;
    line-height: 30px;
    padding: 0 10px;
    background: #ffffffb8;
}
.leaflet-container { 
    max-width: 100%;
    max-height: 100%;
}

.leaflet-top {
    top: 35% !important;
}
.poptable{
    width: 100%;
    text-align: center;
    border-color: #000;
}
.poptable tr{}
.poptable td{
    border: 1px solid #b7b7b7;
    font-weight: bold;
    font-size: 1rem;
    padding: 5px 0;
    font-family: arial;
    background: #ffffff;
}

#mapChart{height:300px;width:500px;}
#mapChart2{display:none;height:200px;width:500px;}
#DataBoxInfo{
	min-width:300px;
}

#thedatescontainer{ 
    text-align: left;
    padding-left: 10px;
}
#thedates{}

/*
.leaflet-popup-content { 
    font-size: 1rem; 
}
.leaflet-popup-content{
	width: fit-content !important;
	min-width:301px;
}
*/
p{
	margin:0;
}
h2{
	line-height:30px !important;
}
/*
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #ffffff;
    color: #000000;
}*/
#searchBox{
	
position: absolute;
	
z-index: 99999;
	
top: 10px;
	
left: 10px;
	
right: 10px;
	
font-family: arial;
	
font-size: 1rem;
	
line-height: 20px;
	
height: fit-content;
	
display: block;
	
background: #000000;
}
#searchForm{
	
background: #3b8aff96;
	
color: #000;
	
padding: 5px;
	
overflow: visible;
}
#searchInfoWrap{
	
display: block;
	
position: absolute;
	
left: 0px;
	
top: 47px;
	
width: 100%;
	
padding: 0px;
	
/* bottom: 58px; */
	
max-height: 80%;
}
#searchInfo{display: block;background: #3b8aff96;overflow-y: auto;padding: 8px 6px 2px;}
#searchInfo ul{
	
list-style: none;
	
padding: 0;
	
margin: 0;
}
#searchInfo ul li{
	
background: #ebffd6;
	
/* border-bottom: 1px solid #bbb; */
	
display: block;
	
color: #000;
	
font-weight: bold;
	
padding: 10px;
	
cursor:pointer;
	
border-radius: 5px;
	
margin-bottom: 6px;
} 
#searchInfo ul li.active,
#searchInfo ul li:hover{
	background: #ffeb3b;
}
#searchInfo ul li.active{
	background: #3b41ff;
	color: #fffedb;
}
#searchInfo ul li.normal{
	font-weight: normal;
} 
#searchkey{

height: 35px;

padding: 0 10px;

width: -webkit-fill-available;

margin-right: 40px;

color:#000;

background: #fff;

border: 1px solid #ddd;
}
#search_button{
	height: 35px;
	padding: 0 10px;
	cursor:pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}
#DataBox{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
}
#DataBoxWrap{
    position: relative;
    border: 1px solid #b9b9b9;
    box-shadow: 1px 1px 2px #ddd;
}
#DataBoxChartButtons{
}
#DataBoxButton2 {
    background: #3f51b5;
    color: #fff;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0px;
    width: 30px;
    cursor: pointer;
    border: 1px solid #fff;
    font-size: 22px;
}
#DataBoxButton3 {
    background: #e91e63;
    color: #fff;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 30px;
    width: 30px;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #fff;
}
#DataBoxButton2:hover,
#DataBoxButton3:hover{
    background: #000;
    color: #fff;
}  
#DataBoxInfo{
    display: block;
    padding: 10px;
    background: #ffffffd9;
}
.DataBoxChart{
    display: block;
    padding: 10px;
    background: #fffffff2;
}
#DataBoxButton{
	
position: absolute;
	
left: 60px;
	
top: -30px;
	
border: 1px solid #fff;
	
cursor: pointer;
	
background: #cf0000;
	
height: 30px;
	
width: 30px;
	
color: #fff;
}
#DataBoxButton:hover{
background: #ff9800;
}


#loadingWrapContainer{
    position: absolute;
    z-index: 9;
    background: #007b97f2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
#loadingWrap{
    display: block;
    width: fit-content;
    height: 100%;
    margin: 0 auto;
}
#loadingContainer{
    display: flex;
    align-items: center;
    height: 100%;
}
#loadingContent{
    background: #00000038;
    padding: 0;
    color: #fff;
    font-family: Calibri;
}
#loadingHead{
    padding: 10px;
    border-bottom: 1px solid #ffffffb8;
}
#loadingHead h2{
    margin: 0px;
}
#loadingMain{
    padding: 10px;
    vertical-align: middle;
}
#loadingMain p{
    vertical-align: middle;
}
#loadingMain img{
    vertical-align: middle;
}
#loadingMain span{}
#loadingFooter{
    padding: 10px;
    background: #fff;
}
#loadingFooter a{
    display: inline-block;
    vertical-align: middle;
}
#loadingFooter  img{
    vertical-align: middle;
    height: 60px;
}
#mapFooterLogos{
    display: block;
    background: #fff;
    padding: 5px 10px;
    width: fit-content;
    margin: 0 auto;
   /* margin-right:0px;*/
    text-decoration: none;
}
#mapFooterLogos a{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    margin: 0 5px 0 0px;
}
#mapFooterLogos  img{
    vertical-align: middle;
    height: 30px;
}