/* Contains the styles shared by suggestions. */

/* 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 */
/* Contains the common CSS styles of the text for the whole application.
   Only import this file when necessary to prevent having the duplicated styles. */

/* 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*/
.gh-SuggestionInput {
  background-color: white;
  border: 1px solid #e0deda;
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px #e0deda;
  font-family: Arial, "Segoe UI", Verdana, Sans-Serif;
  /* Override jQuery UI font-family */
  height: 50px;
  position: relative;
  text-align: left;
  width: 100%;
}
.gh-SuggestionInputAutoComplete {
  color: #333333;
  font-weight: bold;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 13px;
  height: 48px;
  margin: 0;
  width: 100%;
}
.gh-SuggestionInput.gh-SuggestionInputHighlight {
  border: 1px solid #548ee7;
}
.gh-SuggestionInput > .ui-helper-hidden-accessible {
  display: none;
}
/* Remove Chrome and Safari outline. */

input.gh-SuggestionInputAutoComplete {
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Remove tap highlight. */
  -webkit-tap-highlight-color: transparent;
}
/* Remove IE clear button. */

input.gh-SuggestionInputAutoComplete::-ms-clear {
  height: 0;
  width: 0;
}
/*#region Suggestions */

ul.ui-autocomplete.gh-Suggestions {
  background: none;
  border: 1px solid #bfb8ac;
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px #e0deda;
  font-size: 0;
  height: auto;
  left: -1px !important;
  margin: 0;
  max-height: 205px;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  top: 52px !important;
  vertical-align: top;
  -webkit-overflow-scrolling: touch;
  width: 100% !important;
  z-index: 5010;
}
ul.ui-autocomplete.gh-Suggestions li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
ul.ui-autocomplete.gh-Suggestions li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
li.ui-menu-item.gh-Suggestion {
  background-color: white;
  border-bottom: 1px solid #bfb8ac;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  cursor: hand;
  font-size: 0;
  height: 50px;
  position: relative;
  text-align: left;
}
li.ui-menu-item.gh-Suggestion a.gh-SuggestionWrapper.ui-state-focus {
  background-color: #f9f7f0;
}
.ui-menu-item a.gh-SuggestionWrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5b5a5a;
  display: inline-block;
  font-size: 12px;
  height: 49px;
  padding: 0;
  width: 100%;
}
.gh-SuggestionWrapper.ui-state-focus {
  background: inherit;
  border: 0;
  color: inherit;
  font-weight: inherit;
  margin: 0 !important;
}
.gh-SuggestionContainer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 49px;
  table-layout: fixed;
  width: 100%;
}
.gh-SuggestionHeader {
  background-color: #e0deda;
  border-bottom: 1px solid #bfb8ac;
  font-family: Arial, "Segoe UI", Verdana, Sans-Serif;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
}
/*#region SuggestionType*/

.gh-SuggestionType {
  background-image: url("Images/LandmarkSuggestion.png");
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  width: 40px;
}
.gh-SuggestionType.gh-administrative_area_level_1,
.gh-SuggestionType.gh-administrative_area_level_2,
.gh-SuggestionType.gh-administrative_area_level_3,
.gh-SuggestionType.gh-colloquial_area,
.gh-SuggestionType.gh-country,
.gh-SuggestionType.gh-floor,
.gh-SuggestionType.gh-geocode,
.gh-SuggestionType.gh-locality,
.gh-SuggestionType.gh-neighborhood,
.gh-SuggestionType.gh-political,
.gh-SuggestionType.gh-post_box,
.gh-SuggestionType.gh-postal_code,
.gh-SuggestionType.gh-postal_code_prefix,
.gh-SuggestionType.gh-postal_town,
.gh-SuggestionType.gh-premise,
.gh-SuggestionType.gh-room,
.gh-SuggestionType.gh-route,
.gh-SuggestionType.gh-street_address,
.gh-SuggestionType.gh-street_number,
.gh-SuggestionType.gh-sublocality,
.gh-SuggestionType.gh-sublocality_level_4,
.gh-SuggestionType.gh-sublocality_level_5,
.gh-SuggestionType.gh-sublocality_level_3,
.gh-SuggestionType.gh-sublocality_level_2,
.gh-SuggestionType.gh-sublocality_level_1,
.gh-SuggestionType.gh-subpremise {
  background-image: url("Images/AddressSuggestion.png");
}
.gh-SuggestionType.gh-SuggestionTypeLandmark {
  background-image: url("Images/LandmarkSuggestion.png");
}
.gh-SuggestionType.gh-SuggestionTypeStop,
.gh-SuggestionType.gh-SuggestionTypeWharf {
  background-image: url("Images/StopSuggestion.png");
}
.gh-SuggestionType.gh-SuggestionTypeStation {
  background-image: url("Images/StationSuggestion.png");
}
/*#endregion SuggestionType*/

.gh-SuggestionText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, "Segoe UI", Verdana, Sans-Serif;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 7px;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
/*#region SuggestionButton*/

.gh-SuggestionClearButton,
.gh-SuggestionCurrentLocationButton,
.gh-SuggestionRecentButton {
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  cursor: hand;
  height: 20px;
  margin: 0;
  padding: 0;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 35px;
}
.gh-SuggestionClearButton {
  background-image: url("Images/Clear.png");
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
}
.gh-SuggestionCurrentLocationButton {
  background-image: url("Images/CurrentLocation.png");
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.gh-SuggestionCurrentLocationButton.gh-LoadingCurrentLocation {
  background-image: url("Images/SmallLoading.gif");
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.gh-SuggestionRecentButton {
  background-image: url("Images/RecentIcon.png");
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
/*#endregion SuggestionButton*/

/*#endregion Suggestions */

