/* Contains all the styles for the stop filter input. */

/* Contains the common CSS constants for the whole application. */
/*#region Common colors*/
/*#endregion Common colors*/
/*#region Shadow colors*/
/*#endregion Shadow colors*/
/*#region Text*/
/* Dark color for text in the application */
/*#endregion Text*/
/*#region Content constants*/
/*#endregion*/
/*#region Z-indexes*/
/* Has to be higher than map canvas. */
/* Has to be higher than expanded map place holder. */
/* Has to be higher than expand map button. */
/* The layouts z indexes are for internal purposes only.
                                They are not for styling. */
/*#endregion Z-indexes*/
/*#region Global time picker constants*/
/*#endregion Global time picker constants*/
/* Contains mixins for the application. Mixins are methods that simplify the reuse of a block of CSS
   code with parameters. */
/* The cursor is shown as a pointer over the element */
/*#region AutoComplete */

.gh-SuggestionInputAutoComplete.gh-StopFilterInputAutoComplete {
  padding: 0 0 0 10px;
}
/*#endregion AutoComplete */

/*#region Suggestions */

.gh-SuggestionType.gh-SuggestionTypeRouteDirection.gh-ServiceModeBus {
  background-image: url("../Shared/Images/Bus.png");
}
.gh-SuggestionType.gh-SuggestionTypeRouteDirection.gh-ServiceModeMetro {
  background-image: url("../Shared/Images/Metro.png");
}
.gh-SuggestionType.gh-SuggestionTypeRouteDirection.gh-ServiceModeTrain {
  background-image: url("../Shared/Images/Train.png");
}
.gh-SuggestionType.gh-SuggestionTypeRouteDirection.gh-ServiceModeTramway {
  background-image: url("../Shared/Images/Tramway.png");
}
.gh-StopFilterInput .gh-SuggestionText .gh-LocationSuggestion,
.gh-StopFilterInput .gh-SuggestionText .gh-StopSuggestion {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*#endregion Suggestions */

.gh-StopFilterInputRecentSuggestionsButton {
  height: 20px;
  width: 35px;
}
