
               /* Alteração solicitada para Documentação TOTVS */  
  
h1, h1 span {  
    color: #159abf !important;  
    font-family: 'Arial Narrow', Arial, sans-serif;  
    font-weight: bold;  
    font-size: 16px;  
}  
  
h2, h2 span {  
    color: #000000 !important;  
    font-family: 'Arial Narrow', Arial, sans-serif;  
    font-weight: bold;  
    font-size: 15px;  
}  
  
* {  
   font-size: 14px;  
   font-family: 'Arial Narrow', Arial, sans-serif;  
}  
  
.textoEx1, .textoEx1 p {  
    color: #159abf;  
    font-family: 'Arial Narrow', Arial, sans-serif;  
    font-style: italic;  
    font-size: 12px;  
}  
  
.textoEx2, .textoEx2 p {  
    color: #808080;  
    font-family: 'Arial Narrow', Arial, sans-serif;  
    font-style: italic;  
    font-size: 12px;  
}  
  
.tabela1 {  
    border-collapse:collapse !important;  
}  
.tabela1 td{   
    padding:7px; border:#92cddc 1px solid !important;  
}  
/* corrige visualização para IE8- */  
.tabela1 tr *{  
    background: #daeef3;  
}  
/*  Define a cor para as linhas ímpar  */  
.tabela1 tr:nth-child(odd) *{   
    background: #daeef3 !important;  
}  
/*  Define a cor para as linhas par */  
.tabela1 tr:nth-child(even) *{  
    background: #ffffff !important;  
}   
  
.tabela2 {  
    border-collapse:collapse !important;  
}  
.tabela2 td{   
    padding:7px; border:#8a8a8a 1px solid !important;  
}  
/* corrige visualização para IE8- */  
.tabela2 tr *{  
    background: #dad9d9;  
}  
/*  Define a cor para as linhas ímpar  */  
.tabela2 tr:nth-child(odd) *{   
    background: #dad9d9 !important;  
}  
/*  Define a cor para as linhas par */  
.tabela2 tr:nth-child(even) *{  
    background: #ffffff !important;  
}   
.tipoTabela2 table.confluenceTable th.confluenceTh, table.confluenceTable td.highlight{
	border: #8a8a8a 1px solid !important;
}

  
  
  
table {  
    border-collapse:collapse;  
}  
  
table, table * {  
   color: #000 !important;  
}  
  
table td{   
    padding:7px !important;  
    border:#92cddc 1px solid !important;  
}  
  
/*  Define a cor para as linhas ímpar  */  
table tr:nth-child(odd), table tr:nth-child(odd) > *{   
    background: #daeef3 !important;  
}  
/*  Define a cor para as linhas par  */  
table tr:nth-child(even), table tr:nth-child(even) > *{  
    background: #ffffff !important;  
}  
  
em {    
  font-family: 'Arial Narrow', Arial, sans-serif !important;    
  font-style: italic !important;    
  font-size: 12px !important;    
}    
  
.em2 {  
    color: #808080 !important;  
    font-family: 'Arial Narrow', Arial, sans-serif !important;  
    font-style: italic !important;  
    font-size: 12px !important;  
}  
  
.tipoTabela2 * table {    
 border-collapse:collapse !important;    
}    
.tipoTabela2 * table td{     
    padding:7px; border:#8a8a8a 1px solid !important;    
}    
/* corrige visualização para IE8- */    
.tipoTabela2 * table tr *{    
    background: #dad9d9;    
}    
/*  Define a cor para as linhas ímpar  */    
.tipoTabela2 * table tr:nth-child(odd) *{     
    background: #dad9d9 !important;    
}    
/*  Define a cor para as linhas par  */    
.tipoTabela2 * table tr:nth-child(even) *{    
    background: #ffffff !important;    
}  
  
table.confluenceTable td.confluenceTd.highlight-blue>p{  
     background-color : transparent;  
}  
  
/* Define a cor da primeira linha da tabela */  
table.confluenceTable th.confluenceTh, table.confluenceTable td.highlight {  
    background-color: #F7F7F7 !important;  
    border: #92cddc 1px solid !important;  
}  
  
/*Tirar margem de bloco de código */  
.pdl .syntaxhighlighter table td.code .container{  
    margin-top: 0 !important;  
    padding-bottom:0 !important;  
}  
  
.wiki-content a:link{    
     color: #1D7BA2 !important;    
}    


