.b-sch-event{
  align-items:flex-start;
  justify-content:center;
  font-size:13px;
  border-radius:2px;
  opacity:0.9;
  transition:box-shadow 0.4s;
  flex-direction:column;
  overflow:clip !important;
}
.b-sch-event .b-sch-event-content{
  flex-direction:column;
}
.b-sch-event:focus, .b-sch-event.b-sch-event-hover{
  opacity:1;
}

.b-sch-event-header{
  font-size:0.7em;
}

.b-sch-event-footer{
  font-weight:400;
}

.b-highlighted{
  box-shadow:rgba(0, 0, 0, 0.2) 0 4px 8px;
}

.b-sch-range{
  background:repeating-linear-gradient(-55deg, #ddd, #ddd 10px, #eee 5px, #eee 20px);
  opacity:0.7;
}

.b-theme-classic-dark .b-sch-range{
  background:repeating-linear-gradient(-55deg, #222, #222 10px, #333 5px, #333 20px);
}

.b-theme-classic-light .b-sch-range{
  background:repeating-linear-gradient(-55deg, #eee, #eee 10px, #f7f7f7 5px, #f7f7f7 20px);
}

