/* Contains the CSS styles for the time picker. */

/* 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 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-TimeDropDownList {
  color: #5b5a5a;
  font-family: Arial, "Segoe UI", Verdana, Sans-Serif;
  font-size: 12px;
}
.gh-TimeDropDownList.gh-DesignatorsDropDownList {
  margin-left: 5px;
}
.gh-TimePicker {
  display: inline-block;
  height: 40px;
  text-align: center;
  width: 100%;
}
.gh-TimePickerHourMinuteSeparator {
  display: inline-block;
  text-align: center;
  width: 15px;
}
