html{height:100%;}
body{height:100%;}

#map{height:100%; width:100%;}

#attributes {
    position:absolute;
    top: 80px;
    right:20px;
    width: 34%;
    z-index: 1000;
}
.drag-intersection-img, .drag-lane-img {
    width: 75px;
    height: 75px;
}
.dragged-img {
    width: 50px;
    height: 50px;
}
#hidden-drag {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
#customZoom {
    position:absolute;
    bottom:10px;
    right:10px;
    z-index: 1110;
}
#tileAge {
    position:absolute;
    top:55px;
    left:10px;
    z-index: 1110;
    color: yellow;
    background: rgba(0,0,0,.5)
}
#zoomLevel {
    position:absolute;
    top:78px;
    left:10px;
    z-index: 1110;
    color: yellow;
    background: rgba(0,0,0,.5)
}
#measure {
    position:absolute;
    top:55px;
    right:10px;
    z-index: 1110;
    color: yellow;
    background: rgba(0,0,0,.5)
}

textarea {
    resize: vertical;
}
.row {
	margin-bottom: 6px;
	display : flex;
 	align-items : center;
}
.col-sm-4 .col-sm-8 {
    vertical-align: middle;
    float: none;
}
.fa {
	cursor: pointer;
}

p.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
p.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.parsley-errors-list{
  border-left: 2px solid red;
  padding-left: 2px;
}
.parsley-errors-list li{
  list-style-type: none;
  padding-top: 2px;
}

.olControlLayerSwitcher .layersDiv {
    background-color: rgba(255, 255, 255, 0.9) !important;
    padding: 5px 10px;
    border-radius: 15px 0 0 15px !important;
    color: black;
    margin-right: -12px;
}
.olControlLayerSwitcher .layersDiv .labelSpan{
    margin-left: 10px;
}
#OpenLayers_Control_LayerSwitcher_3{
    top: 10%;
    right: 12px
}

.pac-container {
    z-index: 10000;
}

.openlayers-map img{ margin: 0px }



