.mmapcontainer {
  position:relative !important;
/*  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;*/
  color: #34495e;
  background-color: #fff;
  
  /*filter: saturate(50%);
	-webkit-filter: saturate(50%);
	-moz-filter: saturate(50%);
	-o-filter: saturate(50%);
	-ms-filter: saturate(50%);*/
  
  /*filter: contrast(0.8);
	-webkit-filter: contrast(0.8);
	-moz-filter: contrast(0.8);
	-o-filter: contrast(0.8);
	-ms-filter: contrast(0.8);*/
  
  /*float:left;
  width: 800px; 
  height: 600px;  */

}

/*.mmaptoolbar {  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;  
  padding: 0px 0px; 
  background: #ccc; 
  border-bottom: 1px solid #333;
}

.mmapmap {
  position: absolute; 
  top: 41px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CCC; 
}

.mmapstatusbar {  
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;  
  padding: 0px 0px; 
  background: #ccc; 
  border-bottom: 1px solid #333;
}*/

.mmaphide {
  display:none;
}

.mmaptoolbar {  
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  right: 0;  
  height: 45px;  
  padding: 0px 0px; 
  background: #ccc; 
  border-bottom: 1px solid #333;
}

.mmapmap {
  position: absolute; 
  top: 46px;  
  bottom: 25px;
  left: 0;
  right: 0;   
  background: #CCC; 
}

.mmapmap_notoolbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #CCC;
}

.mmapmap_nostatusbar {
  position: absolute; 
  top: 46px;  
  bottom: 0px;
  left: 0;
  right: 0;   
  background: #CCC; 
}

.mmapmap_noall {
  position: absolute; 
  top: 0px;  
  bottom: 0px;
  left: 0;
  right: 0;   
  background: #CCC; 
}

.mmapstatusbar {  
  position: absolute;
  height: 24px;
  bottom: 0;
  left: 0;
  right: 0;      
  display:block;
  padding: 0px 0px; 
  background: rgba(0,0,0,0.2); 
  border-top: 1px solid #333;
}

.mmapControlMousePos {
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;  
  /* font-size: smaller;*/
  font-weight: bold;
  width: 17em;
  border: 1px solid #333;
}

.mmapControlMode {
  left:18em;
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  /* font-size: smaller;*/
  font-weight: bold;
  width: 17em;
  border: 1px solid #333;
}

.mmapControlScale {
  left:36em;
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  /* font-size: smaller; */
  font-weight: bold;
  width: 6em;
  border: 1px solid #333;
}

.mmapControlNavToolBar {
  margin: 0px 0px 0 0;
}
.mmapControlNavToolBar {
  float: left;
  background: rgba(0,0,0,0.6);
}
.mmapControlNavToolBar div {
  margin: 0 0 0px 0px;
  width: 45px;
  height: 45px;
  cursor: pointer;    
}
.mmapControlNavToolBar div {
  float: left;
}

.mmapControlNavToolBarOnMap {
  margin: 0px 0px 0 0;
  width: 45px;
}
.mmapControlNavToolBarOnMap {
  background: rgba(0,0,0,0.6);
}
.mmapControlNavToolBarOnMap div {
  margin: 0 0 0px 0px;
  width: 45px;
  height: 45px;
  cursor: pointer;    
}
.mmapControlNavToolBarOnMap div {
  float: top;
}
.mmapControlNavToolBarOnMap {
  top: 60px;
  right: 0;    
}

.mmapControlEditToolBar {
  margin: 0px 0px 0 0;
}
.mmapControlEditToolBar {  
  left: 365px;
  float: left;
  background: rgba(0,0,0,0.6);
}
.mmapControlEditToolBar div {
  margin: 0 0 0px 0px;
  width: 45px;
  height: 45px;
  cursor: pointer;  
}
.mmapControlEditToolBar div {
  float: left;
}  

.mmapControlEditToolBarOnMap {
  margin: 0px 0px 0 0;
  width: 45px;
}
.mmapControlEditToolBarOnMap {
  background: rgba(0,0,0,0.6);
}
.mmapControlEditToolBarOnMap div {
  margin: 0 0 0px 0px;
  width: 45px;
  height: 45px;
  cursor: pointer;  
}
.mmapControlEditToolBarOnMap div {
  float: top;
}
.mmapControlEditToolBarOnMap {  
  top: 435px;
  right: 0;
}

.mmapControlModifyFeature {
  border-left: 1px solid #333;
}
.mmapControlModifyFeatureItemActive{
  background-color:#9DD384;
  background-image: url("../img/mmap/edit_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlModifyFeatureItemActive:hover {
  background-color:#83AF6E;
  background-image: url("../img/mmap/edit_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlModifyFeatureItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#83AF6E;
  background-image: url("../img/mmap/edit_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlModifyFeatureItemInactive{
  background-image: url("../img/mmap/edit_off.png");
  background-repeat: no-repeat;
  background-position: center;    
}
.mmapControlModifyFeatureItemInactive:hover {
  background-image: url("../img/mmap/edit_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color:#000;  
}
.mmapControlModifyFeatureItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/edit_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlDrawFeaturePoint {

}
.mmapControlDrawFeaturePointItemActive{
  background-color:#9DD384;
  background-image: url("../img/mmap/point_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePointItemActive:hover {
  background-color:#83AF6E;
  background-image: url("../img/mmap/point_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlDrawFeaturePointItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#83AF6E;
  background-image: url("../img/mmap/point_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePointItemInactive{
  background-image: url("../img/mmap/point_off.png");
  background-repeat: no-repeat;
  background-position: center;    
}
.mmapControlDrawFeaturePointItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/point_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlDrawFeaturePointItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/point_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlDrawFeaturePath {

}
.mmapControlDrawFeaturePathItemActive{
  background-color:#9DD384;
  background-image: url("../img/mmap/linestring_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePathItemActive:hover {
  background-color:#83AF6E;
  background-image: url("../img/mmap/linestring_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlDrawFeaturePathItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#83AF6E;
  background-image: url("../img/mmap/linestring_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePathItemInactive{
  background-image: url("../img/mmap/linestring_off.png");
  background-repeat: no-repeat;
  background-position: center;    
}
.mmapControlDrawFeaturePathItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/linestring_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlDrawFeaturePathItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/linestring_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlDrawFeaturePolygon {

}
.mmapControlDrawFeaturePolygonItemActive{
  background-color:#9DD384;
  background-image: url("../img/mmap/polygon_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePolygonItemActive:hover {
  background-color:#83AF6E;
  background-image: url("../img/mmap/polygon_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlDrawFeaturePolygonItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#83AF6E;
  background-image: url("../img/mmap/polygon_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePolygonItemInactive{
  background-image: url("../img/mmap/polygon_off.png");
  background-repeat: no-repeat;
  background-position: center;    
}
.mmapControlDrawFeaturePolygonItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/polygon_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlDrawFeaturePolygonItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/polygon_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}


.mmapControlZoomToMaxExtent{

}
.mmapControlZoomToMaxExtentItemActive{
  background-image: url("../img/mmap/world_zoom_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomToMaxExtentItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/world_zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlZoomToMaxExtentItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/world_zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomToMaxExtentItemInactive{
  background-image: url("../img/mmap/world_zoom_on.png");
  background-repeat: no-repeat;
  background-position: center;    
}
.mmapControlZoomToMaxExtentItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/world_zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlZoomToMaxExtentItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/world_zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlNavigation {

}
.mmapControlNavigationItemActive {
  background-color:#9DD384;
  background-image: url("../img/mmap/move_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationItemActive:hover {
  background-color:#83AF6E;
  background-image: url("../img/mmap/move_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlNavigationItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#83AF6E;
  background-image: url("../img/mmap/move_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationItemInactive {
  background-image: url("../img/mmap/move_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/move_on.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlNavigationItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/move_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlZoomBox {

}
.mmapControlZoomBoxItemActive {
  background-color:#9DD384;
  background-image: url("../img/mmap/zoom_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomBoxItemActive:hover {
  background-color:#83AF6E;
  background-image: url("../img/mmap/zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlZoomBoxItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#83AF6E;
  background-image: url("../img/mmap/zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomBoxItemInactive {
  background-image: url("../img/mmap/zoom_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomBoxItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_on.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlZoomBoxItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlZoomIn{

}
.mmapControlZoomInItemActive {
  background-image: url("../img/mmap/zoom_in_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomInItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_in_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlZoomInItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_in_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomInItemInactive {
  background-image: url("../img/mmap/zoom_in_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomInItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_in_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlZoomInItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_in_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlZoomOut{

}
.mmapControlZoomOutItemActive{  
  background-image: url("../img/mmap/zoom_out_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomOutItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_out_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlZoomOutItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_out_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomOutItemInactive{
  background-image: url("../img/mmap/zoom_out_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomOutItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_out_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlZoomOutItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_out_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlNavigationHistory {

}
.mmapControlNavigationHistoryPreviousItemActive {
  background-image: url("../img/mmap/zoom_prev_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryPreviousItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_prev_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlNavigationHistoryPreviousItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_prev_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryPreviousItemInactive {
  background-image: url("../img/mmap/zoom_prev_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryPreviousItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_prev_off.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlNavigationHistoryPreviousItemInactive:active{
  background-color:#000;
  background-image: url("../img/mmap/zoom_prev_off.png");
  background-repeat: no-repeat;
  background-position: center;
}


.mmapControlNavigationHistoryNextItemActive {
  background-image: url("../img/mmap/zoom_next_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryNextItemActive:hover {
  background-image: url("../img/mmap/zoom_next_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color:#000;  
}
.mmapControlNavigationHistoryNextItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_next_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryNextItemInactive {
  background-image: url("../img/mmap/zoom_next_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryNextItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_next_off.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlNavigationHistoryNextItemInactive:active{
  background-color:#000;
  background-image: url("../img/mmap/zoom_next_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistory div
{
  float: left;
}

.mmapControlLayerSwitcher {

}
.mmapControlLayerSwitcherItemActive {
  background-color:#9DD384;
  background-image: url("../img/mmap/layers_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlLayerSwitcherItemActive:hover {
  background-color:#9DD384;
  background-image: url("../img/mmap/layers_hot.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlLayerSwitcherItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#9DD384;
  background-image: url("../img/mmap/layers_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlLayerSwitcherItemInactive {
  background-image: url("../img/mmap/layers_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlLayerSwitcherItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/layers_on.png");
  background-repeat: no-repeat;
  background-position: center;  
}
.mmapControlLayerSwitcherItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/layers_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.olControlLayerSwitcher .maximizeDiv:hover,
.olControlLayerSwitcher .minimizeDiv:hover {   
  -ms-transform: scale(1.1,1.1); /* IE 9 */
  -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  transform: scale(1.1,1.1);
}

.mmapPopupXY {  
  font-size: medium;
  overflow: auto;  
}

.mmapPopupLength {
  padding: 0px;
  overflow: auto;  
  font-size: medium;
}

.mmapPopupArea {
  padding: 0px;
  overflow: auto;  
  font-size: medium;
}

.mmapPopupHeader {
  padding: 0px;
  overflow: auto;
  font-size: medium;
  font-weight: bold;
}

.mmapPopupContent {
  padding: 0px;
  overflow: auto;
  font-size: medium;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv .labelSpan {
  font-size: medium;
  font-weight: normal;
  line-height: 1.0;
  padding:0;
  padding-left: 3px;
  margin:0;
}

.olControlLayerSwitcher .layersDiv .dataLayersDiv .labelSpan {
  font-size: medium;
  font-weight: normal;
  line-height: 1.0;
  padding:0;
  padding-left: 3px;
  margin:0;
}

.olPopupCloseBox {
  font-size: 1px;
  padding: 0px;
  margin: 0px;
  background: url("../img/close.png") no-repeat;
  cursor: pointer;
}

.olPopupCloseBox:hover {
  background: url("../img/close_hot.png") no-repeat;
}

.olPopup {
  overflow:inherit;
}

.olPopup *
{
  margin: 0px;
  padding:0px;
  font-size: 0.8rem;
}

.olPopup .olPopupContent
{
  min-width:230px;
  background-color: #ffffff !important;
  padding: 1px !important;
  margin: 0px !important;	
}

.olPopup .olPopupContent table
{
  border-collapse:collapse;
  overflow: auto;
  padding: 0px;
}

.olPopupContent table td
{
  padding: 4px;
  border: 1px solid #cccccc;
}

/*.olControlFeaturePopups_hover {
  padding:1px;
  margin:0;    
}*/

