/* 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 */
#StopTimetableResults {
  font-size: 0;
}
#PagePopupPartialView #StopTimetableResults .ResultsHeader {
  margin-top: 15px;
}
#PagePopupPartialView #StopTimetableResults .ResultsDate {
  margin-top: 0;
  margin-right: 15px;
}
#StopTimetableResultsContent {
  font-size: 12px;
}
#PagePopupPartialView #StopTimetableContent {
  margin: 0 15px;
}
#StopTimetableTitle {
  background-color: #edeae3;
  border-bottom: 1px solid #e0deda;
  font-size: 16px;
  padding: 10px;
}
.StopTimetableStopDescription {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.StopTimetableStopNote {
  display: table-cell;
  font-size: 12px;
  vertical-align: middle;
  width: 28px;
}
/* Site-spec : Cancelled trips legend. */

#StopTimetableContent .CancelledTripLegendFooter {
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
}
/*#region Route Directions */

#StopTimetableContent .RouteDescription {
  width: 100%;
}
#StopTimetableContent .RouteDirectionNote {
  display: inline-block;
}
#StopTimetableContent .RouteTitle {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*#endregion Route Directions */

.StopTimetableRouteDirectionNoteAndLink {
  display: inline-block;
  padding-top: 5px;
  text-align: right;
  width: 100%;
}
.StopTimetableRouteDirectionNoteAndLink .ViewSelectedTripInMapLink {
  margin: 0px 5px 10px 0px;
}
#StopTimetableResults.StopTimetableSingleRouteDirectionResults .StopTimetablePeriods {
  margin-top: 15px;
}
.StopTimetableRouteDirectionNote {
  vertical-align: top;
  width: 28px;
}
.StopTimetableRouteDirectionNoteAndLink .StopTimetableRouteDirectionNote {
  display: inline-block;
  margin-top: -5px;
}
/*#region Multiple route directions result*/

#LoadingTimetable {
  background-image: url("../Shared/Images/Loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 100%;
}
#StopTimetableResultsLeftPanel {
  background-color: #edeae3;
  display: table-cell;
  font-size: 0;
  height: 100%;
  vertical-align: top;
  width: 330px;
}
.StopTimetableRouteDirection {
  font-size: 12px;
}
/*#endregion Multiple route directions result*/

.StopTimetableLegend {
  display: inline-block;
  margin-top: 5px;
  text-align: right;
  vertical-align: middle;
  width: 100%;
}
.StopTimetableActions {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: right;
  -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: 100%;
}
.StopTimetableHideRealTimeButton {
  font-weight: bold;
  padding: 7px;
}
.StopTimetablePrintButton {
  margin-right: 3px;
}
.StopTimetableRouteTimetableLink {
  margin: 0px 5px 10px 0px;
}
.StopTimetableSingleRouteDirectionResults .ErrorBox {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #StopTimetableResults .ApplicationRightPane {
    display: none;
  }
  .StopTimetablePrintButton {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  #StopTimetableResults .ApplicationLeftPane {
    width: 400px;
  }
  #LoadingTimetable {
    width: 400px;
  }
  #StopTimetable {
    display: table-cell;
    vertical-align: top;
    width: 400px;
  }
}
