/** Jobs Table **/
#incidentsTable tbody tr{
    cursor: pointer;
}
/** Job panel **/
#incident_panel{
    margin-top: 30px;
}
#incidentsAdvancedSearch{
    margin-bottom: 10px;
}
#incidentsAdvancedSearch summary{
    text-align: right;
}
div.advancedFilterDetail{
    background: #ececec;
    padding: 15px;
}
.input-group > .form-select{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.label {
    text-align: right;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin: 2px 0;
    color: #22262a;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    padding: 0.5rem 1rem;
    border-bottom: 0;
}
.value {
    margin: 2px 0;
    color: #22262a;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #eee;
}
.card{
    margin-bottom: 10px;
}
.card-header {
    border-top: 3px solid #014051;
    border-bottom: 0;
    color: #676767;
    font-weight: 700;
    background: none;
}
li.incidentFieldListItem.list-group-item{
    border:0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.row{
    margin-bottom: 5px;
}
/* .dataTables_length{
    background: #ececec;
    margin-bottom: 10px;
}
.dataTables_filter{
    background: #ececec;
} */
.dataTables_filter label{
    display: none;
}