/*******************************************************************************/
table.eCalendar {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-collapse: separate;
  border-spacing: 0;
  display: table;
  cursor: pointer;
}
table.eCalendar .shoulder {
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin-top: -6px;
  /* adjust for .eCalendar td padding * 2 */
}
table.eCalendar .hasEvent {
  font-weight: bold;
}
table.eCalendar td {
  padding: 3px !important;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
}
table.eCalendar thead {
  cursor: default;
}
table.eCalendar td {
  font-size: 90%;
  width: 17px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
  text-shadow: 0 0 0 transparent, 0 1px 0 rgba(255, 255, 255, 0.65);
}
table.eCalendar td.active {
  text-shadow: 0 1px 0 rgba(50, 50, 50, 0.65);
  text-shadow: 0 0 0 transparent, 0 1px 0 rgba(50, 50, 50, 0.65);
}
table.eCalendar thead tr th {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
  text-shadow: 0 0 0 transparent, 0 1px 0 rgba(0, 0, 0, 0.45);
}
table.eCalendar th span.prev,
table.eCalendar th span.next {
  cursor: pointer;
  font-size: 9px;
  line-height: 14px;
  padding: 0 15px;
  display: inline-block;
}
table.eCalendar td.schDayHover {
  color: black !important;
  background-color: #ffc;
  border: 1px solid #aaa !important;
  cursor: default;
}
table.eCalendar td.schDayHover a {
  cursor: pointer;
}
table.eCalendar td.active {
  color: white !important;
  background-color: black !important;
}
table.eCalendar .datehover {
  position: absolute;
  z-index: 99999;
  font-size: 10px;
  padding: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: none;
  display: none;
  width: 140px;
  bottom: -20px;
  left: 20px;
  text-align: left;
}
table.eCalendar .datehover span {
  font-weight: bold;
}
#fmTitle span.next {
  float: right;
}
#fmTitle span.prev {
  float: left;
}
#schList th {
  text-align: left;
  border-bottom: 1px solid #aaa;
  padding: 5px;
}
#schList th:nth-child(2) {
  text-align: center;
}
#schList td {
  vertical-align: top;
  padding: 5px;
}
#schList td i {
  font-size: 90%;
}
#schList td:nth-child(2) {
  font-size: 90%;
  text-align: right;
  width: 12em;
}
#schList tr:nth-child(odd) {
  background-color: #ccc;
}
table.mCal {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  font-size: 10px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  -webkit-border-radius: 10px 10px 0px 0px;
  /* Safari prototype */
  -moz-border-radius: 10px 10px 0px 0px;
  /* Gecko browsers */
  border-radius: 10px 10px 0px 0px;
  /* Everything else - limited support at the moment */
}
table.mCal .mCalBody {
  width: 100%;
  clear: both;
  padding-top: 6px;
  margin-left: auto;
  margin-right: auto;
}
table.mCal .mCalPrintable .mCalButtons {
  display: none;
}
table.mCal .mCalPrintable .mCalRange {
  display: none;
}
table.mCal tr:first-child th:first-child {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
table.mCal tr:first-child th:last-child {
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
table.mCal th {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
  text-shadow: 0 0 0 transparent, 0 1px 0 rgba(0, 0, 0, 0.45);
  padding: 3px;
}
table.mCal .mCalTimedEvent.mCalEventHover {
  background-color: white !important;
}
table.mCal .mCalWeeks {
  height: 460px;
}
table.mCal .mCalWeekly .mCalWeeks {
  height: 140px;
}
table.mCal .mCalWeekBoxFrame {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.mCal .mCalDate {
  text-align: right;
  font-weight: bold;
  padding: 1px 6px 2px;
  margin-bottom: 3px;
  background-color: #eee;
  font-size: 11px;
  color: black;
}
table.mCal .mCalToday {
  background-color: #ccc;
}
table.mCal .mCalDay {
  height: 100px;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: white;
  color: #444;
  font-size: 10px;
  text-align: left;
}
table.mCal .mCalTimedEvent A,
table.mCal .mCalTimedEvent A:visited,
table.mCal .mCalTimedEvent A:link {
  color: black;
}
table.mCal .mCalAllDayEvent {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 1px 2px;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}
table.mCal .mCalTimedEvent {
  color: black;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
}
table.mCal .mCalTimedEvent span {
  font-weight: bold;
}
table.mCal .mCalTimedEvent A {
  text-decoration: none;
}
table.mCal .mCalAllDayEvent A {
  text-decoration: none;
  color: white !important;
  width: 100%;
  height: 100%;
}
table.mCal td.mCalDay div.more {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
table.mCal div.mCalDayArray > div {
  padding: 3px 0 0 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 0;
  background-color: #eee;
}
table.mCal div.mCalDayArray > div.a {
  background-color: white;
}
table.mCal div.mCalDayArray > div.b {
  background-color: #aaa;
}
div.MonthlyAppointmentFormatter div.mCalDate {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0px;
}
.mCalEventHover {
  position: absolute !important;
  overflow: visible;
  z-index: 999999;
  padding-right: 10px;
  font-size: 10px;
  background: white;
}
.calModEvDate {
  white-space: nowrap;
}
.calSmTbl td {
  padding: 5px;
  border-width: 0px;
}
.mShoulder {
  font-weight: normal;
  font-style: italic;
}
div.evTime,
div.evSingleLine {
  color: white;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
  text-shadow: 0 0 0 transparent, 0 1px 0 rgba(0, 0, 0, 0.45);
}
.calColor1-highlight,
.calColor2-highlight,
.calColor3-highlight,
.calColor4-highlight,
.calColor5-highlight {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
/*
.calColor1 { background: #47a; }
.calColor1-text, .calColor1-text a { color: #369 !important; }
.calColor1-highlight { background: #369; }
*/
#schContainer th {
  padding: 4px;
  font-size: 14px;
  font-weight: bold;
}
#schSidebar {
  background-color: white;
  padding: 10px 5px 5px;
}
#schSidebar > .eCalendar {
  margin: 0 auto;
}
#schCal {
  padding: 0;
  background-color: white;
}
#eventInfo td.label {
  font-weight: bold;
  padding-right: 10px;
}
#discussHeader {
  margin-top: 20px;
}
.eCalendar th a {
  text-decoration: none;
  color: white !important;
}
div.gridCal {
  background-color: #e6e6e6;
  white-space: nowrap;
  overflow-y: auto;
  position: relative;
  padding: 10px 0 0;
}
div.gridCal div.gridCalHeader div.columnGroup {
  border: 0;
  border-bottom: 1px solid #ccc;
}
div.gridCal div.columnGroup {
  /*	float: left; */
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0px 0 0px 4px;
  zoom: 1;
  *display: inline;
}
div.gridCal div.gridCalHeader {
  margin-left: 40px;
  /* div.time */
}
div.gridCal div.gridCalBody {
  display: inline-block;
  height: 600px;
  width: 100%;
  padding: 0 0 0 0;
  overflow-y: auto;
  overflow-x: hidden;
  zoom: 1;
  *display: inline;
}
div.gridCal div.time {
  width: 40px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
div.gridCal div.time > div {
  height: 40px;
  text-align: right;
  font-weight: bold;
  font-size: 80%;
}
div.gridCal div.column {
  /*float: left;*/
  display: inline-block;
  width: 100px;
  height: 960px;
  position: relative;
  border-right: 1px solid #eee;
  background: white;
  zoom: 1;
  *display: inline;
}
div.gridCal div.column > span {
  height: 9px;
  display: block;
  width: 100%;
  border-top: 1px solid #fafafa;
  border-left: 1px solid #eee;
}
div.gridCal div.column > span.m {
  border-top: 1px solid #eee;
}
div.gridCal div.column > span.no {
  background-color: #f2f2f2;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
div.gridCal div.column > span.no.m {
  border-top: 1px solid #e0e0e0;
}
div.gridCal div.column > span.av {
  cursor: pointer !important;
}
div.gridCal div.column > span.ui-selecting {
  background-color: #ffc;
}
div.gridCal div.column > div.booked {
  width: 100%;
  z-index: 101;
  position: absolute;
  padding-top: 1px;
  /* make up for no border-top */
  color: white;
  overflow: hidden;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.45);
  text-shadow: 0 0 0 transparent, 1px 1px 0 rgba(0, 0, 0, 0.45);
}
div.gridCal div.column > div.booked > div {
  font-size: 9px;
  padding-left: 4px;
}
div.gridCal div.column > div.booked :hover {
  overflow: visible;
}
div.gridCal div.column > div.booked.pending {
  background-image: url('/common/images/schedule/diagonal-line-translucent.png');
}
div.gridCal div.columnHeader {
  text-align: center;
  background-color: #e6e6e6;
  border: 0;
  font-size: 10px;
  font-weight: bold;
}
div.gridCal div.event {
  width: 100%;
  position: absolute;
  overflow: hidden;
  white-space: normal;
}
div.gridCal div.event.unavailable {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-right: 1px solid #bbb;
  border-left: 1px solid #bbb;
}
div.gridCal div.evInfo {
  padding: 0 3px 3px;
}
div.gridCal div.evTime {
  text-align: right;
  padding: 1px;
  margin-bottom: 1px;
  font-size: 9px;
}
div.gridCal div.evSingleLine a {
  /* event */
  float: left;
  font-size: 9px !important;
  line-height: 10px;
  overflow: hidden;
}
div.gridCal div.evSingleLine div {
  /* time */
  float: right;
  font-size: 9px;
  line-height: 8px;
  white-space: nowrap;
}
div.gridCal div.event {
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  font-size: 10px;
  vertical-align: top;
}
div.gridCal div.allDayEvents {
  overflow: hidden;
  padding-bottom: 5px;
  text-align: left;
}
div.gridCal span.allDayEvent {
  font-size: 10px;
  padding: 0px 4px 3px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
div.gridCal span.allDayEvent > a {
  color: white;
}
div.gridCal div.evInfo a,
div.gridCal div.evSingleLine a,
div.gridCal div.allDayEvents a {
  color: yellow !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
  text-shadow: 0 0 0 transparent, 0 1px 0 rgba(0, 0, 0, 0.45);
}
.CalendarWidget .calendarThumb > table {
  float: right;
}
.pendingBlockOfTime {
  background-color: #666;
  color: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
/*
.calColor1 { background: #999; }
.calColor1-text, .calColor1-text a { color: #666 !important; }
.calColor1-highlight { background: #666; }
*/
.calColor2 {
  background: #7a4;
}
.calColor2-text,
.calColor2-text a {
  color: #6a983d !important;
}
.calColor2-highlight {
  background: #6a983d;
}
.calColor2-border {
  border-top: 1px solid #6a983d !important;
  border-bottom: 1px solid #6a983d;
}
.calColor3 {
  background: #a47;
}
.calColor3-text,
.calColor3-text a {
  color: #983d6a !important;
}
.calColor3-highlight {
  background: #983d6a;
}
.calColor3-border {
  border-top: 1px solid #983d6a !important;
  border-bottom: 1px solid #983d6a;
}
.calColor4 {
  background: #a74;
}
.calColor4-text,
.calColor4-text a {
  color: #986a3d !important;
}
.calColor4-highlight {
  background: #986a3d;
}
.calColor4-border {
  border-top: 1px solid #986a3d !important;
  border-bottom: 1px solid #986a3d;
}
.calColor5 {
  background: #74a;
}
.calColor5-text,
.calColor5-text a {
  color: #6a3d98 !important;
}
.calColor5-highlight {
  background: #6a3d98;
}
.calColor5-border {
  border-top: 1px solid #6a3d98 !important;
  border-bottom: 1px solid #6a3d98;
}
.calColor6 {
  background: #4a7;
}
.calColor6-text,
.calColor6-text a {
  color: #3d986a !important;
}
.calColor6-highlight {
  background: #3d986a;
}
.calColor6-border {
  border-top: 1px solid #3d986a !important;
  border-bottom: 1px solid #3d986a;
}
.calColor7 {
  background: #44a;
}
.calColor7-text,
.calColor7-text a {
  color: #3d3d98 !important;
}
.calColor7-highlight {
  background: #3d3d98;
}
.calColor7-border {
  border-top: 1px solid #3d3d98 !important;
  border-bottom: 1px solid #3d3d98;
}
.calColor8 {
  background: #4a4;
}
.calColor8-text,
.calColor8-text a {
  color: #3d983d !important;
}
.calColor8-highlight {
  background: #3d983d;
}
.calColor8-border {
  border-top: 1px solid #3d983d !important;
  border-bottom: 1px solid #3d983d;
}
.calColor9 {
  background: #a44;
}
.calColor9-text,
.calColor9-text a {
  color: #983d3d !important;
}
.calColor9-highlight {
  background: #983d3d;
}
.calColor9-border {
  border-top: 1px solid #983d3d !important;
  border-bottom: 1px solid #983d3d;
}
.calColor10 {
  background: #4aa;
}
.calColor10-text,
.calColor10-text a {
  color: #3d9898 !important;
}
.calColor10-highlight {
  background: #3d9898;
}
.calColor10-border {
  border-top: 1px solid #3d9898 !important;
  border-bottom: 1px solid #3d9898;
}
.calColor11 {
  background: #a4a;
}
.calColor11-text,
.calColor11-text a {
  color: #983d98 !important;
}
.calColor11-highlight {
  background: #983d98;
}
.calColor11-border {
  border-top: 1px solid #983d98 !important;
  border-bottom: 1px solid #983d98;
}
.calColor12 {
  background: #aa4;
}
.calColor12-text,
.calColor12-text a {
  color: #98983d !important;
}
.calColor12-highlight {
  background: #98983d;
}
.calColor12-border {
  border-top: 1px solid #98983d !important;
  border-bottom: 1px solid #98983d;
}
