html, body {
	background: #e8e0d8;
	overflow: hidden;
}

.navbar {
	margin-bottom: 0;
	height: 60px;
}

.maparea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.MainContent {
	z-index: 1;
	width: 100%;
	height: 75%;
	top: 0;
	left: 0;
	position: fixed !important;
}

footer[role="contentinfo"] ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer[role='contentinfo'] {
	position: absolute;
	top: 92%;
	width: 100%;
	min-height: 10%;
	z-index: 2;
	background: #216283;
	color: #bfbfbf;
	padding: 30px 0;
}

footer[role="contentinfo"] a {
	color: #ededed;
}

footer[role='contentinfo'] a:focus, footer[role='contentinfo'] a:hover,
	footer[role='contentinfo'] a:active {
	color: #fff;
}

@media ( min-width : 64rem) {
	.MainContent {
		position: fixed;
	}
	footer[role='contentinfo'] {
		bottom: 0;
	}
}

.leaflet-div-icon {
	background-color: rgba(0, 140, 255, 0.4);;
	border: 2px solid rgba(0, 101, 255, 0.5);
	color: blue;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	line-width: 30px;
	height: 30px;
	width: 30px;
}

.yellow-icon {
	background-color: rgba(255,207,0, 0.6);;
	border: 2px solid rgba(171,139,0, 0.5);
	color: blue;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	line-width: 30px;
	height: 30px;
	width: 30px;
}

.red-icon {
	background-color: rgba(255,100,100, 0.5);;
	border: 2px solid rgba(255,0,0, 0.5);
	color: blue;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	line-width: 30px;
	height: 30px;
	width: 30px;
}

.purple-icon {
	background-color: rgba(206, 48, 255, 0.4);;
	border: 2px solid rgba(168,4,219, 0.5);
	color: blue;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 30px;
	line-width: 30px;
	height: 30px;
	width: 30px;
}

.leaflet-popup-close-button {
	display: none;
}

table.mypop{ width: 250px; border-radius: 12px; overflow:hidden;}

table.mypop tr.head{
	background-color: rgba(36,95,125,0.5);
	
}

.leaflet-popup-content table {
	border-style: solid;
	border-color: grey;
	border-width: 1px;
	min-width: 120px;
}

.leaflet-popup-content table th {
	text-align: center;
	padding: 2px 5px;
	font-weight: bold;
	color: white;
}

.leaflet-popup-content table td {
	text-align: center;
	padding: 2px 5px;
}

.leaflet-popup-content table td.title {
	font-weight: bold;
}

table.mypop tr.body{
	background-color: rgba(31,83,109,0.5);
}
table.mypop th{
	text-align: left;
	background-color: inherit;
}

table.mypop td{
	text-align: right;
	background-color: inherit;
	font-weight: bold;
	color: white;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip{background-color: rgba(49,79,96,0.8);}

.leaflet-popup-content{
	margin: 0;
}

.meter_large{
	font-size: 30px;
	padding-left: 5px;
}

.marker_data{width: 100%; font-size: 20px; font-weight: bold;}
.marker_data ul{text-align: center;}
.marker_data ul li{ padding: 5px 5px; margin: 5px 15px;}
.marker_data ul li.tab:hover{ background-color: #245F7D; color: #fcf9b8; cursor: pointer;}

md-datepicker {
    background: #216283; color: #BFBFBF;
}
button.md-datepicker-button {display: none;}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.75s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.75s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.75s cubic-bezier(0,0,0.25,1);
	}

.nav.navbar-nav li a {
	margin-top: 5px;
}

.mapinfo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99;
}

.appinfo {
	position: absolute;
	top: 62px;
	left: 3px;
	z-index:99;
}

#mwt_mwt_slider_scroll
{
	top: 0;
	left:-360px;
	width:360px;	
	position:fixed;
	z-index:9999;
}

#mwt_slider_content{
	background:#FFFFFF;
	text-align:center;
	padding-top:20px;
	height:2000px;
}

#mwt_fb_tab {
	position:absolute;
	top:20px;
	right:-24px;
	width:24px;
	background:#3c5a98;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:center;
	padding:9px 0;

	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
}

#mwt_fb_tab span {
	display:block;
	height:12px;
	padding:1px 0;
	line-height:12px;
	text-transform:uppercase;
	font-size:12px;
}

.round-button {
    display:block;
    width:30px;
    height:30px;
    line-height:20px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#464646;
    text-align:center;
    text-decoration:none;
    background: #f5f5f5;
    box-shadow: 0 0 3px gray;
    font-size:20px;
    font-weight:bold;
}
.round-button:hover {
    background: #8f8f8f;
}

.DIV_CENTER {
	margin-left: auto;
	margin-right: auto;
}

.FPMI1 { background-color:rgb(156, 255, 156); }
.FPMI2 { background-color:rgb(49, 255, 0); }
.FPMI3 { background-color:rgb(49, 207, 0); }
.FPMI4 { background-color:rgb(255, 255, 0); }
.FPMI5 { background-color:rgb(255, 207, 0); }
.FPMI6 { background-color:rgb(255, 154, 0); }
.FPMI7 { background-color:rgb(255, 100, 100); }
.FPMI8 { background-color:rgb(255, 0, 0); color: rgb(255, 255, 255);}
.FPMI9 { background-color:rgb(153, 0, 0); color: rgb(255, 255, 255);}
.FPMI10 { background-color:rgb(206, 48, 255); color: rgb(255, 255, 255);}


