﻿input.disabled {
    background-color: var(--falcon-gray-300) !important;
}

#header #mobile-navigation ul {
    background-color: #0194D3;
}

h1, h2, h3, h4, h5, h6, .caption, .order-list-header {
    color: #0194D3;
}

.tabs .ui-state-default {
    border: 1px solid #0194D3;
}

.tabs.ui-tabs .ui-state-active {
    border: 1px solid var(--primary-orange);
    background: var(--primary-orange);
    color: white;
}

/* Dialogs */
.dialog-header {
    border-bottom: 1px solid #0054A4;
}

.white-button {
    color: var(--primary-orange);
    border: 1px solid var(--primary-orange);
}

.colored-button {
    background-color: var(--primary-orange);
    border: 1px solid var(--primary-orange);
}

button, .btn, .button, input[type=submit] {
    /*color: white;*/
    background-color: var(--primary-orange);
}

#cookiebar #accept-cookie-button {
    background-color: var(--primary-orange);
}

/*login*/
#login-wrapper {
    background-color: #0054A4;
}

#login-body #login-buttons-container #login-button {
    color: #0194D3;
}

#login-container {
    background-image: url('../images/login_background.png');
}

/*search*/

#imageresult .productimage-hits {
    background-color: #0194D3;
    border-color: #0194D3;
}

/*import*/
div.format-image {
    background-color: #f5f5f5;
}

    div.format-image .title {
        color: #999 !important;
    }

    div.format-image[title=excel] {
        background-color: #0173C7;
    }

        div.format-image[title=excel] .title {
            color: white !important;
        }

#exportFormats:nth-child(1) {
    white-space: nowrap;
    padding-right: 0;
    font-weight: bold;
    margin-left: 10px;
    padding-bottom: 10px;
}

#importExportFormat {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -3px;
}

#cloud-export-products {
    height: 120%;
    cursor: pointer;
    margin-top: -4px;
}

.exportFormatHeader {
    margin-top: -3px;
}

div.format-image[title=excel] .title {
    color: white !important;
}

.dialog-buttons-wrapper .colored-button {
    background-color: #0054A4 !important;
}

    .dialog-buttons-wrapper .colored-button:hover {
        background-color: var(--primary-orange);
    }

    .dialog-buttons-wrapper .colored-button.disabled {
        background-color: var(--falcon-gray-300) !important;
        border: 0;
    }

/* Data Quality Feedback popup */

#dataQualityModal {
    width: 650px;
}

    #dataQualityModal .manufacturerFeedbackInfo {
        font-size: 18px;
    }

        #dataQualityModal .manufacturerFeedbackInfo p {
            display: inline-block;
            margin: 0;
        }

    #dataQualityModal .manufacturerFeedbackShortDescription {
        font-size: 18px;
    }

        #dataQualityModal .manufacturerFeedbackShortDescription p {
            margin: 0;
        }

    #dataQualityModal textarea#feedback {
        width: 650px;
        height: 150px;
    }

/* Manufacturer edit screen */
.edituser-container #settings-table input,
.edituser-container #settings-table select {
    width: 100%;
}

.edituser-container #settings-table .colored-button {
    background-color: var(--primary-orange);
    color: white;
    width: 60px;
}


/* Manufacturer list screen */

.manufacturers-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
}

    /* Generic row styling */
    .manufacturers-list .table-row {
        display: flex;
        align-items: center;
        /*border-bottom: 1px solid #ccc;*/
        border-bottom: 1px solid var(--falcon-body-bg);
        min-height: 40px;
    }

        .manufacturers-list .table-row:last-child {
            border-bottom: none;
        }

    /* Header row specific */
    .manufacturers-list .table-header {
        background-color: rgba(232, 235, 246, 0.5);
        color: var(--falcon-body-color);
        font-weight: bold;
        min-height: 20px;
    }

    /* Generic cell styling */
    .manufacturers-list .cell {
        padding: 6px 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
    }

        /* Column-specific flex layout */
        .manufacturers-list .cell.name {
            flex: 2 1 0%;
        }

        .manufacturers-list .cell.email {
            flex: 2 1 0%;
        }

        .manufacturers-list .cell.quality {
            flex: 1 1 0%;
        }

        .manufacturers-list .cell.icon-cell {
            flex: 0 0 auto;
            width: 32px;
            min-width: 32px;
            justify-content: center;
        }

.manufacturers-filters {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .manufacturers-filters .filter {
        display: flex;
        flex-direction: column;
        flex: 1 1 200px;
    }

    .manufacturers-filters label {
        font-weight: 600;
        margin-bottom: 0.25rem;
        font-size: 0.9rem;
        color: #18315D;
    }

    .manufacturers-filters input,
    .manufacturers-filters select {
        padding: 0.5rem;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 0.9rem;
        width: 100%;
        box-sizing: border-box;
    }

.paging .btn.text-primary {
    color: var(--primary-orange) !important;
}

.hide {
    display: none;
}

div.format-image[title=excel] .title {
    color: white !important;
}

.purple-link, .ui-widget-content a.purple-link {
    color: var(--proplanet-primary-purple);
}

/* Manufacturer Request Dashboard */
.manufacturer-request-dashboard .table {
    table-layout: fixed;
}

.manufacturer-request-dashboard .icons-col {
    width: 20px;
    max-width: 20px;
}

.manufacturer-request-detail {
    margin-top: 20px;
}

    .manufacturer-request-detail .feedback {
        font-family: var(--falcon-body-font-family);
        font-size: var(--falcon-body-font-size);
        font-weight: var(--falcon-body-font-weight);
        line-height: var(--falcon-body-line-height);
        color: var(--falcon-body-color);
        text-align: var(--falcon-body-text-align);
        background-color: var(--falcon-white);
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .manufacturer-request-detail .product-details-info {
        padding-bottom: 20px;
    }

    .manufacturer-request-detail .export-field-value {
        margin: 0;
    }

    .manufacturer-request-detail .product-details-info .table-header {
        width: 25%;
    }

    .manufacturer-request-detail .product-details-info .table-content {
        width: 75%;
    }

.manufacturer-request-detail-back-button {
    padding-top: 20px;
}

    .manufacturer-request-detail-back-button .btn {
        color: white;
    }

        .manufacturer-request-detail-back-button .btn:hover {
            background-color: var(--primary-orange);
        }

.hidden {
    display: none !important;
}