
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    .ocultoImpressao {
        display: none;
    }
}

@media print {
    body * {
        /*visibility: hidden;*/
    }

    body {
        background: transparent none;
        margin: 2cm;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 1.5%;
        top: 2%;
        width: 97%;
    }

    .modal-footer, .close, .form-actions {
        display: none;
    }

    .modal-body {
        max-height: 100%;
    }

    .modal {
        background-color: #FFFFFF;
        border: none;
        border-radius: 0;
        box-shadow: none;
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
    }

    h2 {
        font-size: 14px;
    }
	.assinatura-recibo
	{
		display:block;
	}
	#dialog-recibo .modal-body
	{
	padding-top:0;
	}
	#dialog-recibo .modal-body > div
	{
	border: 1px solid #666666;
	margin-bottom:20px;
	}
	#dialog-recibo .titulo-tabela
	{
	text-align:center;
	font-size:15px;
	margin-bottom:0;
	}



	.quebra
        {
            page-break-before: always;
        }
        .boxBotoes
        {
            display: none;
        }
        .botaoSecundario:hover
        {
            background-color: #EFEFEF;
        }
        .botaoSecundario
        {
            color: darkBlue;
            background-color: white;
        }
        .botaoSecundario
        {
            height: 21px;
            color: white;
            cursor: pointer;
            font-size: 0.9em;
            font-weight: bold;
            margin: 0 2px 0 2px;
            padding: 0 5px 0 5px;
            vertical-align: middle;
            background-color: darkBlue;
            border: 1px solid #216D91;
        }
}
