﻿/* ==========================================================
   Unify 1.6 – Facelift Experiment (Brand Forward)
   Scope: Global override
   Intent: Visual feasibility only
   ========================================================== */

/* ----------------------------------------------------------
   Typography – Montserrat
   ---------------------------------------------------------- */

html, body {
    font-family: "Montserrat", "Segoe UI", Roboto, Arial, sans-serif;
}

body {
    font-size: 14px;
    line-height: 1.6;
    color: #1f2933;
    background: #f5f7fa;
}

p,
li,
li a {
    font-weight: 400;
    color: #374151;
}

small,
.help-block {
    font-size: 12px;
    line-height: 1.5;
    color: #6b7280;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 600;
    color: #111827;
    letter-spacing: -0.01em;
}

/* Reduce legacy shouty uppercase */
.text-uppercase,
.title-box h2,
.title-box-v2 h2 {
    letter-spacing: 0.04em;
}

/* ----------------------------------------------------------
   Links
   ---------------------------------------------------------- */

a {
    color: #2563eb;
    text-decoration: none;
}

    a:hover {
        color: #1d4ed8;
        text-decoration: none;
    }

/* ----------------------------------------------------------
   Panels / Cards
   ---------------------------------------------------------- */

.panel,
.well,
.thumbnail,
.thumbnail-style {
    border-radius: 8px;
}

.panel {
    border: none !important;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.panel-heading {
    background: #ffffff !important;
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
    padding: 12px 16px;
}

.panel-body {
    padding: 16px;
}

/* ----------------------------------------------------------
   Buttons
   ---------------------------------------------------------- */

.btn,
.btn-u {
    font-family: "Montserrat", "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 600;
    border-radius: 6px !important;
    padding: 6px 14px;
    letter-spacing: 0.01em;
}

.btn-default {
    background: #ffffff;
    border-color: #d1d5db;
    color: #111827;
}

    .btn-default:hover {
        background: #f9fafb;
    }

/* ----------------------------------------------------------
   Forms
   ---------------------------------------------------------- */

input,
select,
textarea {
    border-radius: 6px !important;
    border-color: #d1d5db;
}

    input:focus,
    select:focus,
    textarea:focus {
        border-color: #2563eb;
        box-shadow: 0 0 0 1px rgba(37,99,235,.2);
    }

/* ----------------------------------------------------------
   Tables
   ---------------------------------------------------------- */

.table > thead > tr > th {
    border-bottom: 1px solid #e5e7eb;
    font-weight: 600;
    color: #111827;
}

.table > tbody > tr > td {
    border-top: 1px solid #e5e7eb;
    vertical-align: middle;
}

/* ----------------------------------------------------------
   Lists
   ---------------------------------------------------------- */

.list-group-item {
    border-color: #e5e7eb;
    padding: 12px 16px;
}

/* ----------------------------------------------------------
   Headers / Navigation
   ---------------------------------------------------------- */

.header,
.header-v1,
.header-v2,
.header-v3 {
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

/* Active nav emphasis */
.nav > li.active > a,
.nav > li > a:hover {
    font-weight: 600;
}

/* ----------------------------------------------------------
   Reduce heavy legacy backgrounds
   ---------------------------------------------------------- */

.purchase,
.breadcrumbs,
.about-skills,
.parallax-counter,
.parallax-counter-v1,
.parallax-counter-v2 {
    background: #ffffff !important;
}

/* ----------------------------------------------------------
   Icons
   ---------------------------------------------------------- */

.icon-custom,
.icon-info-blocks,
.service-icon {
    color: #2563eb;
}

/* ----------------------------------------------------------
   Footer
   ---------------------------------------------------------- */

footer {
    background: #111827;
    color: #9ca3af;
}

    footer a {
        color: #d1d5db;
    }

        footer a:hover {
            color: #ffffff;
        }

/* ----------------------------------------------------------
   Animation calm-down
   ---------------------------------------------------------- */

* {
    transition: background-color .15s ease, color .15s ease, box-shadow .15s ease, border-color .15s ease;
}

/* =========================================
   Pelocity V3 – Minimal Modern Sidebar Nav
   Flat, consistent, low visual weight
   ========================================= */

.magazine-sb-social .btn-u.btn-block {
    background: #ffffff;
    color: #1f2937;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 9px 14px;
    margin-bottom: 2px;
    font-weight: 500;
    text-align: left;
    box-shadow: none;
    transition: background-color 0.12s ease, border-color 0.12s ease;
}


    /* normalize ALL variants so Connections behaves */
    .magazine-sb-social .btn-u.btn-block[class*="btn-u-"] {
        background: #ffffff;
        color: #1f2937;
    }

    /* icons */
    .magazine-sb-social .btn-u.btn-block i {
        color: inherit;
        opacity: 0.8;
    }

    /* hover */
    .magazine-sb-social .btn-u.btn-block:hover {
        background: #f9fafb;
        border-color: #d1d5db;
    }

    /* active – minimal, obvious, calm */
    .magazine-sb-social .btn-u.btn-block.active {
        background: #f3f4f6;
        border-color: #9ca3af;
        font-weight: 600;
    }

    /* keyboard focus */
    .magazine-sb-social .btn-u.btn-block:focus {
        outline: none;
        border-color: #9ca3af;
    }

/* Pelocity – Full page background (apply to wrapper, not body) */
html, body, .wrapper {
    height: 100%;
}

.wrapper {
    background-image: url("../img/qubithr-atomic-grid.svg");
    background-repeat: repeat;
    background-position: top left;
    background-size: 1200px auto;
    background-attachment: fixed;
}

/* Dilute atomic grid with subtle overlay */
    .wrapper::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(255, 255, 255, 0.75);
        pointer-events: none;
        z-index: 0;
    }


/* ============================
   Pelocity – Fixed Header & Footer
   ============================ */

/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(4px);
    border-bottom: 1px solid #e6edf3;
}

/* Give the logo room to breathe */
.navbar {
    margin-bottom: 0;
    padding: 10px 24px;
}

.navbar-brand {
    padding: 6px 0;
}

#logo-header {
    max-height: 60px;
    height: auto;
}

/* Push page content below fixed header */
.wrapper {
    padding-top: 90px; /* adjust if header grows */
}

/* Footer */
.footer,
.footer-v1,
.footer-v2 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background: rgba(30, 30, 30, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Push content above footer */
.wrapper {
    padding-bottom: 60px;
}

/* Optional: soften footer text */
.footer,
.footer a {
    color: #cbd5e1;
}

    .footer a:hover {
        color: #ffffff;
        text-decoration: none;
    }


/* Logo containment – correct way */
.navbar-brand {
    display: flex;
    align-items: center;
    height: 70px; /* controls header height */
    padding: 6px 0;
}

#logo-header {
    height: 100%;
    max-height: 60px; /* visual cap */
    width: auto;
    object-fit: contain;
}

/* ===== Safe footer layout (no overlap, hybrid-safe) ===== */

html,
body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}


/* ===== Header vertical trim ===== */

/* Reduce extra vertical padding around navbar */
.header {
    padding-bottom: 0;
}

/* Tighten navbar height */
.navbar {
    margin-bottom: 0;
    min-height: 64px;
}

/* Reduce logo container padding */
.navbar-brand {
    height: 64px; /* was 70 */
    padding-top: 4px;
    padding-bottom: 4px;
}

/* Keep logo visually capped */
#logo-header {
    max-height: 52px; /* slightly tighter */
}

/* === Header vertical trim override (FINAL) === */

.header,
.header .navbar,
.header .navbar-header,
.header .navbar-brand {
    height: 60px;
    min-height: 60px;
}

.header {
    padding: 0;
}

    .header .navbar > .container-fluid {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header .navbar-brand {
        padding: 0 16px;
        display: flex;
        align-items: center;
    }

#logo-header {
    max-height: 48px;
    width: auto;
}


/* === Pelocity Footer – Match Header Style (White, Fixed, Safe) === */

.footer,
.footer-v1,
.footer-v1 .copyright {
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(4px);
    color: #6b7280 !important;
    border-top: 1px solid #e6edf3;
}

    /* Footer text + links */
    .footer-v1 p,
    .footer-v1 a {
        color: #4b5563 !important;
    }

        .footer-v1 a:hover {
            color: #111827 !important;
            text-decoration: none;
        }

/* === Pelocity Frame Color (single control) === */

:root {
    --pelocity-frame-bg: #eef4fb; /* light QubitHR / Pelocity blue */
}

/* Header */
.header {
    background: var(--pelocity-frame-bg) !important;
}

/* Footer */
.footer,
.footer-v1,
.footer-v1 .copyright {
    background: var(--pelocity-frame-bg) !important;
}


    /* === Footer top accent line (targets actual fixed footer markup) === */
    .footer-v1,
    .footer-v1 .copyright {
        border-top: 1px solid #c7d7ee !important;
    }

/* === Header bottom accent line (add-only, non-invasive) === */
.header {
    border-bottom: 1px solid #c7d7ee !important;
}



/* === Multicolor left-nav icons === */

.magazine-sb-social .nav-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    margin-right: 10px;
}

.magazine-sb-social .nav-icon-multi {
    width: 18px;
    height: 18px;
    display: block;
}

/* Subtle interaction without killing color */
.magazine-sb-social .btn-u.btn-block:hover .nav-icon-multi {
    filter: saturate(1.1) brightness(1.05);
}

.magazine-sb-social .btn-u.btn-block.active .nav-icon-multi {
    filter: saturate(1.2) brightness(1.1);
}

/* Left-nav SVG icon alignment + pop */
.magazine-sb-social .btn-u {
    display: flex;
    align-items: center;
    gap: 12px;
}

.magazine-sb-social .nav-icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* === Custom narrower left sidebar (Bootstrap 3-safe) === */

@media (min-width: 992px) {
    .col-md-2 {
        width: 12%;
    }

    .col-md-10 {
        width: 88%;
    }
}

/* === Passport page action buttons: label overflow fix === */

.btn-u.btn-sm.btn-block {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* === Passport page action buttons: readable multi-line labels === */

.btn-u.btn-sm.btn-block {
    white-space: normal; /* allow wrapping */
    text-align: left; /* reads better with icons */
    line-height: 1.35;
    padding-top: 8px;
    padding-bottom: 8px;
}


/* === Connections table logo normalization === */

.table-search-v2 table td:first-child {
    width: 72px;
    vertical-align: middle;
}

.table-search-v2 img.rounded-x {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 8px;
    padding: 4px;
}


/* Ensure modals inherit Montserrat */
.modal,
.modal * {
    font-family: "Montserrat", "Segoe UI", Roboto, Arial, sans-serif;
}

.job-finder-controls label {
    min-height: 44px;
    font-weight: 600;
}

.job-finder-controls .form-control {
    height: 44px;
    border-radius: 6px;
}

.job-finder-controls label {
    color: #4B5563; /* slate gray */
    margin-bottom: 6px;
}


/* SOFT BUTTONS */

.btn-soft {
    background-color: #f8fafc;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 6px 10px;
    font-size: 0.85em;
    font-weight: 500;
}

    .btn-soft:hover {
        background-color: #eef2f7;
        border-color: #9ca3af;
        color: #111827;
    }

.btn-soft-danger {
    background-color: #fff5f5;
    border: 1px solid #fca5a5;
    color: #b91c1c;
}

    .btn-soft-danger:hover {
        background-color: #fee2e2;
    }

/* === Soft Button Color Variants === */

.btn-soft-primary {
    background-color: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
}

    .btn-soft-primary:hover {
        background-color: #dbeafe;
        border-color: #93c5fd;
        color: #1e3a8a;
    }

.btn-soft-success {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
}

    .btn-soft-success:hover {
        background-color: #dcfce7;
        border-color: #86efac;
        color: #15803d;
    }

.btn-soft-info {
    background-color: #ecf9ff;
    border: 1px solid #b0e0e6;
    color: #0369a1;
}

    .btn-soft-info:hover {
        background-color: #cffafe;
        border-color: #67e8f9;
        color: #0c4a6e;
    }

.btn-soft-warning {
    background-color: #fffbeb;
    border: 1px solid #fde68a;
    color: #b45309;
}

    .btn-soft-warning:hover {
        background-color: #fef3c7;
        border-color: #fcd34d;
        color: #92400e;
    }

.btn-soft-secondary {
    background-color: #f3f4f6;
    border: 1px solid #d1d5db;
    color: #4b5563;
}

    .btn-soft-secondary:hover {
        background-color: #e5e7eb;
        border-color: #9ca3af;
        color: #1f2937;
    }

/* Modern Bootstrap styling for legacy ASP.NET controls */
.textEntry {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem !important; /* Override inline Font-Size */
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .textEntry:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

/* Style ASP.NET labels to look like modern form labels */
.sky-form label,
.sky-form .aspNetLabel {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #4b5563;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

/* Fix button styling */
.btn-info {
    background-color: #4fb36b;
    border-color: #4fb36b;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 600;
}

    .btn-info:hover {
        background-color: #3d9455;
        border-color: #3d9455;
    }