﻿@media print {
    * { background: 0 0 !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%) }
    a { text-decoration: underline }
    a[href]:after { content: " (" attr(href) ")" }
    a[href="#"], a[href="javascript:"] { content: "" }
}

@media print {
    .select2-container--default .select2-selection--single { background-color: #fff; border: 0 solid #aaa !important; border-radius: 0 }
    .print { display: none }
    .container.body, html { width: 100% !important }
    .row { margin: 0 !important }
    .dr-table thead { background-color: #37acae; color: #fff }
    .table { margin-bottom: 0 }
    .select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; display: none !important }
    .no_print { display: none }
    a[href]:after { content: none !important }
}

@media print {
    * { background: 0 0 !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; filter: Gray(); filter: url(desaturate.svg#grayscale); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%) }
    a { text-decoration: underline }
    a[href]:after { content: " (" attr(href) ")" }
    a[href="#"], a[href="javascript:"] { content: "" }
}


@media screen {
    #printSection { display: none; }
}

@media print {
    body * { visibility: hidden; }
    #printSection, #printSection * { visibility: visible; }
    #printSection { position: absolute; left: 0; top: 0; }
}
