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

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

/*#region StopInput*/

#gh-NextPassingTimesStopInput {
  margin-top: 5px;
  width: 100%;
}
/*#endregion StopInput*/

/*#region Accessible*/

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

