<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	position: relative;
	background-color: #E0FFFF;
	font-family: 'Open Sans', 'Arial', 'Helvetica', 'sans-serif';
	color: #125eab;
}

header
{
	width: 70%;
	height: 110px;
	margin: auto;
	margin-top: 30px;
}

input[type="submit"]
{
	border-radius: 20px;
	width: 90px;
	height: 22px;
	background-color: #87CEFA;
	background-image: linear-gradient(to bottom, rgba(255,255,255,.1), rgba(255,255,255,.4) 49%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4));
	transition: all .5s;
}

input[type="submit"]:Hover
{
	cursor: pointer;
	background-color: #4682B4;
}

input[type="text"], textarea, input[type="file"], input[type="password"]
{
	border-radius: 5px;
	font-size: 12px;
	color: #000080;
	margin-right: 0px;
	margin-left: 2px;
}

input[type="text"]:focus, input[type="password"]:focus
{
	background-color: #FAF0E6;
}

label
{
	padding: 7px;
}

select  /*dropdownlist*/
{
	border-radius: 5px;
	color: #000080;
	cursor: pointer;
}

table
{
	font-size: 14px;
}

#DivCorpo
{
	margin: auto;
	width: 70%;
	border-top: 10px solid #6C9DC5;
	border-bottom: 10px solid #6C9DC5;
	border-radius: 13px 13px 13px 13px;
	box-shadow: 5px 5px 10px #8B7D6B;
}

#Grafico
{
	margin: auto;
	width: 70%;
	border: 2px solid #6C9DC5;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #8B7D6B;
	margin-top: 20px;
	margin-bottom: 20px;
}

#DivLogin
{
	height: 200px;
	width: 400px;
	margin: auto;
	margin-top: 70px;
	margin-bottom: 70px;
	border: 1px solid #6C9DC5;
	border-radius: 13px 13px 13px 13px;
	box-shadow: 5px 5px 10px #8B7D6B;
	background-color: floralWhite;
	font-size: 14px;
}

#DivLogotipo
{
	float: left;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
}

#DivRodape
{
	margin: auto;
	margin-top: 10px;
	width: 70%;
	height: 200px;
	background-image: url("imagens/Foot.png");
}

#DivSubTitulo
{
	padding-top: 65px;
	padding-right: 50px;
	text-shadow: 2px 2px 3px black;
}

#DivTitulo
{
	float: left;
	width: 50%;
	height: 100%;
	text-align: right;
	font-size: 34px;
	font-weight: 600;
}

#LogoTipo
{
	padding-top: 10px;
	padding-left: 50px;
}

.Botao
{
	padding-top: 1px;
	text-align: right;
	padding: 5px;
}

.DataGrid
{
	width: 100%;
	border-width: 0px;
}

.DataGridAlternada
{
	background-color: #FFFAF0;
	height: 25px;
}

.DataGridCabecalho
{
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
	color: #000000;
	height: 25px;
	background-color: #B5CCE4;
	text-align: center;
}

.DataGridItem
{
	height: 25px;
}

.DataGridQuadro
{
	margin: auto;
	width: 95%;
	border: 2px solid #6C9DC5;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #8B7D6B;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #FFF8DC;
}

.Mensagem
{
	float: left;
	color: red;
}

.MensagemBotao
{
	padding: 5px;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #6C9DC5;
}

.Menu
{
	text-align: center;
	padding: 20px;
}

.Numero
{
	text-align: right;
}

.Tabela
{
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.Titulo
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 10px solid #6C9DC5;
}

.TituloPagina
{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	padding-top: 20px;
	border-bottom: 1px solid #6C9DC5;
}

.traco
{
	margin-top: 5px;
	height: 10px;
	width: 100%;
	background-color: #B5CCE4;
}</pre></body></html>