﻿.k-pdf-export .k-grid .k-grid-header tr {
    height: 60px;
}

/*.k-pdf-export .k-grid{
        margin-top:300px;
    }*/

/*.k-pdf-export .k-hierarchy-cell,*/ .k-pdf-export .k-detail-row, .k-pdf-export .k-detail-row *, .k-pdf-export .k-grid .k-grid-filter {
    display: none !important;
}

.k-pdf-export th {
    padding-right: 12px !important;
}

.k-pdf-export p {
    margin-bottom: 0;
}

.k-grid-header .k-header > .k-link, .k-grid td {
    white-space: normal !important;
}

/* Page Template for the exported PDF */
.k-pdf-export-page-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .k-pdf-export-page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }

    .k-pdf-export-page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }

    .k-pdf-export-page-template .watermark {
        font-weight: bold;
        font-size: 300%;
        text-align: center;
        margin-top: 30%;
        color: var(--conex-color);
        opacity: 0.1;
        transform: rotate(-35deg) scale(1.7, 1.5);
    }

/* Content styling */
.customer-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

kendo-pdf-document .customer-photo {
    border: 1px solid #dedede;
}

.customer-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}
