﻿@media print {

    body {
        margin: 0;
        color: #000;
        background-color: #fff;
    }

    .hide-print {
        display: none;
    }

    .equipment-options,
    .card-header-pills,
    .header,
    .card-header {
        display: none;
    }

    .power-source-table > thead > tr > td:last-child,
    .power-source-table > tbody > tr > td:last-child,
    .power-source-table > thead > tr > td:nth-last-child(2),
    .power-source-table > tbody > tr > td:nth-last-child(2),
    .power-source-table > tbody > tr > td:first-child,
    .power-source-table > thead > tr > td:first-child {
        display: none;
    }

    .measurement-tool-table > thead > tr > td:last-child,
    .measurement-tool-table > tbody > tr > td:last-child,
    .measurement-tool-table > thead > tr > td:nth-last-child(2),
    .measurement-tool-table > tbody > tr > td:nth-last-child(2) {
        display: none;
    }

    .other-equipment-table > thead > tr > td:last-child,
    .other-equipment-table > tbody > tr > td:last-child,
    .other-equipment-table > thead > tr > td:nth-last-child(2),
    .other-equipment-table > tbody > tr > td:nth-last-child(2) {
        display: none;
    }

    #activity-rows-grid > thead > tr > th:nth-child(5),
    #activity-rows-grid > tbody > tr > td:nth-child(5) {
        display: none;
    }

    input[type="search"] {
        display: none;
    }

    .dataTables_filter,
    .dataTables_length,
    .dataTables_paginate {
        display: none;
    }
}
