html, body {height:100%;} 

body {
 background-color: #fff;
 margin: 0px;
 padding: 0px;
 font-family: Lucida Grande, Verdana, Sans-serif;
 font-size: 12px;
 color: #4F5155;
}

h1 {
 color: #444;
 font-size: 16px;
 font-weight: bold;
 margin: 12px 0 10px 0;
 padding: 5px 0 6px 0;
}

h2 {
 color: #444;
 background-color: transparent;
 font-size: 14px;
 font-weight: bold;
}

#header {
	width: 100%;
	height: 120px;
	background: #3f3f3f url(../images/girodocumentos.png) no-repeat center;
	background-color: rgb(206, 235, 171);
	position: relative;
	border-bottom: 1px solid #4a4a4a;
}

#content {
 margin: 15px;
}

#footer  {
 bottom: 0;
 margin:15px;
}


#footer img {
	float: left;
	margin: 15px;
}

	
a {
 color: #003399;
 font-weight: normal;
}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:underline;}

.spacer {
	visibility: hidden;
	clear: both;
}

.error {
 color: red;
 margin-left:10px;
}

.margem15{
 margin: 15px;
}

.esquerda{
 float: left;
}

.quebra{
 display: block;
 float: left;
}

label{
 margin: 6px;
}

label em{
 width:250px;
 float:left;
 display: block;
 font-weight: normal;
 margin-left: 5px;
}

.rotulo{
 font-weight: bold;
 width:250px;
 float:left;
 display: block;
}

.rotulo100{
 font-weight: bold;
 width:100px;
 float:left;
 display: block;
}

.rotulo170{
 font-weight: bold;
 width:100px;
 float:left;
 display: block;
}

.historico-del {
	text-decoration:line-through;
}

.field_erro{
  color: red;
}

input[type="text"]{
  width:250px;
  border: solid 1px #666;
  margin: 3px;
}

input[type="password"]{
  width:250px;
  border: solid 1px #666;
  margin: 3px;
}

select{
  width:250px;
  border: solid 1px #666;
  margin-left: 3px;
}

textarea{
  border: solid 1px #666;
}

input[type="checkbox"]{
  margin:15px;
  display: block;
  float:left;
}

table { border-collapse: collapse;}
th {text-align:left;}
table tr td, tr th {
 border-top:1px solid #CCC; 
 border-bottom:1px solid #CCC; 
 padding: 5px;
}

label{
 width:100%;
 display: block;
}

.titulo{
 font-size: 14px;
 font-weight: bold;
}

.numero{
 text-align:right;
}

.size150{
 width:250px;
}

fieldset {
 padding: 10px;
 border:1px solid;
 border-color: #459E00 ;
 border-radius:5px;
 -moz-border-radius:5px; /* Firefox 3.6 and earlier */
}

fieldset legend{
 
 background-color: transparent;
 font-size: 14px;
 font-weight: bold;
 padding: 10px;
}

/*--------Financeiro ------------*/
#financ {
	margin: 25px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#financ p {
	margin-right: 15px;
	margin-top: 10px;
	/*width: 350px;   Obs: Hamir Dhanquer Chamado: ID2055*/
	font-size: 10pt;
	text-align: left;
	float: left;
	display: inline;
}
#financ table {
	width: 100%;
	font-size: 10pt;
	border-collapse: collapse;
	border: none;
}
#financ table th, td {
	padding: 4px;
	text-align: left;
	border: none;}
#financ table th, td {text-align: center;}
#financ table .borderTop {border-top: 1px solid #000000;}
#financ table .borderBottom {border-bottom: 1px solid #000000;}
#financ table .Left {text-align: left;}
#financ table .red {color: red;}
#financ table .vpositivo {text-align: right;}
#financ table .vnegativo {	color: red;	text-align: right;}
#financ table tr td {width: auto;}
#financ .valor {text-align: right;}

/* form secretaria projetos */
.container{float:left; text-align: center;}
#MoveRight{margin-top:65px;}
#SelectLeft , #SelectRight{width:250px;height:200px;}



/*----Step form----*/
       .prev { float:left;}
        .next { float:right;}
        #steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px;}
        #steps li {font-size:24px; float:left; padding:10px; color:#b0b1b3;}
        #steps li span {font-size:11px; display:block;}
        #steps li.current { color:#000;}
		
.ocultar{  
visibility:hidden;
position:absolute;

left:-9999px;
}


#imprimir{
	width: 50%;
	display: block;
	margin: 10px auto 10px auto;
	padding: 10px 10px 10px 150px;
	background: url('../images/Print.png') left no-repeat #EFA;
	background-position: 13px 5px;
	border: solid 1px #BD8;
	font-size: 10px;
}

.modal-overlay{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
	z-index: 9998;
}

.modal-content{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 18%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	z-index: 9999;
	box-shadow: 0 5px 150x rgb(0, 0, 0, 0.3);
}