﻿.cssEventLink {
  color: blue;
  text-decoration: none;
}
.cssEventLink:hover {
  text-decoration: underline;
}
.cssTermin {
  background: #ffcc66 none repeat scroll 0 0;
  border-color: #cc6600 -moz-use-text-color #cc6600;
  border-style: solid none;
  border-width: 1px 0;
}
.cssBookedTermin {
  background: greenyellow none repeat scroll 0 0;
  border-color: darkgreen -moz-use-text-color #cc6600;
  border-style: solid none;
  border-width: 1px 0;
}
.cssSelectedDay {
  background: lightblue !important;
  color: white !important;
  border-color: darkblue !important;
}
.cssLegendeAngebote {
  background: #ffcc66;
  width: 16px;
}
.cssLegendeSelectedDay {
  margin-left: 20px;
  background: lightblue;
  width: 16px;
}
.cssLegendeMeineAngebote {
  margin-left: 20px;
  background: greenyellow;
  width: 16px;
}
.cssDisabled {
  pointer-events: none;
  cursor: default;
}
.cssTerminGebucht {
  background: #33ff33 none repeat scroll 0 0;
  border-color: #006600 -moz-use-text-color #006600;
  border-style: solid none;
  border-width: 1px 0;
}
.cssTime {
  width: 110px;
  vertical-align: top;
  white-space: nowrap;
}
.cssTimeMulti {
  vertical-align: top;
  white-space: nowrap;
}
.cssNr {
  width: 30px;
  text-align: left;
  vertical-align: top;
  padding-right: 5px;
}
.cssTitel {
  vertical-align: top;
  overflow: hidden;
}
.cssKosten {
  text-align: right;
  vertical-align: top;
  font-weight: normal;
  font-size: 1rem;
  font-family: 'Segoe UI', Arial, Verdana;
}
.cssOrt {
  width: 200px;
}
.cssAction {
  vertical-align: top;
  text-align: right;
  padding-left: 5px;
  width: 50px;
}
.cssDetailsBorder2 {
  border-bottom: 1px solid #cccccc;
  padding: 5px 5px 5px 5px;
}
.cssDetailsBorder2Bottom {
  padding: 5px 5px 5px 5px;
}
.cssDetailsBorder {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px 5px 5px 5px;
}
.cssDetailRow {
  background-color: transparent;
  line-height: 150%;
}
.cssDetailAlternatingRow {
  background-color: transparent;
  line-height: 30px;
}
#tableDetails {
  width: 100%;
  padding: 0px;
  border-collapse: collapse;
}
.divOuterCalendar {
  width: 100%;
  min-height: 275px;
  padding: 0px;
  background-color: white;
}
.divOuterAngebote {
  width: 570px;
  min-height: 275px;
  padding: 5px 10px 5px 10px;
  background-color: white;
  border: solid 1px #6699cc;
}
.divAngeboteKosten {
  width: 100%;
  float: right;
  text-align: right;
  margin-bottom: 10px;
}