54
| <![CDATA[<i class="fa fa-search" id="icoSearch" style="cursor:pointer;"></i>]]>
|
271
| <![CDATA[<span style="background-color: rgb(0, 204, 204);"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARUAAAAhBAMAAAAFXCLeAAAAMFBMVEUTpTBctkK60lPA1mbG2nfL3YbR4ZXW5KPc6LDh67zm7sjr8tTw9d/1+Or6/PX///+rxDXQAAADCUlEQVRYw+2VPWhTURTHz0vSj7RgHiIISm2QDrrYCAWn2rR9UKlKg7PY7A5pUXARI85ios6ionsy1KlDIghOGl2sCDbWDxxiedSmTV7S9/6ee3IrODi9iB3eGd659//+7+Z3v06IgggiiP8T2eaeQQkhv2dY+t//0+FjgPtUNaIePwB8SKreZdu9z+l4tZbsmGrpXU/ogbdEsQaRcd3+scj926ilRH7mnwV4zI0jSAsLWibRedXIU8gGtrTJ2fWc4E5KsVzihpukDKe2KXLaJ0vz6Bm7zY0Mysxya+QOihSxWxdO2S0a9FLjain4l88hoT2lb+HqJ1Z64EzNItmL5tRFvFVy5adPFp7gYdwkqmCTWRbIKDVpCCmlLsQciiApphC/0p48zdVZOeExnUWjXpwo5yh5dNs/i1HdoDCyjrAwiJlVgxo8+xbRtYSYDH6lPY+o7worD+sygKRBxJV81T8LZbYoikNeh6UXqcobKSb1ASztmqK8Ph1Pod1ZKbss7+wiPyJIi9wFltEGDbd4PGHh3eA5ckw0jCpWTGVyl/n0aM8Q3EX+zFAby6snyUBe5O6wZOpULf/JwupBG1/1PfKS2mPc4HasEeqw6IS8yF1gmd8i3pbcprD08B7J8rNKkYLHCxNzrBl7TXuIZrGm9qgoA0ClsPqQ5S6wlDbCqC1XHGEZhJmTY1naiEzx6Ul3TBMN7bHilNlmpdC5wZKiSIjsn6Uf+agqbp6pWPh+jrpxUfc5cn/EFGtoj52n4QYrczu8YvtpjusczbdJZN8skZJrDrctawZp/uGzXLd68d1U6oCX6NP1hXJ17Sl84RvGSj/emT2riShe0DF8JpF9sngfbTynrCr1dhnrq1DTzcJVatjeqbY79+g1itpzGq9QFDq4quwXsK5Orcj+/49eElVVRcltcmdnQZ3FArDCeRy4q01NU3vCVTimYomUgCd81ivw7vEnSvbHErGsSU588ogOTFqWpccbm5Q0clKbpn97KDRtEp9qripjCSkxliQlBxFEEEEE8bf4BSmp37Q4aJgMAAAAAElFTkSuQmCC" alt=" Dados Básicos" /></span>]]>
|
271
| <![CDATA[<span style="color: rgb(68, 68, 68); font-family: Arial; font-size: 13px; text-align: justify;">115.364</span>]]>
|
20
| <![CDATA[<style>
</style>]]>
|
447
| <![CDATA[<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({
social_tools:false,
deeplinking:false
});
$(".ver-arquivos").on("click",function(){
$(this).hide().parents(".licitacao").find(".arquivos-licitacao").show("100");
});
$(".vermaisconcurso").on("click",function(){
if($(this).parents(".concurso").find(".edital").is(":visible")){
$(this).html("[Abrir]").parents(".concurso").find(".edital").hide("10");
$(this).parents(".concurso").find(".fa").removeClass("fa-minus-square-o").addClass("fa-plus-square-o");
} else {
$(this).html("[Fechar]").parents(".concurso").find(".edital").show("10");
$(this).parents(".concurso").find(".fa").removeClass("fa-plus-square-o").addClass("fa-minus-square-o");
}
});
var nav = $('#menuHeader');
$(window).scroll(function () {
var topLimit = 55;
var marginTop = 70;
if ($(this).scrollTop() > topLimit) {
nav.addClass("menu-fixed");
$(".cabecalho").css("marginBottom",marginTop+"px");
} else {
nav.removeClass("menu-fixed");
$(".cabecalho").css("marginBottom","0px");
}
});
$(".dropdown").hover(
function(){ $(this).addClass('open') },
function(){ $(this).removeClass('open') }
);
$("#icoSearch").on("click",function(){
if($(".busca").is(":visible")){
$(".busca").fadeOut(100);
$("#icoSearch").animate({
"marginRight": "0px"
},100);
} else {
$(".busca").fadeIn(200);
$(this).animate({
"marginRight": "15px"
},200);
}
});
$(".play").each(function(){
var i = $(this).find("i");
var iWidth = i.width();
var iHeight = i.height();
var divWidth = $(this).find("img").width();
var divHeight = $(this).find("img").height();
var newTop = ((divHeight / 2) - (iHeight / 2))+"px";
var newLeft = ((divWidth / 2) - (iWidth / 2))+"px";
i.css({
"marginTop": newTop,
"marginLeft": newLeft
});
});
});
</script>]]>
|
519
| <![CDATA[<script> $.fn.cycle.defaults.autoSelector = '.slideshow'; </script>]]>
|