/* =========================
   COMPANY THEME – MANTIS
   ========================= */

/* Top navigation bar */
.navbar,
.navbar-default {
    background-color: #2690ed !important;   /* Primary brand color */
    border-color: #0a2540 !important;
}

/* Navbar text */
.navbar a,
.navbar-brand {

}

/* Primary buttons */
.btn-primary {
    background-color: #ff6b00 !important;   /* Accent color */

}

.btn-primary:hover {
    background-color: #e85f00 !important;
}

/* Links */
a {
    color: #0a2540;
}

a:hover {
    color: #ff6b00;
}

/* Status badges */
.badge,
.label {
    border-radius: 4px;
}

/* Page background */
body {
    background-color: #f5f7fa;
}

/* Footer */
footer {
    background-color: #ffffff;
    border-top: 1px solid #ddd;
}

