﻿/*
------ APRESENTACAO DAS TABELAS DE PESQUISAS - RESOLVIDO ------
*/

.TabelasPesquisas
{
    font-size: 11px;
    line-height: 11px;
    width: 100%;
}

table .SearchTracking
{
  width: 100%;
}

table .Results
{
  width: 100%;
}

.TabelasPesquisasCantoSuperiorEsquerdo
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosPesquisasCantoSuperiorEsquerdo.png) no-repeat bottom right;
    height: 20px;
    width: 20px;
    padding: 0px;
}

.TabelasPesquisasBarraSuperior
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosPesquisasBarraSuperior.png) repeat-x bottom;
    color: #000000;
    height: 20px;
    padding: 0px;
}

.TabelasPesquisasCantoSuperiorDireito
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosPesquisasCantoSuperiorDireito.png) no-repeat bottom left;
    height: 20px;
    width: 20px;
    padding: 0px;
}

.TabelasPesquisasBarraLateralEsquerda
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosPesquisasBarraEsquerda.png) repeat-y right;
    width: 24px;
    padding: 0px;
}

/*
------ CONTEUDO DAS TABELAS ------
*/

.TabelasPesquisasConteudo
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosPesquisasFundo.png);
    padding-bottom: 8px;
    margin-left: 3px;
    text-align: left;
    width: 94%;
}

.TabelasConteudoStyle
{
	background: transparent url(../../Images/Icontrol_001/png/FormatosPesquisasFundo.png);
}


/*
------ FIM DO CONTEUDO DAS TABELAS ------
*/

.TabelasPesquisasBarraLateralDireita
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosPesquisasBarraDireita.png) repeat-y left;
    width: 20px;
}

.TabelasPesquisasCantoInferiorEsquerdo
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosPesquisasCantoInferiorEsquerdo.png) no-repeat top right;
    height: 20px;
    width: 20px;
    padding: 0px;
}

.TabelasPesquisasBarraInferior
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosPesquisasBarraInferior.png) repeat-x top;
    height: 20px;
    padding: 0px;
}

.TabelasPesquisasCantoInferiorDireito
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosPesquisasCantoInferiorDireito.png) no-repeat top left;
    height: 20px;
    width: 20px;
    padding: 0px;
}


/*
------ FIM DA APRESENTACAO DAS TABELAS DE RESULTADOS ------
*/


/*
------ FORMATACAO DAS CAIXAS E DROPDOWNS DAS PESQUISAS ------
*/


#HeaderSearch2 .lblTitle2
{
    color: #6bac7f;
    font-size: 14px;
    font-weight: bold;
}

.HeaderSubTitleStyle
{
    color: #6bac7f;
    font-size: 12px;
    font-weight: bold;
    margin-top : 5px;
    margin-bottom : 5px;
}


.SearchLabel
{
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align:left;
    margin-right:4px;
    height:22px;
    padding-left:12px;
}

.dadostxt
{
  color: #000000;
  font-size: 10px;
  vertical-align:middle;
  text-align:left;
}

.DropDownListStyle
{
width:100px;
  color: #000000;
  font-size: 10px;
  vertical-align:middle;
  text-align:left;
}

#ContentSearch select.ddlSender,
#ContentSearch select.ddlSenderEntity,
#ContentSearch select.ddlReceiver,
#ContentSearch select.ddlReceiverEntity
{
    color: #000000;
    font-size: 10px;
    height: 18px;
    width: 90%;
}

#ContentSearch select.ddlDocumentStatus,
#ContentSearch select.ddlDocumentType
{
    color: #000000;
    font-size: 10px;
    height: 18px;
    width: 100px;
}

#ContentSearch input.txtSnrf,
#ContentSearch input.txtDocumentNumber,
#ContentSearch input.txtDocumentType
{
    color: #000000;
    font-size: 10px;
    height: 12px;
    width: 89%;
}

#SearchButtons
{
  text-align: right;
  vertical-align: bottom;
}

#SearchButtons .btnSearchDocuments
{
  height: 20px;
  font-size: 10px;
}

/*
------ FIM DA FORMATACAO DAS CAIXAS E DROPDOWNS DAS PESQUISAS ------
*/

/*
------ APRESENTACAO DAS TABELAS DE RESULTADOS - RESOLVIDO ------
*/

.TabelasResultados
{
    font-size: 11px;
    line-height: 11px;
    width: 100%;
}

.TabelasResultadosCantoSuperiorEsquerdo
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosTabelasCantoSuperiorEsquerdo.png) no-repeat bottom right;
    height: 20px;
    width: 20px;
    padding: 0px;
}

.TabelasResultadosBarraSuperior
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosTabelasBarraSuperior.png) repeat-x bottom;
    color: #000000;
    height: 20px;
    padding: 0px;
}

.TabelasResultadosCantoSuperiorDireito
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosTabelasCantoSuperiorDireito.png) no-repeat bottom left;
    height: 20px;
    width: 20px;
    padding: 0px;
}

.TabelasResultadosBarraLateralEsquerda
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosTabelasBarraEsquerda.png) repeat-y right;
    width: 24px;
    padding: 0px;
}

/*
------ CONTEUDO DAS TABELAS ------
*/

.TabelasResultadosConteudo
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosTabelasFundo.png);
    padding-right: 10px;
    padding-bottom: 8px;
    text-align: left;
    width: 94%;
}


/*
------ FIM DO CONTEUDO DAS TABELASAPRESENTACAO DAS TABELAS DE RESULTADOS ------
*/

.TabelasResultadosBarraLateralDireita
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosTabelasBarraDireita.png) repeat-y left;
    width: 20px;
}

.TabelasResultadosCantoInferiorEsquerdo
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosTabelasCantoInferiorEsquerdo.png) no-repeat top right;
    height: 20px;
    width: 20px;
    padding: 0px;
}

.TabelasResultadosBarraInferior
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosTabelasBarraInferior.png) repeat-x top;
    height: 20px;
    padding: 0px;
}

.TabelasResultadosCantoInferiorDireito
{
    background: transparent url(../../Images/Icontrol_001/png/FormatosTabelasCantoInferiorDireito.png) no-repeat top left;
    height: 20px;
    width: 20px;
    padding: 0px;
}


/*
------ FIM DA APRESENTACAO DAS TABELAS DE RESULTADOS ------
*/


/*
------ RESULTADOS DAS PESQUISAS ------
*/


.dgResults
{
  border: #000000 solid 1px;
  width: 100%;
}

.dgResults td
{
  border: #000000 solid 1px;
}

.resultsHeader
{
  background: #868689;
  text-align:center;
  height:20px;
}

.resultsHeader a
{
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.resultsItem
{
  background: transparent;
  color: #000000;
}

#Results .resultsItem:hover
{
  cursor:pointer;
  background: #666666;
  color: #FFFFFF;
}

.resultsAlterItem
{
  background: #d9d9d9;
  color: #000000;
}

#Results .resultsAlterItem:hover
{
  cursor:pointer;
  background: #666666;
  color: #FFFFFF;
}

.resultsFooter
{
  background: #aaaaaa;
  border-style:none;
  text-align: center;
  width: 100%;
}

.resultsPaging
{
  background: #868689;
  border:1px;
  border-color:#aaaaaa;
  text-align: center;
  width: 100%;
}


.resultsPaging a,
.resultsPaging span
{
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

/*
------ FIM DOS RESULTADOS DAS PESQUISAS ------
*/

/* HISTORICO DE ESTADOS */
div#DocumentInfo .dgDocumentStatus
{
  border: #000000 solid 1px;
  width: 700px;
}

div#DocumentInfo .dgDocumentStatus td
{
  border: #000000 solid 1px;
}

div#DocumentInfo .resultsHeader
{
  background: #868689;
  border: #000000 solid 1px;
  text-align:center;
}

div#DocumentInfo .resultsHeader a
{
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

div#DocumentInfo .resultsItem
{
  background: transparent;
  color: #000000;
  font-size: 11px;
  line-height: 11px;
}

div#DocumentInfo .resultsAlterItem
{
  background: #d9d9d9;
  color: #000000;
  font-size: 11px;
  line-height: 11px;
}

div#DocumentInfo .resultsPaging
{
  background: #868689;
  border: #000000 solid 1px;
  text-align: center;
  width: 100%;
}


div#DocumentInfo .resultsPaging a,
div#DocumentInfo .resultsPaging span
{
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.backButton 
{
  height: 20px;
  font-size: 10px;
}

/*
----
*/
.tabalign
{
  text-align:right;
}

.ToolTip
{
    background-color:#999999;
    border-color:black;
    border-collapse:collapse;
    color:#FFFFFF;
    display:none;
    margin-top:5px;
    position: absolute;
    left: 770px;
    vertical-align:middle;
    width:400px;
    z-index:1000;
}

legend
{
  color: #545253;
  font-size: 10px;
  font-weight: bold;
}

.transparentTextbox
{
    font-family: Arial;
    font-size: 10px;   
    text-align: left;    
    color:#000000; 
    background-color:Transparent;
    border: 0px;
    overflow:hidden;
}

.transparentTextboxEdit
{
    font-family: Arial;
    font-size: 10px;    
    text-align: left;
    color:#000000; 
    background-color:#FFFFFF;
    border: 1px;
    overflow:auto;
}
