html{height:100%;}
body{height:100%;}

#map{height:100%; width:100%;}

/*#controls {
    position:absolute;
    bottom:0px;
    right:20px;
    z-index: 1110;
}*/

#attributes{
    position:absolute;
    top: 80px;
    right:20px;
    width: 30%;
    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:75px;
    left:10px;
    z-index: 1110;
    color: yellow;
    background: rgba(0,0,0,.5)
}
#zoomLevel {
    position:absolute;
    top:98px;
    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;
}

#map-type{
    position: absolute;
    z-index: 1110;
    padding-top: 4px;
    left: 8px;
    color:  yellow;
}

.scrollable-menu {
    height: auto;
    max-height: 150px;
    overflow-x: hidden;
}

.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;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 29px;
    padding: 6px 12px;
    margin-bottom: 0;
    vertical-align: middle;

}

.styled-select {
    height: 29px;
    overflow: hidden;
    width: 100%;

    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    color: #000;

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#speedForm_add a{
    cursor: pointer;
    text-decoration: none;
}

.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 }


