.ccbpress-event-calendar,
.ccbpress-event-calendar * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ccbpress-event-calendar p {
  display: none !important;
}
.ccbpress-event-calendar-header {
  padding: 10px;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.ccbpress-event-calendar-mobile-events {
  display: none;
  position: relative;
}
.ccbpress-event-calendar-footer {
  padding: 5px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: center;
  font-style: italic;
  font-size: 11px;
}
.ccbpress-event-calendar-footer a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}
.ccbpress-event-calendar-month {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
.ccbpress-event-calendar-next-month a,
.ccbpress-event-calendar-prev-month a {
  display: block;
  padding: 2px 5px;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}
.ccbpress-event-calendar-prev-month {
  position: relative;
  float: left;
  text-align: left;
  margin-right: 5px;
}
.ccbpress-event-calendar-prev-month a {
  float: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ccbpress-event-calendar-next-month {
  float: right;
  text-align: right;
}
.ccbpress-campus-visible .ccbpress-event-calendar-next-month {
  float: left;
  text-align: left;
}
.ccbpress-event-calendar-next-month a {
  float: right;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ccbpress-event-calendar-campus {
  float: right;
  position: relative;
}
.ccbpress-event-calendar-table {
  margin: 0 !important;
  width: 100%;
  border-width: 1px !important;
  border-style: solid !important;
  border-collapse: collapse;
  border-top: 0 !important;
  table-layout: fixed;
  box-sizing: content-box;
}
.ccbpress-event-calendar-table th {
  border: 0;
  text-align: center !important;
  font-weight: 400;
}
.ccbpress-event-calendar-full-day-name {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ccbpress-event-calendar-mobile-day-name {
  display: none;
  white-space: nowrap;
}
.ccbpress-event-calendar-table td {
  z-index: 1;
  max-width: 14.28571428571429%;
  border-width: 1px !important;
  border-style: solid !important;
  background-clip: padding-box;
}
.ccbpress-event-calendar-table td .ccbpress-event-calendar-cell-container {
  /*display: fixed;*/
  overflow: hidden;
  height: 110px;
  padding: 5px;
}
.ccbpress-mobile
  .ccbpress-event-calendar-table
  td
  .ccbpress-event-calendar-cell-container {
  height: auto;
}
.ccbpress-event-calendar-date {
  padding: 2px 5px;
  background-color: transparent;
  text-align: right;
  font-size: 12px;
  line-height: 12px;
}
.ccbpress-event-calendar-days td {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  max-height: 110px;
  height: 110px;
  vertical-align: top;
  font-size: 11px;
}
.ccbpress-event-calendar-day-show-more {
  z-index: 100 !important;
  overflow: visible !important;
}
.ccbpress-event-calendar-day-show-more .ccbpress-event-calendar-cell-container {
  position: absolute;
  z-index: 100 !important;
  padding: 10px !important;
  display: block;
  overflow: auto !important;
  height: auto !important;
}
.ccbpress-event-calendar-day-show-more .ccbpress-event-calendar-more-link {
  display: none;
}
.ccbpress-event-calendar-day-show-more .ccbpress-event-calendar-close {
  display: inline;
}
.ccbpress-event-calendar-today {
}
.ccbpress-event-calendar-days td ul,
.ccbpress-event-calendar-mobile-events ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  line-height: 17px;
}
.ccbpress-event-calendar-days td ul li,
.ccbpress-event-calendar-mobile-events ul li {
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 17px;
}
.ccbpress-event-calendar-days td ul li a,
.ccbpress-event-calendar-days td ul li > span,
.ccbpress-event-calendar-mobile-events ul li a,
.ccbpress-event-calendar-mobile-events ul li > span {
  max-width: 100%;
  overflow: hidden;
  padding: 0 4px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 11px;
  border-bottom: 0;
}
.ccbpress-event-calendar-days td ul li a:hover,
.ccbpress-event-calendar-mobile-events ul li a:hover {
  text-decoration: underline;
}
.ccbpress-event-calendar-close,
.ccbpress-event-calendar-close:hover,
.ccbpress-event-calendar-more-link a,
.ccbpress-group-search .ccbpress-group-leader a,
.ccbpress-single-event .ccbpress-event-exceptions-content ul li a,
.ccbpress-single-event .ccbpress-event-registration-forms-content ul li a,
.ccbpress_upcoming_events_graphical_name a,
.ccbpress_upcoming_events_text_name a {
  text-decoration: none;
}
.ccbpress-event-calendar-mobile-events .ccbpress-event-time,
.ccbpress-event-calendar-table .ccbpress-event-time {
  font-weight: 700;
  font-size: 11px;
}
.ccbpress-event-calendar-more-link {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 9px;
  width: 100%;
}
.ccbpress-event-calendar-more-link a {
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
}
.ccbpress-event-calendar-close {
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  text-align: center;
}
.ccbpress-event-calendar-all-day-event {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
}
.ccbpress-event-calendar.ccbpress-mobile
  .ccbpress-event-calendar-mobile-events
  ul,
.ccbpress-event-calendar-mobile-events-content {
  padding: 10px;
}
.ccbpress-event-calendar.ccbpress-mobile.ccbpress-campus-visible
  .ccbpress-event-calendar-month {
  float: none;
  clear: both;
  margin-top: 5px;
  padding-top: 10px;
}
.ccbpress-event-calendar.ccbpress-mobile
  .ccbpress-event-calendar-full-day-name {
  display: none;
}
.ccbpress-event-calendar.ccbpress-mobile
  .ccbpress-event-calendar-mobile-day-name {
  display: block;
}
.ccbpress-event-calendar.ccbpress-mobile .ccbpress-event-calendar-days td ul {
  display: none;
}
.ccbpress-event-calendar.ccbpress-mobile .ccbpress-event-calendar-days td {
  height: auto;
  min-height: 30px;
}
.ccbpress-event-calendar.ccbpress-mobile .ccbpress-event-calendar-date {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.ccbpress-event-calendar.ccbpress-mobile .ccbpress-event-calendar-date:after {
  content: "";
  display: block;
  margin: 5px auto 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ccbpress-event-calendar.ccbpress-mobile
  .ccbpress-event-calendar-mobile-events
  ul
  li
  a {
  max-width: 85%;
}
.ccbpress-event-calendar.ccbpress-mobile .ccbpress-event-calendar-close-mobile {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ccbpress-event-calendar.ccbpress-mobile .ccbpress-event-calendar-more-link {
  display: none;
}
.ccbpress-event-calendar.ccbpress-mobile
  .ccbpress-event-calendar-campus
  select {
  background: none;
  -webkit-appearance: none;
  padding: 0 15px 0 5px;
  font-size: 0.9em;
}
.ccbpress-event-calendar-campus .chosen-container .chosen-single {
  background-image: none;
  box-shadow: none;
}
.ccbpress-event-calendar-campus
  .chosen-container:not(.chosen-with-drop)
  .chosen-single
  b {
  display: none;
}
.ccbpress-event-calendar-campus
  .chosen-container:not(.chosen-with-drop)
  .chosen-single
  div:before,
.ccbpress-event-calendar.ccbpress-mobile
  .ccbpress-event-calendar-campus:before {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 3px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.ccbpress-event-calendar.ccbpress-mobile
  .ccbpress-event-calendar-campus:before {
  position: absolute;
  right: 7px;
  top: 10px;
}
.ccbpress-event-calendar-campus
  .chosen-container.chosen-with-drop.chosen-container-active
  .chosen-single {
  color: inherit;
}
.ccbpress-event-calendar-campus
  .chosen-container
  ul.chosen-results
  li.highlighted {
  background-image: none;
}
