﻿@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------------------------------------------------*/
/*----------------------------------------- GERAL --------------------------------------------*/

body {
	font-family: Calibri, Candara, "Segoe UI", "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444;
	background-image: url(../imagens/background.png) !important;
	line-height:1.2;
	*margin-top:0 !important;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.conteudo { margin: auto;}

h1 {font-size: 1.6em; line-height:1; font-weight: normal;}
h2 {font-size: 1.45em; line-height:1;}
h3 {font-size: 1.3em; letter-spacing:-0.5px; line-height:1;}
h4 {font-size: 1.2em; letter-spacing:-0.5px; line-height:1;}
h5 {font-size: 1.1em; line-height:1;}
h6 {font-size: 0.85em; line-height:1;}

a {	font-weight: normal; text-decoration:none; color: #444;}

.show_480,
.show_640,
.show_1024 {
	display: none;
}

input {
    -webkit-appearance: none;
}

/*--------------------------------------------------------------------------------------------*/
/*--------------------------------------- CABECALHO ------------------------------------------*/

#cabecalho {
	height: 97px;
	background-color: #fff;
	/*background-image: url(../imagens/base_cabecalho.png);*/
	background-repeat: repeat-x;
	background-position: center 0px;
}

#cabecalho .conteudo {
	display: block;
	padding: 14px 0px;
	/*background-image: url(../imagens/ilustra_cabecalho.png);*/
	/*background-position: 252px bottom;*/
	background-repeat: no-repeat;
}

#cabecalho #marca {
	width: 252px;
	height: 56px;
	float: left;
}

#cabecalho #marca img {	
	width: 85%;
	height: 170%;
}


/* ----- USUÁRIO -----*/
#cabecalho .usuario {
	float: right;
	position: relative;
}

#cabecalho .usuario div input {
	width: 95px;
	margin-bottom: 3px;
	padding: 7px;
	padding-left: 27px;
	border: none;
	color: #444;
	border: none;
	background-position: 6px center;
	background-repeat: no-repeat;
}

#cabecalho .usuario div input[type="text"] {
	background-image: url(../imagens/login_icon_user.png);
	border-radius: 0px 0px 0px 0px; 
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border: 1px solid #ddd;
	/*border-right: none;*/
	font-family: inherit;
}

#cabecalho .usuario div input[type="password"] {
	border-right: none;
	background-image: url(../imagens/login_icon_pass.png);
	border-radius: 0px 0px 0px 0px; 
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-family: inherit;
}

#cabecalho .usuario div input[type="text"]:hover,
#cabecalho .usuario div input[type="password"]:hover {
	box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
}

#cabecalho .usuario div input[type="text"]:focus,
#cabecalho .usuario div input[type="password"]:focus {
	box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

#cabecalho .usuario div input[type="submit"] {
	padding: 8px 7px;
	/*width: 60px;*/
	cursor: pointer;
	color: #fff;
	border-left: none;
	border-radius: 0px 0px 0px 0px; 
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	background-color: #0064B1;
	/*height: 31px;*/
	font-family: inherit;
}

#cabecalho .usuario div input[type="submit"]:hover {
	/*background-color: #333;*/
}

#cabecalho .usuario div input+input {
	margin-left: -4px;
	border-left: 1px solid #ddd;
}

#cabecalho .usuario a {
	margin-left: 10px;
	color: #0064B1;
}


/*--------------------------------------------------------------------------------------------*/
/*------------------------------------------ MENU --------------------------------------------*/

#menu {
	background-color: #0064B1;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

#menu ul li {
	float: left;
	margin: 0px 5px;
	padding: 5px 0px;
}

#menu ul li a {
	padding: 5px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

#menu ul li a:hover {
	text-decoration: none;
	background-color: #444;
}


/*--------------------------------------------------------------------------------------------*/
/*----------------------------------------- CORPO --------------------------------------------*/

#corpo {
	padding: 36px 0px 25px 0px;
}
	
.coluna_esquerda {
	/*width: 44%;*/
	width: 60%;
	float: left;
}

.coluna_direita {
	/*width: 56%;*/
	width: 40%;
	float: left;
}

.coluna_esquerda.multi_moeda {
	width: 44%;
}

.coluna_direita.multi_moeda {
	width: 56%;
}



/*-----------------------------------------------------*/
/*---------------------- PAINÉIS ----------------------*/

.painel {
	padding: 17px 3% 12px;
	margin-bottom: 25px;
	background-color: #fff;
	background-image:url(../imagens/background-painel.png);
	background-position: left 18px;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06); 
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
}

.coluna_esquerda .painel {
	width: 94%;
}

.coluna_direita .painel {
	float: left;
}

.painel.pregao {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
	/*height: 483px;*/
	width: 90%;
}

.painel.pregao.uma-moeda {
	width: 90%;
}

.painel.banners {
	width: 99%;
	padding:0.5%;
	background-image: none;
}

.painel.certidoes,
.painel.noticias {
	width: 39%;
}

.painel h1 {
	margin-bottom: 10px;
	color: #0064B1 !important;
	text-transform: uppercase;
}
.painel h1 a {
	color: #0064B1 !important;
}


.painel.pregao p {
    padding: 15px 5px 5px;
    font-size: 0.9em;
    line-height: 1;
	border-top: 1px solid #aaa;
}

/*-----------------------------------------------------*/
/*---------------------- BANNERS ----------------------*/

.painel.banners a {
	display: block;
	float: left;
	margin: 6px;
	border: 1px solid #ddd;
}

.painel.banners a img {
    width: 128px;
}


/*-----------------------------------------------------*/
/*------------------------ BOTÃO ----------------------*/

.botao {
	float: left;
	display:block;
	padding: 3px 10px 4px;
	background-color: #E4E9E9;
	/*border-radius: 3px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}

.botao:hover {
	color: #fff;
	background-color: #333;
}


/*-----------------------------------------------------*/
/*--------------------- LISTA LINK --------------------*/

ul.lista_link {
	margin-bottom: 8px;
}

ul.lista_link li {
	padding: 3px 0px;
}

ul.lista_link li+li {
	border-top: 1px solid #ccc;
}

ul.lista_link li a {
	display: block;
	padding: 4px;
}

ul.lista_link li a:hover {
	text-decoration: none;
	background-color: #93C4F0;
	cursor: pointer;
}

.lista-noticia-ativo
{
    background-color: #93C4F0;
    cursor: pointer;
}

ul.lista_link li a h4 {
	font-weight: normal;
}

ul.lista_link li a h5 {
    padding-top: 1px;
}

.lista_link p {
    padding-bottom: 2px;
}

/*-----------------------------------------------------*/
/*----------------------- TABELAS ---------------------*/

table {
	margin: 10px 0px;
}

table th,
table td {
	padding: 6px;
	text-align: left;
	vertical-align: middle;
}

table tr+tr {
	border-top: 1px solid #d3d3d3;
}

table td.verde {color: #008a03;}
table td.vermelho {color: #c02c11;}


.coluna_esquerda table {
	border-bottom: 1px solid #aaa;
}

.coluna_esquerda table thead {
	border-bottom: 1px solid #aaa;
}

.coluna_esquerda table thead th {
	font-weight: lighter !important;
}


.painel.pregao table {
	margin-bottom: 20px;
}

.painel.pregao table thead {
	border-bottom: 1px solid #c9cacc;
}

.painel.pregao table th+th,
.painel.pregao table td+td {
	text-align: right;
}


/*-----------------------------------------------------*/
/*----------------------- LEGENDA ---------------------*/

.coluna_esquerda .legenda {
	width: 100%;
	margin-top: 4px;
}

.coluna_esquerda .legenda div {
	display: inline;
	padding: 0px 4px 0px 6px;
}

.coluna_esquerda .legenda div+div {
	border-left: 1px solid #ccc
}

.coluna_esquerda .legenda div img {
	margin-right: 3px;
	margin-bottom: -4px;
}

.coluna_esquerda .legenda .botao {
	float: right;
	margin-top: -14px;
}


/*--------------------------------------------------------------------------------------------*/
/*----------------------------------------- RODAPÉ -------------------------------------------*/

#rodape {
	padding: 10px 0px;
	background-color: #f3f3f3;
	width: 100%;
	bottom: 0;
    text-align: center;
    position: fixed;
    font-size: 11px;
}

/*--------------------------------------------------------------------------------------------*/
/*----------------------------------------- AJUSTES -------------------------------------------*/
/* Conteúdo */
.k-content,
.k-editable-area,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
  background-image: url(../imagens/background.png) !important;
}

/* Detaque texto (locais onde existem negrito) */
.destaquePalavra
{
    font-weight: bold !important;
}

.valorPositivo
{
    color: Black;
}

.valorNegativo
{
    color: Red;
}

.icone-legenda
{
    vertical-align: middle;
}

.titulo-legenda
{
    margin-bottom: 7px;
}

.img-ponteiro
{
    cursor: pointer;
}

#btVoltarInicio
{
    float:right;
}

.navegacao-produtos
{
    float: right; 
    display: inline-flex;
}

.acoes-detalhes-mural
{
    margin-right: 10px;
}

/* Carregando sob demanda */
.carregandoDados
{
    width: 100%;
    height: 25px;
    text-align:center;
}

.carregandoDados.select
{
    text-align:left;
    display: inline;
}

/* Área de Clique */
.areaClique
{
    cursor: pointer;
    color: #0064B1;
}

.texto-maiusculo
{
    text-transform: uppercase;
}

.botoes-kendo-window
{
    width: 100%; 
    text-align: right; 
    padding-top: 10px;
}

/*Login*/
#divLogin
{
    text-align: right;
}

.area-acesso
{
    margin-top: -15px;
    margin-bottom: 11px;
    text-align: right;
}

.area-acesso span a
{
    font-weight:bold;
}


/* Tooltip */
.tooltip:after{
	font:12px/1.4 Arial,Georgia,sans-serif;
	content: attr(data-title);
	display:none;
	position:absolute;
	padding:5px 10px;
	top:0px;
	margin:1em 0 3em;
	text-align: center;
	color:#fff;
	background:#0064B1;
	left:-20px;
	min-width: 100px;
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000')"; /* IE8 */
}

/* creates triangle */
.tooltip:before{
	z-index:13;
	position:absolute;
	content:" ";
	display:none;
	width:0;
	height:0;
	border-style:solid;
	top:-3px;
	left:0px;
	border-width:15px 7px 15px 7px;
	border-color:transparent transparent #0064B1;
}

.tooltip:hover::before{
	display:block;
}

.tooltip:hover{
	z-index:10;
	position:relative;
	cursor: text;
}

.tooltip:hover::after{
	/*width:100px;*/
	display:block;
	margin:25px 0 0 10px;
}

.tooltip-cima:after{
	font:12px/1.4 Arial,Georgia,sans-serif;
	content: attr(data-title);
	display:none;
	position:absolute;
	padding:5px 10px;
	top:0px;
	text-transform: capitalize;
	text-align: center;
	margin:1em 0 3em;
	color:#fff;
	background:#0064B1;
	left:-20px;
    min-width: 100px;
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000')"; /* IE8 */
}

.tooltip-cima:before{
	z-index:13;
	position:absolute;
	content:" ";
	display:none;
	width:0;
	height:0;
	border-style:solid;
	top:-12px;
	left:5px;
	border-width:15px 7px 15px 7px;
	border-color:#0064B1 transparent transparent;
}

.tooltip-cima:hover::before{
	display:block;
}

.tooltip-cima:hover{
	z-index:10;
	position:relative;
}

.tooltip-cima:hover::after{
	display:block;
	margin:-38px 0 0 10px;
}

/* Menu idioma */
.menu-idioma-painel {
	position: absolute;
	font: 14px "Proxima Nova alt", "Proxima nova", "Helvetica Neue", Helvetica, sans-serif;
	z-index: 100;
	width: 150px;
	opacity: 0;
	display: block !important;
	visibility: hidden;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.menu-idioma-painel.ativo {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}

.menu-idioma-painel-item {
  background-color: #fefefe;
  padding: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
	border-radius:4px;
	list-style-type: none;
	overflow: hidden;
}

.menu-idioma-painel-item > li {
	padding:0;
	border-top: 1px solid #f4f4f4;
	position: relative;
}

a:before {
  position: absolute;
  top: 10px;
  left: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
  pointer-events: none;
}

.menu-idioma-painel-item > li:first-child {
  border-top: none;
}

.item-link > a {
  display: block;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  color: Black !important;
}
.item-link > a:hover
{
    background-color: White !important;
}

.k-widget.k-tooltip
{
    border-color: #0064B1 !important;
    background-color: #0064B1 !important;
    background-image: none;
}

.k-callout-e
{
    border-left-color: #0064B1 !important;
}

/*Notícias.aspx*/
.coluna_esquerda_noticia
{
	width: 24%;
	float: left;
}

.coluna_esquerda_noticia .painel {
	width: 84%;
}

.coluna_direita_noticia {
	width: 76%;
	float: left;
}

/*ExibeConteudo.aspx*/
.exibe-conteudo
{
    margin: 0px auto 0px auto;
}

/*//TODO: painel de leitura fixo (desativado por enquanto)*/
#areaLeitura {
    height: 50px;
    width: 100%;
}

#conteudoLeitura {    
    position: static;
    height : 50px;
    background-color: #000;
}


/* Mural.aspx */
.painelFiltro
{
    width: 300px;
    background-color: #3D7AAF;
    left: 0;
    margin-left: -270px;
    height: 100px;
    position: fixed;
    color:White;
    z-index: 1;
}
        
.painelOpcoes
{
    /*width: 350px;*/
    width: 300px;
    background-color: #3D7AAF;
    /*right: 0;*/
    left: 0;
    /*margin-right: -315px;*/
    margin-left: -270px;
    height: 100px;
    position: fixed;
    /*overflow:scroll;
    overflow-x: hidden;*/
    margin-top: 101px;
    z-index: 0;
}

.painelOpcoes.overflow
{
    overflow:scroll;
    overflow-x: hidden;
}

.lista-legenda.overflow
{
    overflow:scroll;
    overflow-x: hidden;
    height: 220px;
}
        
.iconePainel
{
    /*background-color: rgba(10, 10, 10, 0.7);*/
    margin: 5px;
    font-size: 25px;
    color: white;
    position: absolute;
    height: 90%;
}
        
.iconePainel.opcoes
{
    /*background-color: rgba(10, 10, 10, 0.7);*/
    /*text-align: left;*/
    margin: 5px;
    font-size: 25px;
    color: white;
    position: absolute;
    /*left: 0;*/
    right: 0;
    /*padding: 3px;*/
    /*height: 90%;*/
    height: 25px;
}
        
.iconePainel.busca
{
    /*background-color: rgba(10, 10, 10, 0.7);*/
    text-align: right;
    margin: 5px;
    font-size: 25px;
    color: white;
    position: absolute;
    right: 0;
    height: 25px;
}
        
.grupoFiltro
{
    padding: 5px;
    /*opacity: 0;*/
}
        
.grupoFiltro.direita
{
    /*right: 0;*/
    left: 0;
    /*padding-left: 45px;*/
    color: white;
    height: 90px;
}
        
.grupoFiltro.esquerda
{
    left:0;
    height: 90px;
}
        
.campoTexto
{
    -webkit-appearance: none;
    margin-bottom: 3px;
	padding: 7px;
	border: none;
	color: #444;
	border: none;
	border: 1px solid #ddd;
	width: 93%;
}
        
.campoSelect
{
    width: 100%;
}
        
.campoBotao {
	width: 100%;
	cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 0px 0px 0px 0px; 
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	background-color: #0064B1;
	height: 31px;
	padding-left: 16px;
}

.campoBotaoSemIcone {
	width: 100%;
	cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 0px 0px 0px 0px; 
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	background-color: #0064B1;
	height: 31px;
}

.campoBotao.desativado {
	width: 100%;
	cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 0px 0px 0px 0px; 
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	background-color: #868883;
	height: 31px;
	padding-left: 16px;
}

        
.areaBotao1
{
    display: inline-block;
    width: 85%;
    max-width: 85%;
}
        
.areaBotao2
{
    display: inline-block;
    width: 49%;
    max-width: 49%;
}
        
.areaBotao3
{
    display: inline-block;
    width: 27.6%;
    max-width: 27.6%;
}
       
.listaLI
{
    /*float:left;
    margin: 0 10px 10px 0;*/
    width: 250px;
}

/* MuralDetalhes.ascx */
#areaDetalhes
{
    /*min-width: 90%;*/
    /*background-color: White;*/
}

.area-icone-grid
{
    margin-top: 8px;
    text-align: center;
}

.painel-funcionalidades
{
    height: 500px;
}

.painel-funcionalidades-impugnacao
{
    
}

.painel-funcionalidades-forum
{
    
}

.painel-funcionalidades-chat
{
    min-height: 240px !important;
}

.painel-funcionalidades-anexo
{
    min-height: 350px !important;
}

.painel-funcionalidades-relhis
{
    min-height: 240px !important;
}

.botao-voltar-topo
{
    font-size: 30px;
    color: white;
    bottom: 0;
    height: 30px;
    background: #0064B1;
    width: 25px;
    text-align: center;
    display:none;
    right: 60px;
    position: fixed;
    z-index: 1;
}

/* formatação das labels de erro do jQuery Validate */
label.error {
    color: #FF0000 !important;
}

/* ICONES */
.ico-botao
{
    position: absolute; 
    padding: 9px 5px 5px 5px;    
}

.ico-buscar-branco-25
{
    background-image: url(../imagens/icon_buscar_branco_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.ico-legenda-branco-25
{
    background-image: url(../imagens/icon_legenda_branco_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.ico-buscar-branco-15
{
    background-image: url(../imagens/icon_buscar_branco_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
}

.ico-ok-branco-15
{
    background-image: url(../imagens/icon_ok_branco_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
}

.ico-fechar-branco-25
{
    background-image: url(../imagens/icon_fechar_branco_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.ico-voltar-azul-25
{
    background-image: url(../imagens/icon_voltar_azul_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico-topo-branco-25
{
    background-image: url(../imagens/icon_topo_branco_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.ico-voltar-azul-15
{
    background-image: url(../imagens/icon_voltar_azul_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

.ico-avancar-branco-15
{
    background-image: url(../imagens/icon_avancar_branco_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 8px;
}

.ico-voltar-branco-15
{
    background-image: url(../imagens/icon_voltar_branco_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 8px;
}

.ico-download-branco-15
{
    background-image: url(../imagens/icon_download_branco_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 8px;
}

.ico-download-azul-25
{
    background-image: url(../imagens/icon_download_azul_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico-relatorio-azul-25
{
    background-image: url(../imagens/icon_relatorio_azul_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico-chat-azul-25
{
    background-image: url(../imagens/icon_chat_azul_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico-forum-azul-25
{
    background-image: url(../imagens/icon_forum_azul_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico-impugnacao-azul-25
{
    background-image: url(../imagens/icon_impugnacao_azul_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico-historico-azul-25
{
    background-image: url(../imagens/icon_historico_azul_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico-edital-azul-25
{
    background-image: url(../imagens/icon_edital_azul_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico-fechar-branco-15
{
    background-image: url(../imagens/icon_fechar_branco_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 8px;
}

.ico-salvar-branco-15
{
    background-image: url(../imagens/icon_salvar_branco_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 8px;
}

.ico-imprimir-branco-15
{
    background-image: url(../imagens/icon_imprimir_branco_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 8px;
}

.ico-avancar-azul-25
{
    background-image: url(../imagens/icon_avancar_azul_25.png);   
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
}

.ico-lance-azul-25
{
    background-image: url(../imagens/icon_lance_azul_25.png);   
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.ico-novo-topico-azul-25
{
    background-image: url(../imagens/icon_novo_topico_azul_25.png);   
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.ico-nova-resposta-azul-25
{
    background-image: url(../imagens/icon_nova_resposta_azul_25.png);   
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.ico-vencedor-azul-25
{
    background-image: url(../imagens/icon_vencedor_azul_25.png);   
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.ico-perdedor-azul-25
{
    background-image: url(../imagens/icon_perdedor_azul_25.png);   
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.ico-limpar-branco-15
{
    background-image: url(../imagens/icon_limpar_branco_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
}

.ico-imprimir-azul-15
{
    background-image: url(../imagens/icon_imprimir_azul_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

.ico-enviar-branco-15
{
    background-image: url(../imagens/icon_enviar_branco_15.png);   
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
}

.ico-ordenacao-asc
{
    background-image: url(../imagens/icon_asc_azul_7.png);   
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.ico-ordenacao-desc
{
    background-image: url(../imagens/icon_desc_azul_7.png);   
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.scroll-ativado
{
    overflow:visible;
}

.scroll-desativado
{
    overflow: hidden;
    height: 100%;
}

/* Ajustes na grid do Kendo */
.kendo-grid-alinhamento-centro {
   text-align: center !important;
}

.kendo-grid-alinhamento-direita {
   text-align: right !important;
}

.kendo-grid-alinhamento-esquerda {
   text-align: left !important;
}

.k-alt, .k-separator
{
    background-color: #f5f5f5 !important;
}

sup {font-size:x-small; vertical-align:super;}

.k-grid-header .k-header
{
    text-transform: uppercase;
}

/* Ajustes gerais */
.area-botao-direta
{
    width: 100%; 
    text-align: right; 
    padding-top: 10px;
}

.botao-tamanho-base
{
    width: 20%; 
}

.botao-tamanho-total
{
    width: 98%; 
}

.texto-centralizado
{
    text-align: center;
}

.textarea-fale-conosco
{
    width: 99%; 
    max-width: 99%; 
    height: 200px; 
    max-height: 200px;
}

.titulo-menu li
{
    font-family: Arial;
    font-weight: bold;
}

.titulo-painel
{
    font-family: Arial;
    font-weight: bold;
    text-transform: none;
}

.titulo-site
{
    position: absolute;
    margin-left: 240px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.texto-pequeno
{
    font-size: 12px;
    text-transform: none;
    font-family: Arial;
}

.ultimos-processos-col-1
{
    width: 6%;
}

.ultimos-processos-col-2
{
    width: 36%;
}

.ultimos-processos-col-3
{
    width: 36%;
}

.ultimos-processos-col-4
{
    width: 22%;
}

.ultimos-processos-col-multi-moeda-1
{
    width: 5%;
}

.ultimos-processos-col-multi-moeda-2
{
    width: 52%;
}

.ultimos-processos-col-multi-moeda-3
{
    width: 13%;
}

.ultimos-processos-col-multi-moeda-4
{
    width: 30%;
}

.forum-topico
{
    max-height: 83px;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-detalhes { display: table; width: 100%; }
.nav-detalhes li {display:table-cell; width: 33%; padding: 5px;}

/* Lista de navegadores (quando não houver javascript) */
.lista-navegadores
{
    list-style: none;
}

.lista-navegadores li
{
    display: inline;
    padding: 0 10px;
    border-left: solid 1px #FFF;
}

.lista-navegadores li a
{
    color: #FFF;
    font-size: 1.5em;
}

.lista-navegadores li:first-child{
    border-left: none;
    padding-left: 0px;
}

.mensagem-nojavascript
{
    background-color: #666; 
    padding: 1.5em;
}

.mensagem-nojavascript a
{
    color: #FFF;
    text-decoration: underline;
}

.mensagem-nojavascript span
{
    font-size: 1.5em; 
    color: #FFF;
}

.mensagem-nojavascript span:first-child
{
    font-size: 3em; 
}

.acompanhamento-lance-descricao
{
    max-height: 100px;
    overflow: auto;
    margin-bottom: 10px;
    color: #0064B1 !important;
    font-size: 1.6em;
    line-height: 1;
    font-weight: normal;
}

.ajuste-uniform-text-padding
{
    padding-right: 0px !important;
}

.painel-cadastro {
    padding: 17px 3% 12px;
    margin-bottom: 25px;
    background-color: #fff;
    background-image: url(../imagens/background-painel.png);
    background-position: left 18px;
    background-repeat: no-repeat;
    width: 94%;
    float:left;
}

.painel-cadastro h1 {
	margin-bottom: 10px;
	color: #0064B1 !important;
}
.painel-cadastro h1 a {
	color: #0064B1 !important;
}

.painel-cadastro.esquerda 
{
    border-right-color: #0064B1;
    border-right-style: solid;
    border-right-width: 3px;
    margin-top: 25px;
}

.painel-cadastro.direita 
{
    margin-top: 25px;
}

.painel-cadastro a.nome {
	color: #0064B1 !important;
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.5em;
}

.painel-cadastro a.link {
	color: #DD2020 !important;
	font-weight: bold;
	text-decoration: underline;
}


.painel-cadastro div.texto {
	color: #0064B1 !important;
	font-size: 1.3em;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
}

.tabela-100
{
    width: 100%;
}

.tooltip-aviso
{
    cursor: help !important;
}

.tooltip-aviso:hover
{
    cursor: help !important;
}

.popup-validacao-extra {
    margin: 0;
    position: absolute;
    background: rgba(0,0,0,0.6);
    padding: 6px;
    width: 308px;
    z-index: 1;
}
            
.popup-bloqueio {
    margin: 0;
    background: rgba(0,0,0,0.6);
    padding: 6px;
    z-index: 1;
    color: #FFFFFF;
    text-align: right;
}
            
.popup-bloqueio a {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
            
.popup-cadastrar-senha {
    width: 400px;
    background: rgba(0,0,0,0.6);
    color: #FFFFFF;
    padding-left: 6px;
    padding-top: 6px;
    position: fixed;
    top: 1em;
    right: 1em;
}

.popup-cadastrar-senha label {
    display: block;
}

.popup-cadastrar-senha input {
    display: block;
}

.popup-cadastrar-senha ul.cadastro-senha {
    width  : 500px;
    padding: 0px;
    margin : 0px;
    list-style-type: none;
}
.popup-cadastrar-senha ul.cadastro-senha li  {
    width : 500px;
}
.popup-cadastrar-senha ul.cadastro-senha li input {
    width : 166px;
}
.popup-cadastrar-senha ul.cadastro-senha li.elemento {
    float : left;
    width : 134px;
}


@media(max-width:767px) {
    .show_767
    {
        display: block !important;
        height: 13px;
    }
}

@media(max-width:1024px) {
    .show_1024
    {
        display: block !important;
        height: 3px;
    }
}



/*.iconeLoginAutoComplete
{
    background-image: url(../imagens/login_icon_user.png)!important;
    border-radius: 0px 0px 0px 0px!important;
    -moz-border-radius: 0px 0px 0px 0px!important;
    -webkit-border-radius: 0px 0px 0px 0px!important;
    height: 16px;
    width: 16px;
    margin-top: 9px;
    margin-left: 7px;
    background-repeat: no-repeat;
    position: absolute;
}

.iconeSenhaAutoComplete
{
    background-image: url(../imagens/login_icon_pass.png)!important;
    border-radius: 0px 0px 0px 0px!important;
    -moz-border-radius: 0px 0px 0px 0px!important;
    -webkit-border-radius: 0px 0px 0px 0px!important;
    height: 16px;
    width: 16px;
    margin-top: 9px;
    margin-left: 138px;
    background-repeat: no-repeat;
    position: absolute;
}*/

@-moz-document url-prefix() {
    .ico-botao
    {
        position: absolute; 
        margin: 9px 5px 5px 5px;
    }
    
    option {
      background-color: #FFFFFF !important;
    }
}