﻿
.divOpcoes {
    display:inline-block;
}

.opcoesRegistro {
    display:table;
    z-index:10;
    float:left;
}
    .opcoesRegistro .botao {}

        .opcoesRegistro .botao a {
            height: 31px;
            line-height: 31px;
            display:block;
            width: 30px;
            text-align: center;            
            text-decoration:none;            
            font-weight:bold;
            border-radius:0px 3px 3px 0px;
            border:1px solid #aaa;
            background:#ddd;
            color:#555;
        }

            .opcoesRegistro .botao a:hover {
                border:1px solid #bbb;
                background:#ccc;
                color:#555;
            }



    .opcoesRegistro .opcoes {
        position:absolute;
        z-index:99;
        border-radius:3px;
        border:1px solid #ccc;
        border-top:none;
        margin-top:-1px;
    }

        .opcoesRegistro .opcoes .opcao {}
        

            .opcoesRegistro .opcoes .opcao a {
                padding:0px 5px;
                width:50px;
                height:25px;
                line-height:25px;
                font-size:0.9em;
                display:block;
                text-decoration:none;  
                border-top:1px solid #ccc;       
                font-weight:bold;
                background:#ddd;
                color:#555;
            }

                .opcoesRegistro .opcoes .opcao a:hover {
                    background:#ccc;
                    color:#555;
                }

        



/* ----------------- */
/* TELA DE PESQUISAS */
/* ----------------- */

/* BARRA DE ACOES */
.barra-acoes {
    background:#EBEBEB;
    position:relative;
    overflow:auto;
    clear:both;
    padding:0px;
}
.barra-acoes ul li a {
    padding:5px 10px;
    font-size:0.9em;
}


/* RESULTADOS */
.pesquisa-resultados {
}

.pesquisa-resultados .pesquisa-resultados-cabecalho {
    background-color: #428bca;
    color: #fff;
    height: 32px;
    line-height: 24px;
}

.pesquisa-resultados .pesquisa-resultados-registros {
    /*border: 1px solid #428bca;*/
}

.pesquisa-resultados .pesquisa-resultados-rodape {
    background-color: #428bca;
    color: #fff;
    height: 32px;
    line-height: 24px;
    margin-bottom: 15px;
}



#clientes .itens tr {
    border-top: 1px dashed #c0c0c0;
}

#clientes .itens tr:first-child {
    border-top: none;   
}

#clientes .itens tr td{
    padding: 10px 0;
}

