
.calendar-title {
  background: #297ebf;
  
  
  
  
  
  
  
  -webkit-border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  border-radius: 8px 0 0 0;
  height: 45px;
  padding: 18px 0 0 21px;
  position: relative;
  color: #ffffff;
  font-size: 18px;
}
.prev-month,
.next-month {
  padding: 0 10px;
  font-size: 22px;
}
.calendar-title a {
  color: #ffffff !important;
  text-decoration: none;
}
.cg-calendar .headerCell {
  font-color: #c5c5c5;
}
.calendar-title form {
  font-size: 80%;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 300px;
  text-align: right;
}
.calendar-filter {
  width: 75%;
}
#x_state_id72576 {
  margin-left: 16px;
}
.calendar-title label {
  color: #ffffff;
  text-align: right;
}
.calendar-unit li {
  padding: 5px 10px;
  background-color: #fff;
  display: inline;
  border-right: 1px solid #ccc;
}
ul.calendar-unit {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  height: 16px;
  margin: 7px 0 15px 15px;
  padding: 5px 0 5px 0;
  position: absolute;
}
.calendar-options {
  background-color: #e6f1f8;
  height: 40px;
  position: relative;
}
.calendar-unit .calendar-toggle-link {
  color: #535252;
  text-decoration: none;
  font-weight: bold;
}
.calendar-unit button {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px 8px;
  background: #fff;
  float: left;
  border-right: none;
}
.calendar-unit button:last-child {
  border-right: 1px solid #ccc;
}
.calendar-unit [role="tab"][aria-selected="true"],
.calendar-unit button:hover,
.calendar-unit button:focus {
  background: #474c55;
  border-color: #474c55;
  color: #fff;
  z-index: 1;
}
.calendar-mode .calendar-toggle-link {
  color: #222;
  font-size: 14px;
  font-weight: normal;
  padding-right: 10px;
  text-decoration: none;
}
.calendar-toggle-link .decorative-image {
  padding-bottom: 2px;
}
div.tabs.calendar-view {
  float: right;
  padding-top: 4px;
}
.calendar-mode-calendar .calendar-toggle-list {
  opacity: 0.6;
}
.calendar-mode-calendar .calendar-toggle-list:hover {
  opacity: 1;
}
.calendar-mode-list .calendar-toggle-calendar {
  opacity: 0.6;
}
.calendar-mode-list .calendar-toggle-calendar:hover {
  opacity: 1;
}
.calendar-toggle-calendar {
  background: url("/includes/images/icon_calendar_view.png") no-repeat;
  padding-left: 18px;
}
.calendar-toggle-list {
  background: url("/includes/images/icon_list_view.png") no-repeat;
  padding-left: 18px;
}
.calendar-mode li {
  display: inline;
}
ul.calendar-mode {
  display: block;
  height: 16px;
  margin: 7px 0 15px 15px;
  padding: 5px 0;
  position: absolute;
  right: 30px;
}
table .cg-calendar td.cell,
.cg-calendar th.calendar-header,
.cg-calendar th.cell {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
table .cg-calendar td.cell {
  height: 75px;
}
table .cg-calendar {
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  width: 100%;
  table-layout: fixed;
}
.day-number {
  font-weight: bold;
  font-size: 11px;
  text-align: right;
}
.day-content a {
  
  border-bottom-color: rgba(192,192,192,0.3);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: block;
  float: left;
  padding: 4px 0;
  width: 100%;
}
.day-content a:hover {
  
  font-size: 14px;
  display: block;
  float: left;
  width: 100%;
}
.cg-calendar .day-content a:nth-child(n + 4) {
  display: none;
}
.cg-evt-time {
  
}
td.today {
  background-color: #fff6c9;
}
#cgwrapper {
  position: relative;
}
@media only screen and (max-width: 40em) {
  .calendar-toggle-calendar {
    display: none;
  }
}
