/* here you can put your own css to customize and override the theme */
.table-row-click > tbody > tr:hover {
    cursor: pointer;
}
.table-row-click > tbody > tr > td:first-child{
    cursor: default;
}
.table-row-click-lookup > tbody > tr:hover {
    cursor: pointer;
}

/* EDIÇAO PROSPECÇOES */
.tarefa-pendente{
    margin-top: 10px;
    padding: 15px;
}

.tarefa-pendente label:first-child{
    width: 100%; 
    text-align: center;
}

.tarefa-pendente .table-responsive > table > tbody > tr > td:first-child{
    width: 40%; 
    text-align: center;
}

.tarefa-pendente .table-responsive > table > tbody > tr > td:last-child{
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    max-width: 1px;
}


/**  DROPDOWN FILTER **/
.dropdown-menu .close-dropdown .glyphicon-off, .dropdown-menu .close-dropdown a, .dropdown-menu .close-dropdown a:hover{
    color: #2bb8c4;
}

/** GRID Regiao **/

.regiao-grid .col-sigla{
    width: 7%;
}

.regiao-grid .col-status{
    width: 9%;
}