.b-top-toolbar{
  transition:height 0.3s;
}
.b-top-toolbar.b-collapsed{
  height:0 !important;
  border:0 !important;
}

.custom-style .b-timeranges-header-canvas .b-sch-nonworkingtime{
  background-color:rgba(152, 70, 70, 0.15);
}
.custom-style .b-timeaxissubgrid .b-sch-range{
  background:repeating-linear-gradient(-45deg, rgba(188, 96, 96, 0.05), rgba(188, 96, 96, 0.05) 10px, rgba(152, 70, 70, 0.08) 10px, rgba(152, 70, 70, 0.08) 20px);
}
.custom-style .b-sch-event-wrap .b-sch-nonworkingtime{
  background:repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0.3) 10px, rgba(255, 255, 255, 0.3) 20px);
  background-color:rgba(0, 0, 0, 0.3137254902);
}

