/* Contains all the styles for the next passing times options. */

/* 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-StopTimetableStopFilterInputLabel {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
#gh-StopTimetableStopInputLabel {
  display: inline-block;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}
#gh-StopTimetableForDateLabel {
  display: inline-block;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
#gh-StopTimetableStopInput {
  margin-top: 5px;
}
/*#region StopInputFilter*/

#gh-StopTimetableStopFilterInput {
  width: 100%;
}
/*#endregion StopInputFilter*/

/*#region StopInput*/

#gh-StopTimetableStopInput {
  width: 100%;
}
/*#endregion StopInput*/

/*#region Accessible*/

#gh-StopTimetableAccessibleSection {
  display: table;
  margin-top: 10px;
}
#gh-StopTimetableAccessibleCheckbox {
  display: table-cell;
  margin-right: 7px;
}
#gh-StopTimetableAccessibleIcon {
  background-image: url("../Shared/Images/AccessibleIcon.png");
  background-repeat: no-repeat;
  display: table-cell;
  height: 19px;
  width: 15px;
}
#gh-StopTimetableAccessibleText {
  color: #2972e1;
  display: table-cell;
  font-weight: bold;
  padding-left: 4px;
}
/*#endregion Accessible*/

