/* ==========================================================================
   Vellox Group Theme - Header Styles
   ========================================================================== */

/* Header - Override gradient with solid Tarmac background */
.vg-theme div.am-header {
    background-color: #323E3E; /* Tarmac */
    background-image: none;
}

/* Header logo - Size constraint to match legacy logo height */
.vg-theme .am-header-logo {
    margin-top: -5px;
    max-height: 60px;
    width: auto;
}

/* Header text and links - Concrete color */
.vg-theme div.am-header,
.vg-theme div.am-header a,
.vg-theme div.am-header-info,
.vg-theme div.am-header-info span,
.vg-theme .am-header-logout {
    color: #EAE9E5; /* Concrete */
}

/* Header info separators */
.vg-theme div.am-header-info > span.am-info:not(:first-child) {
    border-left-color: #EAE9E5; /* Concrete */
}

/* QuickFind input styling for header */
.vg-theme span.am-info.quickfind input {
    border-color: #EAE9E5; /* Concrete */
    color: #EAE9E5; /* Concrete */
}

.vg-theme span.am-info.quickfind input::placeholder {
    color: #7E8484; /* Light Tarmac */
}

/* Header System Info Icon */
.vg-theme .am-header-info .header-system-info {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

/* Header info circle icon hover */
.vg-theme div.am-header-info span:hover {
    color: #FFFFFF; /* White */
}

/* ==========================================================================
   System Info Tooltip Styles - Vellox Group Theme
   ========================================================================== */

.vg-theme .system-info-table {
    width: 100%;
    border-collapse: collapse;
}

.vg-theme .system-info-header {
    font-size: 16px;
    color: #323E3E; /* Tarmac */
    padding: 8px 0;
}

.vg-theme .system-info-divider {
    border: none;
    border-top: 1px solid #EAE9E5; /* Concrete */
    margin: 8px 0;
}

.vg-theme .system-info-label {
    font-weight: bold;
    color: #323E3E; /* Tarmac */
    padding: 8px 12px 8px 0;
    vertical-align: top;
    width: 80px;
}

.vg-theme .system-info-value {
    color: #465152; /* Mid Tarmac */
    padding: 8px 0;
    vertical-align: top;
}

.vg-theme .system-info-value a {
    color: #0066CC;
    text-decoration: none;
}

.vg-theme .system-info-value a:hover {
    text-decoration: underline;
}

.vg-theme .system-info-copy-btn {
    margin-left: 10px;
}

.vg-theme .system-info-copied-label,
.vg-theme .header-system-info-copied-label {
    display: none;
    color: #008752; /* Green for success */
    margin-right: 10px;
}

/* ==========================================================================
   Header System Info Tooltip Close Button - Pure CSS
   ========================================================================== */

/* Close button for header system info tooltip */
.vg-theme [id$='ttHeaderSystemInfo'].RadToolTip .rtClose.rtCloseIcon,
.vg-theme [id$='ttHeaderSystemInfo'].RadToolTip .rtClose.rtCloseIcon::before {
    right: 16px;
    top: 16px;
    z-index: 1;
    background: none;
    border: none;
    color: #323E3E; /* Tarmac */
}

.vg-theme [id$='ttHeaderSystemInfo'].RadToolTip .rtClose.rtCloseIcon:hover,
.vg-theme [id$='ttHeaderSystemInfo'].RadToolTip .rtClose.rtCloseIcon:hover::before {
    right: 16px;
    top: 16px;
    z-index: 1;
    background: none;
    border: none;
    color: #7E8484; /* Light Tarmac */
}
