.scheduler{
    overflow: initial;
}

.scheduler .dhx_cal_data, .dhx_cal_header, .dhx_cal_container {
    height: 100%;
    width: 100%;
}

.scheduler .dhx_cal_data table {
    border-collapse: collapse;
}

.scheduler .dhx_cal_data table tr td {
    padding: 0;
}

.scheduler_row {
    width:100%;
    height: 600px;
}

.dhx_cal_event_clear, .dhx_cal_event_line{
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    margin: 1px;
    border: 1px solid transparent;
    background-color: #5B9BE0;
    height: 17px;
    line-height: 16px;
    font-size: 120%;
    color: #FFF;
    font-family: "Segoe UI",Arial;
}