﻿/* ------ */
/* Layout */
/* ------ */

.PA-WebPartContentWrapper a.PA-DocumentHyperlink > .PA-Link > .PA-LinkIcon
{
    padding-right : 0.5ex;
}

/* ----- */
/* Style */
/* ----- */

.PA-WebPartContentWrapper a.PA-DocumentHyperlink
{
    font-family     : inherit;
    font-size       : inherit;

    color           : inherit;
    text-decoration : none;
}
.PA-WebPartContentWrapper a.PA-DocumentHyperlink:hover
{
    cursor : pointer; 

    color : rgba( 128, 23, 27, 1); /* cor uminho ( #80171b) */ 
}
.PA-WebPartContentWrapper a.PA-DocumentHyperlink:focus
{
    outline : none;
}

.PA-WebPartContentWrapper a.PA-DocumentHyperlink > .PA-Link > .PA-LinkIcon.fa
{
    font-size : 1.5em;
}
.PA-WebPartContentWrapper a.PA-DocumentHyperlink > .PA-Link > .PA-LinkIcon.pa1
{
    font-size : 2em;
}
.PA-WebPartContentWrapper a.PA-DocumentHyperlink > .PA-Link > .PA-LinkIcon.se1
{
    font-size : 2em;
}
