<style>
    .dhx_dataview_template_c_box {
        background-color: transparent;
    }

    .dhx_dataview_template_c_box .dhx_dataview-item {
        padding: 0;
        border: 1px solid #dfdfdf;
        border-radius: 6px;
        background-color: #fff;
        overflow: hidden;
    }

    .dhx_dataview_template_c {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 116px;
        padding: 12px;
    }

    .dhx_dataview_template_c__inside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .dhx_dataview_template_c__picture {
        width: 92px;
        min-width: 92px;
        border-radius: 6px;
        background: center center/cover no-repeat #f7f7f7;
    }

    .dhx_dataview_template_c__picture:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .dhx_dataview_template_c__body {
        padding-left: 12px;
        min-width: 250px;
    }

    .dhx_dataview_template_c__title,
    .dhx_dataview_template_c__text {
        font: normal 14px/20px Roboto, sans-serif;
        white-space: wrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .dhx_dataview_template_c__title_box {
        height: 40px;
    }

    .dhx_dataview_template_c__title {
        color: rgba(0, 0, 0, 0.7);
        font-weight: 500;
    }

    .dhx_dataview_template_c__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 4px 0;
    }

    .dhx_dataview_template_c__icon {
        font-size: 16px;
        margin-right: 4px;
        color: rgba(0, 0, 0, 0.5);
    }

    .dhx_dataview_template_c__text {
        color: rgba(0, 0, 0, 0.5);
    }

    .dhx_dataview_template_c__status {
        position: absolute;
        top: 60px;
        right: 9px;
        width: 16px;
        height: 16px;
        background: url(//dhtmlx.com/docs/products/demoApps/dhtmlxGeoTracking/assets/img/icons/uncheck.svg) center center/100% no-repeat;
    }

    .dhx_dataview_template_c__status.dhx_dataview_template_c__status--check {
        background-image: url(//dhtmlx.com/docs/products/demoApps/dhtmlxGeoTracking/assets/img/icons/check.svg);
    }

    .dhx_dataview_template_c__order {
        position: absolute;
        top: 70px;
        right: 9px;
        width: 100px;
        height: 20px;
    }
    .dhx_dataview_template_c__status.dhx_dataview_template_c__left {
        background-image: url(/images/al20.png);
    }
    .dhx_dataview_template_c__status.dhx_dataview_template_c__right {
        background-image: url(/images/ar20.png);
    }
    .dhx_dataview_template_c__text_qt {
        font: normal 25px Roboto, sans-serif;
        white-space: wrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-left: 10px;
        padding-right: 5px;
    }

    </style>