/* 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 */

.e-timeline-toggle { 
  display: none !important;
}

.sidenav-app .sidenav-timezone {
  visibility:hidden;
}

.sidebar-toggler, .header__branding, .header__toolbar, .app-header.user-anonymous {
 background: #a00e2e;
}

.header__title, .header__subtitle {
color: #ffffff !important;
}


/* Header Name */
.header__toolbar .language-icon, .header__toolbar .user-icon, .user-name, .dropdown-caret {
  color: #ffffff !important;
}
/* Header Menu expnader */
.mat-mdc-unelevated-button 
{
    color:  #ffffff !important;
}
/* Get Groups From User */
.button-getGroups {
   color: #a00e2e !important;
}
