.pageHeader
{
  height: 79px;
  background-color: #d4e8f3;
  background-image: url(../images/topo.jpg);
  background-repeat: no-repeat;
}

.pageHeader .receitaFederal
{
  background-image: url(../images/LogoReceita.png);
  background-repeat: no-repeat;
  width: 250px;
  height: 100%;
  margin-top: 5px;
}

.pageHeader .barraUsuario
{
  height: 17px;
    /*width: 490px;*/
  width: 443px;
  padding-top: 5px;
}

.pageHeader .barraUsuarioNome
{
  position: absolute;
    /* top: 9px; */
  background-image: url("../images/cabecalho/tarjaUsuarioDados.png");
  top: 31px;
  font-size: 11px;
  font-weight: normal;
  color: #1b3c77;
}

.pageHeader .barraUsuarioNome label
{
  font-weight: bold;
  color: #1b3c77;
  margin-right: 5px;
}

.pageHeader .barraUsuarioDados
{
  position: absolute;
  background-image: url("../images/cabecalho/tarjaUsuarioNome.png");
  top: 56px;
  font-size: 11px;
  font-weight: normal;
  color: white;
  padding-top: 3px;
  overflow: hidden;
}

.pageHeader .barraUsuarioDados label
{
  font-weight: bold;
  color: #1b3c77;
  margin-right: 5px;
}

.pageHeader .barraUsuarioDados #usuarioCPF
{
  padding-right: 20px;
}

.pageHeader .barraUsuarioDados #usuarioLotacao
{
  position: absolute;
  white-space: nowrap;
}

.pageHeader .inicioAplicacaoRapida
{
  position: absolute;
  top: 44px;
  left: 250px;
}

.pageHeader .inicioAplicacaoRapida *
{
  vertical-align: middle;
}

.pageHeader .inicioAplicacaoRapida input[type='text']
{
  width: 200px;
  color: #6D6F71;
  background: white;
  border: 1px inset #5A95DB;
  height: 17px;
  padding-top: 2px;
  font-size: 12px;
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3);
}

.pageHeader .inicioAplicacaoRapida input[type='text']:focus
{
  color: black;
}

.fonte-label-header
{
    font-weight: bold;
    color: #213f77;
    font-family: sans-serif;
}

.fonte-conteudo-header
{
    font-weight: normal;
    color: #213f77;
    font-family: sans-serif;
}

.barraAtendimento
{
  height: 21px;
  min-height: 21px;
  background-color: #5A95DB;
  background-image: url('../images/barraAzul.gif');
  background-repeat: repeat-x;
  background-position: top;
  color: white;
}

.botaoMostrarAreaTrabalho
{
  background: url('../images/botaoHomeOff.png') no-repeat top left;
  width: 21px;
  height: 21px;
  border: none;
  position: absolute;
  margin-left: 9px;
  outline: none;
}

.barraAtendimento .minimizarCabecalho {
    background: #F7941E url('../images/botaoLaranjaOff.png') repeat-x;
    position: absolute;
    right: 14.9em;
    overflow: hidden;
    width: 18px;
    height: 21px;
    border: none;
    color: white;
    font-size: 0.95em;
    cursor: pointer;
}
.barraAtendimento .minimizarCabecalho:hover {
  background-image: url('../images/botaoLaranjaOn.png');
}
.barraAtendimento .minimizarCabecalho > span.glyphicon {
    margin: 5px 0 0 3px;
    transform: rotate(-90deg);
}
.barraAtendimento .minimizarCabecalho > span.glyphicon.glyphicon-forward {
    margin: 3px 0 0 3px;
}

.barraAtendimento .sair
{
  background: #F7941E url('../images/botaoLaranjaOff.png') repeat-x;
  position: absolute;
  right: 10px;
  padding-left: 5px;
  padding-right: 22px;
  font-size: 11px;
  text-decoration: none;
  font-weight: bolder;
  color: white;
  padding-top: 1px;
  height: 21px;
  cursor: pointer;
}

.barraAtendimento .sair .iconeSair
{
  background: url('../images/fecharLaranjaEscuro17pxOff.png');
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  right: 0px;
}

.barraAtendimento .sair:hover
{
  background-image: url('../images/botaoLaranjaOn.png');
}

.barraAtendimento .sair:hover .iconeSair
{
  background-image: url('../images/fecharLaranja17pxOn.png');
}

.imagem-titulo {
    /* para centralizar
    left: -moz-calc(50% - 250px);
    left: -webkit-calc(50% - 250px);
    left: calc(50% - 250px);
    */
    left: 540px; /* alinhado a esquerda */
    top: 30px;
    position: absolute;
}

.dados-usuario {
    margin-left: -moz-calc(100% - 320px);
    margin-left: -webkit-calc(100% - 320px);
    margin-left: calc(100% - 320px);
    position: absolute;
}