/* Write your custom CSS here */

.navbar .logo-box{
    height: auto;
}

.action-bar{
    margin-top: 10px;
}

.white{
    color: #FFF !important;
}

.page-horizontal-bar .navbar .logo-box{
    padding-top: 10px;
}


.nopadding{
    padding: 0px !important;
}

.duvidas img{
    padding-top: 10px;
}

@media print {
    #print-seats{
        display: none;
    }
    .clearonprint{
        display: none;
    }
	
	.page-break-before{
		page-break-before:always;
	}
	
	.w33{
        width:  30% !important;
        float: left !important;
    }
		
    table.sales-table tr td.div{
        border-right: 2px solid #ddd;
    }


    table.sales-table tr th{
        font-size: 15px;
        padding: 10px !important;
    }
	
	table.sales-table tr td{
        font-size: 11px !important;
    }
	
    table.sales-table tr.title, table.sales-table tr.title td{
        background-color: #dddddd !important;
    }

    table.sales-table tr.total, table.sales-table tr.total td{
        background-color: #eeeeee !important;
        font-weight: bold;
    }
}

.gl10{
    margin-top: -10px;
}

table.sales-table td{
    font-size: 13px !important;
	padding:5px !important;
}

.sidebar-pusher{
    top: 15% !important;
}


table.sales-table tr td.div{
    border-right: 2px solid #ddd;
}


table.sales-table tr th{
    font-size: 15px;
    padding: 10px !important;
}

table.sales-table tr.title, table.sales-table tr.title td{
    background-color: #ddd;
}

table.sales-table tr.total, table.sales-table tr.total td{
    background-color: #eee;
    font-weight: bold;
}

.signature{
    border-top: 1px solid #000;
}

.page-break-before{
    page-break-before: always !important;
}

/* ============================================================================
   PRINT/PDF — bordas pretas nas tabelas pra facilitar visualizacao.
   Aplica em qualquer template renderizado no layout/print (body.print-layout)
   E em @media print (impressao real do browser). Cobre TODAS as tabelas
   (sales-table, av-table, listagem de clientes, etc) sem precisar de classes
   especificas em cada .phtml.
   FIX 2026-05-15.
   ============================================================================ */
body.print-layout table { border-collapse: collapse; width: 100%; }
body.print-layout table th,
body.print-layout table td {
    border: 1px solid #9ca3af;
    padding: 6px 8px;
    vertical-align: middle;
}
body.print-layout table thead th {
    background-color: #f0f0f0;
    font-weight: bold;
}

@media print {
    table { border-collapse: collapse !important; }
    table th,
    table td {
        border: 1px solid #9ca3af !important;
        padding: 6px 8px !important;
    }
    table thead th {
        background-color: #f0f0f0 !important;
        font-weight: bold !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
