/* extraido de css/style.css (Fase 3) - tema: formulario de edicao de perfil / widgets de erro genericos. Carregado nas mesmas 18 paginas que ja carregavam style.css. */
.editaperfil {
	margin-top: 120px !important; /*Alterado */
}

.divreporterror1a {
	z-index: 100;
	position: absolute;
	display: none;
	text-align: left;
	overflow: hidden;
}

.divreporterror2a{
	z-index: 100; background: white none repeat scroll 0% 0%; border: 1px solid rgb(140, 140, 140); overflow: hidden; width:275px; height: 170px;
}

.divreporterror3a {
	text-shadow: 1px 1px 0 #ffffff;
	font-weight: 600;
	font-size: 0.8em;
	background: #f5f5f5;
	padding: 8px 12px;
	border-bottom: #e2e2e2 1px solid
}

.divreporterror4a {
	float: left;
	width: 90%;
	color: var(--cor-primaria);
	margin-top: 5px;
}

.divreporterror5a {
	color: var(--cor-icones);
	font-size: 2em;
	margin-top: -5px;
	float: right;
	width: 8%;
	cursor: pointer;
	text-align: center;
}

.divreporterror6a {
	color: black;
	font-size: 12px;
	padding: 5px 0px
}

.divreporterror7a {
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}

.imgtelfonezap {
	height: 16px;
	position: relative;
	top: 2px;
}

.divreporterror8a {
	height: 20px;
	margin: 0px;
	margin: 0px;
}

.imgfototopo {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	position: relative;
	top: 10px;
	cursor: pointer;
}

.divreporterror28a {
	margin-left: 90px;
	margin-bottom: 20px;
	margin-top: 25px;
}

.divreporterror29a {
	width: 100% !important;
}

.classde2 {
	width: 35%;
	min-height: 150px;
	float: left;
}

@media screen and (min-width:10px) and (max-width:320px) {
	.divreporterror2a{
		width:275px;
		height: 170px;
	}

	.imgfototopo {
		right: 0;
		width: 25px;
		height: 25px;
		top: 9px;
	}

	.editaperfil {
		margin-top: 0px !important; /*ALTERADO 11/12/2024 */
	}

	.fields {
		padding: 5px 5px 0 !important;
	}

	.divreporterror28a {
		padding-left: 1% !important;
		margin-left: 0px !important;
	}

	.divreporterror29a {
		width: 95% !important;
	}

	.inline {
		display: block;
	}

	.editaperfil fieldset {
		padding: 0px;
	}

	.radio-wrapper {
		margin-top: 0px !important;
	}

	.classde2 {
		display: none;
	}
}

@media screen and (min-width:321px) and (max-width:640px) {
	.divreporterror2a {
		height: 170px;
	}

	.imgfototopo {
		right: 0;
		width: 25px;
		height: 25px;
		top: 5px;
	}

	.editaperfil {
		margin-top: 110px !important;
	}

	.fields {
		padding: 5px 5px 0 !important;
	}

	.divreporterror28a {
		padding-left: 1% !important;
		margin-left: 15px !important;
	}

	.divreporterror29a {
		width: 100%;
	}

	.inline {
		display: block;
	}

	.editaperfil fieldset {
		padding: 0px;
	}

	.divreporterror29a {
		width: 95% !important;
	}

	.classde2 {
		display: none;
	}
}

@media screen and (min-width:641px) and (max-width:768px) {
	.divreporterror2a {
		height: 170px;
	}

	.editaperfil {
		margin-top: 160px !important;
	}

	.fields {
		padding: 5px 5px 0 !important;
	}

	.divreporterror28a {
		padding-left: 1% !important;
		margin-left: 15px !important;
	}

	.divreporterror29a {
		width: 100%;
	}

	.inline {
		display: block;
	}

	.editaperfil fieldset {
		padding: 0px;
	}

	.divreporterror29a {
		width: 95% !important;
	}

	.classde2 {
		display: none;
	}
}

@media screen and (min-width:769px) and (max-width:1000px) {
	.divreporterror2a {
		height: 170px;
	}

	.editaperfil {
		margin-top: 160px !important;
	}

	.fields {
		padding: 5px 5px 0 !important;
	}

	.divreporterror28a {
		padding-left: 1% !important;
		margin-left: 15px !important;
	}

	.divreporterror29a {
		width: 100%;
	}

	.inline {
		display: block;
	}

	.editaperfil fieldset {
		padding: 0px;
	}

	.divreporterror29a {
		width: 95% !important;
	}

	.classde2 {
		display: none;
	}
}

@media screen and (min-width:1194px) {
	.divreporterror2a {
		height: 170px;
	}
}

@media screen and (max-width: 700px) {
	.fields.escolha-imagens{
		display: grid;
		grid-template-columns: repeat(2,50%);
	}
}

.editaperfil .divreporterror25a{
	background-color: #f5f5f5;
}

/* Customizações cunha - formulario */
.divdapagconectse{
	background: #f6f9fa;
}

#paglogin, #pagsenha2{
	border-radius: 5px;
}
