/* Uncomment the below to add a background color to activities added with Find Timetable */

.event--userAdded {
  background-color: #ade6d5 !important;
}


/* START REFINE LIST HIDING EXAMPLES (only valid from 4.0.2 onwards) */

/* Hide all filters */
/*
.refine-list-container {
  display: none !important;
}
*/

/* Hide a particular filter */
/*
.refine-list-filter--department {
  display: none;
}
*/

/* Only when Module selected, hide all filters */
/*
.timetable-type-selected--module .refine-list-container {
  display: none !important;
}  
*/

/* Only when Module selected, hide department filter */
/*
.timetable-type-selected--module .refine-list-filter--department {
  display: none;
}
*/

/* END REFINE LIST HIDING EXAMPLES */
.mat-mdc-slide-toggle.mat-accent {
 --mdc-switch-selected-handle-color: #228B22 !important;
 --mdc-switch-selected-hover-handle-color: green !important;
 --mdc-switch-selected-focus-handle-color: green !important;
 --mdc-switch-selected-track-color: #E0E0E0 !important;
 --mdc-switch-selected-hover-track-color: #E0E0E0 !important;
}
.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) {
 background-color: lightgrey !important;
}
.mat-mdc-floating-label {
 width: 230px;
}
.e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
  color:#000000de !important;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-active-label-text-color: #121212 !important;
  --mat-tab-header-active-focus-label-text-color: #121212 !important;
  --mat-tab-header-active-hover-label-text-color: #121212 !important;
}