#bread-crumb {
  border: 1px solid #D2D2F1;
  padding: 2px 5px;
  font-size: 9pt;
  color: #008000;
}
#bread-crumb
  span.seta {
  font-size: 11pt;
  color: #C00000;
  font-weight: bold;
}

#sistema-header {
  position: relative;
  min-height: 35px;
  padding-left: 10px;
  line-height: 42px;
  font-weight: bold;
  background: #4c4c4c; /* Old browsers */
  background: -moz-linear-gradient(top,  #4c4c4c 0%, #666666 0%, #474747 0%, #111111 0%, #666666 0%, #111111 1%, #000000 2%, #474747 4%, #1c1c1c 100%, #666666 100%, #2b2b2b 100%, #2c2c2c 100%, #131313 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(0%,#666666), color-stop(0%,#474747), color-stop(0%,#111111), color-stop(0%,#666666), color-stop(1%,#111111), color-stop(2%,#000000), color-stop(4%,#474747), color-stop(100%,#1c1c1c), color-stop(100%,#666666), color-stop(100%,#2b2b2b), color-stop(100%,#2c2c2c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4c4c4c 0%,#666666 0%,#474747 0%,#111111 0%,#666666 0%,#111111 1%,#000000 2%,#474747 4%,#1c1c1c 100%,#666666 100%,#2b2b2b 100%,#2c2c2c 100%,#131313 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4c4c4c 0%,#666666 0%,#474747 0%,#111111 0%,#666666 0%,#111111 1%,#000000 2%,#474747 4%,#1c1c1c 100%,#666666 100%,#2b2b2b 100%,#2c2c2c 100%,#131313 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4c4c4c 0%,#666666 0%,#474747 0%,#111111 0%,#666666 0%,#111111 1%,#000000 2%,#474747 4%,#1c1c1c 100%,#666666 100%,#2b2b2b 100%,#2c2c2c 100%,#131313 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #4c4c4c 0%,#666666 0%,#474747 0%,#111111 0%,#666666 0%,#111111 1%,#000000 2%,#474747 4%,#1c1c1c 100%,#666666 100%,#2b2b2b 100%,#2c2c2c 100%,#131313 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

h1#sistema-name {
  border: 0;
  margin: 0;
}

#sistema-header .logo-governo-federal{
  position: absolute;
  right: 10px;
  top: 10px;
  display: none;
}

#sistema-icon {
	float: right;
  width: 90px;
  height: 40px;
}

#sistema-logo {
  float: right;
  width: 177px;
  /*height: 100px;*/
}

#sistema-user {
  margin: 0;
  padding: 0 0 0 10px;
  line-height: 23px;
  font-size: 8pt;
  background-image: url(../images/user-info-bg.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0 0;
}

div#indicator {
  text-align: center;
  border:1px solid #D2D2F1;
  position: absolute;
  z-index: 1000;
  background-color: #F0F7FE;
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
div#indicator img {
	margin-top: 175px;
}
div#indicator span {
	vertical-align: bottom;
}
div.message {
  border: 1px solid #008000;
  background-color: #F3FAF0;
  margin: 2px 0 0 0;
  padding: 4px;
  text-align: center;
  color: #000000;
}

#lembrar_numero_solicitacao {
  border: 1px solid #CC9900;
  background-color: #FFFFCC;
  margin: 2px 0 0 0;
  padding: 4px;
  color: #000000;
  width: 665px;
}
#lembrar_numero_solicitacao_fechar { 
  width: 12px;
  margin-left: 650px;
}
div.erro {
  background-color: #FFEFEF;
  border-color: #C00000;
}