/* --- layout overrides css --- */

/* --- Feira Virtual --- */
#folder-6240 .description table
{
    border-top: 1px solid var(--base-color-black);
    font-size: 1.2em;
    font-family: SourceSansPro_Semibold;    
}
#folder-6240 .description table tr
{
    border-bottom: 1px solid var(--base-color-black);
    position: relative;/* para depois posicionar as setas */    
}
#folder-6240 .description table tr td
{
    vertical-align: middle;
    padding: 10px 20px;
    position: relative;/* para depois posicionar as setas */
    border-bottom: 1px solid var(--base-color-black);
}
/* --- todas as primeiras colunas, default --- */
#folder-6240 .description table tr td:first-child {
    width: 80px;
    padding: 10px;/* override */    
    background-color: #f9bf3c/* amarelo torrado */;
    border-left: 10px solid #c20f2f/* vremelho */;
    z-index: -1;    
}
/* --- primeira linha, primeira coluna --- */
#folder-6240 .description table tr:first-child td:first-child {
    border-left: #f9bf3c/* amarelo torrado */;
    border-left: 10px solid #f9bf3c/* amarelo torrado */;    
}
/* --- ultima linha, primeira coluna --- */
#folder-6240 .description table tr:last-child td:first-child {
    background-color: #c20f2f/* vermelho */;
    font-family: SourceSansPro_Bold;
}


#folder-6240 .description table tr td:first-child::after {
    content: ' ';
    position: absolute;
    top: 40%;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f9bf3c/* amarelo torrado */;    
}
#folder-6240 .description table tr:last-child td:first-child::after {
    border-left: 5px solid #c20f2f/* vermelho */;    
}
/* nome do GAE */
#folder-6240 .description table tr:last-child td:last-child p:nth-child(2),
#folder-6240 .description table tr:last-child td:last-child p:nth-child(4) {
    font-family: SourceSansPro_Light;
}



















/* --- Virtual Recruitment Day --- */
#folder-6329 .description table
{
    /*border-top: 1px solid var(--base-color-black);*/
    font-size: 1.2em;
    font-family: SourceSansPro_Semibold;    
}
#folder-6329 .description table tr
{
    /*border-bottom: 1px solid var(--base-color-black);*/
    position: relative;/* para depois posicionar as setas */    
}
#folder-6329 .description table tr:first-child td p{
    text-align: center;
}
#folder-6329 .description table tr td
{
    vertical-align: middle;
    padding: 10px 20px;
    position: relative;/* para depois posicionar as setas */
    border-bottom: 1px solid var(--base-color-black);
}
/* --- todas as primeiras e quartas colunas, default --- */
#folder-6329 .description table tr td:first-child,
#folder-6329 .description table tr td:nth-child(4){
    width: 80px;
    padding: 10px;/* override */    
    background-color: #f9bf3c/* amarelo torrado */;
    border-left: 10px solid #c20f2f/* vremelho */;
    z-index: -1;    
}

/* --- todas as terceiras colunas --- */
#folder-6329 .description table tr td:nth-child(3) {
    border-left: 0px solid var(--base-color-black);
}

/* --- primeira linha, primeira coluna --- */
#folder-6329 .description table tr:first-child td:first-child {
    border-left: #f9bf3c/* amarelo torrado */;
    border-left: 10px solid #f9bf3c/* amarelo torrado */;    
}

/* --- colunas das ultima linha --- */
#folder-6329 .description table tr:last-child td {
    border-top: 1px solid var(--base-color-black);
}

/* --- ultima linha, primeira coluna --- */
#folder-6329 .description table tr:last-child td:first-child {
    background-color: #c20f2f/* vermelho */;
    font-family: SourceSansPro_Bold;
}


#folder-6329 .description table tr td:first-child::after,
#folder-6329 .description table tr td:nth-child(4)::after{
    content: ' ';
    position: absolute;
    top: 40%;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f9bf3c/* amarelo torrado */;    
}
#folder-6329 .description table tr:last-child td:first-child::after {
    border-left: 5px solid #c20f2f/* vermelho */;    
}

/* --- transparencia na 1ª coluna da 1ª e 5ª linhas--- */
#folder-6329 .description table tr:nth-child(1) td:first-child,
#folder-6329 .description table tr:nth-child(1) td:nth-child(4){
    background-color: transparent;
}
#folder-6329 .description table tr:nth-child(1) td:first-child,
#folder-6329 .description table tr:nth-child(1) td:first-child::after,
#folder-6329 .description table tr:nth-child(1) td:nth-child(4),
#folder-6329 .description table tr:nth-child(1) td:nth-child(4)::after{
    border: 0;
}

/* --- border das terceiras colunas --- */
#folder-6329 .description table tr td:nth-child(3){
    border-bottom: 0;
}

/* nome do GAE */
#folder-6329 .description table tr:last-child td:last-child{
    font-family: SourceSansPro_Light;
}
#folder-6329 .description table tr:last-child td:last-child a{
    font-family: SourceSansPro_Semibold;
}

						       