/* 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 */
.MapPlaceHolder {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#ExpandedMapPlaceHolder {
  background-color: #f9f7f0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000;
}
#map-canvas {
  height: 100%;
  min-height: 250px;
  width: 100%;
  z-index: 90;
}
#ExpandedMapPlaceHolder #map-canvas {
  margin-top: 0;
}
.ExpandMapButton,
.ReduceMapButton {
  height: 35px;
  margin-left: 15px;
  margin-top: 15px;
  position: relative;
  width: 35px;
}
.ExpandMapButton {
  background-image: url("Images/ExpandMap.png");
  z-index: 5000;
}
.ReduceMapButton {
  background-image: url("Images/ReduceMap.png");
  left: 25px;
  top: 25px;
  z-index: 10001;
}
/*#region Itinerary label overlay*/

.ItineraryLabelOverlayContent {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 2px;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.ItineraryLabelOverlayImage {
  height: 16px;
  left: 0;
  padding: 3px;
  position: absolute;
  top: 0;
  width: 16px;
}
.ItineraryLabelOverlayLabel {
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 18px;
  text-align: center;
  vertical-align: top;
}
/*#endregion Itinerary label overlay*/

/*#region Itinerary label overlay*/

.VehicleOverlayContent {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
  height: 22px;
  width: 22px;
  cursor: pointer;
  cursor: hand;
}
.VehicleOverlayImage {
  height: 22px;
  width: 22px;
  display: block;
}
.VehicleOverlayContent.SelectedVehicleOverlayContent {
  box-shadow: 0px 0px 6px;
  border-style: solid;
  border-width: 2px;
  height: 26px;
  width: 26px;
}
.VehicleOverlayContent.SelectedVehicleOverlayContent .VehicleOverlayImage {
  height: 26px;
  width: 26px;
  display: block;
}
/*#endregion Itinerary label overlay*/

.VehicleOverlayInfoBox {
  overflow: hidden;
  white-space: nowrap;
}
.VehicleOverlayInfoBoxTitle {
  font-weight: bold;
}
.MenuInfoBoxAction,
.LandmarkInfoBoxAction,
.StopInfoBoxAction {
  cursor: pointer;
  cursor: hand;
  margin-bottom: 10px;
  text-decoration: underline;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.MenuInfoBoxActions {
  overflow: hidden;
  white-space: nowrap;
}
.LandmarkInfoBox,
.StopInfoBox {
  max-width: 300px;
  min-width: 253px;
  overflow: hidden;
  white-space: nowrap;
}
.LandmarkInfoBoxHeader,
.StopInfoBoxHeader {
  background-color: #edeae3;
  border-bottom: 1px solid #e0deda;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  min-width: 253px;
  padding-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  white-space: normal;
  width: 100%;
}
.TravelPlanStopInfoBox .StopInfoBoxHeader {
  background-image: url("../Home/Images/IconTravelPlans.png");
  background-position: 3px center;
  background-repeat: no-repeat;
  -moz-background-size: 16px 16px;
  -o-background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  padding-left: 20px;
}
.LandmarkInfoBoxActions,
.StopInfoBoxActions {
  border-top: 1px solid #e0deda;
  margin-bottom: 10px;
  margin-left: 3px;
  padding-top: 5px;
}
.StopInfoBoxRouteDirections {
  max-height: 108px;
  overflow-y: auto;
  padding-bottom: 5px;
  padding-top: 5px;
}
.StopInfoBoxRouteDirections.LoadingStopInfoBoxRouteDirections {
  background-image: url("../Shared/Images/Loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 64px 32px;
  -o-background-size: 64px 32px;
  -webkit-background-size: 64px 32px;
  background-size: 64px 32px;
  height: 108px;
  text-align: center;
  width: 100%;
}
.StopInfoBoxRouteDirections .RouteServiceModeImage {
  top: 7px;
}
.StopInfoBoxRouteDirections .RoutePublicIdentifier {
  padding-top: 7px;
}
.StopInfoBoxRouteDirections .RouteServiceModeAndIdentifier {
  height: 31px;
}
.StopInfoBoxRouteDirections .RouteTitle {
  font-weight: bold;
}
.StopInfoBoxRouteDirections .RouteDescriptionText {
  font-size: 12px;
  white-space: normal;
}
.StopInfoBoxRouteDirections .RouteDescriptionDirection {
  font-size: 10px;
  white-space: normal;
}
.StopInfoBoxRouteDirections .RouteScheduleLinkWrapper {
  border-bottom: 1px solid #e0deda;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: right;
}
.StopInfoBoxRouteDirections .RouteScheduleLinkWrapper:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.StopInfoBoxRouteDirections .RouteScheduleLink {
  font-size: 10px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .MapPlaceHolder {
    padding-top: 30px;
    position: relative;
  }
}
@media screen and (min-width: 801px) {
  .MapPlaceHolder {
    padding-left: 30px;
  }
}
/* Sticky is not supported natively on Android and doesn't work with our
   current structure on Safari.
   Therefore we use sticky on large devices only. (desktops) */

@media screen and (min-width: 801px) and (max-width: 1400px) {
  .MapPlaceHolder {
    position: relative;
  }
}
@media screen and (min-width: 1401px) {
  .MapPlaceHolder {
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}
