﻿/* CSS Document Portland Online */
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

#pnlHomeMainContent {
    width: 100%;
}
#pnlHomeRightContent {
    display: none;
}
body {
    background-color: #973243;
}
a {
    text-decoration: none;
}
.main-container {
    background: white;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
}

#header {
    background-color: #F4C6CF;
    background-image: url("images/header-compressed.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    /*This will make left and right switch sides :)*/
    /*flex-direction: row-reverse;*/
    height: 211px;
}

#header-seller {
    background-color: white;
    background-image: none;
    height: 211px;
    text-align: center
}



.sidebar {
    border-right: 1px dotted gray;
}

#left-column {
    align-self: center !important;
}

#business-name {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    text-shadow: 0px 1.3px 3px rgb(0, 0, 0);
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

#business-name-seller {
    color: #281865;
}


#site-header-text {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    text-shadow: 0px 1.3px 3px rgb(0, 0, 0);
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 17px;
}

    #site-header-text a {
        color: white;
    }


#site-header-text-seller {
    color: #281865;
}

#right-column {
    display: none;
}

#header-seller #right-column {
    display: block;
}

.logo {
    padding-bottom: 10px;
    height: 200px;
}

#marketplace-link a {
    color: white;
    text-shadow: 0px 4px 3px rgb(0, 0, 0);
    font-weight: 600;
}

    #marketplace-link a:hover {
        text-decoration: none;
        text-shadow: 0px 0px 10px rgb(255, 187, 0);
    }

#marketplace-link-seller {
}


.main-container {
    background: white;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
}

/* 1. Update your HTML
In your <nav> tag, remove any background utility classes (like bg-primary or bg-body-tertiary) so they don't interfere with your custom styles. */

.custom-navbar {    
    /* Standard Linear Gradient */
    background: linear-gradient(to right, rgb(62, 39, 13) 10%,rgb(16, 5, 1) 100%);
    /* Optional: Add a slight shadow for depth */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(#967287, #973243); /* W3C */
    text-transform: uppercase;
}

    /* Ensure the links are readable against the gradient */
    .custom-navbar .nav-link,
    .custom-navbar .navbar-brand {
        color: white !important;
    }

        .custom-navbar .nav-link:hover {
            color: rgba(255, 255, 255, 0.8) !important;
        }

a.dropdown-item:active {
    background-color: darkgray;
}

.navbar-brand {
    display: none;
}
/* Nav bar hamburger menu color */
.navbar-toggler {
    background-color: rgba(255, 255, 255, .91);
    position: relative;
}

    .navbar-toggler:before {
        content: "Menu";
        left: 65px;
        top: 10px;
        position: absolute;
        width: 50px;
        color: rgba(255, 255, 255, .91);
    }



.img-shadow {
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.15) !important;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15) !important;
    -moz-transition: all .333s ease-in !important;
    -o-transition: all .333s ease-in !important;
    -webkit-transition: all .333s ease-in !important;
    transition: all .333s ease-in !important;
}

    .img-shadow:hover {
        /*border-color: green !important;*/
        -moz-box-shadow: 0 2px 8px #777 !important;
        -webkit-box-shadow: 0 2px 8px #777 !important;
        box-shadow: 0 2px 8px #777 !important;
        -moz-transition: all .1s ease-in !important;
        -o-transition: all .1s ease-in !important;
        -webkit-transition: all .1s ease-in !important;
        transition: all .1s ease-in !important;
        /*cursor:pointer;*/
    }

.auction-details-image {
    cursor: pointer;
}

.status-label {
    font-weight: bold;
    color: red;
}

/* Pill style */
#scrollUp {
    position: fixed;
    z-index: 2147483647;
    cursor: pointer;
    bottom: 5px;
    right: 15px;
    background: #555;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
    padding: 10px 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
}

    #scrollUp:hover {
        background: #000;
    }

    #scrollUp a {
        color: #fff;
    }

.ui-widget-content a {
    color: #0275d8 !important;
}

/*button color overrides*/
.btn-primary, .dropdown-item:active {
}

    .btn-primary:hover, .btn-primary:focus {
    }

.btn-outline-primary {
}

    .btn-outline-primary:hover, .btn-outline-primary:focus {
    }

.back-to-list {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .back-to-list:hover, .back-to-list:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
    }

.next-previous {
}

    .next-previous:hover, .next-previous:focus {
    }

.add-watch-list {
}

    .add-watch-list:hover, .add-watch-list:focus {
    }


a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

/*home page css*/
.section-title {
    padding-left: 5px;
    padding-right: 5px;
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: bold;
    font-family: sans-serif;
    display: inline;
    background: black;
    margin-top: -15px;
    margin-left: -12px;
    box-shadow: 5px 5px 5px #666666;
}

.auction-groups {
    border: thin solid #000000;
}

.AuctionGroupsLink {
    padding-left: 3px;
    padding-right: 3px;
    display: block;
    width: 90%;
    background: #48384D;
}

    .AuctionGroupsLink a {
        color: white;
        display: block;
        transition: all .15s linear;
    }

        .AuctionGroupsLink a:hover {
            box-shadow: 0 0 5px 5px #967287;
            color: white;
        }

        .AuctionGroupsLink a:active {
            color: white;
        }

.hand-pointer {
    display: none;
}

.auction-group-section {
    border: thin solid #000000;
    background-color: #967287;
    background-image: linear-gradient(#967287, #973243); /* W3C */
}


.white {
    display: block;
    margin: 9px;
    background-color: white;
}

.mainImages {
    width: 170px;
    height: 170px;
}

@media (max-width: 575px) {
    .white {
        margin: 0;
    }

    .mainImages {
        width: 100px;
        height: 100px;
    }

    .hand-pointer {
        display: none;
    }

    .auction-groups {
        margin-left: -13px;
        margin-right: -13px;
    }

    .AuctionGroupsLink {
        width: 100%;
    }

    .card-body {
        padding: 1.0em;
    }
}

.footer {
    text-align: center;
    color: #2D2425;
    font-size: 13px;
    font-family: 'PT Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    /*border-top: 1px dotted gray;*/
}

.xpert {
    font-size: 18px;
}

.form-width {
    max-width: 500px;
}

/*Code to make adjustments for smaller screens.*/

@media (max-width: 576px) {
    #search-box {
        font-size: 0.7rem;
    }

        #search-box .form-control,
        #search-box .form-select {
            font-size: 0.7rem;
        }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    #header-seller #right-column {
        display: none;
    }
    #header, #header-seller {
        height: 150px;
    }

    #business-name, #business-name-seller {
        font-size: 1.7em;
        line-height: 100%;
    }

    #site-header-text, #site-header-text-seller {
        font-size: .9em;
        /*        font-weight: normal;*/
        line-height: 100%;
    }    
}
