/*Calendar
================================================== */

#calendar-view, #list-view {
  padding: 10px;
}
.grid-hider {
    display: none;
}
.event-select-hider {
    display: none;
}
.text-hider {
    display: none;
}
.page-hider {
    display: none;
}

table.calendar {
  border-collapse: collapse;
}
table.calendar td {
  padding: 0;
}
.calendar-day {
  font-weight:700;
}
.calendar-day a:hover, .calendar-day a:focus {
  background: #fafafa;
}

.calendar-day-head {
  background: #dddddd;
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  color: #111;
  font-size: 13px;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
}
.calendar-day-head:last-child,
.calendar-day:last-child {
  border-right: 1px solid #d1d1d1;
}
.calendar-month-head {
  font-size: 14px;
  padding: 0 1px 0 0;
  text-align: center;
}
.calendar-month-head a {
   text-decoration: none!important;
}
.calendar-month-head a span {
  font-size: 1.5em;
}
.calendar-month-head .view-month {
  color: inherit;
  font-size: 20px;
  font-weight: normal;
}
.day-number {
  color: #0c1d53;
  font-weight:bold;
}
.day-number a {
  display:block;
  color: #098adb;
  min-height: 100px;
}
.day-number a:focus, .day-number a:hover {
  text-decoration: none;
}
.day-number .date-day {
  background: #f5f5f5;
  color: #111;
  display: block;
  font-size: 10px;
  padding: 2px 4px;
}
.day-number .date-events {
  color: #07a;
  display: block;
  font-size: 11px;
  padding: 0 4px;
}
.day-number .date-event {
  border-top: 1px solid #f0f0f0;
  display: block;
  line-height: 1.15;
  padding: 4px;
  text-decoration: none;
}
.day-number .date-event time {
  display: block;
}
.day-number .date-event:first-child {
  border-top: none;
}
td.calendar-day,
td.calendar-day.empty-day {
  height: 100px;
  width:13.75%;
  border-bottom:1px solid #d1d1d1;
  border-left:1px solid #d1d1d1;
}
.event h3 {
  margin: 0;
}
.event a {
  text-decoration: underline;
}
.event-date {
  color: #0073a2;
}
.prev-month {
  float:left;
}
.next-month {
  float:right;
}
.week-selector {
  background: #308cb1;
  border-bottom: 1px solid #d1d1d1;
  color: #FFF;
  cursor: pointer;
  width:3%;
  height:100%;
  text-align: center;
  vertical-align: middle;
}
.todays-date {
  background: #FFF !important;
}
.todays-date a {
  color: #628e34 !important;
}
.calendar-day.todays-date div.day-number {
  color: #3e6539;
}
.chosen-day { /* Non link */
  background: #eee;
}
.chosen-day a {
  background:#e1e8ef!important;
  cursor: default;
}
.chosen-day .date-event {
  border-color: #c1cbe1;
}
.text-hider, .grid-hider, .page-hider, .event-select-hider {
  display:none;
}
#event_category {
  margin-bottom: 20px;
  min-width: 46%;
}
h2.calendar-result-announcement {
  clear: both;
  margin: 20px 0;
  text-transform: uppercase;
}
.filter-holder {
  padding: 0 0 50px 0;
}
#event_search {
  overflow: hidden;
}
.cal-reset {
  float: left;
  width: 100%;
  vertical-align: baseline;
}
.cal-reset input {
  width:76%;
  float:left;
  margin: 10px 0 20px 0;
}
.cal-reset #reset {
  margin-left: 3%;
  width: auto;
}
.no-events {
  display: none;
  color: #ad7676;
  background: #ffd9d5;
  border: 1px solid #fceeec;
  -moz-box-shadow: inset 0 0 45px #f0bfba;
  -webkit-box-shadow: inset 0 0 45px #f0bfba;
  box-shadow: inset 0 0 45px #f0bfba;
  border: 1px solid #e0b1b1;
  padding: 10px 20px;
  margin: 0 0 25px 0;
}
.event {
  margin-bottom: 20px;
}
.event-ajax {
  padding-bottom: 20px;
}
.event-ajax .event-description {
  margin: 10px 0;
}
.event-ajax p {
  margin: 10px 0;
}
.calendar-view-link {
  position: absolute;
  right: 10px;
  top: 3px;
}
.calendar-categories .selected {
  font-weight: bold;
}
