span.close-button.pull-right {
   margin-right: 6px;
    margin: 4px;
    height: 22px;
    width: 22px;
    text-align: center;
    color: #F0AD4E;
    font-weight: bold;
    border: 1px solid #F0AD4E;
    cursor: pointer;
}

.event {
    border: none;
}

#cal-slide-content {
  background-image: none;
  background-color: #efefef;
  padding: 20px;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#cal-slide-content:hover {
  background-color: #efefef;
}

#cal-slide-content a.event-item {
  color: #000;
  font-weight: normal;
  line-height: 22px;
}

#events-modal .modal-body {
  padding: 15px;
  background-color: #fff;
}

#events-modal .modal-custom-footer {
  height: 6px;
}

#events-modal.modal {
  overflow-y: auto;
}

.day-event, .week-event {
  cursor: pointer;
}

#eventlist {
    padding-bottom: 15px;
}

#eventlist .event-panel-description {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    margin-bottom: 10px;
}

#eventlist .panel-collapse {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#eventlist .panel-group .panel {
    border-radius: 0px;
}

@media only screen and (max-width : 480px){
    span[data-cal-date] {
        float: none !important;
    }

    .cal-year-box .cal-cell {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.modal-backdrop.in {
    opacity: .1;
    filter: alpha(opacity=10);
}

.cal-week-box .cal-row-fluid .cal-cell1 {
  width: 13.36%;
  *width: 13.6050052138%;
}

.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 86.3314285714%;
  *margin-left: 88.09339019189765%;
}

.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 73%;
  *margin-left: 73.80767590618336%;
}

.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 59.7%;
  *margin-left: 59.52196162046907%;
}
.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 46.25%;
  *margin-left: 45.23624733475479%;
}

.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 32.9%;
  *margin-left: 30.950533049040506%;
}

.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 19.6%;
  *margin-left: 16.66481876332622%;
}

.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 6.285714285714285%;
  *margin-left: 4.17910447761194%;
}

.cal-row-week-by-hour {
    position: relative;
    top: 0px;
}

.cal-row-week-by-hour .cal-day-hour-part {
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: thin dashed #e1e1e1;
  font-size: .75em;
  padding-left: 2px;
}

.cal-row-week-by-hour .cal-day-hour-part .span1 {
    max-width: 6.285714285714285%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cal-day-box #cal-day-panel {
    padding-left: 80px;
}

#cal-day-box #cal-day-panel-hour {
    margin-left: -80px;
}

#cal-day-box .day-event {
    position: absolute;
}

.cal-row-week-by-hour .cal-day-hour .day-highlight {
  height: 30px;
}

.cal-row-fluid:hover {
    background-color: transparent;
}

.cal-row-week-by-hour .cal-day-hour-part:hover {
    background-color: #fafafa;
}

.cal-event-style {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    background-color: #3a87ad;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    max-width: 13%;
}

.cal-day-event-style {
    border-radius: 3px;
}

.cal-week-header-line {
    margin-bottom: 0px;
    margin-top: 10px;
}

.calendar-spinner-icon {
    font-size: 16px;
    margin-left: 10px;
}

button.close.permalink {
    font-size: 16px;
    margin-top: 0;
    margin-right: 5px;
}

