<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
######################
# UTILIDADES
######################
*/
.bw-glyphicon-large {
	font-size: 18px;
}

.bw-required &gt; .control-label:after {
	content: "*";
}


/*
######################
# NOVO LAYOUT SIGOP
######################
 */
/* .navbar-fixed-top {
	top: 125px;
}

.aw-layout-sidebar {
	padding-top: 185px;
}

.aw-layout-content {
	margin: 86px  0  0  0;
} */
.brasao {
	width: 200px;
	padding: 125px  5px  10px  5px;
}

.menus-fonte {
	font-size: 14px;
}

.label-pesquisa_conteudo {
	color: #fff;
	font-size: 14px;
}

.navbar-default {
	background-color: #008a2d;
	border-color: #fff;
}

.aw-layout-content {
	padding-top: 110px;
}




/*
######################
# COMPONENTES
######################
*/

/* Field Action */
.bw-field-action {
	display: flex;
}

.bw-field-action__icon {
	margin: 6px 0 0 5px;
}

/* Upload */
.bw-upload {
	padding: 15px;
	
	border: 1px dashed #ddd;
	border-radius: 4px;
	background: #fafafa;
	
	text-align: center;
}

.bw-upload-form-file {
	display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
}

.bw-upload-form-file &gt; input[type=file] {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    
    font-size: 500px;
}

/* Tabela Simples */
.bw-tabela-simples {
	margin-top: 15px;
}

.bw-tabela-simples table tr th {
	border-bottom-width: 1px;
}

.bw-tabela-simples table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 10px;
    vertical-align: middle;
}

/*
###################
# PÃGINAS DO SISTEMA
###################
*/

/* Colunas comuns */
.table-col-acoes {
	width: 80px;
}




/* Dashboard */
.dashboard_table-mesadiretora-col-nome {
	text-align: justify;
}

.dashboard_table-mesadiretora-col-cargo {
	width: 100px;
	text-align: justify;
}

.dashboard_table-vereadores-col-nome {
	text-align: justify;
}

.dashboard_table-vereadores-col-partido {
	width: 55px;
	text-align: justify;
}








/* Colunas - Pesquisa da Receitas */
.table-receitas-col-ano {
	width: 55px;
	text-align: center;
}

.table-bibliotecas-col-mes {
	width: 55px;
	text-align: center;
}

.table-bibliotecas-col-descricao {
	
}

.table-bibliotecas-col-valor {
	width: 65px;
	text-align: center;
}

.table-bibliotecas-col-download {
	width: 50px;
	text-align: center;
}

.table-bibliotecas-col-excluir {
	width: 50px;
	text-align: center;
}



/* Colunas - Tabela de listagem de servidores */
.table-listagem-servidores {
	font-size: 12px;
}

.table-listagem-servidores-col-matricula {
	width: 45px;
	text-align: center;
}

.table-listagem-servidores-col-nome {
	width: 250px;
	text-align: center;
}

.table-listagem-servidores-col-departamento {
	width: 250px;
	text-align: center;
}

.table-listagem-servidores-col-cargo {
	width: 250px;
	text-align: center;
}

.table-listagem-servidores-col-total_proventos {
	width: 80px;
	text-align: center;
}

.table-listagem-servidores-col-total_descontos {
	width: 80px;
	text-align: center;
}

.table-listagem-servidores-col-liquido {
	width: 50px;
	text-align: center;
}



/* Colunas - TotalizaÃ§Ã£o da Folha pelo Cargo dos servidores */
.table-totalizacao-folha-col-codigo_cargo {
	width: 80px;
	text-align: center;
}

.table-totalizacao-folha-col-descricao_cargo {
	text-align: center;
}

.table-totalizacao-folha-col-quantidade_servidores {
	width: 120px;
	text-align: center;
}

.table-totalizacao-folha-col-total_proventos {
	width: 80px;
	text-align: center;
}

.table-totalizacao-folha-col-total_descontos {
	width: 80px;
	text-align: center;
}

.table-totalizacao-folha-col-liquido {
	width: 80px;
	text-align: center;
}





/* Colunas - Pesquisa Vereadores */
.table-vereadores-col-opcoes {
	width: 80px;
	text-align: center;
}
.table-vereadores-col-nome {
	width: 300px;
	text-align: left;
}
.table-vereadores-col-partido {
	width: 300px;
	text-align: left;
}

/* Colunas - Cadastro de Vereadores - Listagem de projetos */
.vereador-formulario__table-vereadores-col-opcoes {
	width: 110px;
	text-align: center;
}
.vereador-formulario__table-vereadores-col-ano {
	width: 50px;
	text-align: center;
}
.vereador-formulario__table-vereadores-col-numero {
	width: 50px;
	text-align: center;
}
.vereador-formulario__table-vereadores-col-data {
	width: 80px;
	text-align: center;
}
.vereador-formulario__table-vereadores-col-descricao {
}
.vereador-formulario__table-vereadores-col-tipo_documento {
	width: 120px;	
}
.vereador-formulario__table-vereadores-col-status {
	width: 50px;
	text-align: center;
}
.vereador-projeto__status-aguardando {
	background-color: #58b0e4;
	color: #fff;
	padding: 4px  9px  4px  9px;
	border-radius: 10px;
	font-size: 12px;
}
.vereador-projeto__status-atendida {
	background-color: #35d450;
	color: #fff;
	padding: 4px  9px  4px  9px;
	border-radius: 10px;
}
.vereador-projeto__status-negado {
	background-color: #f7788a;
	color: #fff;
	padding: 4px  9px  4px  9px;
	border-radius: 10px;
}


/* Colunas - Pesquisa da PatrimÃ´nios */
.table-patrimonios-col-tipo_do_bem {
	width: 100px;
	text-align: center;
}

.table-patrimonios-col-ano {
	width: 80px;
	text-align: center;
}

.table-patrimonios-col-mes {
	width: 80px;
	text-align: center;
}

.table-patrimonios-col-descricao {
	text-align: center;
}

.table-patrimonios-col-editar {
	width: 55px;
	text-align: center;
}

.table-patrimonios-col-excluir {
	width: 55px;
	text-align: center;
}



/* Colunas - Pesquisa da Biblioteca */
.table-bibliotecas-col-tipo_documento {
	width: 155px;
	text-align: center;
}

.table-bibliotecas-col-ano {
	width: 55px;
	text-align: center;
}

.table-bibliotecas-col-numero {
	width: 80px;
	text-align: center;
}

.table-bibliotecas-col-descricao {
	text-align: center;
}

.table-bibliotecas-col-download {
	width: 50px;
	text-align: center;
}



/* Colunas - Pesquisa de Empenhos */
.table-empenhos-col-detalhe {
	width: 35px;
	text-align: center;
}

.table-empenhos-col-empenho {
	width: 30px;
	text-align: left;
}

.table-empenhos-col-processo {
	width: 55px;
	text-align: center;
}

.table-empenhos-col-data {
	width: 35px;
	text-align: center;
}

.table-empenhos-col-credor {
	width: 200px;
	text-align: center;
}

.table-empenhos-col-acao {
	width: 50px;
	text-align: center;
}

.table-empenhos-col-valor {
	width: 35px;
	text-align: center;
}

.table-empenhos-col-data_liquidacao {
	width: 55px;
	text-align: center;
}

.table-empenhos-col-historico {
	text-align: center;
}


.table-pagamento-col-liquidacao_numero {
	width: 55px;
	text-align: center;
}

.table-pagamento-col-liquidacao_data {
	width: 55px;
	text-align: center;
}

.table-pagamento-col-liquidacao_valor {
	width: 55px;
	text-align: center;
}

.table-pagamento-col-liquidacao_site {
	width: 55px;
	text-align: center;
}

.table-pagamento-col-liquidacao_chave {
	width: 55px;
	text-align: center;
}

.table-pagamento-col-liquidacao_nf {
	width: 55px;
	text-align: center;
}

.table-pagamento-col-liquidacao_serie_nf {
	width: 55px;
	text-align: center;
}


/* Empenhos Detalhe - Pagamento*/
.table-pagamento-col-numero_ordem {
	width: 55px;
	text-align: center;
}

.table-pagamento-col-data_pagamento {
	width: 55px;
	text-align: center;
}

.table-pagamento-col-valor_pagamento {
	width: 55px;
	text-align: center;
}


/* Colunas - LicitaÃ§Ã£o - Cadastro de fases */
.table-cadastro-licitacao-col-fase_licitacao {
	width: 150px;
	text-align: center;
}

.table-cadastro-licitacao-col-arquivo {
	text-align: left;
}

.table-cadastro-licitacao-col-remover {
	width: 50px;
	text-align: center;
}

/* LicitaÃ§Ã£o Pesquisa - Tabela de Resultados  */
.table-pesquisa-licitacao-col-descricao {
	text-align: left;
}
.table-pesquisa-licitacao-col-valor_referencia {
	width: 150px;
	text-align: right;
}
.table-pesquisa-licitacao-col-valor_adjudicado {
	width: 150px;
	text-align: right;
}



/* ESIC - Pesquisa de RequisiÃ§Ãµes  */
.table-pesquisa-requisicoes-col-usuario {
	width: 150px;
	text-align: center;
}

.table-pesquisa-requisicoes-col-status {
	width: 50px;
	text-align: center;
}

.table-pesquisa-requisicoes-col-cancelar {
	width: 50px;
	text-align: center;
}

.table-pesquisa-requisicoes-col-responder {
	width: 50px;
	text-align: center;
}

.table-pesquisa-requisicoes-col-detalhar {
	width: 50px;
	text-align: center;
}

.table-pesquisa-requisicoes-col-status {
	width: 70px;
	text-align: center;
}

.table-pesquisa-requisicoes-col-data_requisicao {
	width: 100px;
	text-align: center;
}

.table-pesquisa-requisicoes-col-assunto {
	width: 250px;
	text-align: center;
}

.table-pesquisa-requisicoes-col-conteudo {
	text-align: center;
}


/****** Noticias  ****/
.noticia-imagem {
	height: 140px;
	width: 	140px;
	padding-right: 15px;
}



/* Ouvidoria  */
.table-pesquisa-ouvidoria-col-cancelar {
	width: 50px;
	text-align: center;
}

.table-pesquisa-ouvidoria-col-tipo_manifestacao {
	width: 100px;
	text-align: center;
}

.table-pesquisa-ouvidoria-col-solicitante {
	width: 250px;
	text-align: center;
}

.table-pesquisa-ouvidoria-col-data_manifestacao {
	width: 50px;
	text-align: center;
}

.table-pesquisa-ouvidoria-col-titulo {
	text-align: center;
}






/*
######################################
# CUSTOMIZAÃ‡ÃƒO DE COMPONENTES
######################################
*/

.checkbox input[type="checkbox"]:checked + input + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; 
}

/* Easy Autocomplete */
.easy-autocomplete input {
	border-radius: 2px !important;
}

.easy-autocomplete-container ul li {
	font-size: 1em !important;
	padding: 0px 5px !important;
}

/* Box */
.negativo .aw-box__value {
	color: red;
}

/* Tabela Item */
.bw-tabela-item {
	position: relative; /* Para que o painel de exclusÃ£o apareÃ§a dentro da linha */
	
	padding: 15px 0;
	
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.bw-tabela-item:after {
	clear: both;
	display: block;
    content: "";
}

.bw-tabela-item ~ .bw-tabela-item {
	border-top: 1px solid #ddd;
}

.bw-tabela-item__coluna {
	padding: 0 10px;
}

.bw-tabela-item__coluna--foto {
	float: left;
	width: 60px;
	
	text-align: center;
}

.bw-tabela-item__coluna--valores {
	padding-right: 0px;
}

.bw-tabela-item__coluna--detalhes, .bw-tabela-item__coluna--valores {
	margin-left: 60px;
}

.bw-tabela-cerveja-nome {
	font-weight: 500;
	font-size: 1.1em;
	display: block;
}

.bw-tabela-cerveja-origem {
	color: #aaa;
	display: block;
	font-weight: 200;
}

.bw-tabela-cerveja-campo-quantidade {
	width: 30px;
	text-align: right;
}

.bw-tabela-cerveja-valor-pequeno {
	font-weight: 300;
	font-size: 1em;
}

.bw-tabela-cerveja-valor-medio {
	font-weight: 300;
	font-size: 1.3em;
}

.bw-tabela-cerveja-valor-grande {
	font-weight: 300;
	font-size: 1.6em;
}

.bw-tabela-item__painel-exclusao {
    position: absolute;
    top: 0;
    right: 100000px;
	height: 100%;
    width: 50%;
    
    text-align: center;
    padding-top: 35px;
    
	background-color: #f0ad4e;
	
	opacity: 0;
	transition: opacity 0.5s;
}

.solicitando-exclusao .bw-tabela-item__painel-exclusao {
	right: 0;
	opacity: 1;
}

.bw-tabela-item__titulo-exclusao {
    display: block;
    margin-bottom: 5px;
    
	color: #fff;
    font-size: 1.3em;
}

@media (min-width: 768px) { /* screen-sm-min */
	.bw-tabela-item__painel-exclusao {
		width: 40%;
		padding-top: 10px;
	}
	
	.bw-tabela-item__coluna {
		float: left;
		margin-left: 0px;
	}
	
	.bw-tabela-item__coluna--detalhes {
		width: calc(70% - 30px);
	}
	
	.bw-tabela-item__coluna--valores {
		width: calc(30% - 30px);

		text-align: right;
	}
}
</pre></body></html>