@media print {
    a:after {
        content: attr(href);
        display: none;
    }

    .noPrint{
        display: none;
    }

    .printContract{
        width: 100%;
        position: absolute; /* Абсолютное позиционирование */
        top: 0px; /* Положение от нижнего края */
        left: 0px; /* Положение от правого края */
    }

    .printContract table {
        width: 100%;
    }
    .printContract tr{
        text-align: left;
    }

    .printContract td {
        padding-left: 15px;

    }

    /*cash/moneyfrommanagersforsalariestoinstaller*/

    .container{
        width: 100%;
        position: absolute; /* Абсолютное позиционирование */
        top: 0px; /* Положение от нижнего края */
        left: 0px; /* Положение от правого края */
        margin: 0px;
        padding: 0px !important;
    }
    
    .kv-panel-pager{
        display: none;
    }
}