body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body#pg-login {
	margin: 0;
	padding: 0;
	background: #ffffff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%,
		rgba(87, 192, 199, 1) 63%);
}

#container.login {
	width: 400px;
	height: 300px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 50px;
	text-align: center;
}

#container.index {
	height: 100%;
	width: 100%;
	position: absolute;
}

#container-logo #img-logo {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 30px;
	text-align: center;
	display: block;
}

/* *******************************
FORMATACOES DOS CAMPOS DE LOGIN*/
.ui-inputtext.campo-login, .ui-password.campo-login {
	height: 40px;
	width: 80%;
	font-size: 14px;
	margin-bottom: 18px;
	background-color: #fff;
	padding-left: 40px;
	border: none;
	background-repeat: no-repeat;
	background-position: 10px;
}

.ui-inputtext.campo-login {
	background-image: url("/javax.faces.resource/icone-usuario.png.xhtml?ln=img");
}

.ui-password.campo-login {
	background-image: url("/javax.faces.resource/icone-cadeado.png.xhtml?ln=img");
}

.ui-button.botao-login {
	color: #fff;
	background-color: #57C0C7 !important;
	border: 2px solid #41868C !important;
	padding: 5px 20px;
	height: 45px;
	width: 90%;
	/* PREFIXOS PARA NAVEGADORES DIFERENTES */
	/* EFEITO GRADIENTE DO BOTAO DE LOGIN*/
	background: -webkit-linear-gradient(to bottom, #57C0C7, #41868C)
		!important;
	background: -moz-linear-gradient(to bottom, #57C0C7, #41868C) !important;
	background: -o-linear-gradient(to bottom, #57C0C7, #41868C) !important;
	background: linear-gradient(to bottom, #57C0C7, #41868C) !important;
}

.progressBar {
	margin-top: 0;
	height: 10px;
	width: 100%;
}

.red {
	background-color: rgb(199, 34, 34);
	background-image: none;
}

.green {
	background-color: rgb(187, 224, 144);
	background-image: none;
}

.blue {
	background-color: rgb(90, 190, 255);
	background-image: none;
}

.yellow {
	background-color: rgb(218, 219, 134);
	background-image: none;
}

.bloco1 {
	height: 20px;
	width: 20px;
	background-color: rgb(187, 224, 144);
}

.bloco2 {
	height: 20px;
	width: 20px;
	background-color: rgb(218, 219, 134);
}

/* MENU ANTIGO
**********************************/
.botoesMenu {
	padding-right: 20px !important;
}

/* FORMULARIO DE DADOS DA LICENCA 
**********************************
#formDados {
	width: 800px;
	margin: 10px;
}
*/
#formDados h1 {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px;
	margin: 10px 10px 22px 0;
	font-size: 24px;
	font-weight: normal;
}

#containerCampos {
	clear: both;
}

/* VALOR PADRAO PARA VARIOS FORMULARIOS */
.campos {
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.text-input {
	height: 20px !important;
}

/* VALORES PARA IMPORTACAO DO XML */
.campoCheck {
	margin-left: 5px;
	padding-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.camposDados {
	float: left;
	padding-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.camposDadosUnico {
	float: left;
	padding-right: 10px;
	margin-left: 5px;
	margin-top: 16px;
}

.camposDados-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	gap: 10px; /* espaço entre campos */
}

/*.camposDadosRendered {*/
/*	flex: 0 0 400px;*/
/*	padding-right: 10px;*/
/*	margin-left: 5px;*/
/*	margin-bottom: 5px;*/
/*}*/

.camposDadosRendered {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap; /* impede quebrar linha */
}

#blocoTitular,
#blocoEmpresa {
    display: flex;
    flex-direction: column;
}


/* CAIXA DE TEXTO */
.camposDados .ui-outputlabel {
	display: block;
	padding-bottom: 4px;
}

.camposDados .ui-inputtext {
	display: block;
}

/* PROXIMA DIVISAO */
.camposDadosDivisao {
	clear: both;
}

.tamanhoNumero input {
	width: 80px !important;
}
/**************************************/

/* ALINHAMENTO BOTOES
****************************/
.botoesForm {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 15px;
}

.botoesForm .ui-button {
	margin-bottom: 15px;
	margin-left: 5px;
}

/* TIVE QUE FAZER ASSIM PARA NAO FICAR TAO GRANDE O ESPACO DOS BOTOES
DO FORM LEITURA ACUMULADO */
.botoesForm2 .ui-button {
	margin-bottom: 15px;
	margin-left: 5px;
}

/* ALTERACAO DA IMAGEM DO USUARIO */
.blocoImgPerfil {
	float: left;
	width: 100px;
	text-align: center;
}

.blocoImgPerfil .perfilBtn {
	display: block;
	margin-left: 25px;
}

.profile-cad {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 20px 0;
}

.profile-cad img {
	display: block;
	width: 56px;
	margin-left: 5px;
}

.profile-cad>.ui-button {
	display: block;
	width: 30px !important;
	margin-left: 15px;
	margin-bottom: 10px;
	border-color: #ffffff !important;
	background: #ffffff !important;
	color: #4e5159 !important;
	text-decoration: none;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}