/* 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 */
img.logo-desktop {
  max-width: 100%;
  max-height: 100%;
}

.sidenav {
  background: linear-gradient(#fafafa,#fafafa);
}

.sidenav-app div.content:hover{
  background: #b87edd;
}
