/* 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 */
#TravelPlanEmailPopupContent {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
#TravelPlanEmailPopupRecipientsLabel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 10px;
  width: 30px;
}
#TravelPlanEmailPopupRecipientsInput {
  border: 1px solid #e0deda;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 4px 1px #e0deda;
  display: inline-block;
  font-family: Arial, "Segoe UI", Verdana, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  padding: 0 5px;
  width: -moz-calc(((100%) - (30px)));
  width: -webkit-calc(((100%) - (30px)));
  width: -o-calc(((100%) - (30px)));
  width: calc(((100%) - (30px)));
}
#TravelPlanEmailPopupRecipientsExplanation {
  font-style: italic;
  margin-left: 32px;
  margin-top: 10px;
}
#TravelPlanEmailPopupComments {
  margin-top: 25px;
}
#TravelPlanEmailPopupCommentsInput {
  border: 1px solid #e0deda;
  border-radius: 3px;
  box-shadow: 0 1px 4px 1px #e0deda;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
  display: inline-block;
  font-family: Arial, "Segoe UI", Verdana, Sans-Serif;
  font-size: 13px;
  font-weight: bold;
  height: 125px;
  margin-top: 5px;
  padding: 5px;
  width: 100%;
}
#TravelPlanEmailPopupActions {
  margin-top: 15px;
  -o-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: right;
}
#TravelPlanEmailPopupSendButton {
  font-weight: bold;
  min-width: 50px;
  padding: 7px;
}
#TravelPlanEmailPopupMessage {
  background-color: #cfccc5;
  color: #5b5a5a;
  font-family: Arial, "Segoe UI", Verdana, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 16px 10px;
  text-align: left;
}
