/*!
 * FullCalendar v1.6.1
 * Re-designed by Martin Haubek, Digistorm
 */
body .calendar {
  margin-top: 0;
  margin-bottom: 40px;
}
body .calendar .fc-header {
  margin-bottom: 10px;
}
body .calendar .fc-header .fc-button-effect {
  display: none;
}
body .calendar .fc-content .fc-state-highlight {
  background: #ccc !important;
  color: white;
}
body .calendar .fc-content .fc-event {
  background: rgb(0, 66, 119);
  border: rgba(0, 0, 0, 0.1) solid 1px;
  -webkit-box-shadow: none;
  border-radius:0px !important;
  box-shadow: none;
  padding:1px 3px !important;
}

/* 0, 66, 119 */

.fc-button {
  background: 0;
  background-color: transparent;
  border: 2px solid rgb(0,66,119);
  box-shadow: none;
  outline: none;
  border-radius: 0px !important;
  color: rgb(0,66,119) !important;
  text-shadow: none !important;
  min-width: 45px;
  padding: 6px 14px;
  height: 37px;
  text-transform: uppercase;
  font-size: 14px;
  margin:0px 3px;
}

.fc-header-title h2 {
  color:#666 !important;
}

.fc-button:hover {
  background-color: rgb(0,66,119);
  color:white !important;
}

.fc-button:hover .fc-icon {
  background-color: rgb(0,66,119);
  color:white;
}

.calendar_categories {
  padding:0px;
  display:block;
}

.calendar_categories li {
  list-style: none;
  float:left;
  margin-right:10px;
}

.calendar_categories li:last-of-type {
  margin:0;
}

.top-calendar {
  border-top:2px solid rgb(0,66,119);
  margin-top:15px;
}

.calendar_categories li a {
  display:block;
  color:white;
  padding:6px 14px;
  min-width:135px;
  font-weight: 100;

}


.calendar-categories-clone {
  padding:0px;
  display:block;
}

.calendar-categories-clone li {
  list-style: none;
  float:left;
  margin-right:10px;
}

.calendar-categories-clone li:last-of-type {
  margin:0;
}

.calendar-categories-clone li a {
  display:block;
  color:white;
  padding:6px 14px;
  min-width:135px;
  font-weight: 100;

}

a.deactive {
  opacity:0.5;
}

.calendar-subscribe {
  position: absolute;
  top: 23px;
  right: 15px;
  border-radius:0px !important;
  background-color:rgb(0, 66, 119) !important;
}

.calendar-hr {
  margin-top: 35px;
  margin-bottom: 30px;
}

.calendar_categories li:hover a {
  text-decoration: none;
  cursor:pointer;
}

.calendar_categories li h5 {
  margin:5px;
  margin-left:0px;
}


.calendar-categories-clone li:hover a {
  text-decoration: none;
  cursor:pointer;
}

.calendar-categories-clone li h5 {
  margin:5px;
  margin-left:0px;
}

.fc-button .fc-icon {
  color: rgb(0,66,119);
  text-shadow: none;
  position: absolute;
  left: 50%;
  top: 3px;
  font-size: 40px;
  margin-left: -12px;
}

.fc-event-time, .fc-event-title {
  padding: 0 1px;
  font-weight: 100 !important;
  font-size: 13px !important;
}
body .calendar .fc-view-month table thead th {
  border: none;
}
body .calendar .fc-view-month table tbody tr td.fc-widget-content {
  border: white solid 2px;
  background: #f5f5f5;
  margin: 3px 3px;
  padding: 10px;
}
body .calendar .fc-view-month table tbody tr td .fc-day-number {
  font-size: 24px;
  font-weight: 300;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: -10px;
margin-right: -8px;
}
body .calendar .fc-view-month .fc-event-skin {
  background: rgb(0, 66, 119);
  color: white !important;
  border: none !important;
  border-radius: 0px !important;
  line-height: 1.3;
}
body .calendar .fc-view-month .fc-event-skin .fc-event-inner {
  padding: 5px !important;
  width: auto;
}
body .calendar .fc-view-month .fc-event-skin .fc-event-time {
  font-weight: 600;
  margin-left: 0;
  text-transform: uppercase;
  display: block;
}
body .calendar .fc-view-month .fc-event-skin .fc-event-title {
  margin: 0;
  line-height: 1;
  font-weight: 200;
}
body .calendar .fc-view-agendaWeek table.fc-agenda-days thead th {
  border: none;
}
body .calendar .fc-view-agendaWeek table.fc-agenda-days tbody tr td {
  border: none;
}
body .calendar .fc-view-agendaWeek table.fc-agenda-days tbody tr td.fc-widget-content {
  border: #fff solid 2px;
  background: #f5f5f5;
  margin: 3px 3px;
  padding: 10px;
}
body .calendar .fc-view-agendaWeek table.fc-agenda-days tbody tr td.fc-state-highlight {
  background: #ddd;
}
body .calendar .fc-view-agendaWeek table.fc-agenda-allday thead th {
  border: none !important;
}
body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr th.fc-agenda-axis {
  border: none !important;
  background: #fff;
}
body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr td.fc-widget-content {
  background: none;
  border: #fff solid 2px;
  border-bottom-width: 1px;
}
body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr.fc-minor {
  border-top: none;
}
body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr.fc-minor td.fc-widget-content {
  border-top: none;
  border-bottom-width: 2px;
}
body .calendar .fc-border-separate tr.fc-last th,
body .calendar .fc-border-separate tr.fc-last td {
  border: none;
}
body .calendar .fc-cell-overlay {
  background: #ef6125;
  opacity: .2;
  filter: alpha(opacity=20);
}
body .calendar a:hover.fc-event {
  color: #fff;
}
body .calendar .fc-other-month {
  color: black;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  /* for IE */
  /* opacity with small font can sometimes look too faded
         might want to set the 'color' property instead
         making day-numbers bold also fixes the problem */
}
