body {
	font: sans-serif;
}

a {
	color: #00B7FF;
}


body {
	font-size: 14px;
	font-weight: 300;
	color: #888;
}

strong {
	font-weight: 300;
}

a,
a:hover,
a:focus {
	color: black;
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}


/* #side-menu {
	color: #00B7FF;
	background: rgb(65, 63, 63);
} */



#side-menu {
	/* color: rgb(212, 203, 203); */
	/* Define a cor para o #side-menu */
	background: rgb(65, 63, 63);
}

#side-menu a {
	color: rgb(196, 194, 191);
	/* Herda a cor do pai (#side-menu) */
	text-decoration: none;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

#side-menu a:focus :hover {
	/* color: rgb(43, 42, 40); */
	/* Herda a cor do pai (#side-menu) */
}

#side-menu a:focus {
	color: rgb(43, 42, 40);
}


#side-menu,
.li :hover {
	color: rgb(58, 55, 55);
}

#side-menu :hover {
	color: rgb(58, 55, 55);
}

h1,
h2 {
	margin-top: 10px;
	font-size: 38px;
	font-weight: 100;
	color: #817d7d;
	line-height: 50px;
}

h3 {
	font-size: 22px;
	font-weight: 300;
	color: #555;
	line-height: 30px;
}

img {
	max-width: 100%;
}

::-moz-selection {
	background: #4aaf51;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #4aaf51;
	color: #fff;
	text-shadow: none;
}

#dataTable {

	font: 13px "Lucida Grande", Helvetica, Arial, sans-serif;

}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #4aaf51;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
	outline: 0;
	opacity: 0.6;
	color: #fff;
}

.btn-link-1.btn-link-1-facebook {
	background: #4862a3;
}

.btn-link-1.btn-link-1-twitter {
	background: #55acee;
}

.btn-link-1.btn-link-1-google-plus {
	background: #dd4b39;
}

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
	outline: 0;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}


/***** Top content *****/
.bg-cinza {
	background: #F0F0F0;
}

.bt-cinza {
	color: rgb(235, 228, 228);
	/* background: rgb(53, 52, 52); */
	/* rgb() */
	background: rgb(128, 129, 127);
}

.bt-cinza-escuro {
	color: rgb(235, 228, 228);
	background: rgb(53, 52, 52);
}

.bt-verde {
	color: rgb(235, 228, 228);
	background: rgb(134, 160, 128);
}

.bt-laranja {
	color: rgb(235, 228, 228);
	background: rgb(212, 183, 140);
}

.bt-vermelho {
	color: rgb(235, 228, 228);
	background: rgb(189, 125, 116);
}

.bt-roxo {
	color: rgb(235, 228, 228);
	background: rgb(159, 166, 196);
}

.bt-azul {
	color: rgb(235, 228, 228);
	background: rgb(97, 115, 192);
}

.inner-bg {
	padding: 100px 0 170px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 {
	color: #fff;
}

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p {
	opacity: 0.8;
}

.top-content .description a {
	color: #fff;
}

.top-content .description a:hover,
.top-content .description a:focus {
	border-bottom: 1px dotted #fff;
}

.form-box {
	margin-top: 35px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 {
	margin-top: 0;
}

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn,
.bt-sign {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #4aaf51;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}




/* CSS custom para forçar alinhamento e remover quebras (adicione no <head> ou arquivo CSS) */
.input-group .custom-select {
	border-right: none; /* Remove borda direita para seamless */
	flex: 1; /* Permite que o select ocupe espaço flexível */
}
.input-group-append .btn {
	border-left: none; /* Remove borda esquerda do botão */
	border-top-left-radius: 0; /* Arredonda só a direita do botão */
	border-bottom-left-radius: 0;
	white-space: nowrap; /* Evita quebra de texto no botão */
}
.input-group {
	display: flex; /* Garante flexbox ativo */
	flex-wrap: nowrap; /* Impede quebra de linha */
}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {

	.inner-bg {
		padding: 60px 0 110px 0;
	}

}

@media (max-width: 415px) {

	h1,
	h2 {
		font-size: 32px;
	}

}

/* styles/globals.css */
.modal-xl-custom {
  width: 60% 
	/* //1200px; Ajuste a largura desejada */
}

.produto-header {
  background-color: #e5e7eb; /* bg-gray-200 */
  font-weight: bold;
  padding: 10px;
  text-align: left;
}
.subtotal-row {
	background-color: #f3f4f6; /* bg-gray-100 */
	font-weight: bold;
}

tr:nth-child(even) {
	background-color: #E5F2F4;
}

#textRelatorioParcialCaixa {
  width: 100%;
  max-width: 800px;
  height: 550px;
  font-size: 15px;
  color: black;
  background-color: white;
  text-align: center;
  font-family: 'Courier New', monospace;
  box-sizing: border-box;
}

/* Para tablets e celulares médios */
@media (max-width: 768px) {
  #textRelatorioParcialCaixa {
    height: auto;
    min-height: 300px;
		height: 600px;
    font-size: clamp(14px, 4vw, 17px);
  }
}

/* Ajuste extra para celulares muito estreitos (ex.: Galaxy S8) */
@media (max-width: 400px) {
  #textRelatorioParcialCaixa {
    font-size: 12px; /* fixa menor pra evitar quebra */
  }
}

