.bootgrid .camposBuscadosRow{
    margin-top: 20px;
}
.bootgrid .campoBuscado{
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fefefe;
    float: left;
}
.bootgrid  .campoBuscado div{
    float:left;
    margin-right: 5px;    
}
.bootgrid  .campoBuscado div.close{
    float: right;
}
.bootgrid .campoBuscado .campoBuscadoNome,
.bootgrid .campoBuscado .campoBuscadoValor{
    font-weight: bold;
}
.bootgrid .campoBuscado .campoBuscadoOu{
    font-weight: normal;
}
.bootgrid .campoBuscado.active{
    border-color: rgb(255, 225, 178);
    background-color: rgb(255, 249, 232);
}

.bootgrid .buscaAvancada{
    display:none;
}

.bootgrid td.loading{
    background-position-y: 3px !important;
    line-height: 60px !important;
}

.bootgrid .search{
    margin: 0px;
}
.bootgrid  .btBuscaAvancada{
    margin-right: 15px;
    margin-top: -3px;
}

.bootgrid  .btLimparBusca{
    margin-right: 5px;
    margin-top: -3px;
}

.bootgrid  .nenhumaBuscaRealizada{
    color: #aaa;
    font-size: 18px;
    margin: 0px;
    text-shadow: rgba(210, 210, 210, 0.5) 1px 1px 1px;
    text-align: center;   
    font-weight: 300; 
}

.bootgrid  .bootgrid-table td,
.bootgrid  .bootgrid-table th > .column-header-anchor > .text{
    overflow: hidden;
    -ms-text-overflow: hidden;
    -o-text-overflow: hidden;
    text-overflow: hidden;
    white-space: normal;

}
.bootgrid .btPesquisar{
    cursor: pointer;
}
.bootgrid .table-responsive{
    overflow-x: auto; 
}