/* calendar.css */
.calendar-print {
  text-align: center;
}

.calendar-print a {
  margin: 0;
}

  .calendar-sidebar .calendar-sidebar-inner li a {
    padding: 0;
    margin-left: 16px;
    background: none;
  }
  .calendar-sidebar .calendar-sidebar-inner li .fa {
    display: block;
    float: left;
  }

  table.event-details { border: 0; margin: 10px 0 0; background: transparent; }
  table.event-details td, table.event-details th { padding: 0 10px 3px 0; border: 0;
    background: transparent; vertical-align: top; font-size: 13px; line-height: 16px; }
  table.event-details tr { background: transparent; }
  .event-title {
     margin: 0 0 15px;
   }
  .event.expandable .event-extended {
    max-height:0;
    overflow: hidden;
  }
  .green-box .event:hover {
    background-color: #D7E0B5;
  }
  .event.expandable.expand {
    background-color: #fff;
  }
  .event.expandable.expand .event-extended {
    max-height: 500px;
  }
  .green-box .events .event:last-child {
    border: 0;
  }
  .green-box h3 {
    margin-bottom: 2px;
  }

  .green-box .event {
     cursor: pointer;
    margin: 0;
    padding: 15px 5px 0;
    position: relative;
  }

  .event .fa-bookmark {
    text-shadow: 0px 1px rgba(0,0,0,.8);
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 16px;
  }

    .page-title {
    position: relative;
  }
  .page-title h1 {
    font-size: 30px;
  }
  .page-title .menu,
  .page-title .menu li {
    list-style: none;
    margin: 0;
  }
  .page-title .menu {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #4c9cb0;
    /*border-bottom: solid 2px #4c9cb0;*/
  }
  .page-title .menu li {
    display: inline-block;
  }
  .page-title .menu li a {
    display: block;
    color: #4c9cb0;
    background-color: #cbe5e4;
    border: 1px solid #cbe5e4;
    border-bottom: 3px solid #B1D8D6;
    padding: 2px 10px;
    border-radius: 8px 8px 0 0;
    margin: 0 4px;
    text-transform: uppercase;
  }
  .page-title .menu .active a {
    color: #4c9cb0;
    background-color: #fff;
    border-bottom-color: #fff;
  }

    .calendar-filter {
    background-color: #edf1f5;
    padding: 10px;
  }
  .calendar-filter h4 {
    color: #4c9cb0;
    font-weight: 600;
  }
