#item-delete-form-search .search-button {
    padding: 5px 8px;
    border: 1px solid;
    border-radius: 5px;
    background: #0075ff;
    color: #FFFFFF;
    font-weight: 700;
    min-width: 100px;
}

#item-delete-form-search .error_alerts h5 {
    margin-top: 24px !important;
    padding: 8px !important;
}

#item-delete-form-search .item-num-search {
    text-align: right;
}

.error_alert_1,
.error_alert_2,
.delete_queue .del_loading,
#item-delete-form-search .item-num-search .loading {
    display: none;
}

#item-delete-form-search .add-delete-button,
#item-delete-form-search .history-button {
    width: 100%;
    text-align: center;
    padding: 5px 0px;
    outline: none;
    margin-bottom: 10px;
}

.delete_queue .list table {
    width: 100%;
}

.delete_queue .list table thead {
    background: #757474;
    color: #ffffff;
}

.delete_queue .list table tbody tr td,
.delete_queue .list table thead tr th{
    padding: 8px 12px;
}

.delete_queue .list table thead tr th{
    text-align: center;
}

.delete_queue .list table tbody tr td:last-child  {
    text-align: right;
}

.delete_queue .list table tbody tr:nth-child(even) {
    background-color: #f7f6f6;
}

.delete_queue .list table tbody tr .table-actions {
    margin-left: 10px;
}

.delete_queue .list table tfoot {
    text-align: right;
    display: none;
}

.delete_queue .list table tfoot td {
    padding: 10px 10px;
}

.delete_queue .list table tfoot td button {
    min-width: 100px;
}

.delete_queue .list table .no_data {
    text-align: center;
}