/*html, body{
	height: 90.3%;
}*/

/*body {
	background-image: url('https://portaldzm.com.br/webapp/imgs/background.jpg');
	background-size: auto;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;

	display: flex;
	flex-direction: column;
	min-height: 100vh;
}*/

.dzm-logo{
	padding: 2rem 1rem;
}
.login-container {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-form {
	width: 20rem;
}
.btn-dzm {
	--bs-btn-color: #fff !important;
	--bs-btn-bg: #193A87 !important;
	--bs-btn-border-color: #193A87 !important;
	--bs-btn-hover-color: #fff !important;
	--bs-btn-hover-bg: #162e6e !important;
	--bs-btn-hover-border-color: #142a63 !important;
	--bs-btn-focus-shadow-rgb: 25, 58, 135 !important;
	--bs-btn-active-color: #fff !important;
	--bs-btn-active-bg: #142a63 !important;
	--bs-btn-active-border-color: #122557 !important;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
	--bs-btn-disabled-color: #fff !important;
	--bs-btn-disabled-bg: #193A87 !important;
	--bs-btn-disabled-border-color: #193A87 !important;
}

.btn-card {
	--bs-btn-color: #fff !important;
	--bs-btn-bg: #ff8c42 !important;
	--bs-btn-border-color: #ff8c42 !important;
	--bs-btn-hover-color: #fff !important;
	--bs-btn-hover-bg: #e67a39 !important;
	--bs-btn-hover-border-color: #cc6d33 !important;
	--bs-btn-focus-shadow-rgb: 255, 140, 66 !important;
	--bs-btn-active-color: #fff !important;
	--bs-btn-active-bg: #cc6d33 !important;
	--bs-btn-active-border-color: #b3612d !important;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
	--bs-btn-disabled-color: #fff !important;
	--bs-btn-disabled-bg: #ff8c42 !important;
	--bs-btn-disabled-border-color: #ff8c42 !important;
}

.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 15px;
}

.back-to-back {
	position: fixed;
	bottom: 70px;
	right: 15px;
}

.modal
{
	--bs-modal-width: 95vw !important;
}

.modal-dialog
{
	max-width: 95vw !important;
}

.highlight
{
	background-color: yellow;
	font-weight: bold;
}
.invisible-input
{
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	border: none !important;
	background: none !important;
}

/* Ajuste para A4 */
@page {
	size: A4;
	margin: 0;
}

.b-body {
	font-family: Arial, sans-serif !important;
	font-size: 12px !important;
	/* Garantir que o conteúdo não será redimensionado */
	/*width: 210mm !important;
	height: 297mm !important;*/
	overflow: scroll; !important;
}

#pedidoPDF {
	width: 210mm; /* Largura total da página A4 */
	/*height: 297mm; Altura da página A4 */
	padding: 10mm;
	box-sizing: border-box;
}

/* Container sem grid, com largura fixa */
.container-custom {
	border-bottom: 1px solid black;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}

.row-custom {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.col-custom {
	padding: 0px 5px;
	flex: 1;
	padding: 0 5px;
}

.col-1-custom {
	padding: 0px 5px;
	width: 15%;
}

.col-7-custom {
	padding: 0px 5px;
	width: 50%;
}

.col-3-custom {
	padding: 0px 5px;
	width: 30%;
}

.col-2-custom {
	padding: 0px 5px;
	width: 20%;
}

.col-6-custom {
	padding: 0px 5px;
	width: 50%;
}

.obs-custom {
	max-width: 210mm;
	overflow-wrap: anywhere;
}

/* Alinhamento de textos */

.text-start-custom {
	text-align: left;
}

.text-end-custom {
	text-align: right;
}

.text-end-custom- {
	text-align: right;
}

.text-center-custom {
	text-align: center;
}

/* Para formatação de números */
.text-end-custom b, .text-end-custom {
	font-weight: bold;
}