/* RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Background */
body {
   background-image: linear-gradient(to bottom, #ffffff, #d2d3d4);;
}

/* Menu */
.header {
    background-color: white;
 }
 
 .k-menu {
    background-color: white;
 }
 
 .k-menu .k-state-active, .k-popup.k-context-menu.k-group .k-state-hover {
    background-color: white;
 }

/* Schedule setup */
.schedule-grid__title{
    color: blue
}

