body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.container {
    max-width: 1200px;
	min-height:  calc(100vh - 160px);
	margin-top:2px !important;
}

.table-responsive {
    margin-bottom: 1.5rem;
}

.table th, .table td {
    vertical-align: middle;
    white-space: nowrap; /* Prevent wrapping for better readability */
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    background-color: #138496;
    border-color: #138496;
}

.alert {
    margin-bottom: 1rem;
}

.card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.card-body p {
    margin-bottom: 0.5rem;
}

@media (max-width: 767.98px) {
    .navbar-nav {
        text-align: center;
    }
    .dataTables_wrapper .dataTables_filter {
        text-align: center;
    }
}

/* DataTables styling */
.dataTables_wrapper .dataTables_filter {
    float: right;
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    width: 200px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 1rem;
    text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.375rem 0.75rem;
    margin: 0 2px;
    border-radius: 0.25rem;
    color: #007bff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #007bff;
    color: white !important;
    border: 1px solid #007bff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #e9ecef;
    color: #0056b3 !important;
    border: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    margin-bottom: 1rem;
}

.dataTables_wrapper .dataTables_length select {
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0.5rem;
    text-align: left;
}

.dataTables_wrapper .dt-buttons {
    float: left;
    margin-bottom: 1rem;
}

.dataTables_wrapper .dt-button {
    background-color: #28a745;
    color: white;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    margin-right: 0.5rem;
}

.dataTables_wrapper .dt-button:hover {
    background-color: #218838;
}

/* Handle wide tables */
.dataTables_scrollBody {
    overflow-x: auto !important;
}


footer {
margin:0px;	
	
}

.btn-purple {
	background-color:purple;
}

.btn-yellow {
	background-color:yellow;
}

.btn-maroon {
	background-color:maroon;
}
