
body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    opacity: 1;
    /* background-color: rgb(247, 247, 247); */
    padding-top: unset;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
    height: calc(var(--vh, 1vh) * 100);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.loader_wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(3, 3, 3, 0.39); 
    z-index: 999999999;
}

.loader {
    position: relative;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -60px;
    border: 16px solid #7c878e;
    border-top: 16px solid #0d39a3;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.delayhide {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    /* height: 200px; */
    margin-top: -100px;
    margin-left: -150px;
    background-color: white;
    z-index: 6;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.42);
    border: 1px solid #fdfdfd;
    color: white;
    font-size: 1.2rem;
    background-color: #003087;
}

.form-ctrl-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 100000000;
    overflow: hidden;
    width: 100vw;
}

.form-background-close {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.account-wrapper {
    width: 1080px;
    padding: 0;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 6;
    max-height: 90%;
    overflow: auto;
    position: relative;
    /* padding-top: 45px; */
}

.account-pnl-wrap {
    padding: 10px 25px;
}

.account-row {
    padding: 3px;
}

.form-table-pp {
    background-color: #000;
    border: 1px solid gray;
    margin: 10px auto;
    border-radius: 5px;
    /* border-collapse: separate; */
    /* box-shadow: 0px 0px 25px #000; */
    overflow-y: hidden;
    overflow-x: hidden;
    width: 56vw;
    /* padding: 10px; */
    /* position: relative; */
    z-index: 5;
    height: 66vh;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
    /* color: #000; */
}

.form-label {
    background-color: gray;
    border-bottom: 1px solid white;
    height: 3rem;
}

.btn-findapc {
    background-color: yellow;
    color: #003087;
    font-weight: bold;
}

    .btn-findapc:hover {
        background-color: #efef04;
    }

.btn-account {
    width: 100%;
    height: 40px;
    cursor: pointer;
    color: white;
    background-color: #1e9cc8;
    border-top: 1px solid white;
    border-radius: 0 !important;
}

.bill_to_closed {
    /* position: relative; */
    /* height: 3rem; */
    /* z-index: 2; */
    /* overflow: hidden; */
    /* display: block; */
    /* vertical-align: top; */
}

.promooffer-input-label {
    /* padding-top: .56vh; */
    /* text-align: right; */
    /* font-size: 1em; */
    /* color: white; */
    /* line-height: 3rem; */
    /* padding-left: 10px; */
}

.promooffer-input {
    /* border: none; */
    /* padding: .3rem .1rem .1rem; */
    /* font-size: 1em; */
    /* border-radius: 0; */
    /* margin: .2em; */
}

.forward-offer-scroll {
/*    display: block;
    height: 400px;
    overflow-y: scroll;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;*/
}

.recaptcha {
    display: inline-block;
}

.vendor-form {
    margin-bottom: 20px;
    width: 98%;
    margin-top: .8em;
}

.vendor {
    /* line-height: 1.55; */
    /* font-size: .8rem; */
    /* text-align: left; */
    /* padding: 15px; */
    /* border: none; */
    /* background: none; */
}

.vendor-name {
    /* width: 100%; */
    /* color: black; */
    /* font-weight: bold; */
    /* font-size: 1.2rem; */
}

.vendor-links {
    /* color: #003087; */
    /* cursor: pointer; */
}

#promooffers_detail_search {
    margin-bottom: 20px;
    margin-left: 0px;
}

.promooffers-detail-searchbox {
    width: 90%;
    padding: 1px 0 1px 5px;
}

.search-button {
    background-image: url(/art/search.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: bottom;
    background-size: 60%;
}

.close {
    /* float: right; */
    /* font-size: 1.5rem; */
    /* font-weight: 700; */
    /* line-height: 1; */
    /* color: red; */
    /* margin-top: -5px; */
}

.blink_me {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#everything{
    width: calc(100vw - 300px - 2vw);
    padding: 1vh 1vw;
    height: 100vh;
    left: 0;
    top: 0;
    position: relative;
    width: calc(100vw - 300px);
}


#page_loading {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flipbook {
    z-index: 1;
    border-radius: 5px;
}

.header-first-page {
    display: none;
}

.cover-div {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.fa-caret-down{
    display:none;
}

.pageimg-cover {
    margin-top: unset !important;
    float: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
    border-left-style: double;
    border-left-width: 6px;
    border-left-color: #dad0d0;
    padding-left: 3px;
    max-width: 100%;
}

.page-wrapper {
}

.background {
    color: #000;
    background-color: #7c878e;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
}

.cover {
    border-left: 1px solid darkgray;
}

.odd {
    text-align: left;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.even {
    text-align: right;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pageimg {
    cursor: zoom-in;
    border-top: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
}

.portrait {
    height: 98%;
    width: auto;
    margin-top: 1% !important;
}

.landscape {
    width: 98%;
    height: auto;
    margin-top: 1% !important;
}



.even > img.pageimg.inside {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid darkgray;
}

.odd > img.pageimg.inside {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid darkgray;
}

.zoom-wrap {
    /* margin-top: 5vh; */
    height: 90vh;
    width: 65vw;
    overflow-y: scroll;
    z-index: 3;
}

.zoom-image {
    width: 100%;
}

.menu, .menu:hover {
    width: 100%;
    border-radius: 0 !important;
    border-top: 1px solid white;
}

    .menu.sub, .menu.sub:hover {
        border-top: 1px solid lightgray;
    }

.catalog{
    border-radius: 0 !important; 
    border-top: 1px solid #666 !important;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.btn-pcblue {
    background-color: #003087;
    border: 1px solid #003087;
    border-top: 1px solid white !important;
    color: white !important;
}

    .btn-pcblue:hover {        
        background-color: #007bff;
        border: 1px solid #007bff;        
    }

.btn-pcgray {
    background-color: #c9c9ca;
    border: 1px solid #c9c9ca;
    border-top: 1px solid white !important;
    color: #000;
}
    .btn-pcgray:hover {
        background-color: #7c878e;
        border: 1px solid #7c878e;
        color: white;
    }

.btn-yellow {
    background-color: #b9d21d;
    border: 1px solid #b9d21d;
    border-top: 1px solid white !important;
    color: white !important;
}
    .btn-yellow:hover {
        background-color: #a1b719;
        border: 1px solid #a1b719;
    }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    
}

.menu.btn-success {
     border-top: 1px solid white !important; 
}

    .btn-success:hover {
        background-color: #218838;
        border-color: #1e7e34;
    }

.sub {
    display: none;
}

.featuredsuppliers{
    display: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.catalog {
    display: none;
}

.menu-icon-wrap {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 3;
}

.menu-bar {
    height: 4px;
    display: block;
    width: 50px;
    margin: 9px;
    background-color: white;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.59);
}

.fas {
    /* font-size: 1em; */
    /* cursor: pointer; */
    /* color: #fff; */
}

.fa-times-circle {
}

.fa-angle-left {
    margin-left: 20px;
    cursor: pointer;
    color: #003087;
    font-size:5em;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 5px;
}

    .fa-angle-left:hover {
        color: #007bff;
        background-color: rgb(255 255 255 / 80%);
    }

.fa-angle-right {
    margin-right: 20px;
    cursor: pointer;
    color: #003087;
    font-size: 5em;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 5px;
}

    .fa-angle-right:hover {
        color: #007bff;
        background-color: rgb(255 255 255 / 80%);
    }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #fff;
    text-align: center;
    z-index: 2;
    opacity: 1;
}

    .carousel-control-next:hover, .carousel-control-prev:hover {
    }

/*.carousel-control-prev {
    left: .5vw;
}

.carousel-control-next {
    right: -.5vw;
}*/


.promo-catalog-browse {
    height: 3vw;
    width: 3vw;
    top: 50%;
    margin-top: -1.5vw;
    cursor: pointer;
    padding: 0;
    cursor: pointer;
    z-index: 1;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237c878e' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%237c878e' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}



.department-wrap {
    position: fixed;
    width: 300px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    cursor: pointer;
    overflow-y: auto;
}


.department-btns {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #323536;
    z-index: 2;
    opacity: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
}

.search-button.menu {
    height: 40px;
    border-top: none;
    width: 16%;
}




.clear-dc-filter {
    font-size: 1rem;
    font-weight: bold;
    color: red;
    margin: 0 3px;
    position: absolute;
    right: 37px;
}

    .clear-dc-filter:hover {
        color: red;
        text-decoration: none;
    }

.border-top {
    border-top: 1px solid white;
}

    .border-top:hover {
        border-top: 1px solid white;
    }

.helper-text {
    z-index: 2;
    font-size: 11pt;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    width: 100%;
    padding: 0 10px 8px;
    line-height: 1.5;
}


.action-icon {
    width: 100px;
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -50px;
}

.search-box.menu {
    width: 86%;
    height: 30px;
    min-height: 30%
}

.context-menu {
    display: none;
    position: absolute;
    background-color: #343a40;
    border: 1px solid darkgray;
    z-index: 4;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.28);
    padding: 5px;
    border-radius: 0.375rem;
}

.iframe-popup {
    position: fixed;
    width: 95%;
    height: 95%;
    top: 15px;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.42);
    border: 1px solid #fdfdfd;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
    z-index: 100;
}

.btn-findapc-close {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 30px !important;
    border: 2px white solid;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.42);
}

.tpp-iframe {
    width: 100%;
    height: 100%;
}

.popup-darken {
    position: absolute;
    top: -9px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
}

.popup-top-10 {
    top: 10% !important;
}

.popup-wide {
    width: 35% !important;
}

.popup {
    position: fixed;
    width: 25%;
    top: 20%;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.42);
    border: 1px solid #fdfdfd;
    border-radius: 10px;
    text-align: center;
    padding: 15px 25px;
    z-index: 100;
}

    .popup input[type=text], .popup input[type=email], .popup input[type=password] {
        margin: 5px auto;
    }

.popup-close {
    position: absolute;
    right: 20px;
    font-size: 1.6em;
    color: black;
}

.popup-title {
    font-size: larger;
    font-weight: bold;
    /* width: 100%; */
    margin: 0px 0px 10px 35px;
    text-align: left;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.popup-close {
    position: absolute;
    right: 20px;
    font-size: 1.6em;
    color: black;
    z-index: 6;
    width: 30px;
    top: 5px;
}

.address-form {
    width: unset !important;
}

.center-form {
    display: table;
    margin: 0 auto;
    width: 320px;
}

@media (max-width: 767px) {


    #everything {
        width: 96vw;
        margin: 40px 2vw 58px;
        height: calc(100vh - 98px);
        height: calc((var(--vh, 1vh) * 100) - 98px);
    }

    .form-table {
        border: none;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        height: 100%;
    }

    .form-table-helper {
        font-size: 1.2em;
        width: 90%;
        height: 80%;
        margin: 10% 5%;
    }

        .form-table-helper .fa-angle-left {
            left: unset;
            color: #003087;
        }

        .form-table-helper .fa-angle-right {
            right: unset;
            color: #003087;
        }

        .vendor-name {
            font-size: 1.4rem;
            border-radius: 0;
        }

    #promooffers_detail_search {
        margin-bottom: 20px;
        padding: 5px 0;
    }

    .promooffers-detail-searchbox {
        width: 85%;
        padding: 1px 0 1px 5px;
        margin-top: 0;
    }

    .vendor-search-btn {
        line-height: 1.3rem;
        width: 10%;
        margin-left: -5px;
    }

    .header-first-page {
        display: block;
        background-color: #003087;
        color: white;
        line-height: 39px;
        font-size: 1.5em;
        text-align: center;
        font-weight: bold;
    }

    .department-wrap {
        width: 100vw;
        height: 40px;
        overflow-y: auto;
        border-bottom: 1px solid #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.34);
        margin-top: -1px;
    }

    .menu, .menu:hover {
        position: relative;
        width: 50%;
    }

    .btn-pcblue {
        display: inline-block;
        width: 50vw;
        height: 40px;
    }

    .department-btns-show{
        background-color:transparent;
    }

    .promopagesearch {

    }

    .context-menu {
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

    .btn-action{
        width: 100vw;
    }

    .stickynote-button {
        display: none;
        width: 100vw;
    }

    .stickynote-button:hover{
        width:100vw;
    }

    .dept{
        height:40px !important;
        border:none !important;
    }

    .sub {
        display: inline-block;
        width: 50%;
        height: 40px;
        position: relative;
        border: none !important;
    }

    .subblock{
        display:block;
        width:100% !important;
    }

    .border-white-right{
        border-right: 1px solid white;
    }

    .fa-caret-down, .fa-caret-up {
        position: absolute;
        display: block;
        right: 0;
        top: -2px;
        font-size: 30px;
        padding: 5px;
        cursor:pointer;
        z-index:2;
        opacity: .6;
    }

    .menu100{
        height:100vh;
    }

    .background {
        background-color: rgb(247, 247, 247);
    }

    .shadow{
        box-shadow:none !important;
    }

    .pageimg-cover {
        border-left-style: unset;
        border-left-width: unset;
        border-left-color: unset;
        padding-left: unset;
        float: none;
        height: auto;
        width: 100%;
    }

    .pageimg {
        padding: 2%;
        background-color: white;
        border-radius: 5px;
        border: 1px solid #dee2e6;
    }

    .cover-div {
        padding: 2%;
        background-color: transparent;
        border-radius: 5px;
        border: none;
        position: relative;
        text-align: center;
        height: auto;
        width: 100%;
    }

    .helper-text {
        display: none;
    }

    .portrait {
        width: 99%;
        margin: 0 .5%;
        height: auto;
        max-height: 98%;
    }
    .landscape {
        width: 99%;
        margin: 0 .5%;
        height: auto;
    }


    .carousel-control-next, .carousel-control-prev {
        width: 10%;
        width: 10%;
        top: unset;
        bottom: -3vh;
    }

    .carousel-control-next {
        width: 50vw;
        margin-right: -2vw;
        background-color: #003087;
        padding: 5px;
        bottom: -58px;
    }

    .carousel-control-prev {
        width: 50vw;
        margin-left: -2vw;
        background-color: #003087;
        padding: 5px;
        bottom: -58px;
    }

    .fa-angle-left {
        /* left: 35%; */
        cursor: pointer;
        color: white;
        font-size: 3em;
        position: relative;
    }

    .fa-angle-right {
        /* right: 35%; */
        cursor: pointer;
        color: white;
        font-size: 3em;
        position: relative;
    }

