html, body {
	height: 100%;
	margin: 0;
}

.constnum { background-color: black;
							color: white
}

#tblPlan { overflow-y: scroll; }
#tblConstWards { overflow-y: scroll; }
#divPlan { overflow: auto}
#divWards { overflow: auto }
#saveForm { display : none; }
#map { width: 100%; }

#spinner { position: absolute;
					top: 200px;
					width: 100%;
					text-align: center;
					z-index: 1050 !important
					}
#newOpen { position: absolute;
			top: 100px;
			width: 90% ;
			height: 55%;
			outline: 2px dashed #b9b9b9;
			outline-offset: -10px;
			text-align: center;
			margin-left: 3%;
			z-index: 1000 !important;
			overflow: auto
		 }

 #fileError { position: absolute;
			top: 200px;
			width: 60%;
			text-align: center;
			margin-left: 20%;
			z-index: 1002 !important
			}
			
.info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255,255,255,0.8); box-shadow: 0 0 15px rgba(0,0,0,0.2); border-radius: 5px; }
.info h4 { margin: 0 0 5px; color: #777; }

.leaflet-control-layers-list { text-align: left }

.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    display: block;
}

.is-dragover {
  background-color: white;
}

.leaflet-editing-icon { width: 12px !important; height: 12px !important; }

.leaflet-draw-toolbar a {
  background-image: url('../images/cspritesheet.png');
	 background-image:linear-gradient(transparent,transparent),url('../images/zspritesheet.svg');
	 background-repeat: no-repeat;
  color: transparent !important;
  background-size:270px 30px;
		background-clip:padding-box
}

.leaflet-retina .leaflet-draw-toolbar a {
		background-image:url('../images/cspritesheet-2x.png');
		background-image:linear-gradient(transparent,transparent),url('../images/zspritesheet.svg')
	}
