/* Uncomment the below to add a background color to activities added with Find Timetable */
/*
.event--userAdded {
  background-color: #ade6d5;
}
*/

/* 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-raised-button.mat-primary, .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #00aeef;
  --mdc-protected-button-label-text-color: #FFF !important;
}

svg.mdc-checkbox__checkmark {
  color: white !important;
}

.e-toolbar-item.e-legend.e-template {
  visibility: hidden;
}

.refine-list-container.ng-star-inserted {
  content-visibility: hidden;
}

/*hide calendar subscriptions for Yahoo and Outlook online*/
#subscribe-modal mat-dialog-content > div div:nth-child(4), #subscribe-modal mat-dialog-content > div div:nth-child(6) {
  display: none !important;
}

