
/* - portlet_servicos_tic.css - */
@media all {
/* http://portal1.iff.edu.br/portal_css/portlet_servicos_tic.css?original=1 */
@-webkit-keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.dropdown-contatos-ti {
position: relative;
}
.dropdown-content-contatos-ti {
display: none;
}
.dropdown-contatos-ti:hover .dropdown-content-contatos-ti {
display: block;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
margin-left: 10px;
}
ul.lista-campi{
margin-left: 10px;
}
li.nome-campi{
list-style: none !important;
margin-bottom: 7px !important;
margin-top: 15px;
}
.campi-contato{
cursor: pointer;
font-weight: 600;
color: RGBA(42, 42, 42, 0.8);
}
.texto-contato::before{
content:'';
background-size: 100% 100%;
display: inline-block;
height: 15px;
width: 15px;
margin-right: 5px;
}
.texto-contato.telefone::before{
background-image: url("http://portal1.iff.edu.br/tic/catalogo-de-servicos-de-tic/imagens/telefone.png");
}
.texto-contato.mail::before{
background-image: url("http://portal1.iff.edu.br/tic/catalogo-de-servicos-de-tic/imagens/mail.png");
height: 12px !important;
}
.texto-contato.link::before{
background-image: url("http://portal1.iff.edu.br/tic/catalogo-de-servicos-de-tic/imagens/link.png");
}
.texto-contato.horario::before{
text-align: center;
background-image: url("http://portal1.iff.edu.br/tic/catalogo-de-servicos-de-tic/imagens/horario.png");
}
p.horario-campi{
margin-left: 20px !important;
}
.texto-contato, .horario-campi{
color: #464a55;
}
.matutinis td {
vertical-align:middle !important;
}
.matutinis {
margin: auto !important;
border-right: 0 !important;
}
table.matutinis tbody tr:nth-child(even) td{
background: white !important;
}
table.matutinis tbody td:last-child{
border-right: none !important;
}
.cover-collection-tile .collection-item h4 {
line-height: 2.6em !important;
}
}

