﻿



.ScheduleView .dx-scheduler-header .dx-button.dx-state-hover{
}
.ScheduleView .dx-toolbar-item-content{
    background:transparent;
    border:none;
}

.dx-scheduler-all-day-table{
    height:200px;
}
.dx-scheduler-all-day-title{
    height:200px;
}
.dx-scheduler-appointment{
}

.FilterView{
    width:19%;
    height:100vh;
    background:red;
    display:inline-block;
}
.ScheduleView{
    display:inline-block;
    width:80%;
}