/* Conteudo pagina */
#msg_lista {
    float: none;
}

#msg_lista .bg_lista {
    height      : 40px;
    padding-top : 10px;
    font-weight : 700;
}

.content_main {
    min-height    : 450px;
    margin-bottom : 20px;
}

.content_main .title_page_uh {
	background-color : #517595;
    padding-left     : 15px;
    color            : #FFFFFF;
}

.content_main .title_page_uh h3 {
    font-weight: 900;
}


.content_main .title_page {

	background-color : #B96E28; 
    padding-left     : 15px;		
    color            : #FFFFFF;
	
/*** CSS PERIODO DE ELEICOES 
	background-color : #FFF; 
    padding-left     : 15px;		
    color            : #000;*/
}

.content_main .title_page h3 {
    font-weight: 900;
}

.content_main .title_page #sessao_usuario {
    font-weight : bold;
    font-size   : 1.2em;
    text-align  : right;
    padding     : 15px 30px 0;
}

.content_main .content_wrapper {
    width         : 80%;
    margin-bottom : 20px;
    margin        : 0;
    padding-left  : 0px;
    padding-right : 0px;
}
.content_main .content_wrapper_uh {
    width         : 80%;
    margin-bottom : 50px;
    margin        : 10;
    padding-left  : 300px;
   
}
.ferramentas_texto {
    background   : transparent;
    color        : #FFFFFF;
    display      : inline;
}

.ferramentas_texto a {
    color        : #FFFFFF;
    padding      : 5px;
    font-size    : 18px;
    font-weight  : bold;
    margin-top   : 50px;
    margin-right : 10px;
    width        : 16px;
    height       : 16px;
    float        : right;
}

.ferramentas_texto a:hover {
    background   : #522100;
    border-color : #522100;
    color        : #FFFFFF;
    cursor       : pointer;
}

.barra_logo{
    background : #522100;
    width      : 100%;
    height     : 130px;
}

.imagem_logo{
    background : transparent;
    max-width  : 500px;
    padding    : 15px;
    position   : absolute;
}

.imagem_logo img {
    width        : 100%;
    margin-right : 200px;
    background   : #522100;
    margin-left  : 200px;
}

.glossymenu li.current a, .glossymenu li a:hover {
    color               : #fff;
    /*background          : url(../img/Menu_caixa_selecionada_areia-01.png) no-repeat; /*left tab image path*/
    background-position : center;
    padding             : auto;
    border              : 1px solid #0FF;
}

.glossymenu li.current a b, .glossymenu li a:hover b {
    color: #fff;
    /*background: url(../img/Menu_caixa_selecionada_areia-01.png) no-repeat right top; /*right tab image path*/
}

.a_barra .nav-pills > li > a{
    color         : #fff;
    font-size     : 1em;
    font-weight   : 900;
    border-radius : 0;
}

.a_barra .nav-pills > li > a:hover { background-color:#DB6B00;}
.a_barra .nav-pills > li > a.ativo {
    border-bottom: 4px solid #B96E28;
}

.a_barra .nav-pills {
    width            : 90%;
    position         : center;
    text-align       : center;
    background-color : #B96E28;
    color            : #FFF;
}

.tit_material_apoio {
    border-radius    : 8px;
    height           : 35px;
    width            : 150px;
    text-align       : center;
    margin-bottom    : 9px;
    padding-top      : 9px;
    z-index          : 5;
    background-color : #B96E28;
    color            : #FFF;
    font-weight      : 600;
    margin-bottom    : -12px;
    position         : relative;
}

.caixa_material_apoio_1link {
    font-style   : italic;
    padding-top  : 20px;
    padding-left : 20px;
    width        : 800px;
    height       : 50px;
    z-index      : 1;
    position     : relative;
    background   : #F2F2F2;
}

.caixa_material_apoio_2links {
    font-style   : italic;
    padding-top  : 20px;
    padding-left : 20px;
    width        : 800px;
    height       : 100px;
    z-index      : 1;
    position     : relative;
    background   : #F2F2F2;
}

.tit_veja_tambem {
    height           : 60px;
    width            : 60px;
    text-align       : center;
    margin-bottom    : 9px;
    padding-top      : 9px;
    z-index          : 50;
    background-color : #B96E28;
    color            : #FFF;
    border-radius    : 200px;
    font-weight      : 600;
    margin-bottom    : -12px;
    position         : relative;
}

/* MENU INTERNO Submenu */
.content_main .content_wrapper .submenu {
    padding-left  : 0px;
    padding-right : 0px;
}

.content_main .content_wrapper .submenu li {
    background-color : #ECECEC;
    cursor           : pointer;
}

.content_main .content_wrapper .submenu .actived {
    background-color : #F0821E;
    cursor           : pointer;
    color            : #FFFFFF;
}

.content_main .content_wrapper .submenu li a {
    background-color : #ECECEC;
    font-weight      : 800;
    color            : #000000;
}

.content_main .content_wrapper .submenu li a:hover {
    background-color : #F0821E;
    color            : #FFFFFF;
}
/* Fim MENU INTERNO Submenu */

/* MENU INTERNO Listagem */
.content_main .content_wrapper .list_mat {
    display    : table;
    margin     : 20px auto;
    width      : 800px;
    text-align : center;
}

.content_main .content_wrapper .list_mat > li {
    margin: 10px 15px 20px 0;
}

.content_main .content_wrapper .list_mat .material_lista {
    /* border     : 1px solid #CCCCCC; */
    width      : 250px;
    height     : 80px;
    text-align : justify;
    overflow   : hidden
}

.content_main .content_wrapper .list_mat .material_lista #material_img {
    float  : left;
    cursor : pointer;
}

.content_main .content_wrapper .list_mat .material_lista #material_titulo {
    float       : left;
    padding     : 5px;
    width       : 188px;
    font-weight : bold;
}
/* Fim MENU INTERNO Listagem */
.conteudo_pagina {
    font-size: 1.2em;
    text-align: justify;
	
	
}
/* Menu */
#menu_lateral_acervo {
    padding-left: 0px;
    padding-right: 0px;
}

.menu_lateral{
    background : #333;
    margin     : 0 0 10px 0;
    width      : 100%;
    /* min-height: 500px; */
    background : transparent;
}
.thumbnail .active{
    background-image: url(imgs/arrow_down.png);
}

.menu_lateral ul {
    background : transparent;
    list-style : none;
    margin     : 0;
    padding    : 0;
    text-align : left;
}

.menu_lateral ul > li {
    position: relative;
}

.menu_lateral ul > li > a {
    display         : block;
    background      : #B96E28; 
    box-shadow      : inset 0 1px 0 0 rgba(0,0,0,0.1);
	
    padding         : .7em 1em;
    outline         : 0;
    font-family     : Lato;
    font-weight     : 700;
	color			: #FFF;
    text-decoration : none;
}

.menu_lateral ul > li > a.ativo{
 background:	 #DB6B00; 
    color: #FFF;
}

.menu_lateral ul > li > a.ativo span{
     background:	 #DB6B00; 
    color: #FFF;

}

.menu_lateral ul > li > a:hover{
   background:	 #DB6B00;
    color: #FFF;
    text-decoration: none;
}

.menu_lateral ul > li > a span {
    display: block;
    position: absolute;
    background: transparent;
    top: 8px;
    right: 0;
    padding: 0 5px;
    margin-right: 5px;
    font: normal 700 1em/18px Lato, sans-serif;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.menu_lateral ul > li > a:hover span{
    background:	 #DB6B00; CSS ANTES DA ELEIÇÃO 
    color: #FFF;

}

.menu_lateral ul > li > ul {
    counter-reset: items;
    height: 0;
    overflow: hidden;
     background:	 #DB6B00; 
    color: #FFF;

    font-size: 1em;
}

.menu_lateral ul > li > ul > li {
    counter-increment: items;
    /* border-bottom: 1px dotted #DDD; */
}

.menu_lateral ul > li > ul > li > a{
    background: #ffffff;
    color: #000000;
    text-shadow: none;
    border-bottom: 0px;
    padding-left: 2em;
}

.menu_lateral ul > li > ul > li > a:hover{
   background:	 #DB6B00; CSS ANTES DA ELEIÇÃO 
    color: #FFF;

}
/* Fim Menu */

/* menu_img_ico */
.thumbnail{
    width: 100%;
    height: auto}
#btn_ico_ultimahora{
    width: 99%;
    height: 156px;
    overflow: hidden;
    background: url('../acervo/img/btn_ico_ultimahora.png') top left no-repeat;
    display: block;
    text-indent: 10000px;
}
#btn_ico_movimento{
    width: 99%;
    height: 156px;
    overflow: hidden;
    background: url('../acervo/img/btn_ico_movimento.png') top left no-repeat;
    display: block;
    text-indent: 10000px;
}
#btn_ico_segov{
    width: 99%;
    height: 156px;
    overflow: hidden;
    background: url('../acervo/img/btn_ico_segov.png') top left no-repeat;
    display: block;
    text-indent: 10000px;
}
#btn_ico_aquisp{
    width: 99%;
    height: 156px;
    overflow: hidden;
    background: url('../acervo/img/btn_ico_aquisp.png') top left no-repeat;
    display: block;
    text-indent: 10000px;
}
#btn_ico_diariosassociados{
    width: 99%;
    height: 156px;
    overflow: hidden;
    background: url('../acervo/img/btn_ico_diariosassociados.png') top left no-repeat;
    display: block;
    text-indent: 10000px;
}


#btn_ico_ultimahora:hover	{
    background-position: bottom left;
}
#btn_ico_movimento:hover	{
    background-position: bottom left;
}
#btn_ico_segov:hover	{
    background-position: bottom left;
}
#btn_ico_aquisp:hover	{
    background-position: bottom left;
}
#btn_ico_diariosassociados:hover	{
    background-position: bottom left;
}
/* fim menu_img_ico */

/* menu_img_repositorio_digital */
#img5{
    width: 99%;
    height: 156px;
    overflow: hidden;
    background: url('../acervo/img/btn_escritos.png') top left no-repeat;
    display: block;
    text-indent: 10000px;
}
#img6{
    width: 99%;
    height: 156px;
    overflow: hidden;
    background: url('../acervo/img/btn_fotosefilmes.png') top left no-repeat;
    display: block;
    text-indent: 10000px;
}
#img7{
    width: 99%;
    height: 156px;
    overflow: hidden;
    background: url('../acervo/img/btn_mapas.png') top left no-repeat;
    display: block;
    text-indent: 10000px;
}
#img8{
    width: 99%;
    height: 156px;
    overflow: hidden;
    background: url('../acervo/img/btn_bibliograficoseperiodicos.png') top left no-repeat;
    display: block;
    text-indent: 10000px;
}
#img5:hover	{
    background-position: bottom left;
}
#img6:hover	{
    background-position: bottom left;
}
#img7:hover	{
    background-position: bottom left;
}
#img8:hover	{
    background-position: bottom left;
}
/* fim menu_img_repositorio_digital */

/* form */
.row form {
    margin           : 0 auto;
    background-color : #EBEBEB;
}

.control-label{
    width:95%;
}

.acervo {
    width: 75%;
    margin-right: 70px;
    margin-left: 150px;
}

.form-group{
    margin-left:5%;
}

.item_pesquisa{
    width:95%;
}

hr
.tit_form{
    background-color: #FC6;
    text-align: center;
}

.tit_form_acervo{
    background-color: #DB6B00;
    text-align: center;
    color:#FFFFFF;
}

.tit_form_acervo_uh{
    background-color: #517595;
    text-align: center;
    color:#FFFFFF;
}

.tit_acervo_table {
    background-color: #DB6B00;
    color:#FFFFFF;
}

.btn_acervo {
    background-color : #DB6B00;
    color            : #FFFFFF;
    font-weight      : bold;
}

.btn_acervo:hover {
    background-color : #DB8D42;
    color            : #FFFFFF;
    font-weight      : bold;
}

.btn_acervo:active {
    background-color : #DB8D42;
    color            : #FFFFFF;
    font-weight      : bold;
}
.btn_acervo_uh {
    background-color : #517595;
    color            : #FFFFFF;
    font-weight      : bold;
}

.btn_acervo_uh:hover {
    background-color : #587893;
    color            : #FFFFFF;
    font-weight      : bold;
}

.btn_acervo_uh:active {
    background-color : #587893;
    color            : #FFFFFF;
    font-weight      : bold;
}

.control-label buton{
    background-color: #FC6;
}

/* Formulario Carta 1924 */
.content_main .content_wrapper #frm_carta24 #remetente, #localidade, #destinatario, #btns {
    width: 80%;
}

.content_main .content_wrapper #frm_carta24 #data {
    width: 25%;
}

.content_main .content_wrapper #btns {
    text-align: right;
}
/* Fim Formulario Carta 1924 */

/* Formulario Maços da População de SP */
.content_main .content_wrapper #frm_macossp .range_anos {
    width: 50%;
}

.content_main .content_wrapper #frm_macossp .range_anos #data_inicial {
    width: 100%;
}

.content_main .content_wrapper #frm_macossp .range_anos #data_final {
    width: 100%;
}
/* Fim Formulario Maços da População de SP */

/* Formulario Nucleos Colonias */
.content_main .content_wrapper #frm_nucleo #nome, #btns, #colonia, #localidade {
    width: 80%;
}

.content_main .content_wrapper #frm_nucleo #nacionalidade {
    width: 30%;
}
/* Fim Formulario Nucleo Coloniais */

/* Formulario Documentos Pessoais */
.content_main .content_wrapper #frm_docpess #nome, #btns {
    width: 80%;
}

.content_main .content_wrapper #frm_docpess #nacionalidade, #tipo_doc {
    width: 50%;
}
/* Fim Formulario Documentos Pessoais */

/* Formulario Juizo Residuo */
.content_main .content_wrapper #frm_juizo #fundo, #serie, #teor, #autor, #autuado, #btns {
    width: 80%;
}

.content_main .content_wrapper #frm_juizo #num_processo, #ano {
    width: 40%;
}

.content_main .content_wrapper #frm_juizo #localidade {
    width: 50%;
}
/* Fim Formulario Juizo Residuo */

/* Formulario Lista de Bordo */
.content_main .content_wrapper #frm_lista #vapor, #nacionalidade, #btns {
    width: 80%;
}

.content_main .content_wrapper #frm_lista #ano {
    width: 40%;
}
/* Fim Formulario Lista de Bordo */

/* Formulario Memoria da Escravidao */
.content_main .content_wrapper #frm_escravo #palavra_chave, #instituicao, #btns {
    width: 95%;
}

.content_main .content_wrapper #frm_escravo #localidade, #tipo_doc, #num_ordem {
    width: 50%;
}

.content_main .content_wrapper #frm_escravo .range_anos {
    width: 50%;
}

.content_main .content_wrapper #frm_escravo .range_anos #data_inicial {
    width: 100%;
}

.content_main .content_wrapper #frm_escravo .range_anos #data_final {
    width: 100%;
}

.content_main .content_wrapper #frm_escravo #btns {
    text-align: right;
}
/* Fim Formulario Carta 1924 */

/* Formulario Oficios Diversos */
.content_main .content_wrapper #frm_oficio #remetente, #frm_oficio #destinatario, #frm_oficio #local, #btns {
    width: 95%;
}

.content_main .content_wrapper #frm_oficio #btns {
    text-align: right;
}

.content_main .content_wrapper #frm_oficio .range_anos, #especie, #keyword {
    width: 50%;
}

.content_main .content_wrapper #frm_oficio .range_anos #data_inicial {
    width: 100%;
}

.content_main .content_wrapper #frm_oficio .range_anos #data_final {
    width: 100%;
}
/* Fim Formulario Oficios Diversos */

/* Formulario Partido Democratico */
.content_main .content_wrapper #frm_partdemocratico #localidade, #btns {
    width: 95%;
}

.content_main .content_wrapper #frm_partdemocratico #btns {
    text-align: right;
}

.content_main .content_wrapper #frm_partdemocratico .range_anos, #tipo_doc {
    width: 50%;
}

.content_main .content_wrapper #frm_partdemocratico .range_anos #ano_inicial {
    width: 100%;
}

.content_main .content_wrapper #frm_partdemocratico .range_anos #ano_final {
    width: 100%;
}
/* Fim Formulario Partido Democratico */

/* Formulario Relatorio da Educação */
.content_main .content_wrapper #frm_rel_educacao #localidade, #btns {
    width: 90%;
}

.content_main .content_wrapper #frm_rel_educacao #ano {
    width: 30%;
}
/* Fim Formulario Relatorio da Educação */

/* Formulario Acervo Iconografico */
.content_main .content_wrapper #frm_acervoico #assunto, #autor, #btns {
    width: 95%;
}

.content_main .content_wrapper #frm_acervoico #colecao, #autor, #cod_ref {
    width: 50%;
}

.content_main .content_wrapper #frm_acervoico #mes, #ano {
    width: 40%;
}

.content_main .content_wrapper #frm_acervoico #btns {
    text-align: right;
}
/* Fim Formulario Acervo Iconografico */

/* Formulario Cortiços Sta Ephigenia */
.content_main .content_wrapper #frm_corticoEph #inquilino, #btns {
    width: 95%;
}

.content_main .content_wrapper #frm_corticoEph #endereco, #proprietario {
    width: 50%;
}

.content_main .content_wrapper #frm_corticoEph #nacionalidade {
    width: 40%;
}

.content_main .content_wrapper #frm_corticoEph #btns {
    text-align: right;
}
/* Fim Formulario Cortiços Sta Ephigenia */

/* Formulario Ultima Hora - Ilustracoes */
.content_main .content_wrapper #frm_uhilustracao #autor, #titulo, #btns {
    width: 95%;
}

.content_main .content_wrapper #frm_uhilustracao .range_anos {
    width: 60%;
}

.content_main .content_wrapper #frm_uhilustracao #btns {
    text-align: right;
}
/* Fim Formulario Ultima Hora - Ilustracoes */

/* Formulario Cartografico */
.content_main .content_wrapper #frm_cartografico #titulo, #autor, #btns {
    width: 95%;
}

.content_main .content_wrapper #frm_cartografico #localidade, #cod_ref {
    width: 50%;
}

.content_main .content_wrapper #frm_cartografico #escala, #ano {
    width: 25%;
}

.content_main .content_wrapper #frm_cartografico #btns {
    text-align: right;
}
/* Fim Formulario Ultima Hora - Ilustracoes */

/* Formulario Catalogo Iconografico */
.content_main .content_wrapper #frm_catico #fundo, #catalogo, #grp_tematico, #btns {
    width: 50%;
}

.content_main .content_wrapper #frm_catico #geral {
    width: 95%;
}

.content_main .content_wrapper #frm_catico #btns {
    text-align: right;
}
/* Fim Formulario Catalogo Iconografico */


/* Fim form */

/*ul li*/
.content_main .content_wrapper .submenu .actived {
    background-color : #F0821E;
    cursor           : pointer;
    color            : #FFFFFF;
}
/*fim ul li*/

#conteudo_ano {
    width      : 100%;
    text-align : justify;
    margin     : 20px 0 0 30px;
}

/* Fim Conteudo pagina */


/* Galeria */

#menu_galeria{
    margin-top: 10px;

}

#menu_galeria ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu_galeria ul li a{
    display: block;
    background: #AFC732;
    width: auto;
    padding: 4px 0 4px 14px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #F53780;
}

#menu_galeria ul li a:hover {
    background: #402300;
    color: #AFC732;
}

#coluna2 {
    background: transparent;
    width: 100%;
    min-height: 500px;
    margin-top: 10px;
}

#arrow_container {
    position: relative;
    background: transparent;
    width: 100%;
    height: 50px;
    top: -425px;
    z-index: 999;
}

#arrow_left, #arrow_right {
    background: transparent;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#arrow_left img, #arrow_right img {
    width: 100%;
}

#arrow_left {
    float: left;
}

#arrow_right {
    float: right;
}

#slider_container {
    background: transparent;
    width: 100%;
    height: auto;
}

.slider_imagem{
    position: relative;
    background: transparent;
    width: 75%;
    height: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.slider_imagem img{
    width: 100%;
}

.slider_caption{
    background: #B96E28;
    width: 100%;
    height: auto;
    padding: 4px 0 4px 0;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

#gal_container{
    background: transparent;
    width: 100%;
    height: 100px;
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: hidden;

}

#gal_esquerda{
    background: #F2F2F2;
    width: 25px;
    height: 85px;
    position: absolute;
    left: 15px;
}

#gal_direita{
    background: #F2F2F2;
    width: 25px;
    height: 85px;
    position: absolute;
    right: 15px;
}

#gal_esquerda,
#gal_direita {
    cursor: pointer;
}

#gal_esquerda img,
#gal_direita img {
    position: relative;
    width: 100%;
    top: 30px;
}

.gal {
    background: transparent;
    min-width: 2500px;
    height: 100px;
    padding-left: 25px;
    padding-top: 10px;
}

.gal a {
    width       : 104px;
    height      : 64px;
    margin-left : 12px;
    display     : block;
    float       : left;
    padding     : 2px;
}

.gal a.cycle-pager-active {
    background: #BE141E;
}

.descr_galeria {
    background    : #BE141E;
    color         : #FFFFFF;
    margin-bottom : 5px;
    border-radius : 5px;
    text-align    : center;
}

.list_filme {
    margin-bottom: 20px;
    text-align: justify;
}

/* End Conteudo site */

/* Layout Galeria de Imagem */
.content_main .content_wrapper #layout_galeria {
    width  : 800px;
    margin : 0 auto;
}

.flexslider .slides img {
    height: 100%;
}
/* Fim Layout Galeria de Imagem */

/* Carta 1924 */

/* Listagem da Pesquisa */
.content_main .content_wrapper #result_pesq {
    display: none;
}

.content_main .content_wrapper #result_pesq .margin_result {
    margin: 20px 0 10px;
}

.content_main .content_wrapper #result_pesq .margin_result .col_result {
    text-align       : center;
    background-color : #DB6B00;
    color            : #FFFFFF;
}

.content_main .content_wrapper #result_pesq .margin_result .col_result h4 {
    font-weight: 700;
}

.content_main .content_wrapper #result_pesq .margin_total {
    margin: 10px 0;
}

.content_main .content_wrapper #result_pesq .margin_total .col_total {
    text-align: center;
}

.content_main .content_wrapper #result_pesq .margin_total .col_total .num_total {
    font-weight: bold;
}

.content_main .content_wrapper #result_pesq #result_content {

}

.content_main .content_wrapper #result_pesq #result_content .lista_header {
    padding          : 10px 0;
    font-weight      : 600;
    background-color : #EEEEEE;
    border-bottom    : 2px solid #666666;
    margin-left      : 0;
    margin-right     : 0;
}

.content_main .content_wrapper #result_pesq #result_content div.lista {
    margin-top    : 10px;
    margin-left   : 0;
    margin-right  : 0;
    padding       : 10px 0;
    border-bottom : 1px solid #DDDDDD;
}

.content_main .content_wrapper #result_pesq #result_content div.lista:nth-child(2n) {
    background-color: #F9F9F9;
}

.content_main .content_wrapper #result_pesq #pagination {
    text-align: center;
}

/* Livros de Portaria DEOPS */
.pesquisa_portaria {
    background-color : #EBEBEB;
    width            : 75%;
    margin           : 0 auto;
}

.pesquisa_portaria .title_portaria {
    font-size   : 16px;
    font-weight : bold;
    height      : 30px;
    padding-top : 3px;
}

.pesquisa_portaria ul {
    list-style-type : none;
    padding-left    : 0px;
    margin          : 5px 0px;
    text-align      : center
}

.pesquisa_portaria ul > li {
    padding: 6px 0;
}

/* Fim Livros de Portaria DEOPS */

/* Formulario Jornais e Revistas */
.content_main .content_wrapper #frm_jornal_revista #titulo, #btns {
    width: 95%;
}

.content_main .content_wrapper #frm_jornal_revista #local {
    width: 50%;
}

.content_main .content_wrapper #frm_jornal_revista #material, #ano {
    width: 20%;
}

.content_main .content_wrapper #frm_jornal_revista #btns {
    text-align: right;
}
/* Fim Formulario Jornais e Revistas */

/* Formulario Jornais UH */
.content_main .content_wrapper #frm_jornal_uh #btns {
    width : 95%;
}

.content_main .content_wrapper #frm_jornal_uh #edicao {
    width: 50%;
}

.content_main .content_wrapper #frm_jornal_uh #data {
    width: 20%;
}
/* Fim Formulario Jornais UH */

/* Formulario Boletins SNI */
.content_main .content_wrapper #frm_boletins #btns {
    width      : 95%;
    text-align : right;
}

.content_main .content_wrapper #frm_boletins #mes {
    width: 100%;
}

.content_main .content_wrapper #frm_boletins #ano {
    width: 20%;
}
/* Fim Formulario Boletins SNI */

/* Formulario Sumario do Comunismo */
.content_main .content_wrapper #frm_sumario #btns {
    width      : 95%;
    text-align : right;
}

.content_main .content_wrapper #frm_sumario #mes {
    width: 100%;
}

.content_main .content_wrapper #frm_sumario #ano {
    width: 20%;
}
/* Fim Formulario Sumario do Comunismo */

/* Formulario Dossie Ordem Social */
.content_main .content_wrapper #frm_dossie #serie, #frm_dossie #titulo, #frm_dossie #btns, #frm_dossie #palavra_chave {
    width : 95%;
}

.content_main .content_wrapper #frm_dossie #notacao, #frm_dossie #ano {
    width: 20%;
}

.content_main .content_wrapper #frm_dossie #btns {
    text-align: right;
}
/* Fim Formulario Dossie Ordem Social */

/* Formulario Historia da Educacao */
.content_main .content_wrapper #frm_histeducacao #titulo, #frm_histeducacao #btns {
    width : 95%;
}

.content_main .content_wrapper #frm_histeducacao #ano {
    width: 20%;
}

.content_main .content_wrapper #frm_histeducacao #localidade {
    width: 50%;
}
/* Fim Formulario Historia da Educacao */


/* Formulario Pesquisa Memoria do Imigrante */
.content_main .content_wrapper #frm_memimig #nome,#frm_memimig #nacionalidade,
#frm_memimig #sobrenome, #frm_memimig #email,
#frm_memimig #endereco, #frm_memimig #complemento,
#frm_memimig #cidade, #frm_memimig #bairro,
#frm_memimig #profissao, #frm_memimig #finalidade,
#frm_memimig #estrangeiro, #frm_memimig #navio,
#frm_memimig #microfilme, #frm_memimig #chefe,
#frm_memimig #lista, #frm_memimig #observacoes,
#frm_memimig #imigrante, #frm_memimig #pai,
#frm_memimig #mae, #frm_memimig #estado_entrada,
#frm_memimig #cidade_entrada, #frm_memimig #antes,
#frm_memimig #depois,#frm_memimig #tipo_certidao,
#frm_memimig #btns {
    width : 98%;
}

.content_main .content_wrapper #frm_memimig #btns {
    width : 95%;
}
/* Fim Formulario Pesquisa Memoria do Imigrante */

/* Formulario Auto Crime Capital */
.content_main .content_wrapper #frm_autocrimesp #orgao,
#frm_autocrimesp #serie,
#frm_autocrimesp #grupo,
#frm_autocrimesp #processo {
    width : 70%;
}

.content_main .content_wrapper #frm_autocrimesp #btns {
    width : 95%;
}

.content_main .content_wrapper #frm_autocrimesp .range_anos {
    width: 50%;
}

.content_main .content_wrapper #frm_autocrimesp .range_anos #data_inicial {
    width: 100%;
}

.content_main .content_wrapper #frm_autocrimesp .range_anos #data_final {
    width: 100%;
}
/* Fim Formulario Auto Crime Capital */

/* Formulario Auto Crime Interior */
.content_main .content_wrapper #frm_autocrimeint #filme,
#frm_autocrimeint #documento,
#frm_autocrimeint #orgao,
#frm_autocrimeint #serie,
#frm_autocrimeint #local,
#frm_autocrimeint #instancia,
#frm_autocrimeint #tipo_de_crime,
#frm_autocrimeint #reu,
#frm_autocrimeint #autor,
#frm_autocrimeint #vitima{
    width : 70%;
}

.content_main .content_wrapper #frm_autocrimeint #btns {
    width : 95%;
}

.content_main .content_wrapper #frm_autocrimeint .range_anos {
    width: 50%;
}

.content_main .content_wrapper #frm_autocrimeint .range_anos #data_inicial {
    width: 100%;
}

.content_main .content_wrapper #frm_autocrimeint .range_anos #data_final {
    width: 100%;
}
/* Fim Formulario Auto Crime Interior */


/* Formulario Juizo de Orfãos */
.content_main .content_wrapper #frm_juizorfaos #serie,
#frm_juizorfaos #autor,
#frm_juizorfaos #ano,
#frm_juizorfaos #num_processo,
#frm_juizorfaos #teor{
    width : 70%;
}

.content_main .content_wrapper #frm_juizorfaos #btns {
    width : 95%;
}

.content_main .content_wrapper #frm_juizorfaos .range_anos {
    width: 50%;
}

.content_main .content_wrapper #frm_juizorfaos .range_anos #data_inicial {
    width: 100%;
}

.content_main .content_wrapper #frm_juizorfaos .range_anos #data_final {
    width: 100%;
}
/* Fim Formulario Juizo de Orfãos */

/* Modal Galeria */
#msg_modal_galeria .modal-dialog {
    width: 60%;
}
/* Fim Modal Galeria */

/* Fim Listagem da Pesquisa */

/* Formulario Guia Acervo */
#msg_modal_guia .modal-dialog {
    width: 900px;
}

.link_guia {
    color  : #0000FF;
    cursor : pointer;
}

.content_main .content_wrapper #frm_guia .range_anos {
    width: 50%;
}

.content_main .content_wrapper #frm_guia .range_anos #data_inicial {
    width: 100%;
}

.content_main .content_wrapper #frm_guia .range_anos #data_final {
    width: 100%;
}

.content_main .content_wrapper #frm_guia #palavra_chave {
    width : 95%;
}
/* Fim Formulario Guia Acervo */

@media(min-width: 960px) and (max-width: 1440px) {
    .content_main .content_wrapper .publ_list > li {
        float         : left;
        width         : 50%;
        margin-bottom : 15px;
    }

    /* Formulario Carta 1924 */
    .content_main .content_wrapper #frm_carta24 #remetente, #localidade, #destinatario, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_carta24 #data {
        width: 50%;
    }

    .content_main .content_wrapper #frm_carta24 #btns {
        text-align: right;
    }
    /* Fim Formulario Carta 1924 */

    /* Formulario de Nucleos Coloniais */
    .content_main .content_wrapper #frm_nucleo #nome, #btns {
        width: 95%;
    }
    /* Fim Formulario de Nucleos Coloniais */

    /* Layout Galeria de Imagem */
    .content_main .content_wrapper #layout_galeria {
        width: 600px;
    }
    /* Fim Layout Galeria de Imagem */

    /* Modal Galeria */
    #msg_modal_galeria .modal-dialog {
        width: 75%;
    }
    /* Fim Modal Galeria */

    /* Formulario Relatorio da Educação */
    .content_main .content_wrapper #frm_rel_educacao #localidade, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_jornal_revista #material, #ano {
        width: 40%;
    }
    /* Fim Formulario Relatorio da Educação */

    /* Formulario Jornais UH */
    .content_main .content_wrapper #frm_jornal_uh #edicao {
        width: 50%;
    }

    .content_main .content_wrapper #frm_jornal_uh #data {
        width: 20%;
    }
    /* Fim Formulario Jornais UH */

    /* Formulario Boletins SNI */
    .content_main .content_wrapper #frm_boletins #mes {
        width: 100%;
    }

    .content_main .content_wrapper #frm_boletins #ano {
        width: 35%;
    }
    /* Fim Formulario Boletins SNI */

    /* Formulario Sumario do Comunismo */
    .content_main .content_wrapper #frm_sumario #mes {
        width: 100%;
    }

    .content_main .content_wrapper #frm_sumario #ano {
        width: 35%;
    }
    /* Fim Formulario Sumario do Comunismo */

}

@media(min-width: 768px) and (max-width: 960px) {
    .content_main .content_wrapper {
        width: 100%;
    }

    .content_main .content_wrapper .publ_list > li {
        float         : left;
        width         : 50%;
        margin-bottom : 15px;
    }

    .content_main .content_wrapper .list_mat {
        width: 535px;
    }

    /* Layout Galeria de Imagem */
    .content_main .content_wrapper #layout_galeria {
        width: 600px;
    }
    /* Fim Layout Galeria de Imagem */

    #conteudo_ano {
        margin: 20px 0 0 0;
    }

    /* Formulario Carta 1924 */
    .content_main .content_wrapper #frm_carta24 #remetente, #localidade, #destinatario, #btns {
        width: 80%;
    }

    .content_main .content_wrapper #frm_carta24 #data {
        width: 25%;
    }

    .content_main .content_wrapper #frm_carta24 #btns {
        text-align: right;
    }
    /* Fim Formulario Carta 1924 */

    /* Formulario de Nucleos Coloniais */
    .content_main .content_wrapper #frm_nucleo #nome, #btns {
        width: 80%;
    }
    /* Fim Formulario de Nucleos Coloniais */

    /* Modal Galeria */
    #msg_modal_galeria .modal-dialog {
        width: 90%;
    }
    /* Fim Modal Galeria */

    /* Formulario Oficios Diversos */
    .content_main .content_wrapper #frm_oficio #remetente, #frm_oficio #destinatario, #frm_oficio #local, #btns {

        width: 80%;
    }

    .content_main .content_wrapper #frm_oficio .range_anos, #especie, #keyword {
        width: 50%;
    }

    .content_main .content_wrapper #frm_oficio .range_anos #data_inicial {
        width: 100%;
    }

    .content_main .content_wrapper #frm_oficio .range_anos #data_final {
        width: 100%;
    }
    /* Fim Formulario Oficios Diversos */

    /* Formulario Partido Democratico */
    .content_main .content_wrapper #frm_partdemocratico #localidade, #btns {
        width: 80%;
    }

    .content_main .content_wrapper #frm_partdemocratico .range_anos, #tipo_doc {
        width: 50%;
    }

    .content_main .content_wrapper #frm_partdemocratico .range_anos #ano_inicial {
        width: 100%;
    }

    .content_main .content_wrapper #frm_partdemocratico .range_anos #ano_final {
        width: 100%;
    }
    /* Fim Formulario Partido Democratico */

    /* Formulario Relatorio da Educação */
    .content_main .content_wrapper #frm_rel_educacao #localidade, #btns {
        width: 90%;
    }

    .content_main .content_wrapper #frm_rel_educacao #ano {
        width: 30%;
    }
    /* Fim Formulario Relatorio da Educação */

    /* Formulario Acervo Iconografico */
    .content_main .content_wrapper #frm_acervoico #assunto, #autor, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_acervoico #colecao, #autor, #cod_ref{
        width: 50%;
    }

    .content_main .content_wrapper #frm_acervoico #mes, #ano {
        width: 20%;
    }
    /* Fim Formulario Acervo Iconografico */
    
    /* Formulario Cortiços Sta Ephigenia */
    .content_main .content_wrapper #frm_corticoEph #inquilino, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_corticoEph #endereco, #proprietario {
        width: 50%;
    }

    .content_main .content_wrapper #frm_corticoEph #nacionalidade {
        width: 40%;
    }

    .content_main .content_wrapper #frm_corticoEph #btns {
        text-align: right;
    }
    /* Fim Formulario Cortiços Sta Ephigenia */

    /* Formulario Cartografico */
    .content_main .content_wrapper #frm_cartografico #titulo, #autor, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_cartografico #localidade, #cod_ref {
        width: 50%;
    }

    .content_main .content_wrapper #frm_cartografico #escala, #ano {
        width: 25%;
    }
    /* Fim Formulario Cartografico */

    /* Formulario Jornais e Revistas */
    .content_main .content_wrapper #frm_jornal_revista #titulo, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_jornal_revista #local {
        width: 50%;
    }

    .content_main .content_wrapper #frm_jornal_revista #material, #ano {
        width: 25%;
    }
    /* Fim Formulario Jornais e Revistas */

    /* Formulario Boletins SNI */
    .content_main .content_wrapper #frm_boletins #mes {
        width: 100%;
    }

    .content_main .content_wrapper #frm_boletins #ano {
        width: 35%;
    }
    /* Fim Formulario Boletins SNI */

    /* Formulario Sumario do Comunismo */
    .content_main .content_wrapper #frm_sumario #mes {
        width: 100%;
    }

    .content_main .content_wrapper #frm_sumario #ano {
        width: 35%;
    }
    /* Fim Formulario Sumario do Comunismo */

}

@media (min-width: 481px) and (max-width: 767px) {
    .content_main .content_wrapper {
        width: 100%;
    }

    .content_main .content_wrapper .publ_list > li {
        float         : left;
        width         : 60%;
        margin-bottom : 15px;
    }

    .content_main .content_wrapper .list_mat {
        width: 535px;
    }

    #conteudo_ano {
        margin: 20px 0 0 0;
    }

    /* Layout Galeria de Imagem */
    .content_main .content_wrapper #layout_galeria {
        width: 100%;
    }
    /* Fim Layout Galeria de Imagem */

    /* Formulario Carta 1924 */
    .content_main .content_wrapper #frm_carta24 #remetente, #localidade, #destinatario, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_carta24 #data {
        width: 40%;
    }

    .content_main .content_wrapper #frm_carta24 #btns {
        text-align: right;
    }
    /* Fim Formulario Carta 1924 */

    /* Formulario de Nucleos Coloniais */
    .content_main .content_wrapper #frm_nucleo #nome, #btns {
        width: 95%;
    }
    /* Fim Formulario de Nucleos Coloniais */

    /* Modal Galeria */
    #msg_modal_galeria .modal-dialog {
        width: 95%;
    }
    /* Fim Modal Galeria */

    /* Formulario Oficios Diversos */
    .content_main .content_wrapper #frm_oficio #remetente, #frm_oficio #destinatario, #frm_oficio #local, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_oficio .range_anos, #especie, #keyword {
        width: 60%;
    }

    .content_main .content_wrapper #frm_oficio .range_anos #data_inicial {
        width: 100%;
    }

    .content_main .content_wrapper #frm_oficio .range_anos #data_final {
        width: 100%;
    }
    /* Fim Formulario Oficios Diversos */

    /* Formulario Partido Democratico */
    .content_main .content_wrapper #frm_partdemocratico #localidade, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_partdemocratico .range_anos, #tipo_doc {
        width: 60%;
    }

    .content_main .content_wrapper #frm_partdemocratico .range_anos #ano_inicial {
        width: 100%;
    }

    .content_main .content_wrapper #frm_partdemocratico .range_anos #ano_final {
        width: 100%;
    }
    /* Fim Formulario Partido Democratico */

    /* Formulario Relatorio da Educação */
    .content_main .content_wrapper #frm_rel_educacao #localidade, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_rel_educacao #ano {
        width: 40%;
    }
    /* Fim Formulario Relatorio da Educação */

    /* Formulario Acervo Iconografico */
    .content_main .content_wrapper #frm_acervoico #assunto, #autor, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_acervoico #colecao, #autor, #cod_ref{
        width: 65%;
    }

    .content_main .content_wrapper #frm_acervoico #mes, #ano {
        width: 30%;
    }
    /* Fim Formulario Acervo Iconografico */
    
    /* Formulario Cortiços Sta Ephigenia */
    .content_main .content_wrapper #frm_corticoEph #inquilino, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_corticoEph #endereco, #proprietario {
        width: 50%;
    }

    .content_main .content_wrapper #frm_corticoEph #nacionalidade {
        width: 40%;
    }

    .content_main .content_wrapper #frm_corticoEph #btns {
        text-align: right;
    }
    /* Fim Formulario Cortiços Sta Ephigenia */

    /* Formulario Cartografico */
    .content_main .content_wrapper #frm_cartografico #titulo, #autor, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_cartografico #localidade, #cod_ref {
        width: 60%;
    }

    .content_main .content_wrapper #frm_cartografico #escala, #ano {
        width: 30%;
    }
    /* Fim Formulario Cartografico */

    /* Formulario Jornais e Revistas */
    .content_main .content_wrapper #frm_jornal_revista #titulo, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_jornal_revista #local {
        width: 60%;
    }

    .content_main .content_wrapper #frm_jornal_revista #material, #ano {
        width: 30%;
    }
    /* Fim Formulario Jornais e Revistas */

    /* Formulario Jornais UH */
    .content_main .content_wrapper #frm_jornal_uh #edicao {
        width: 50%;
    }

    .content_main .content_wrapper #frm_jornal_uh #data {
        width: 25%;
    }
    /* Fim Formulario Jornais UH */

    /* Formulario Boletins SNI */
    .content_main .content_wrapper #frm_boletins #mes {
        width: 100%;
    }

    .content_main .content_wrapper #frm_boletins #ano {
        width: 45%;
    }
    /* Fim Formulario Boletins SNI */

    /* Formulario Sumario do Comunismo */
    .content_main .content_wrapper #frm_sumario #mes {
        width: 100%;
    }

    .content_main .content_wrapper #frm_sumario #ano {
        width: 45%;
    }
    /* Fim Formulario Sumario do Comunismo */

    /* Formulario Dossie Ordem Social */
    .content_main .content_wrapper #frm_dossie #notacao, #frm_dossie #ano {
        width: 30%;
    }
    /* Fim Formulario Dossie Ordem Social */

}

@media (max-width: 480px) {
    .content_main .content_wrapper {
        width: 100%;
    }

    .content_main .content_wrapper .publ_list > li {
        float         : left;
        width         : 90%;
        margin-bottom : 15px;
    }

    .content_main .content_wrapper .list_mat {
        width: 100%;
    }

    #conteudo_ano {
        margin: 20px 0 0 0;
    }

    /* Layout Galeria de Imagem */
    .content_main .content_wrapper #layout_galeria {
        width: 100%;
    }
    /* Fim Layout Galeria de Imagem */

    /* Formulario Carta 1924 */
    .content_main .content_wrapper #frm_carta24 #remetente, #localidade, #destinatario, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_carta24 #data {
        width: 40%;
    }

    .content_main .content_wrapper #frm_carta24 #btns {
        text-align: right;
    }
    /* Fim Formulario Carta 1924 */

    /* Formulario de Nucleos Coloniais */
    .content_main .content_wrapper #frm_nucleo #nome, #btns {
        width: 95%;
    }
    /* Fim Formulario de Nucleos Coloniais */

    /* Formulario Maços da População de SP */
    .content_main .content_wrapper #frm_macossp .range_anos {
        width: 75%;
    }
    /* Fim Formulario Maços da População de SP */

    /* Formulario Guia Acervo */
    .content_main .content_wrapper #frm_guia .range_anos {
        width: 75%;
    }
    /* Fim Formulario Guia Acervo */

    /* Formulario Memoria da Escravidao */
    .content_main .content_wrapper #frm_escravo .range_anos {
        width: 75%;
    }
    /* Fim Formulario Maços da População de SP */

    /* Modal Galeria */
    #msg_modal_galeria .modal-dialog {
        width: 95%;
    }
    /* Fim Modal Galeria */

    /* Formulario Oficios Diversos */
    .content_main .content_wrapper #frm_oficio #remetente, #frm_oficio #destinatario, #frm_oficio #local, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_oficio .range_anos, #especie, #keyword {
        width: 65%;
    }

    .content_main .content_wrapper #frm_oficio .range_anos #data_inicial {
        width: 100%;
    }

    .content_main .content_wrapper #frm_oficio .range_anos #data_final {
        width: 100%;
    }
    /* Fim Formulario Oficios Diversos */

    /* Formulario Partido Democratico */
    .content_main .content_wrapper #frm_partdemocratico #localidade, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_partdemocratico .range_anos, #tipo_doc {
        width: 65%;
    }

    .content_main .content_wrapper #frm_partdemocratico .range_anos #ano_inicial {
        width: 100%;
    }

    .content_main .content_wrapper #frm_partdemocratico .range_anos #ano_final {
        width: 100%;
    }
    /* Fim Formulario Partido Democratico */

    /* Formulario Relatorio da Educação */
    .content_main .content_wrapper #frm_rel_educacao #localidade, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_rel_educacao #ano {
        width: 45%;
    }
    /* Fim Formulario Relatorio da Educação */

    /* Formulario Acervo Iconografico */
    .content_main .content_wrapper #frm_acervoico #assunto, #autor, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_acervoico #colecao, #autor, #cod_ref{
        width: 70%;
    }

    .content_main .content_wrapper #frm_acervoico #mes,#ano {
        width: 30%;
    }
    /* Fim Formulario Acervo Iconografico */
    
    /* Formulario Cortiços Sta Ephigenia */
    .content_main .content_wrapper #frm_corticoEph #inquilino, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_corticoEph #endereco, #proprietario {
        width: 50%;
    }

    .content_main .content_wrapper #frm_corticoEph #nacionalidade {
        width: 40%;
    }

    .content_main .content_wrapper #frm_corticoEph #btns {
        text-align: right;
    }
    /* Fim Formulario Cortiços Sta Ephigenia */

    /* Formulario Cartografico */
    .content_main .content_wrapper #frm_cartografico #titulo, #autor, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_cartografico #localidade, #cod_ref {
        width: 60%;
    }

    .content_main .content_wrapper #frm_cartografico #escala, #ano {
        width: 30%;
    }
    /* Fim Formulario Cartografico */

    /* Formulario Jornais e Revistas */
    .content_main .content_wrapper #frm_jornal_revista #titulo, #btns {
        width: 95%;
    }

    .content_main .content_wrapper #frm_jornal_revista #local {
        width: 60%;
    }

    .content_main .content_wrapper #frm_jornal_revista #material, #ano {
        width: 30%;
    }
    /* Fim Formulario Jornais e Revistas */

    /* Formulario Jornais UH */
    .content_main .content_wrapper #frm_jornal_uh #edicao {
        width: 60%;
    }

    .content_main .content_wrapper #frm_jornal_uh #data {
        width: 30%;
    }
    /* Fim Formulario Jornais UH */

    /* Formulario Boletins SNI */
    .content_main .content_wrapper #frm_boletins #mes {
        width: 100%;
    }

    .content_main .content_wrapper #frm_boletins #ano {
        width: 45%;
    }
    /* Fim Formulario Boletins SNI */

    /* Formulario Sumario do Comunismo */
    .content_main .content_wrapper #frm_sumario #mes {
        width: 100%;
    }

    .content_main .content_wrapper #frm_sumario #ano {
        width: 45%;
    }
    /* Fim Formulario Sumario do Comunismo */

    /* Formulario Dossie Ordem Social */
    .content_main .content_wrapper #frm_dossie #notacao, #frm_dossie #ano {
        width: 30%;
    }
    /* Fim Formulario Dossie Ordem Social */

    /* Formulario Historia da Educacao */
    .content_main .content_wrapper #frm_histeducacao #ano {
        width: 30%;
    }
    /* Fim Formulario Historia da Educacao */

    /* Formulario Auto Crime Capital */
    .content_main .content_wrapper #frm_autocrimesp .range_anos {
        width: 70%;
    }
    
    .content_main .content_wrapper #frm_autocrimesp #orgao,
    #frm_autocrimesp #serie,
    #frm_autocrimesp #grupo,
    #frm_autocrimesp #processo {
        width : 95%;
    }
    
    /* Fim Formulario Auto Crime Capital */

}

/* pgwslideshow - Remove espaco de 40px à esquerda da foto exibida */
.pgwSlideshow .ps-current ul{
	padding-left: 0;
}

/* pgwslideshow - Insere espaço abaixo da galeria, para não sobrepor rodapé */
.pgwslideshow_container {
	padding-bottom: 20px;
}
.form-control-feedback glyphicon glyphicon-remove {
    margin-right: 170px;
}

/* FORMULARIO - uh_imagens_de_um_acervo */

.content_main .content_wrapper #frm_uh_imagens_de_um_acervo #assunto, #autor, #btns {
    width: 95%;
}

.content_main .content_wrapper #frm_uh_imagens_de_um_acervo #colecao, #autor, #cod_ref {
    width: 80%;
}

.content_main .content_wrapper #frm_uh_imagens_de_um_acervo #dia, #mes, #ano {
    width: 80%;
}

.content_main .content_wrapper #frm_uh_imagens_de_um_acervo #btns {
    text-align: right;
}
/* FIM FORMULARIO - uh_imagens_de_um_acervo */

/* RESULTADOS - uh_imagens_de_um_acervo */

.content_main .content_wrapper #result_pesq_uh {
    display: none;
}

.content_main .content_wrapper #result_pesq_uh .margin_result {
    margin: 20px 0 10px;
}

.content_main .content_wrapper #result_pesq_uh .margin_result .col_result {
    text-align       : center;
    background-color : #517595;
    color            : #FFFFFF;
}

.content_main .content_wrapper #result_pesq_uh .margin_result .col_result h4 {
    font-weight: 700;
}

.content_main .content_wrapper #result_pesq_uh .margin_total {
    margin: 10px 0;
}

.content_main .content_wrapper #result_pesq_uh .margin_total .col_total {
    text-align: center;
}

.content_main .content_wrapper #result_pesq_uh .margin_total .col_total .num_total {
    font-weight: bold;
}

.content_main .content_wrapper #result_pesq_uh #result_content {

}

.content_main .content_wrapper #result_pesq_uh #result_content .lista_header {
    padding          : 10px 0;
    font-weight      : 600;
    background-color : #EEEEEE;
    border-bottom    : 2px solid #666666;
    margin-left      : 0;
    margin-right     : 0;
}

.content_main .content_wrapper #result_pesq_uh #result_content div.lista {
    margin-top    : 10px;
    margin-left   : 0;
    margin-right  : 0;
    padding       : 10px 0;
    border-bottom : 1px solid #DDDDDD;
}

.content_main .content_wrapper #result_pesq_uh #result_content div.lista:nth-child(2n) {
    background-color: #F9F9F9;
}

.content_main .content_wrapper #result_pesq_uh #pagination {
    text-align: center;
}

/* FIM RESULTADOS - uh_imagens_de_um_acervo */