﻿/*=	Rezervace
	print.css	

@page{
	margin: 1cm;
	}

 */

@media print {
    body {
        color: black !important;
        background: white;
        font-size: 12pt;
    }

    .no-print {
        display: none !important;
    }

    .tooltip {
        visibility: hidden;
    }

    .print {
        display: block;
    }
    .thead-light, .no-wrap {
        white-space: nowrap;
    }


    #imgLogoPrint {
        visibility: visible;
        display: block;
        margin-left: 0;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    #divContent {
        width: 100% !important;
        border: none;
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
        color: black !important;
    }
}
