
/* - ploneCustom.css - */
@media all {
/* https://www.icaraima.pr.leg.br/portal_css/ploneCustom.css?original=1 */
/* */
table.invisible {
margin: 0 auto;
text-align: center;
}
table.invisible th img.image-inline {
border-radius: 50%;
width: 80px;
height: 80px;
object-fit: cover;
display: block;
margin: 0 auto;
transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
opacity 0.5s ease,
box-shadow 0.5s ease,
filter 0.5s ease;
}
.parlamentares-wrapper:hover table.invisible th img.image-inline {
opacity: 0.3;
filter: grayscale(40%);
}
.parlamentares-wrapper:hover table.invisible th:hover img.image-inline {
transform: scale(1.2);
opacity: 1;
filter: grayscale(0%);
box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}
/* */
#portaltab-a a,
#portaltab-a-1 a,
#portaltab-a-2 a {
display: inline-flex !important;
align-items: center;
justify-content: center;
background: rgba(255,255,255,0.15) !important;
border: 1px solid rgba(255,255,255,0.35) !important;
color: white !important;
border-radius: 5px !important;
font-weight: 700 !important;
cursor: pointer;
transition: background 0.2s ease;
text-decoration: none !important;
padding: 3px 8px !important;
line-height: 1 !important;
}
#portaltab-a a { font-size: 15px !important; }
#portaltab-a-1 a { font-size: 12px !important; }
#portaltab-a-2 a { font-size: 10px !important; }
#portaltab-a a:hover,
#portaltab-a-1 a:hover,
#portaltab-a-2 a:hover {
background: rgba(255,255,255,0.35) !important;
}
}

