/* AdminLTE 2 Classic Customizations */

body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #ecf0f5;
}

/* Ensure the login page has a decent background */
.login-page {
    background: #d2d6de;
}

/* Adjust brand logo padding */
.main-header .logo {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

/* Fix for nested modal issues if any */
.modal {
    background: rgba(0,0,0,0.5);
}

/* Custom helper for metrics if needed */
.small-box .inner h3 {
    font-size: 30px;
}

/* Sidebar adjustments */
.sidebar-menu > li > a {
    transition: background 0.2s ease;
}

/* Utility classes for spacing that were in BS5 but missing in BS3 */
.mt-1 { margin-top: 5px !important; }
.mt-2 { margin-top: 10px !important; }
.mt-3 { margin-top: 15px !important; }
.mb-1 { margin-bottom: 5px !important; }
.mb-2 { margin-bottom: 10px !important; }
.mb-3 { margin-bottom: 15px !important; }

/* Flash message positioning */
.content-header + .content {
    padding-top: 0;
}

/* Center text in modal headers */
.modal-header .modal-title {
    font-weight: 600;
}
