﻿div.dt-buttons .dt-button {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    border-radius: 4px;
    margin-right: 5px;
}

.dt-buttons .btn {
    font-size: 0.85rem !important;
    padding: 0.35rem 0.5rem !important;
}

.btn-outline-primary {
    padding: 0.25rem 0.6rem;
    font-size: 0.65rem;
    height: 25px;
}

.table {
    border-radius: 8px;
    overflow: hidden;
}

    .table thead {
        background-color: #343a40;
        color: white;
    }

    .table tbody tr:hover {
        background-color: #f8f9fa;
    }

    .table td,
    .table th {
        padding: 0.2rem 0.5rem;
        vertical-align: middle;
    }

.edit-btn,
.delete-btn {
    font-size: 0.7rem;
    width: 26px;
    height: 22px;
    padding: 0.2rem;
}

.page-title-box {
    margin-bottom: 10px;
}

.row > .col-md-11.mb-2 {
    margin-bottom: 10px !important;
}


.table-scroll tbody {
    display: block;
    max-height: 400px;
    overflow-y: auto;
}

    .table-scroll thead,
    .table-scroll tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

table.dataTable {
    width: 100% !important;
}


.dataTables_filter input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1px 8px;
    font-size: 12px;
    height: 15px;
    width: 200px;
}
