<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------------------------------------
Folha de Estilos para páginas web

version:   2.0
author:    david sue
email:     diniz.david@gmail.com
website:   
-----------------------------------------------------------------------------*/


/*************************************************************** GERAL ***************************************************************/
html{
	height: 100%;
}

body{
	height: auto;
	margin: 0 auto;
	background-color: #F5F5F5; 
}
/*************************************************************** FIM GERAL ***************************************************************/




/*************************************************************** TOPO ***************************************************************/
#topo{
  padding: 10px 0 10px 0;
  font-family: Georgia;
  font-weight: bold;
  margin-left: -20%;  
}

#topo #logo_cs {
  width: 60px;
  height: 55px;
}

#topo .nome_superior{
  font-size: 15pt;
  color: #003300;
}

#topo .nome_inferior{
  font-size: 10pt;
  color: #2D3885;
  padding-left: 80px;
  display: block;
  margin-top: -20px;
  padding-bottom: 5px;
}

#sub_topo{
	padding-top: 10px;
	font-family: Georgia;
  font-weight: bold;
  color: #fff;
  margin-left: -10%;
}

#sub_topo .sair {
  width: 90px;
  height: 20px;
  background: url("imagens/sair.png") no-repeat center center;
  padding-right: 70px;
}
/*************************************************************** FIM TOPO ***************************************************************/






/*************************************************************** LOGIN ***************************************************************/
.form-signin {
  max-width: 300px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: 10px;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
}

.form-login .sublogin{
  margin-bottom: 20px;
}
/*************************************************************** FIM LOGIN ***************************************************************/





/*************************************************************** PRINCIPAL ***************************************************************/
#principal {
  padding-bottom: 10px;
}

#principal .panel-heading{	
	font-weight: bold;
        margin: -5px -5px 5px -5px;
}

#principal .panel{
        padding: 5px;
}

#principal .panel p{
	text-indent: 5px;
}

#principal .alinhar{
	display: inline-block;
	width: 170px;
}

#principal .alinhar3{
	display: inline-block;
	width: 200px;
}

/*************************************************************** FIM PRINCIPAL ***************************************************************/








/*************************************************************** RODAPE ***************************************************************/
#footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -440px;	
	padding-top: 5px;
	font-family: Georgia;
	height: 30px;
	width: 880px;
}
/*************************************************************** FIM RODAPE ***************************************************************/


/*************************************************************** ERROR ***************************************************************/
#erro {
  position: relative;
  left: 20%;
  top: 80px;
  margin-left: -500px;
  margin-top: 30px;
  width: 700px;
  border: dotted 1px #99B130;
  font-family: Georgia;
  font-weight: bold;
  background: #fff;
  color: #FF0000;
}

#erro p {
  text-align: justify;
  text-indent: 65px;
  padding: 0 10px 0 10px;
}

#erro .atencao {
  position: absolute;
  left: 10px;
  top: 3px;
}

#erro .button{
  float: left;
  margin: 0 0 10px 10px;
  float: left;
  font-family: Georgia;
  font-weight: bold;
  font-size: 12pt;
  background: #000;
  margin-bottom: 20px;
  color: #fff;
  width: 80px;
  height: 30px;
}

#erro .button:hover{
  background: #99B130;
  color: #000;
  cursor: pointer;
}

#erro .button:active{
	border: inset 3px #1b539d;
  background: #006699;
  color: #fff;
}

/*************************************************************** FIM ERROR ***************************************************************/</pre></body></html>