﻿
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap,
.k-pdf-export .k-grid-header-menu,
.k-pdf-export .k-svg-i-more-vertical,
.k-pdf-export .k-filter-row,
.k-pdf-export .k-pdf,
.k-pdf-export .k-scheduler-navigation,
.k-pdf-export .k-scheduler-search,
.k-pdf-export .k-scheduler-views-wrapper,
.k-pdf-export .k-scheduler-footer
{
    display: none;
}

.k-pdf-export .k-scheduler {
    padding: 10px;
}

.k-pdf-export colgroup > col:nth-child(5) {
    width: 0;
}

.page-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }

    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }

    .page-template .watermark {
        font-weight: bold;
        font-size: 400%;
        text-align: center;
        margin-top: 30%;
        color: #aaaaaa;
        opacity: 0.1;
        transform: rotate(-35deg) scale(1.7, 1.5);
    }

kendo-pdf-document .customer-photo {
    border: 1px solid #dedede;
}

.k-grid .k-grid-search {
    margin-left: auto;
    margin-right: 0;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}

.custom-content {
    position: absolute;
    top: 60px;
    left: 30px;
    right: 30px;
}

.k-loading-pdf-mask .k-loading-color {
    opacity: 0.95;
    width: 110%;
    height: 110%;
    margin: -30px;
}

.k-pdf-export .k-grid-content td[role="gridcell"] {
    word-wrap: break-word;
    padding-right:20px;
}

.k-pdf-export #InvoiceGenerationGrid .k-grid-content .k-selected {
    background-color: transparent;
    color: inherit;
    border-color: #ccccccc4;
}

.k-pdf-export #InvoiceGenerationGrid .group-chk {
    display: none;
}

.k-pdf-export #InvoiceGenerationGrid .k-grid-content tr.k-selected td {
    background-color: transparent;
    border-color: #ccccccc4;
    color: inherit;
}
