/* Contains all the styles for the stop 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-StopInputAutoComplete {
  padding: 0 0 0 10px;
}
/*#endregion AutoComplete */

.gh-StopInputLoading {
  background-image: url("Images/Loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 64px 32px;
  -o-background-size: 64px 32px;
  -webkit-background-size: 64px 32px;
  background-size: 64px 32px;
  height: 70px;
  margin-top: 15px;
  width: 100%;
}
