/* 
# ---------------------------------------------------------------
# Author - Interagi Tecnologia http://www.interagi.com.br
# Copyright (C) 2010 - 2012 Interagi Tecnologia. All Rights Reserved.
# license - PHP files are licensed under  GNU/GPL V2
# license - CSS  - JS - IMAGE files  are Copyrighted material 
# Websites: http://www.interagi.com.br
-----------------------------------------------------------------*/


.groupItems {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.campoPesq{width: 70%;margin: 0 auto;position: relative;}
#filter-search{width: 90%;border: 1px solid #ededed; font-family: Tahoma, Arial, sans-serif;  font-size: 16px;  line-height: 35px;  padding: 0 15px;  border-radius: 5px;display: block; float: left;}
.campoPesq span{color: #898888; font-family: Tahoma, Arial, sans-serif;}
.btnpesquisa{border: 0px; background: transparent; margin-left: -40px; margin-top: 10px; cursor: pointer; position: absolute; right: 50px;}
fieldset.filters.btn-toolbar.clearfix {  margin-bottom: 50px;}

.groupItems h4 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #931004 !important;
    border-bottom: 1px dotted #424242;
    font-size: 24px !important;
    line-height: 30px !important;
}
.groupItems .item_acesso{
    /*border-bottom: 1px dashed #dddddd;*/
    padding-bottom: 12px;  
    margin-bottom: 11px; 
    width: 30%;
    float: left;
}
.groupItems .item_acesso:nth-child(2) {
    margin: 0 49px;
}
.groupItems .group_acesso {
    clear: both;
    float: left;
    width: 100%;
}
.descricao_acesso{
    font-size: 15px; 
    color: #888;
}
.groupItems .group_acesso a {
    font-size: 15px;
    color: #000;
}
.groupItems.cont{ margin-top: 46px;}
.groupItemsLine {
    float: left;
    width: 100%;
}
.groupItems li:last-of-type{
    /*border:none;*/
}
.groupItems .group_acesso a:hover{
    color: #931004;
}

#info-listaalf{
    padding-top: 5px;
    float: left;
    font-size: 13px;
}
.repetida{
    display:none;
}
.space{
    display:block;
    height: 36px;
    margin-bottom: 14px;
    border-bottom: 1px solid #424242;
}
.groupItems:first-of-type .repetida{
    display:block;
}

.groupItems:first-of-type .space{
    display:none;
}


/*Letras tipo*/ 
.div-letras{
    width: 100%;
    margin-top: 30px;
    float: left;
}

.div-int-letras{
    width: 780px;
    text-align: center;
    margin: 0 auto;
}

.letras-alf {
    min-width: 10px;
    padding: 1px 0px 0px 0px;
    border-radius: 50px;
    background: #000;
    color: #FFF;
    width: 25px;
    text-align: center;
    height: 24px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
}

.letras-alf-selec{
   background: #A03021 !important;
}

.letras-alf:hover{
    background: #931004;
    -webkit-transition: 0.3s ease-in; // navegadores webkit, como Safari e Chrome
    -moz-transition: 0.3s ease-in; // Firefox
    -o-transition: 0.3s ease-in; // Opera
}

#glossario-alf{
    padding-top: 5px;
    float: left;
    font-size: 13px;
}
.disable {
    background: #999;
    cursor: default;
}
#seta {
    position: fixed;
    right: 20px;
    bottom: 0;
    cursor:pointer;
}