/* cabeçalho de tabela com formulário */
/* em tabela separada por causa de bugs do IE */

table.cabecalho_formulario {
    width: 964px;
    margin-left: 16px;
    margin-top: 1em;

    font-size: 75%;
    font-family: Verdana;
    
    border-bottom: 1px white solid;
	border-collapse: collapse; /* Evita espaços em branco entre células no IE*/
}

table.cabecalho_formulario tr {
    background-color: rgb(204,204,204);
}

table.cabecalho_formulario tr th {
    padding: 0.7em 0.5em;
    font-weight: bold;
}

table.cabecalho_formulario tr th.alternadores {
    text-align: right;
    font-weight: normal;
}

span.alternador {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

/* tabela com formulário */

table.formulario {
    width: 964px;
    margin-left: 16px;
    margin-bottom: 1em;

    font-size: 70%;
    font-family: Verdana;

	border-collapse: collapse; /* Evita espaços em branco entre células no IE*/
 }

table.formulario tr {
    background-color: rgb(229,229,229);
}

table.formulario tr td {
    padding: 0.3em 0.3em;
    vertical-align: baseline;
    line-height: 1.3em;
}

table.formulario tr td.rotulo {
    font-weight: bold;
    padding-left: 0.5em;
}

table.formulario tr td.botoes {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}

.form-busca {
    background-color: rgb(230, 230, 230);
    padding: 10px 30px;
}

.form-busca h2{
    font-size: 26px;
    font-family: Arial, sans-serif;
}


.snippet-resultado {
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size:13px;
    color: #545454;
}

.snippet-resultado h2{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
}

.snippet-resultado .link{
    color: #006621;
}

.snippet-resultado .data{
    color: #808080;
}

.snippet-resultado p {
    color: #545454;
}

.snippet-resultado em {
    font-weight: bold;
    color: #545454;
    font-style: normal;
}

.busca-filtros {
    font-family: Arial, sans-serif;
}

.busca-filtros>* {
    margin: 0;
    padding: 8px;
}

.busca-filtros h2 {
    margin: 0 0 10px 0;
    padding: 0;
}

.busca-filtros ul li {
    font-size: 12px;
}

.busca-filtros ul li small{
    /*float: right;*/
    color:#828282;
}
a[data-toggle=collapse] {
    font-size: 13px;
}
a[data-toggle=collapse][aria-expanded=false]:before {
    font-family:'Glyphicons Halflings';
    font-size: 11px;
    content: '\002b  ';
}
a[data-toggle=collapse][aria-expanded=true]:before {
    font-family:'Glyphicons Halflings';
    font-size: 11px;
    content: '\2212  ';
}

.panel-heading, .list-group-item { padding: 5px 10px;}