.dhx_sample-container {
    height: auto;
}

.max_cell {
    background: #f44336;
    color: #FFF;
}

.min_cell {
    background: #4CAF50;
    color: #FFF
}

.my_custom_mark {
    background: lightcoral;
}

.total_col {
    background: #f2f2f2;
}

.dhx_form-group--inline {
    max-width: 300px;
}

.dhx_sample-container__widget .myCustomColspan {
    background: #f2f2f2;
    text-align: center;
}

.my_custom_row {
    background: #F8CDCD;
    color: #FF6E6E;
}

.myCustomClass{
    background:greenyellow;
}
.myCustom-header-br{
    line-height: 20px!important;
}
.title {
    font-size: 14px;
}

.custom_footer {
    font-size: 18px;
    text-decoration: underline;
}

.myGridCss .dhx_grid-cell {
    background: #f2f2f2;
    border-color: #FFF;
}

.dhx_drag-ghost {
    z-index: 1001 !important;
}