/* DIALOG */

/*
 
.md_DialogHeader{
    background-color:yellow;
  font:16px verdana;
  display: flex;
        align-items: center;
        justify-content: space-between;
		position:relative;
		height:32px;
}
.md_DialogContent{
		position:relative;
		overflow:auto;
		margin-top: 40px;
top:40px;
  background-color:cyan;
  font:16px verdana;
  clear:both;
}
.md_DialogTitle{
  background-color:red;
  font:16px verdana;
  float:left;
}
*/
.md_DialogCloseButton{
     width: 26px;
     font-size: 20px;
     font-family: tahoma;
     margin-top: -5px;
     margin-right: -5px;
     position:sticky;
     top:0;
	 color:yellow;
	 background-color:red;
	 cursor:pointer;
   border-radius: 8px;
   border: 1px solid black;
   text-align:center;
   box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4); /*5px 10px #888888;*/
	 float:right; 
}

.md_DialogCloseButtonClear{
	clear:both;
}

.md_Dialog{
  background-color:#fcfcfc;
  color: black;
  font:12px verdana;
   box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4); /*5px 10px #888888;*/
   border-radius: 8px;
   border: none;
   overflow:auto;
   max-width:90%;
   max-height:90%;

}





/**********/




.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera less than 7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}  
  .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  .nonModal_underlay {
    display:none
}



.mapOverlay{
		background:transparent;
	      padding:0;
      margin:0;
	  position:absolute;
	  pointer-events:none;
	  /*
	  left:0px;
	  top:0px;
	  right:0px;
	  bottom:0px;
	  position:absolute;
	  width:100%;
	  height:l00%;
	  */
	  height:100%;
	  width:100%;
	  z-index:20000;
	  
	  overflow:hidden;
	
}

   html, body{
        padding: 0;
        margin: 0;
        height: 100%;
        width: 100%;
		overflow:hidden;
    }

#map{
        padding: 0;
        margin: 0;
        height: 100%;
        width: 100%;
			  position:absolute;
			  overflow:hidden;

    }