/* Osm nominatim styles */

#nomt_mapid{
  height: 300px;
  background: gray"
}


#nomt_mapid{
  height: 300px;
  background: gray"
}

#nom-check{
  display: block;
  background: transparent;
  color:#444;
}
#nom-check:disabled{
  color:#777;
}

#nom-search {
    background: #2271b1;
    color: #fff;
    margin-right: 1rem;
}
#nom-search:disabled {
    background: #777;
}

#nom-reverse {
    border: 1px solid #2271b1;
    color: #2271b1;
    background: transparent;
}
#nom-reverse:disabled {
    border: 1px solid #777;
    color: #777;
}


#osm-nominatim-nb-text{
  background: aad3df;
  border: 1px solid #777;
  padding: 5px;
  margin: 5px;
}

#nomt_mapnanobar{
  height: 15px;
}

input.nominatim-in {
  background: #def6ff;
}

input.nominatim-out {
  background: #cbf4cb;
}
