﻿
body {
    -webkit-print-color-adjust: exact !important;
    -moz-print-color-adjust: exact !important;
    -ms-print-color-adjust: exact !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 14px;
}

a:after {
    content: ' ';
}

.nonPrint {
    display: none;
}

.page-header {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: none;
}

    .page-header .small {
        font-size: 9px;
    }

.jqx-grid {
    border: none;
}
.jqx-widget-header {
    border: none;
    background: none;
}
.jqx-grid-header {
    border: none;
}
.jqx-grid-column-header {
    border: none;
    border-bottom: 1px solid #464444 !important;
    color: #777;
}
.jqx-widget-content {
    font-size: inherit;
}
.jqx-grid-cell {    
    border: none;
    border-bottom: 1px solid #d0cfcf !important;
    min-height: 25px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}