﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body, .oi .nav-link-text {
    font-family: 'Lato',sans-serif;
}

.nowrap {
    white-space: nowrap;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    border-left: 5px solid transparent;
}

.navbar-brand-bordered {
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}


.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

/* dark mode */
.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Sidebar
 */

.sidebar {

    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #e6e6e6;
        border-bottom: 1px solid #d6d5d5;
    }


.blocker {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(3px);
    z-index: 1000;
    overflow: auto;
}




.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item .nav-item{
    padding-bottom: 0rem;
}


    .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        font-size: 1.1em;
        border-left: 5px solid transparent;
    }

.top-level > .nav-item > a.active {
    background-color: transparent;
}

        .nav-item a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
            border-radius: 0;
        }

    .nav-item .nav-item a.active {
        border-left: 5px solid #fff;
    }


    .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
    .main .top-row {
        display: none;
    }
}


@media (min-width: 768px) {

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
       
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.shopping-cart-item-options.readonly {
    display: none;
}




.process-order{ width: 100%;}



.checkout-sidebar-body {
    padding: .5rem 1rem;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* success animation*/

.thank-you{ text-align: center;}


.search-wrapper.open {
    width: 100%;
    min-height: 100%;
    top: 0px;
    right: 0px;
}
    .search-wrapper h3 {
        font-size: 1em;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 800;
        color: #c2c2c2;
        padding: 0.5em 0;
    }

.search-row {
    padding: 0.75em;
    display: block;
    margin: 0.3em 0;
    cursor: pointer;
    border-radius: 5px;
    background: rgba(118,117,128,0.05)
}

.no-focus-glow:focus {
    outline-style: none;
    box-shadow: none;
    border-color: rgb(206, 212, 218);
}

.no-focus-glow.search-input:focus {
    border-color: transparent;
    background-color: #e6e6e6;
}

.search-input {
    background-color: transparent;
    transition: all 0.3s ease-out;
}

.box-shadow {
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow:         3px 3px 5px 6px #ccc;
}

.action-bar {
    background-color: rgba(230, 230, 230, 0.25);
    transition: all 0.3s ease-out;
    height: auto;
    border-top:1px solid transparent;
}

    .action-bar.expanded {
        background-color: #e6e6e6;
        min-height: 200px;
    }

/*.customer-badge-row {
    width: 100%;
    background-color: rgba(230, 230, 230, 0.25);
    top: 0;
    position: sticky;
    z-index: 10000;
}*/

.bg-orange {
    background-color: #ff8100;
}

/*.system-sidebar {
    background-color: #ff8100;
    width: 200px;
    transition: all 0.3s ease-out;
    height: 1000px;
    box-shadow: 8px 0 10px -8px #b99797;
}*/

.system-sidebar.minimize {
    width: 50px;
    box-shadow: 0 0 0 0;
}

.btn.btn-primary {
    background-color: #ff8100;
    border-color: #ff8100;
}

.btn.btn-outline-primary {
    border-color: #ff8100;
    color: #ff8100;
}

.card-header.with-tabs {
    padding-bottom: 0px;
}

.card-header.with-tabs .nav {
    position: relative;
    bottom: -1px;
}
    .card-header.with-tabs
    .nav .nav-link.active {
        border: 1px solid rgba(0, 0, 0, .125);
        border-bottom: 0px;
        background-color: #fff;
    }

a,.btn-link {
    color: #ff8100;
}

    a:hover,.btn-link:hover {
       color: #e47300
    }

.no-padding {
    padding-right: 0;
    padding-left: 0;
}

/* Favorites Tab*/
.favorites-tab {
    margin-top: .75rem;
    margin-left: .75rem;
}
.favorites-tab button {
    border-radius: 0;
    border: 0;
}


.favorites-bar .favorites-bar-slot {
    border: 1px solid #000;
    border-radius: 4px;
    list-style: none;
    min-height: 50px;
}
.favorites-bar .favorites-bar-slot.empty {
    border-style: dashed;
    border-color: #e6e6e6;
}
.favorites-list-navlink {
    font-size: 2rem;
    line-height: 1rem;
}
.favorites-bar-header {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: .2rem;
    margin-bottom: .3rem;
}

.favorites-bar .favorites-bar-slot .favorites-bar-number {
    font-size: 2.2rem;
    margin-left: 10px;
    font-family: monospace;
}

.favorites-bar .favorites-bar-slot h6 {
    margin-top: .2rem;
    margin-bottom: .2rem;
    text-align: center;
}
.favorites-bar .favorites-bar-slot .display-code {
    font-weight: 600
}

/* favorites manager */
.favorites-manager .dropzone {
    border: #ccc 1px dotted;
    border-radius: 4px;
    min-height: 72px;
}

.favorites-manager .dropzone.can-drop {
    background-color: gray;
}

.favorites-manager .dropzone.can-drop .original-contents {
    display: none;
}

.favorites-manager .dropzone.can-drop .empty {
    display: none;
}

.favorites-manager .dropzone .empty {
    opacity: .5;
    width: 100%;
    height: 100%;
    border: 0;
}

.favorites-manager .dropzone .drop-message {
    display: none;
}
.favorites-manager .dropzone.can-drop .drop-message {
    display: initial;
}

.favorites-manager .favorites-list-item h6 {
    margin-top: .2rem;
    margin-bottom: .2rem;
    text-align: center;
}

.favorites-manager .favorites-list-item .favorites-list-item-icon {
    font-size: 2rem;
}

.favorites-manager .favorites-list-item h6 {
    margin-top: 10px;
    margin-bottom: .5rem;
}

.favorites-manager .favorites-list-item .display-code {
    font-weight:600
}

.favorites-manager .favorites-list-item {
    list-style: none;
    min-height: 70px;
}
.favorites-manager .favorites-list-item.original-contents {
    border-color: #000;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
}

.favorites-manager .draggable .display-code {
        cursor: move;
    }

/* ship toggle */

.btn-group.btn-group-toggle label.btn-secondary {
   
}
.btn-group.btn-group-toggle label.btn-secondary.active {
    background-color: white;
    color: #000;
}

.btn-group.btn-group-toggle svg {
    height: 18px;
}


.btn-group.btn-group-toggle.ship label.btn-secondary {
    background-color: #2F8EFC;
    border-color: #cacaca;
}
.btn-group.btn-group-toggle.ship label.btn-secondary.active {
    background-color: white;
    color: #000;
}
.btn-group.btn-group-toggle.ship label.btn-secondary.active svg {
    color: #2F8EFC;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }