/**
 * The MIT License (MIT)
 *
 * Copyright (c) Camptocamp SA
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of
 * this software and associated documentation files (the "Software"), to deal in
 * the Software without restriction, including without limitation the rights to
 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
 * the Software, and to permit persons to whom the Software is furnished to do so,
 * subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
 * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
 * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */

.ngeo-routing-error {
  color: darkred;
}

.ngeo-routing-start .fa-location-pin {
  color: #6be62e;
  text-shadow:
    -1px 0 #4cb01e,
    0 1px #4cb01e,
    1px 0 #4cb01e,
    0 -1px #4cb01e;
}

.ngeo-routing-destination .fa-location-pin {
  color: #ff3e13;
  text-shadow:
    -1px 0 #cd3412,
    0 1px #cd3412,
    1px 0 #cd3412,
    0 -1px #cd3412;
}

.ngeo-routing-vias .fa-location-pin {
  color: #767676;
  text-shadow:
    -1px 0 #000000,
    0 1px #000000,
    1px 0 #000000,
    0 -1px #000000;
}

/**
 * Typeahead
 */
.tt-menu {
  background-color: #fff;
  border: 1px solid #ccc;
}

.tt-suggestion.tt-is-under-cursor,
.tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.ngeo-nominatim-input .twitter-typeahead {
  width: 100%;
  background: #fff;
}

.ngeo-routing-vias .form-inline .input-group .form-control {
  width: 185px;
}
