BODY {
	background: #323232;
	overflow-x: hidden;
}

.iframe-container {
	padding-bottom: 60%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

/* JANELA PDF */
/* O z-index do div#mask deve ser menor que do div#boxes e do div.window */
#mask {
	position: absolute;
	z-index: 9000;
	background-color: #000;
	display: none;
}

#boxes .window {
	position: absolute;
	width: 440px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 20px;
}

/* Personalize a janela modal aqui. Você pode adicionar uma imagem de fundo. */
#boxes #dialog {
	width: 375px;
	height: 203px;
}

/* posiciona o link para fechar a janela */
.close {
	display: block;
	text-align: right;
}

/* JANELA PDF */
.testet {
	width: 150px;
	height: 70px;
	margin-top: 350px;
}

.text-center {
	text-align: center;
	font: arial;
	font-size: 18px;
}

.text-right {
	text-align: right;
	font: arial;
	color: #000;
	font-size: 15px;
}

p.teste {
	font-size: 15px;
}

p.classe2 {
	background: url(../img/logoLogpro.png);
	width: 160px;
	height: 38px;
	float: left;
	display: inline;
}

.divisor {
	background: #CFCFCF;
	width: 100%;
	height: 1px;
	float: left;
	display: inline;
	margin: 20px 0 20px 0;
}

.container-flex {
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
}

#divLogin {
	align-items: center;
}

.d-flex {
	display: flex;
}

.rodape {
	display: flex;
	width: 100%;
	justify-content: center;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}

.centraliza {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.conteudo {
	padding: 15px;
	width: 100%;
}

.conteudo .voltar {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.conteudo {
		max-width: 90%;
		padding: 15px;
	}
}

.gerar-ra {
	display: flex;
	justify-content: center;
	background-color: #fff;
	flex-wrap: wrap;
	padding: 20px;
}

.gerar-ra .botoes {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.gerar-ra .botoes .btn-primary {
	margin-right: 10px;
}

.btn-lg {
	padding: 20px 25px;
	font-size: 23px;
}

.prox-leitura {
	display: flex;
	justify-content: center;
	background-color: #fff;
	flex-wrap: wrap;
	padding: 20px;
}

.prox-leitura h3,
.prox-leitura h1 {
	text-align: center;
	width: 100%;
}

.contrato-ligacao {
	background-color: #fff;
	padding: 20px;
	height: 100vh;
}


.endereco {
	display: flex;
	justify-content: center;
	background-color: #fff;
	flex-wrap: wrap;
	padding: 20px;
}

.endereco h1 {
	text-align: center;
	width: 100%;
	word-wrap: break-word;
	white-space: normal;
}

.label {
	font-size: 20px;
	color: #000;
}

.anexo {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0px;
	font-size: 20px;
}

.anexo label {
	width: 100%;
	text-align: center;
}

.gerar-ra h4 {
	width: 100%;
	text-align: center;
}

.file-display {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	margin-right: 5px;
	text-align: center;
}
