﻿/* CSS Document Portland Online */
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

body {
    background-color: #0F185B;
}
a {
    text-decoration: none;
}
.main-container {
    background: white;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
}

#header {
    background-color: #0F185B;
    background-image: url('https://norcalonlineauctions.com/App_Themes/NorCal/images/header.jpg');
    background-position: top center;
    background-size: auto;
    background-repeat: no-repeat;
    /*This will make left and right switch sides :)*/
    /*flex-direction: row-reverse;*/
    height: 211px;
}

#header-seller {
    background-color: white;    
    height: 211px;
    text-align: center
}

.sidebar {
    border-right: 1px dotted gray;
}

#left-column {
    align-self: center !important;
}

#business-name {
    text-shadow: 0px 4px 3px rgb(0, 0, 0);
    font-weight: bold;
    color: white;
    max-width: 650px;
    text-align: center;
}

#business-name-seller {
    color: #281865;
}


#site-header-text {    
    background: linear-gradient(90deg, rgba(107,107,255,0.34) 0%, rgba(107,107,255,0.34) 50%, rgba(107,107,255,0) 100%);
    text-shadow: 0px 4px 3px rgb(0, 0, 0), 0px 8px 13px rgb(0, 0, 0), 0px 18px 23px rgb(0, 0, 0);
    color: white;
    max-width: 650px;
    text-align: center;
    font-weight: 600;
    backdrop-filter: blur(.8px);
    padding-left: 4px;
}

#site-header-text-seller {
    color: #281865;
}

#right-column {
    display:none;
    text-align: center;
}

#header-seller #right-column {    
    display: block;    
}

.logo {
    max-width: 170px;
    padding-bottom: 10px;
}

#header-seller #right-column .logo {
}

#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 {
    border-top: #b9b9b9 solid 1px;
    background: linear-gradient(to bottom, rgb(8, 0, 117) 10%,rgb(0, 7, 68) 100%); /* W3C */
    /* Optional: Add a slight shadow for depth */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-family: 'PT Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

    /* 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: #d81b21;
}

    .AuctionGroupsLink a {
        color: white;
        display: block;
        transition: all .15s linear;
    }

        .AuctionGroupsLink a:hover {
            -moz-box-shadow: 0 0 5px 5px #d81b21;
            -webkit-box-shadow: 0 0 5px 5px #d81b21;
            box-shadow: 0 0 5px 5px #d81b21;
            color: white;
        }

        .AuctionGroupsLink a:active {
            color: white;
        }


.hand-pointer {
    display: none;
}

.auction-group-section {
    border: thin solid #000000;
    background: #6d88b7;
    background: -moz-linear-gradient(top, #6d88b7 0%, #b8c6df 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d88b7), color-stop(100%,#b8c6df));
    background: -webkit-linear-gradient(top, #6d88b7 0%,#b8c6df 100%);
    background: -o-linear-gradient(top, #6d88b7 0%,#b8c6df 100%);
    background: -ms-linear-gradient(top, #6d88b7 0%,#b8c6df 100%);
    background: linear-gradient(to bottom, #6d88b7 0%,#b8c6df 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d88b7', endColorstr='#b8c6df',GradientType=0);
}


.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) {
    #business-name, #business-name-seller {
        font-size: 1.7em;
        line-height: 100%;
    }

    #site-header-text, #site-header-text-seller {
        font-size: .8em;
        font-weight: normal;
        /*line-height: 100%;*/
    }
}
