@charset "UTF-8";

.p-linha {
	color: #000;
	font-size: 20px;
	margin: 0 0 0 50px;
	
	display: block;
}

input, output, textarea, select {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 13pt;
	color: #000;
    background-color: rgba(255,255,255,0.8);
}

input, select {
    width: 220px;
}

.email-enviado {
	color: white;
	background-color: #330066;

	padding-top: 10px;
	padding-bottom: 10px;

	width: 100%;
	font-style: italic;
	font-size: 20px;
}

.botao-reparo {
	color: white;
	background-color: black;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: -30px auto 0 auto;
	padding: 8px;
	border: solid 8px white;
	display: block;
}

.botao-reparo:hover {
	color: white;
	background-color: #330066;
}

.reparos-emergenciais {
	color: black;
	font-size: 20px;
	margin-left: 20px;
}

#idMsgAnexo {
	color: black;
	background-color: #ddd;
	font-size: 16px;
	margin: 10px;
	display: none;
}

#idArqsFotos {
	color: black;
	width: 90%;
	margin: 10px 0 0 10px;
	font-size: 16px;
	display: none;
}

.botao-anexar-foto {
	color: black;
	background-color: #a491a2;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	width: 250px;
	margin: 10px auto 0;
	padding: 8px;
	border: solid 8px white;
	display: block;
	cursor: pointer;
}

.botao-anexar-foto:hover {
	color: white;
	background-color: #330066;
}
