/* Contains the common CSS styles for the 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*/
/* 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 */
/* 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*/
/* The viewport meta tag doesn't work on the Surface. */

@-ms-viewport {
  width: device-width;
}
html {
  border: 0px;
  margin: 0px;
  padding: 0px;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  color: #5b5a5a;
  font-family: Arial, "Segoe UI", Verdana, Sans-Serif;
  font-size: 12px;
  border: 0px;
  margin: 0px;
  min-width: 300px;
  /*Application minimal width*/
  padding: 0px;
}
textarea {
  resize: none;
  /*Not supported in IE but IE doesn't allow to resize textareas.*/

}
.ApplicationLeftPane {
  font-size: 12px;
  vertical-align: top;
}
.ApplicationRightPane {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
/*#region Results*/

.ResultsHeader {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 12px;
  padding-bottom: 10px;
  width: 100%;
}
.ReturnToOptionsButton {
  background-color: #57b70a;
  border-radius: 3px;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  float: left;
  padding: 7px 0;
  -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: 200px;
}
.ReturnToOptionsIcon {
  background-image: url("Images/ArrowClose.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: table-cell;
  height: 16px;
  padding: 0 5px;
  width: 16px;
}
.ReturnToOptionsText {
  display: table-cell;
  font-weight: bold;
  vertical-align: top;
}
.ResultsDate {
  color: #5b5a5a;
  display: inline-block;
  float: right;
  font-size: 16px;
  margin-top: 7px;
}
/*#endregion Results*/

/*#region Buttons*/

.ActionButton {
  background-color: #2972e1;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  -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;
}
.PrintButton {
  padding: 7px;
}
.PrintButton.ImagePrintButton {
  background-image: url("Images/Print.png");
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  width: 20px;
}
.PrintButton.TextPrintButton {
  min-width: 50px;
}
/*#endregion Buttons*/

.Link {
  border-bottom: solid 1px #bfb8ac;
  color: #2972e1;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  font-size: 12px;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
button:focus,
[tabindex='0']:focus {
  outline: #548ee7 solid 1px;
}
@media screen and (max-width: 800px) {
  .ApplicationLeftPane {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ApplicationRightPane {
    display: block;
  }
  .ResultsFooter {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 10px;
    text-align: right;
    width: 100%;
  }
  .ScrollTopButton {
    background-image: url("Images/ScrollTop.png");
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    height: 32px;
    width: 32px;
  }
  #PagePopupPartialView .ResultsFooter {
    display: none;
  }
  #PagePopupPartialView .ViewSelectedTripInMapLink {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .ApplicationContentTable {
    display: table;
    width: 100%;
  }
  .ApplicationContentTableRow {
    display: table-row;
    width: 100%;
  }
  .ApplicationLeftPane {
    display: table-cell;
    width: 275px;
  }
  .ApplicationRightPane {
    display: table-cell;
    width: auto;
  }
  .ResultsFooter {
    display: none;
  }
  .ViewSelectedTripInMapLink {
    display: none;
  }
}
