﻿
body {
    height: 100vh;
    font-family: 'Montserrat','Sans Serif','Arial';
}

#nav_TopNav {
    border-bottom: 0.50px solid #D1D3D4;
    height: 75px;
}

    #nav_TopNav > .container-fluid {
        padding-right: 25px;
    }
/*.dropdown-toggle::after { content:"\2304"; border: none; line-height:1;} */
.dropdown-toggle::after {
    border: none;
    line-height: 1;
}
.nav-link-dropdown {
    color: black !important;
}
#div_LeftNav {
    width: 71px;
    padding-top: 75px;
    z-index: 999;
    background-color: #FFF;
}

    #div_LeftNav > nav {
        border-right: 0.50px solid #D1D3D4;
    }

    #div_LeftNav .nav-link {
        --bs-nav-link-font-size: 25px;
    }

        #div_LeftNav .nav-link:not(.active) {
            color: #636466;
        }


#div_LeftNav_expand {
    width: 71px;
    padding-top: 75px;
    z-index: 999;
    background-color: #FFF;
}

#div_LeftNav_expand.open > nav > .prodSmall, #div_LeftNav_expand:not(.open) > nav > .prodBig {
    display: none !important;
}

#div_LeftNav_expand.open {
    width: 265px;
}

#div_LeftNav_expand.open > nav {
    align-items: flex-start !important;
    padding-left: 1.25rem;
}

#div_LeftNav_expand.open > nav > .nav-link > span {
    display: inline-block !important;
    font-size: 18px;
    padding-left: 1rem;
}

#div_LeftNav_expand > nav {
    border-right: 0.50px solid #D1D3D4;
}

#div_LeftNav_expand .nav-link {
    --bs-nav-link-font-size: 25px;
}

#div_LeftNav_expand .nav-link:not(.active) {
    color: #636466;
}

.nav-pills {
    --bs-nav-pills-link-active-bg: #fff;
    --bs-nav-pills-link-active-color: #0047BB;
    --bs-nav-pills-border-radius: 0;
}

.container, #div_MainContent {
    padding-top: 75px;
    padding-left: 71px;
}

#div_container {
    padding: 40px;
    background-color: #F8F8F8;
    height: 100% !important;
    overflow: auto !important;
}

.btn-check + .btn {
    background-color: #ECECEC;
    border-color: #ECECEC;
    color: #636466;
}

.btn-check:checked + .btn {
    background-color: #0047BB;
    border-color: #0047BB;
    color: #fff;
}

#basic-addon1, #basic-addon2 {
    background-color: #fff;
    padding-right: 7px;
}

#basic-addon1 + .form-control, #basic-addon2 + .form-control {
    border-left: 0;
    border-right: 0;
    max-width: 325px;
}

.ft12 {
    font-size: 12px;
    font-family: 'Gotham','Sans Serif','Arial';
}

.ft9 {
    font-size: 9px;
    font-family: 'Gotham','Sans Serif','Arial';
}
/* Temporary font family change to see proper spacing*/
.div-Line {
    height: 0;
    width: 70%;
    border: 0.5px solid #D1D3D4;
}
/* Line in the card*/
.div-Product {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
}
/* Box shador for the card*/

#btn_filters:not(.collapsed) {
    background-color: #0047BB;
    color: #FFF;
}

.box {
    width: 500px;
    height: 150px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-family: sans-serif;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    text-align: center;
}

    .box div {
        margin-top: 10px;
    }

#closebox {
    position: relative;
    float: right;
    background: white;
    top: -15px;
    right: -240px;
    border: white;
}

.box-background {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* Bringing the box to center */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.product-filter-div {
    max-height: 200px;
    overflow: auto;
}

div#brandSection {
    max-height: 200px;
}

.btn.active {
    color: var(--bs-btn-active-color) !important;
    background-color: var(--bs-btn-active-bg) !important;
    border-color: var(--bs-btn-active-border-color) !important;
}

#div_Banner {
    background-image: url("/images/Login-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0047BB; /* Backup should image fail */
}

#img_Logo { /* keep logo appropriately sized*/
    max-width: 48%;
    ;
}

#div_InputArea { /* Keep white area appropriately sized*/
    min-width: 35%;
    max-width: 48%;
}

#div_Sphere { /* Backdround for Mailbox in div_Success*/
    width: 120px;
    height: 120px;
    background-color: #ECECEC;
    border-radius: 50%;
}

#img_Mailbox {
    margin-top: -0.5rem;
}

#btn_NewClient {
    letter-spacing: 1.10px;
}

#div_Login, #div_Access, #div_Success {
    width: 400px;
}

.form-check-label {
    color: #636466;
}

a {
    cursor: pointer;
    color: #0047BB;
}

#div_Success h3.fw-bold {
    color: #00AB8E;
}
/* 
========== 
== CSS SPECIFIC TO CART PAGE
==========
*/

.div-Toggles {
    gap: 20px;
}

.div-item-card {
    border-left: 5px solid #0047BB;
}

.cart-notes {
    border-left: 5px solid #F0B323;
}

.cart-fulfillment {
    border-left: 5px solid rgb(25, 135, 84);
}

#div_Alert {
    left: 71px;
}
/* ADJUST VALUE TO FINAL LEFT NAV SIZE*/
.div-dismiss {
    cursor: pointer;
}

#badge_MaxLbs, #badge_SumLbs {
    height: 12px;
}

#badge_MaxLbs {
    background-color: #D9D9D9;
}

#badge_SumLbs {
    width: 35%;
}

#p_MaxLbs {
    font-size: 13px;
}

.card-gap {
    gap: 5px;
}

#ckb_GlobalPO {
    width: 2.5em;
    height: 1.25em;
}

.text-Blue {
    color: #0047BB;
}
.text-green {
    color: green;
}
.text-red {
    color: #D05A57;
}
.fulfillmentStatus {
    background-color: gainsboro;
}

.inprocessing {
    background-color: black !important;
}

.submitted {
    background-color: #F0B323 !important;
}
.cancelled {
    background-color: #D05A57 !important;
}
.shipped {
    background-color: green !important;
}
.completed {
    background-color: green !important;
}
.active {
    background-color: green !important;
}

.inactive {
    background-color: grey !important;
}
.underreview {
    background-color: #F0B323 !important;
}
.pendingapproval {
    background-color: #F0B323 !important;
}
.rejected {
    background-color: #D05A57 !important;
}
.img-Trash {
    width: 14px;
    height: 16px;
    margin-top: -2px;
}
table {
    border-radius: 6px;
    margin-bottom: 0rem !important;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}

.search input {
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}
.search input:focus {
    box-shadow: none;
    border: 2px solid blue;
}

.search .fa-search {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #aaa;
}
.row-list {
    --bs-gutter-x: none;
}
.fa-circle-xmark, .fa-magnifying-glass {
    color: #6c757d !important;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
    .card-gap {
        gap: 35px;
    }
}

@media screen and (min-width:992px) {
    #div_ItemCard1 {
        gap: 25px;
    }

    .txt-ShipCard, .input-PO {
        width: 50%;
    }
}
@media screen and (max-width:1199.98px) {
    .div-Toggles {
        gap: 20px;
    }
}

.lightboxContainer {
    display: flex;
}

.lightboxContainer:after {
    content: url("https://www.wonderplugin.com/download/playbutton.png");
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    opacity: 0.8;
}

.lightboxContainer:hover:after {
    opacity: 1;
}

.lightboxContainer img {
    width: 320px;
}

.downloadContainer {
    position: relative;
    display: inline-block;
}

.downloadContainer:after {
    content: url("../images/download.png");
    z-index: 999;
    position: absolute;
    top: 75%;
    left: 75%;
    margin-left: -70px;
    margin-top: -152px;
    opacity: 0;
}

.downloadContainer:hover:after {
    opacity: 1;
}

.downloadContainer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-container {
    position: relative;
}

.img-container img {
    display: block;
}

.img-container .fa-pen {
    position: absolute;
    right: 0;
    background: white
}
.Txt-blue {
    color: #0047BB;
}

.Txt-grey {
    color: #636466;
}

.Txt-black {
    color: #000;
}
.image-brand-asset {
    height: 185px;
    border-bottom: 1px solid;
    border-bottom-color: lightgrey;
    object-fit: contain;
}
.error {
    position: relative;
    animation: shake .1s linear;
    animation-iteration-count: 3;
    border: 1px solid red;
    outline: none;
}
@keyframes shake {
    0% {
        left: -5px;
    }

    100% {
        right: -5px;
    }
}

.w-46 {
    width: 46% !important;
}

.pl-10{
    padding-left: 10px;
}
.loader-spinner-div {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    z-index: 99999;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: wait;
    position: fixed;
    background-color: rgba(0,0,0,.3);
}

#cLoader .loader {
    border: 6px solid hsla(0,0%,100%,.1);
    border-top: 6px solid #009648;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}