/* ClerkWeb Custom Styles - Bootstrap 3 */

/* ===== Global Styles ===== */
body {
    padding-top: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ===== Navigation Enhancements ===== */
.navbar-inverse {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-brand img {
    display: inline-block;
    margin-right: 5px;
    margin-top: -5px;
}

.navbar .dropdown-menu {
    border-radius: 0;
}

/* ===== Panel Enhancements ===== */
.panel {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.panel:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.panel-heading .panel-title {
    font-weight: 600;
}

/* ===== Table Styles ===== */
.table th {
    white-space: nowrap;
}

/* ===== Form Styles ===== */
.search-form .form-group {
    margin-bottom: 15px;
}

/* ===== Footer Styles ===== */
.site-footer {
    background-color: #333;
    color: #ccc;
    padding: 30px 0;
    margin-top: 30px;
}

.site-footer h5 {
    color: #fff;
    margin-top: 0;
}

.site-footer a {
    color: #ccc;
    text-decoration: none;
}

.site-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-footer hr {
    border-color: #555;
}

.site-footer address {
    margin-bottom: 0;
}

/* ===== Content Spacing ===== */
.content-main {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-spacing {
    margin-bottom: 20px;
}

/* ===== GridView Paging ===== */
.pagination-container {
    padding: 10px;
}

.pagination-container a,
.pagination-container span {
    padding: 5px 10px;
    margin: 0 2px;
    border: 1px solid #ddd;
    text-decoration: none;
}

.pagination-container a:hover {
    background-color: #eee;
}

.pagination-container span {
    background-color: #337ab7;
    color: white;
    border-color: #337ab7;
}

/* ===== Print Styles ===== */
@media print {
    .navbar,
    .site-footer,
    .btn,
    .panel-heading {
        display: none !important;
    }

    .panel {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}

/* ===== Accessibility ===== */
a:focus,
button:focus,
input:focus,
select:focus {
    outline: 2px solid #337ab7;
    outline-offset: 2px;
}
