﻿
body {
    overflow-x: hidden;
}

main {
    width: 100vw;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

:root {
    --space-between-blocks: 1.5rem !important;
    /* for mobiles */
    --space-between-blocks-small-screens: 1rem !important;
}

.headerLogoWrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

    .headerLogoWrap .headerLogo {
        width: 90%;
    }

@media (max-width: 999px) {
    .headerLogoWrap .headerLogo {
        width: 100%;
        min-width: unset;
    }
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.card {
    border: none !important;
    border-radius: 0px !important;
}

.modal-dialog {
    margin-top: 15%;
}

.mobile-menu-trigger .menuIcon {
    background-image: url('../images/menu-sprite.png');
    background-position: 0 32px;
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    vertical-align: bottom;
}

.mobile-menu {
    z-index: 99 !important;
    background: inherit !important;
}

.factor360Nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.navbar-right {
    float: right !important;
}


.factor360AccountNavigation {
    margin-top: -10px;
}

.navbar.factor360AccountNavigation {
    margin-bottom: 0px; /* so that it does not block our main menu */
    z-index: 1001;
}

.factor360Nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: 5px;
}
    /* use flexbox so that shopping cart icon does not get dragged to the bottom when account menu is opened */

    .factor360Nav > li {
        /*display: inline-block;  prevent this navigation item to wrap into multiple line on small screen */
    }

        .factor360Nav > li > a:hover,
        .factor360Nav > li > a:active,
        .factor360Nav > li > a:focus,
        .factor360Nav .open > a, .factor360Nav .open > a:focus, .factor360Nav .open > a:hover {
            background-color: transparent;
        }


@media (max-width: 767px) { /* follows navbar.less from bootstrap */
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
        border-bottom: 3px solid #444444;
    }
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.oasisWrap {
    width: 99% !important;
    max-width: none !important;
    min-width: auto !important;
}

.dropdown-item {
    text-decoration: none !important;
}
/*Add transition to containers so they can push in and out.*/
#divUserPageWithSideBar_MainLayout,
#divUserPageWithSideBar_LeftSideBar {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
/*This is the parent div that contains the menu and the content area.*/
#divUserPageWithSideBar_MainLayout {
    position: relative;
    padding-left: 0;
}
    /* -- Dynamic vertical menu button on the left side -------------------------------------*/

    /* Active components (when user clicks on hamburger) */
    #divUserPageWithSideBar_MainLayout.active #divUserPageWithSideBar_LeftSideBar {
        left: 300px;
        width: 150px;
    }

    #divUserPageWithSideBar_MainLayout.active .userPageWithSideBar_hamburger {
        left: 150px;
    }


/* -- Responsive Styles (Media Queries) ------------------------------------- */
@media all {
    /* less than 1300 px : Hide  */
    #divUserPageWithSideBar_LeftSideBar {
        left: -150px; /* as if the side bar disappear */
        width: 150px;
        overflow-y: hidden;
    }

        #divUserPageWithSideBar_LeftSideBar.expand {
            left: 150px;
            width: 150px;
        }
}

@media all and (min-width:1075px) {
    /* 1175 - 1300 px : Icon only  */
    #divUserPageWithSideBar_MainLayout {
        padding-left: 0;
        /* left col width "#divUserPageWithSideBar_LeftSideBar" */
        left: 0;
    }

    #divUserPageWithSideBar_LeftSideBar {
        left: 70px; /* as if the side bar sticking to left boarder (150px original - 80 px width) */
        width: 80px;
    }

        #divUserPageWithSideBar_LeftSideBar.expand {
            left: 70px;
            width: 80px;
        }

    #divUserPageWithSideBar_MainLayout.expand .userPageWithSideBar_hamburger {
        left: 150px;
    }

    .fullScreenWithSideBar .factor360LeftSideBarWrapper {
        margin-left: 0px;
    }

    .fullScreenWithSideBar #divUserPageWithSideBar_LeftSideBar {
        left: 0px;
        width: 65px;
    }

        .fullScreenWithSideBar #divUserPageWithSideBar_LeftSideBar.expand {
            width: 65px;
        }

    .fullScreenWithSideBar #divUserPageWithSideBar_MainLayout {
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media all and (max-width:1199px) {
    .fullScreenWithSideBar .userDasboardItemTitle {
        opacity: 0;
    }

    .fullScreenWithSideBar .factor360LeftSideBarWrapper.expand .userDasboardItemTitle {
        opacity: 1;
    }
}

.factor360LeftSideBarWrapper {
    z-index: 900;
}


@media all and (min-width:1200px) {
    /* 1176 - 1400 px : Icon only  */
    .fullScreenWithSideBar .factor360LeftSideBarWrapper {
        margin-left: 0px;
    }

    #header {
        z-index: 951;
    }

    #divUserPageWithSideBar_MainLayout {
        padding-left: 0;
        /* left col width "#divUserPageWithSideBar_LeftSideBar" */
        left: 0;
        z-index: 950;
    }


    #divUserPageWithSideBar_LeftSideBar {
        left: 70px; /* as if the side bar sticking to left boarder (150px original - 80 px width) */
        width: 80px;
    }

        #divUserPageWithSideBar_LeftSideBar.expand {
            left: 70px;
            width: 80px;
        }

    #divUserPageWithSideBar_MainLayout.expand .userPageWithSideBar_hamburger {
        left: 150px;
    }

    .fullScreenWithSideBar #divUserPageWithSideBar_LeftSideBar {
        left: 0px;
        width: 65px;
    }

        .fullScreenWithSideBar #divUserPageWithSideBar_LeftSideBar.expand {
            width: 65px;
        }

    .fullScreenWithSideBar #divUserPageWithSideBar_MainLayout {
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media all and (min-width:1300px) {
    .fullScreenWithSideBar .factor360LeftSideBarWrapper {
        margin-left: 0px;
    }

    .fullScreenWithSideBar #divUserPageWithSideBar_LeftSideBar {
        left: 0px;
        width: 65px;
    }

        .fullScreenWithSideBar #divUserPageWithSideBar_LeftSideBar.expand {
            width: 65px;
        }

    .fullScreenWithSideBar #divUserPageWithSideBar_MainLayout {
        padding-left: 75px;
        padding-right: 75px;
    }
}

@media all and (min-width:1401px) {
    .fullScreenWithSideBar .factor360LeftSideBarWrapper {
        margin-left: 0px;
    }
    /* 1400 --> 1500 px: Icon + New Line + Description  */
    #divUserPageWithSideBar_LeftSideBar {
        left: 30px;
        width: 120px;
    }

        #divUserPageWithSideBar_LeftSideBar.expand {
            left: 30px;
            width: 120px;
        }

    .fullScreenWithSideBar #divUserPageWithSideBar_LeftSideBar {
        left: 0px;
        width: 100px;
    }

        .fullScreenWithSideBar #divUserPageWithSideBar_LeftSideBar.expand {
            width: 100px;
        }

    .fullScreenWithSideBar #divUserPageWithSideBar_MainLayout {
        padding-left: 110px;
        padding-right: 110px;
    }
}

@media all and (min-width:1501px) {
    .fullScreenWithSideBar .factor360LeftSideBarWrapper {
        margin-left: 0px;
    }
    /* 1500+ px: Icon + Description  */
    #divUserPageWithSideBar_LeftSideBar {
        left: 0;
        width: 150px;
    }

        #divUserPageWithSideBar_LeftSideBar.expand {
            left: 0;
            width: 150px;
        }

    .fullScreenWithSideBar #divUserPageWithSideBar_LeftSideBar {
        left: 0px;
        width: 150px;
    }

        .fullScreenWithSideBar #divUserPageWithSideBar_LeftSideBar.expand {
            width: 150px;
        }

    .fullScreenWithSideBar #divUserPageWithSideBar_MainLayout {
        padding-left: 152px;
        padding-right: 152px;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
        padding-left: 0px;
    }
}

/* Medium devices (tablets, 768px and up */
@media (min-width: 768px) {
    .container {
        max-width: 700px;
    }
}

/*Large devices (desktops, 992px and up */
@media (min-width: 992px) {
    .container {
        max-width: 940px;
    }
}

/*X-Large devices (large desktops, 1200px and up */
@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up */
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }

    .factor360LeftSideBarWrapper {
        padding-left: 15px;
    }
}


.userPageWithSideBar_hamburger.expand {
    left: 150px;
}

.factor360LeftSideBarWrapper {
    height: -webkit-fill-available;
}

.userPageWithSideBar_hamburger {
    top: 0px !important;
}

.languageSelectorPanel {
    position: absolute;
    top: 8px;
    right: 0px;
    margin: 5px;
}

.languageDropdown ul.rcbList li img.rcbImage {
    height: 24px;
}

input.rcbInput.languageDropdownInput {
    height: 24px;
}

#divLanguageSelectorBox {
    text-align: center;
}


.fullWidthBackground {
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 50vw !important;
    padding-right: 50vw !important;
}

.pnlSearchCriteriaTitle {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}


.centeredLoginInfo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

    .centeredLoginInfo .headerHeadLogin {
        background-color: transparent;
    }

    .centeredLoginInfo .divHeadLogin {
        height: 100%;
        display: flex;
        margin: 0px auto;
    }

        .centeredLoginInfo .divHeadLogin .headerHeadLogin {
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: flex-end;
        }

    .centeredLoginInfo .headerHeadLogin .divButtonLoginWrapper {
        margin-top: auto;
        margin-bottom: auto;
    }

    .centeredLoginInfo .headerHeadLogin .divLoggedInInfoWrapper {
        margin-top: auto;
        margin-bottom: auto;
    }

        .centeredLoginInfo .headerHeadLogin .divLoggedInInfoWrapper .factor360AccountNavigation {
            margin-bottom: 0px;
            margin-top: 0px;
        }



        .centeredLoginInfo .headerHeadLogin .divLoggedInInfoWrapper .factor360Nav {
            align-items: center;
        }

            .centeredLoginInfo .headerHeadLogin .divLoggedInInfoWrapper .factor360Nav .shoppingCart {
                margin-top: 0px;
            }



            .centeredLoginInfo .headerHeadLogin .divLoggedInInfoWrapper .factor360Nav .pnlShoppingCartItemDropdown .dropdown-menu {
                position: absolute;
            }
/*
                .modal.fade.show{
                    z-index:5000;
                }
                .modal-backdrop{
                    z-index:4999;
                }*/
