@import "vcalendar/calendarShared_v-140815.css";

/* Common to List and Month types */
.tab-pane .calhi-header,
.accordion-inner .calhi-header {
  display: none; /* Hide the header piece when inside the accordion or tabs */
}

.calhi-footer {
  display: none; /* Hide the "View Event" link by default */
}

.tab-pane .calhi-footer,
.accordion-inner .calhi-footer {
  display: block; /* Show it when inside the accordion or tabs */
}

.calhi-header h4 {
  border-bottom: 1px solid #fff;
  margin: 0 0 1em;
  padding-bottom: .75em
}

.calhi-header a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

/* Calendar Vertical Scrolling List ------------------------------------------- */
.calhi-list {
  padding: 20px;
}

.tab-pane .calhi-list,
.accordion-inner .calhi-list {
  padding: 0;
}

.calhi-list ul.eventList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.calhi-list ul.eventList li {
  background-color: #fff;
  list-style: none;
  margin: 0 0 1em;
  padding: 8px 10px;
}

.calhi-list .listWrapper {
  height: 100%;
  overflow: hidden;
}

.calhi-list .eventList .eventDate {
  border-bottom: 1px solid #808080;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0 0 0.15em;
}

.calhi-list .eventList .evDay {
  display: block;
  float: left;
  width: 30%;
}

.calhi-list .eventList p {
  color: #333;
  margin: 0 0 0.25em;
  padding: 0;
  text-align: left;
}

.calhi-list .eventList p.eventTime {
  font-size: 13px;
  float: left;
  width: 30%;
}

.calhi-list .eventList p.eventTitle {
  font-weight: bold;
}

.calhi-list .eventList p.eventTitle, .calhi-list .eventList p.eventLocation {
  font-size: 13px;
  margin-left: 31%;
}

.calhi-list > p {
  margin: 1em 0;
  text-align: center;
}

.calhi-list > p a {
  color: #fff;
}

/* Calendar Month ------------------------------------------------------------- */
.accordion-body.let-it-out {
  overflow: inherit;
}

.calhi-month {
  padding: 20px;
  position: relative; /* Need an anchor position for the event balloons */
}

.accordion-inner .calhi-month {
  padding: 0;
}

.calhi-month table {
  table-layout: fixed;
  width: 100%;
}

.calhi-month caption {
  background-color: #CF1702;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: .5em;
}

.calhi-month th {
  background-color: #666;
  border: 1px solid #333;
  border-right: 0;
  color: #fff;
  padding: .5em;
}

.calhi-month td {
  background-color: #fff;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  color: #333;
  font-weight: bold;
  padding: .5em;
  text-align: center;
}

.calhi-month th.last, .calhi-month td.last {
  border-right: 1px solid #333;
}

.calhi-month td.notInMonth {
  background-color: #eee;
  color: #666;
}

.calhi-month .event a:link, .calhi-month .event a:visited, .calhi-month .event a:hover {
  color: #021c41;
  text-decoration: none;
}

.calhi-month > p {
  margin: 1em 0;
  text-align: center;
}

.calhi-month > p a {
  color: #fff;
}

.calhi-month .eventBalloon {
  left: -999em;
  position: absolute;
  width: 250px;
  z-index: 3;
}

.calhi-month .eventBalloon div {
  background-color: #f7f7f7;
  border: 2px solid #CF1702;
  padding: 8px 12px;
}

.calhi-month .eventBalloon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.calhi-month .eventBalloon li {
  font-weight: normal;
  line-height: 16px;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: left;
}

.calhi-month .eventBalloon a:hover {
  text-decoration: underline;
}

/* Calendar Week -------------------------------------------------------------- */
.calhi-week {
  padding: 20px;
}

.calhi-week p.hd {
  float: left;
  margin: 0;
  padding: 0 0 5px;
}
.lt-ie8 .calhi-week p.hd { padding-bottom: 0; }

.calhi-week a.hd {
  color: #fff;
  float: right;
}

.calhi-week table {
  clear: both;
  font-size: 93%;
  margin: 0;
  width: 100%;
}

.calhi-week thead {
  background-color: #0a70ff;
  color: #fff;
  line-height: 22px;
}

.calhi-week th {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0 0 0 8px;
  text-align: left;
}

/* IE needs */
.calhi-week th span {
  float: left;
}

.calhi-week th a:link, .calhi-week th a:visited, .calhi-week th a:link {
  float: left; /* IE needs */
  color: #fff;
}

.calhi-week th.last, .calhi-week td.last {
  border-right: 0;
}

.calhi-week th span.date {
  background-color: #cd2228;
  float: right;
  padding: 0 8px;
}

.calhi-week td {
  background-color: #ddd;
  border-right: 2px solid #fff;
  padding: .25em;
  vertical-align: top;
  width: 14%;
}

.calhi-week td div {
  height: 100px;
  overflow: hidden;
}

.calhi-week td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.calhi-week td li {
  line-height: 16px;
  margin: 0;
  padding: 0;
}

.calhi-week td a {
  display: block;
  padding-bottom: 1em;
}

.calhi-week .more td {
  padding: 0 5px 3px 0;
  text-align: right;
}

.calhi-week .more td a {
  padding: 0;
}