﻿.tbl-responsive {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hideden;
    overflow-x: scroll;
    display: block;
    position: relative;
}





/* Custom */

.badge[data-badge]:after {
    background: #991f1f;
    color: #fff;
    border: 0;
    top: -8px;
}

.hidetoprint {
    position: fixed !important;
    height: 100%;
    width: 172px;
    min-height: 100%;
    background: #fff;
    flex-grow: 1;
}

.leftscrollbar-div {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
}

.leftmenu_box {
    margin-bottom: 200px;
}

.footer_div {
    position: relative;
    margin-left: 180px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
    color: #666;
    font-size: 0.75rem;
}

    .footer_div a {
        color: #666;
    }

.header_top_row {
    box-shadow: none !important;
}

.btn-menu-close {
    top: 2px;
    right: 5px;
    font-size: 0.875rem;
}


.leftmenu_box li.menuhead .menu_title {
    padding-left: 15px;
}

.leftmenu_box li.menuhead .noindent {
    padding-left: 25px;
}

.pagetitlenoul i {
    font-size: 24px;
}

.sub-page-title a {
    color: #991f1f;
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 5px;
}

    .sub-page-title a i {
        font-size: 18px;
    }

    .sub-page-title a:hover {
        color: #333 !important;
    }


.page-title {
    margin-top: 10px;
}

.form-group.input-group .searchicon {
    background: #f2f2f2;
    border-radius: 2px 2px 0 0;
}

.add_product_btn {
    border-radius: 2px;
    background: #ececec;
}

.fixed_layout th, .table th {
    color: #666;
    font-weight: 700;
}

.img-fluid {
    max-width: 100%;
    height: auto
}

/* New Home page */
.homepage-section {
    position: relative;
    margin: 10px 0;
}

.panel-default .panel-heading {
    font-size: 1vw;
    font-weight: 600;
    color: #000;
}

.homepage-section .home_service_listing {
    display: flex;
    padding: 15px 0;
}

    .homepage-section .home_service_listing li {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 16.666666666667%;
    }

        .homepage-section .home_service_listing li i {
            width: auto;
            height: auto;
            font-size: 36px;
            color: #666;
        }

        .homepage-section .home_service_listing li .txt {
            text-transform: uppercase;
            float: none;
            font-size: 0.65rem;
            margin-top: 10px;
            color: #000;
            display: block;
            line-height: normal;
        }

        .homepage-section .home_service_listing li a:hover .txt {
            color: #991f1f
        }

        .homepage-section .home_service_listing li span {
            font-size: initial
        }

        .homepage-section .home_service_listing li .fa-stack {
            position: relative;
            float: none;
            line-height: normal;
            width: 40px;
        }

    .homepage-section .home_service_listing .fa-stack-1x, .homepage-section .home_service_listing .fa-stack-2x {
        position: relative;
    }

    .homepage-section .home_service_listing .fa-stack-1x {
        position: absolute;
        font-size: 18px;
        left: 9px;
        top: 12px;
    }

    .homepage-section .home_service_listing .star {
        top: 15px;
        left: 11px;
    }

.summary_blk_div {
    position: relative
}

    .summary_blk_div .summary_blk {
        position: relative
    }

.summary_blk h5 {
    color: #000;
    font-size: 0.85vw;
    font-weight: 700;
    line-height: normal;
}

.summary_blk p {
    color: #666;
    font-size: 0.75vw;
    line-height: normal;
}

.summary_blk h4 {
    color: #000;
    font-size: 1vw;
    font-weight: 700;
}

.summary_blk .full {
    color: #666;
    font-size: 0.65rem;
}

.summary_blk .down {
    color: #991f1f;
    font-size: 0.65rem;
}

.summary_blk .up {
    color: #10b759;
    font-size: 0.65rem;
}

.summary_blk .delivery_truk_blk {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    position: relative;
    width: 100%;
}

    .summary_blk .delivery_truk_blk i {
        color: #D5D5D5;
        font-size: 3.125rem;
        position: relative;
    }

    .summary_blk .delivery_truk_blk:before {
        position: absolute;
        content: "";
        border-bottom: 1px solid #EFEFEF;
        left: 0px;
        height: 35px;
        width: 38%;
        top: 0;
    }

    .summary_blk .delivery_truk_blk:after {
        position: absolute;
        content: "";
        border-bottom: 1px solid #EFEFEF;
        right: 0px;
        top: 0;
        height: 35px;
        width: 38%;
    }

.order_count_blk {
    position: relative;
    background: #F3F3F3;
    border: 1px solid #efefef;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

    .order_count_blk h3 {
        color: #000;
        font-size: 1rem;
        margin: 10px 0;
        font-weight: 600;
    }

    .order_count_blk i {
        color: #DEDEDE;
        font-size: 62px;
        text-align: center;
    }

    .order_count_blk h4 {
        color: #000;
        font-size: 24px;
        margin: 10px 0;
        font-weight: 600;
    }

    .order_count_blk p {
        color: #666;
        font-size: 0.75rem;
        padding: 0 20%;
    }

.salesumm_bg {
    background: #FBF9F9;
}

.new_home_elements .panel-body {
    padding: 0;
}

.div_table {
    position: relative;
    height: 190px;
}

    .div_table .simplebar-track.horizontal {
        display: none;
    }

    .div_table .simplebar-content {
        padding-bottom: 32px !important;
    }

    .div_table .div_tbl_row {
        border-bottom: 1px solid #efefef;
        padding: 5px 10px;
    }

    .div_table .name_txt {
        color: #000;
        font-size: 0.85vw;
        display: block;
        margin-top: 5px;
    }

    .div_table .price_txt {
        color: #000;
        font-size: 0.85vw;
        display: block;
        text-align: right;
        margin-top: 5px;
    }

    .div_table .link_txt {
        color: #000;
        font-size: 0.85vw;
        display: block;
        text-align: right;
    }

    .div_table .action_txt {
        display: block;
        margin-top: 5px;
    }

        .div_table .action_txt i {
            font-size: 0.975vw;
        }

.btn_link {
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 0.90vw;
    padding: 2px 0;
    width: 100%;
    text-align: center;
}

    .btn_link:hover {
        background: #fff;
        color: #800 !important;
        border: 1px solid #800;
    }

.red_link {
    color: #991f1f;
}

    .red_link:hover, .red_link:hover i {
        color: #000 !important;
        text-decoration: none !important;
    }

.red_txt {
    color: #800;
}

.text-right {
    text-align: right;
}

.archive_link {
    border-bottom: 0 !important;
}

    .archive_link i {
        color: #991f1f;
        font-size: 20px;
    }

    .archive_link:hover i {
        color: #000;
    }

.progress-section .txt_title {
    color: #000;
}

.enterprise_btn {
    margin: 20px auto;
    text-align: center;
}

.enterprisetxt {
    font-size: 1rem;
    margin: 10px auto;
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 100px;
    background: #000;
    color: #fff;
}

    .enterprisetxt:hover {
        background: #fff;
        color: #000 !important;
    }

.nodata-txt {
    margin: 10% auto;
    text-align: center;
    font-size: 0.75rem;
    color: #000;
    padding: 0;
    display: block;
}
/*tab_container*/
.tab_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .tab_container .tab_blk {
        background: #f0f0f0;
    }

    .tab_container input, .tab_container section {
        clear: both;
        display: none;
    }

    .tab_container label {
        font-weight: 600;
        font-size: 1vw;
        display: block;
        float: left;
        padding: 5px 30px;
        color: #757575;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        background: #f0f0f0;
        width: 50%;
    }

    .tab_container #tab1:checked ~ #content1,
    .tab_container #tab2:checked ~ #content2,
    .tab_container #tab3:checked ~ #content3,
    .tab_container #tab4:checked ~ #content4,
    .tab_container #tab5:checked ~ #content5 {
        display: block;
        padding: 0px;
        background: #fff;
    }


    .tab_container .tab-content h3 {
        text-align: left;
        color: #000;
        font-size: 0.875rem;
        font-weight: 600;
        padding: 10px 10px 0px 10px;
    }

    .tab_container [id^="tab"]:checked + label {
        background: #fff;
        color: #000;
    }

        .tab_container [id^="tab"]:checked + label .fa {
            color: #000;
        }

    .tab_container label .fa {
        font-size: 1.3em;
        margin: 0 0.4em 0 0;
    }

.progress-section {
    position: relative;
    padding: 5px 0;
}

    .progress-section .progress-top {
        display: flex;
        justify-content: space-between;
    }

        .progress-section .progress-top .title {
            color: #000;
            font-size: 0.8125vw;
            font-weight: 600;
        }

    .progress-section .progress-btm {
        display: flex;
        justify-content: space-between;
    }

    .progress-section .left-txt {
        color: #666;
        font-size: 11px;
    }

    .progress-section .right-txt {
        color: #666;
        font-size: 0.80vw;
        text-align: right;
    }

.blacktxt {
    color: #000;
}
/* New Home page end */

/* recipe page */
.form-div {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
}

#iconbox {
    display: none;
}


.redtxt {
    color: #800
}

.rb-product-search-div {
    margin: 10px 0 0 0;
}

.rb-product-blk-div {
    position: relative;
    margin: 10px 0;
    border: 1px solid #ddd;
}

.rbproducttbl {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

    .rbproducttbl td {
        cursor: pointer;
    }

.add-ingredients-div {
    position: relative;
    margin: 10px 0 20px 0;
    border: 0px solid #ddd;
}

    .add-ingredients-div h3 {
        margin: 0;
        padding: 5px 10px;
        color: #000;
        font-weight: 600;
        font-size: 0.875rem;
        background: #efefef;
        border-bottom: 1px solid #ddd;
    }

.add-ingredients-blk {
    margin: 10px 0 0 0;
    border: 1px solid #ddd;
}

    .add-ingredients-blk .no-ingredients {
        margin: 0 auto;
        text-align: center;
        position: relative;
        padding-top: 110px;
    }

        .add-ingredients-blk .no-ingredients .icon {
            margin: 0 auto 10px auto;
            text-align: center;
            display: block;
        }

            .add-ingredients-blk .no-ingredients .icon img {
                margin: 0 auto;
                text-align: center;
                width: 50px;
            }

        .add-ingredients-blk .no-ingredients p {
            margin: 0 auto;
            text-align: center;
            color: #000;
            font-size: 0.875rem;
        }

.ingredients-add-data-div {
    height: 358px;
}

.ingredients-add-data-row {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.ingredients-add-data-div p {
    color: #000;
    font-size: 0.875rem;
}

.ingredients-add-data-div span {
    color: #666;
    font-size: 0.75rem;
}

.ingredients-add-data-div .pricetxt {
    color: #000;
    margin-top: 5px;
    display: block;
    font-size: 0.85rem;
    text-align: right;
}

.ingredients-add-data-div .deleteicon {
    position: relative;
    margin-top: 5px;
    display: block;
    text-align: center;
}

    .ingredients-add-data-div .deleteicon i {
        font-size: 18px;
    }

    .ingredients-add-data-div .deleteicon a {
        text-decoration: none;
        border-bottom: 0;
    }

        .ingredients-add-data-div .deleteicon a:hover {
            text-decoration: none;
            color: #000;
            border-bottom: 0;
        }

.ingredients-add-data-btm {
    background: #efefef;
    padding: 8px 0;
    border-top: 1px solid #ddd;
}

    .ingredients-add-data-btm .totaltxt {
        color: #666;
        display: block;
        font-size: 0.875rem;
        text-align: right;
        font-weight: bold;
    }

    .ingredients-add-data-btm .totalprice {
        color: #000;
        display: block;
        font-size: 0.875rem;
        font-weight: bold;
        text-align: right;
        margin-right: 10px;
    }

.ingredientsadd-tbl p {
    color: #000;
    font-size: 0.875rem;
    line-height: 0.9rem;
}

.ingredientsadd-tbl span {
    color: #666;
    font-size: 0.75rem;
}

.ingredientsadd-tbl .deleteicon {
    position: relative;
    margin-top: 5px;
    display: block;
    text-align: center;
}

    .ingredientsadd-tbl .deleteicon i {
        font-size: 18px;
    }

    .ingredientsadd-tbl .deleteicon a {
        text-decoration: none;
        border-bottom: 0;
    }

        .ingredientsadd-tbl .deleteicon a:hover {
            text-decoration: none;
            color: #000;
            border-bottom: 0;
        }

.add-ingredients-div .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0 !important;
}

.add-ingredients-div .select2-container--default .select2-selection--multiple {
    border: 0 !important;
}


.multipleselect-box {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #ddd !important;
    border-radius: 0 !important;
}

.select2-dropdown {
    border-radius: 0 !important;
}
/* recipe page end */

/* customer login start */

.custloginbg {
    background: #F8F8F8;
}

.customlogin-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 2%;
}

.custlogin-div {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    box-shadow: 0 5px 0.75rem rgba(0,0,0,0.18);
}

    .custlogin-div .custlogin-left-div {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        height: 100%;
        position: relative;
        background: #fff;
    }

    .custlogin-div .custlogin-right-div {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        height: 100%;
        position: relative;
        background: #F1EFEF;
    }

    .custlogin-div .login-form-div {
        margin: 0;
        padding: 8vh 8vw 0 8vw;
        width: 100%;
        height: 100%;
    }

        .custlogin-div .login-form-div h2 {
            color: #000;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 10px;
            text-transform: uppercase;
            word-break: break-all;
            height: 23px;
            overflow: hidden;
        }

        .custlogin-div .login-form-div h3 {
            color: #000;
            font-size: 1.5vw;
            font-weight: 600;
            margin-bottom: 1vh;
        }

        .custlogin-div .login-form-div p {
            color: #666;
            font-size: 1vw;
        }

        .custlogin-div .login-form-div .login-div {
            position: relative;
            margin: 20px 0 0 0;
            width: 100%;
            color: #000;
            font-size: 1vw
        }

            .custlogin-div .login-form-div .login-div .form-group {
                margin-bottom: 3vh;
            }

            .custlogin-div .login-form-div .login-div label {
                color: #000;
                font-size: 0.875rem;
                font-weight: normal;
                display: block;
                margin-bottom: 5px;
            }

            .custlogin-div .login-form-div .login-div .inputbox {
                border-bottom: 1px solid #707070;
                color: #000;
                font-size: 0.875rem;
                width: 100%;
            }

                .custlogin-div .login-form-div .login-div .inputbox i {
                    color: #666;
                    font-size: 1rem;
                }

                .custlogin-div .login-form-div .login-div .inputbox .usertxtbox {
                    margin: 0;
                    padding: 8px 10px;
                    background: transparent !important;
                    border: 0;
                    color: #000;
                    font-size: 1vw;
                    display: inline-block;
                    width: 95%;
                }

.login-div .btnsubmit {
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.3vw;
    font-weight: 500;
    padding: 0.5em;
    text-transform: uppercase;
    color: #fff;
    background-color: #800000;
    cursor: pointer;
}

.login-div a {
    cursor: pointer;
}

.login-div .btnsubmit:hover {
    background-color: #000;
}

.redlink {
    color: #800000;
    text-decoration: none;
}

    .redlink:hover {
        color: #000 !important;
        text-decoration: underline;
    }

.custlogin-btm-div {
    margin: 2vh auto 0 auto;
    text-align: center;
}

    .custlogin-btm-div .support-txt {
        margin: 2vh auto;
        text-align: center;
        color: #000;
        font-size: 1.1vw;
    }

        .custlogin-btm-div .support-txt p {
            margin: 0 auto;
            text-align: center;
            color: #000;
            font-size: 1.1vw;
            line-height: 24px;
        }

        .custlogin-btm-div .support-txt .supportlink {
            color: #800000;
            font-weight: 600;
        }

            .custlogin-btm-div .support-txt .supportlink a {
                color: #800000;
                font-weight: 600;
                text-decoration: none;
            }

                .custlogin-btm-div .support-txt .supportlink a:hover {
                    color: #000 !important;
                    text-decoration: underline;
                }

    .custlogin-btm-div .powered-by {
        margin: 1vh auto;
        text-align: center;
        color: #000;
        font-size: 2vh;
    }

        .custlogin-btm-div .powered-by img {
            margin: 0 auto;
            text-align: center;
            display: inline-block;
            border-radius: 100%;
            vertical-align: middle;
        }

.cust-info-div {
    margin: 0 auto;
    text-align: center;
    background: #fff;
    position: relative;
    width: 100%;
    height: 100%;
}

    .cust-info-div .cust-logo {
        margin: 0 auto 10px auto;
        text-align: center;
        padding-top: 10px;
    }

        .cust-info-div .cust-logo img {
            margin: 0 auto;
            text-align: center;
            height: auto;
            max-width: 100%;
            width: 100px;
        }

    .cust-info-div .cust-txt {
        margin: 0 auto;
        text-align: center;
    }

        .cust-info-div .cust-txt h4 {
            margin: 0 0 5vh 0;
            text-align: center;
            color: #000;
            font-size: 2vw;
            font-weight: 700;
            word-break: break-all;
            height: 23px;
            overflow: hidden;
        }

        .cust-info-div .cust-txt h5 {
            margin: 0 0 10vh 0;
            text-align: center;
            color: #666;
            font-size: 1.2vw;
            font-weight: 600;
        }

        .cust-info-div .cust-txt p {
            margin: 0 0 20px 0;
            text-align: center;
            color: #000;
            font-size: 0.875rem;
            font-weight: normal;
        }

    .cust-info-div .cust-photo {
        margin: 0;
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 50vh;
    }

        .cust-info-div .cust-photo img {
            margin: 0;
            text-align: left;
            height: auto;
            max-width: 100%
        }

        .cust-info-div .cust-photo span {
            margin: 0 auto;
            text-align: center;
            display: block;
            background: #800000;
        }

        .cust-info-div .cust-photo .custmainimg {
            width: 100%;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            height: 100%;
        }

.forgotpassword-section {
    margin: 5% auto;
}

    .forgotpassword-section .forgotpassword-div {
        margin: 0 auto;
        padding: 20px;
        background: #fff;
        width: 30%;
        box-shadow: 0 5px 0.75rem rgba(0,0,0,0.18);
    }

.forgotpassword-div h2 {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 20px;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}

.forgotpassword-div h3 {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.forgotpassword-div p {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 0.875rem;
    font-weight: normal;
}

.supportlogin-section {
    margin: 5% auto;
}

    .supportlogin-section .supportlogin-div {
        margin: 0 auto;
        padding: 20px;
        background: #fff;
        width: 30%;
        box-shadow: 0 5px 0.75rem rgba(0,0,0,0.18);
    }

    .supportlogin-section h2 {
        text-align: center;
        margin: 0 0 10px 0;
        color: #000;
        font-size: 20px;
        padding: 0 0 5px 0;
        font-weight: 700;
    }

.supportlogin-div h3 {
    margin: 0 0 20px 0;
    color: #fff;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 600;
    background: #800000;
}

.supportlogin-div p {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 0.875rem;
    font-weight: normal;
}

.supportlogin-div label {
    color: #000;
}

.supportlogin-div .form-control {
    background-color: transparent !important;
}

.supportlogin-div .btn {
    text-decoration: none;
    color: #fff;
}

    .supportlogin-div .btn:hover {
        text-decoration: none;
        color: #fff !important;
    }

.loginbtn {
    border: none;
    outline: none;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 4px 15px 6px;
    font-weight: normal;
    line-height: 1.42857143;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #800000;
    cursor: pointer;
}

    .loginbtn:hover {
        background-color: #000;
        color: #fff !important;
    }

.support-contact-modal {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

    .support-contact-modal h1 {
        color: #000;
        font-size: 22px;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px 0;
        margin: 0 0 20px 0;
        font-weight: 700;
    }

    .support-contact-modal p {
        color: #000;
        font-size: 0.875rem;
        text-align: center;
        line-height: 28px;
        font-weight: normal;
    }

.messagelabel {
    color: red;
    padding-top: 0px;
    font-size: small;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}
/* customer login end */

/* Modal window */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8888; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 20px;
    border-top: 5px solid #800;
    width: 90%; /* Could be more or less, depending on screen size */
}

@media (min-width: 1366px) {
    .modal-content {
        background-color: #fefefe;
        margin: 10vh auto; /* 15% from the top and centered */
        padding: 20px;
        border-top: 5px solid #800;
        width: 30%; /* Could be more or less, depending on screen size */
    }
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 999;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* modal window end*/
/* Progress bar */
progress {
    vertical-align: baseline
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.example .progress + .progress {
    margin-top: 10px
}

.example .perfect-scrollbar-example {
    position: relative;
    max-height: 250px;
    background: #fff
}

.bg-red {
    background-color: #f36 !important;
}

.bg-orange {
    background-color: #fbbc06 !important;
}

.bg-lightblue {
    background-color: #66d1d1 !important;
}

.bg-green {
    background-color: #10b759 !important;
}

.bg-blue {
    background-color: #007bff;
}

/* Progress bar end */


/* cutom row col */
.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.container {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.cols-1, .cols-2, .cols-3, .cols-4, .cols-5, .cols-6, .cols-7, .cols-8, .cols-9, .cols-10, .cols-11, .cols-12 {
    position: relative;
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem
}

.cols-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.cols-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.cols-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.cols-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.cols-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.cols-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.cols-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.cols-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.cols-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.cols-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.cols-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.cols-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.cols-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.d-hidden {
    display: none;
}

/* end custom */
.upload_recipe_img_div {
    position: relative;
    width: 100%
}

    .upload_recipe_img_div .img-col-1 {
        float: left;
        width: 32%;
        margin-right: 10px;
    }

    .upload_recipe_img_div .img-col-2 {
        float: left;
        width: 32%;
        margin-right: 10px;
    }

    .upload_recipe_img_div .img-col-3 {
        float: left;
        width: 32%;
    }

    .upload_recipe_img_div .imgdiv {
        border: 1px solid #ddd;
        height: 150px;
        width: 100%;
        display: block;
        margin-bottom: 10px
    }

/*
.recipe_upload_img .col_1 { height:175px; width:100%;}
.recipe_upload_img .col_1 img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
}*/

.d-hidden {
    display: none;
}



@media only screen and (max-width: 767px) {
    .m-show {
        display: inline-block !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .homepage-section {
        margin-top: 10px;
    }

    .top_menu_box ul li {
        margin: 0 10px;
    }

        .top_menu_box ul li:after {
            right: -10px;
        }

    .leftmenutable {
        top: -2px
    }

    .homepage-section .home_service_listing li i {
        font-size: 26px !important;
    }

    .homepage-section .home_service_listing li .txt {
        font-size: 9px;
    }

    .homepage-section .home_service_listing .fa-stack-1x {
        top: 11px !important;
        left: 14px !important;
        font-size: 12px !important;
    }

    .summary_blk h5 {
        font-size: 0.65rem;
        line-height: normal;
    }

    .panel-default .panel-heading {
        font-size: 0.75rem;
    }

    .tab_container label {
        font-size: 0.75rem;
    }

    .summary_blk h4 {
        font-size: 0.75rem;
        font-weight: 700
    }

    .progress-section .right-txt {
        font-size: 0.70rem;
    }

    .progress-section .progress-top .title {
        font-size: 0.80rem;
    }

    .cols-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .cols-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .cols-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .cols-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .cols-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .cols-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .cols-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .cols-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .cols-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .cols-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .cols-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .cols-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .div_table .name_txt, .btn_link {
        font-size: 0.65rem;
    }

    .summary_blk p {
        font-size: 0.65rem;
    }

    .logout_section {
        width: 45%
    }

    .com_name {
        width: 55%
    }
}



/* animated hover */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
        -webkit-animation-name: hvr-bob-float, hvr-bob;
        animation-name: hvr-bob-float, hvr-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }


.highlightedtd {
    padding: 15px 10px 15px 10px;
    text-align: left;
    color: #222;
    font-weight: 700;
    background: #efefef;
    height: auto;
    font-size: 0.75rem;
    line-height: 1rem;
}

.approvelink {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s;
    border: 1px solid #ddd;
}

.templatelink {
    background: #e8e7e7;
    color: #000;
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s;
    border: 1px solid #ddd;
}

.deletelink {
    background: #dc3545;
    color: #fff;
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s;
    border: 1px solid #dc3545;
}

.approvelink:hover {
    color: #fff;
    background: #000;
    border-bottom: 0;
}

.templatelink:hover {
    color: #fff;
    background: #666;
    border-bottom: 0;
}

.deletelink:hover {
    opacity: 0.8;
    color: #fff;
    border-bottom: 0;
}

/* SSO page start */
.ssologinbg {
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: #F8F8F8;
    height: 100%;
    width: 100%;
}

.sso-login-div {
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    background: #F8F8F8;
    height: 100vh;
    align-items: center;
    width: 100%;
}

    .sso-login-div .sso-login-blk {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        height: 100%;
        width: 100%;
    }

        .sso-login-div .sso-login-blk .sso-login-col-1 {
            flex: 0 0 60%;
            max-width: 60%;
            position: relative;
            display: flex;
            align-items: center;
        }

        .sso-login-div .sso-login-blk .sso-login-col-2 {
            flex: 0 0 40%;
            max-width: 40%;
            position: relative;
            align-items: center;
            display: flex;
        }

.sso-login-blk .login-box {
    background-color: #fff;
    margin: 0;
    padding: 3vw;
    width: 80%;
    position: relative;
}

    .sso-login-blk .login-box h4 {
        color: #000;
        font-size: 1.875vw;
        font-weight: 700;
        margin: 0 0 2vh 0;
        padding: 0;
    }

    .sso-login-blk .login-box h5 {
        color: #666;
        font-size: 1.09375vw;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

.sso-login-blk .clientlogo {
    margin: 0 auto;
    text-align: center;
}

.sso-login-blk .login-form {
    margin: 30px 0 0 0;
    position: relative;
    font-size: 0.875rem;
}

    .sso-login-blk .login-form ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .sso-login-blk .login-form ul li {
            margin: 0;
            padding: 0;
            list-style: none
        }

    .sso-login-blk .login-form .inputbox {
        border-bottom: 1px solid #707070;
        color: #000;
        font-size: 0.875rem;
        width: 100%;
    }

        .sso-login-blk .login-form .inputbox i {
            color: #666;
            font-size: 1vw;
        }

        .sso-login-blk .login-form .inputbox .usertxtbox {
            margin: 0;
            padding: 8px 10px;
            background: transparent !important;
            border: 0;
            color: #000;
            font-size: 0.875vw display:inline-block;
            width: 95%;
        }

    .sso-login-blk .login-form .btnsubmit {
        width: 100%;
        border: none;
        outline: none;
        font-size: 18px;
        font-weight: 500;
        padding: 0.5em;
        text-transform: uppercase;
        color: #fff;
        background-color: #800000;
        cursor: pointer;
    }

    .sso-login-blk .login-form a {
        cursor: pointer;
        color: #800;
    }

        .sso-login-blk .login-form a:hover {
            color: #000;
        }

    .sso-login-blk .login-form .btnsubmit:hover {
        background-color: #000;
    }

    .sso-login-blk .login-form .form-group {
        margin-bottom: 30px;
    }

.sso-login-left-div {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

    .sso-login-left-div .logo {
        margin: 1rem auto 0.65rem auto;
        text-align: center;
    }

        .sso-login-left-div .logo img {
            height: 40px;
        }

    .sso-login-left-div h2 {
        color: #800;
        font-size: 1.313vw;
        font-weight: 700;
        margin: 0 0 0.75rem 0;
        padding: 0;
        text-transform: uppercase;
    }

    .sso-login-left-div h3 {
        color: #000;
        font-size: 1.09375vw;
        font-weight: normal;
        margin: 0;
        padding: 0;
    }

    .sso-login-left-div h6 {
        color: #000;
        font-size: 1.09375vw;
        font-weight: 600;
        margin: 0.65rem 0;
        padding: 0 20%;
        line-height: 3vh;
    }

    .sso-login-left-div .store-btn-div {
        margin: 0 auto 0.75rem auto;
        text-align: center;
    }

    .sso-login-left-div .support-link p {
        color: #000;
        font-size: 1.09375vw;
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

    .sso-login-left-div .support-link a {
        color: #800;
    }

        .sso-login-left-div .support-link a:hover {
            color: #000;
            text-decoration: underline;
        }

.sso-login-blk .btm-div {
    position: relative;
    width: 100%;
    margin: 1rem auto;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center
}

    .sso-login-blk .btm-div img {
        width: 70%;
    }

.sso-selectclient-top {
    padding: 0;
    position: relative;
    text-align: right;
}

.clientselect-div {
    margin: 0;
    padding: 0;
    position: relative;
    width: 90%;
}

    .clientselect-div h4 {
        color: #981F1F;
        font-size: 1.12vw;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

.notification-overlay {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #FFF3CD;
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    width: 30%;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0px 8px #bbb;
}

    .notification-overlay .close-overlay {
        position: absolute;
        top: 20px;
        right: 20px;
        transition: all 200ms;
        font-size: 24px;
        text-decoration: none;
        color: #800;
    }

.close-overlay:target {
    visibility: hidden;
    opacity: 0;
}

.notification-overlay .close-overlay:hover {
    color: #000 !important;
}

.notification-overlay h2 {
    color: #800;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.notification-overlay p {
    color: #00;
    font-size: 13px;
    font-weight: normal;
}

.whitetxt {
    color: #fff !important;
}

.loginbtn {
    background: #800;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
}

    .loginbtn:hover {
        background: #000;
    }

.userprofile-div .form-group {
    margin-bottom: 10px;
}

.enablessotbn {
    background: #800;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    border: 1px solid #800;
}

    .enablessotbn:hover {
        background: #fff;
        color: #800;
        border: 1px solid #800;
    }

.ssoverificationbox .login-form .btn-default {
    color: #fff !important;
}

.ssoverificationbox .form-group {
    margin-bottom: 10px !important;
}

.SSO_error_div {
    margin: -5% auto 0 auto;
    padding: 30px;
    background: #fff;
}

    .SSO_error_div h3 {
        color: #800;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 20px;
    }

    .SSO_error_div h4 {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 10px;
    }

    .SSO_error_div p {
        color: #000;
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    .SSO_error_div .resendlink {
        background: #800;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        cursor: pointer;
        margin: 0 auto;
        padding: 5px 10px;
        text-align: center;
    }

    .SSO_error_div .text-center {
        margin: 0 auto;
        text-align: center;
    }

.ssoverificationbox .login-form .btn-default {
    color: #fff !important;
}

.ssoverificationbox .form-group {
    margin-bottom: 10px !important;
}

.product-upload-div {
    margin: 0;
    padding: 0;
    position: relative;
    width: 95%;
    height: 300px;
    border: 1px solid #ddd;
    float: right;
}

    .product-upload-div:hover {
        border: 1px solid #800;
    }

    .product-upload-div .icon {
        text-align: center;
        margin: 0 auto;
        display: block;
    }

        .product-upload-div .icon .picicon {
            width: 80px;
            text-align: center;
            margin: 0 auto 5px auto;
        }

    .product-upload-div .redtxt {
        color: #800;
        text-align: center;
        margin: 0 auto;
        display: block;
    }

    .product-upload-div .upload-txt {
        position: absolute;
        left: 0;
        right: 0;
        top: 40%;
    }



.ie9 img[src$=".svg"] {
    width: 100%;
}
/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}

/* new Support login*/
.newsupportlogin-section {
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}

    .newsupportlogin-section .newsupportlogin-div {
        position: fixed;
        margin: 0 auto;
        padding: 4vh 4vh;
        width: 96%;
        left: 0;
        right: 0;
        top: 3%;
        bottom: 3%;
        background-color: #fff;
    }

.newsupportlogin-div .newsupportlogin-box-bdr {
    position: fixed;
    border: 1px solid #800;
    height: 86%;
    width: 92%;
}

.newsupportlogin-div .newsupportlogin-box-div {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    height: 100%;
    word-wrap: break-word;
    padding: 20px;
}

.newsupportlogin-div .supportlogin-left {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #ddd;
}

.newsupportlogin-div .supportlogin-right {
    flex: 0 0 50%;
    max-width: 50%;
}

.newsupportlogin-div .logo {
    display: block;
    width: 100%;
}

    .newsupportlogin-div .logo img {
        height: 10vh;
    }

.supportlogin-left-box {
    position: relative;
    text-align: center;
    align-items: center;
    margin: 0 auto;
}

    .supportlogin-left-box .support-img {
        display: block;
        width: 100%;
    }

        .supportlogin-left-box .support-img img {
            height: 40vh;
        }

.supportlogin-txt {
    margin: 4vh 0;
    padding: 0 4vw;
}

    .supportlogin-txt h2 {
        margin: 0 0 2vh 0;
        color: #000;
        font-size: 2vw;
        text-transform: uppercase;
        font-weight: 700;
    }

    .supportlogin-txt h3 {
        margin: 0 0 1vh 0;
        color: #000;
        font-size: 1.5vw;
        text-transform: uppercase;
        font-weight: 700;
    }

    .supportlogin-txt h4 {
        margin: 0;
        color: #000;
        font-size: 1vw;
        font-weight: 500;
    }

.supportlogin-form-div {
    margin: 0;
    padding: 1vh 4vw;
}

.supportlogin-left-box h3 {
    margin: 10px 0 10% 0;
    color: #000;
    font-size: 1.2vw;
    font-weight: 500;
}

.supportlogin-left-box h4 {
    margin: 20px 0;
    padding: 0 20%;
    color: #000;
    font-size: 1.5vw;
    line-height: 4vh;
    font-weight: 600;
}

.supportlogin-form-div .inputbox {
    color: #000;
    font-size: 0.875rem;
    width: 100%;
}

    .supportlogin-form-div .inputbox i {
        color: #666;
        font-size: 1rem;
    }

    .supportlogin-form-div .inputbox .form-control {
        margin: 0;
        padding: 8px 10px;
        background: transparent !important;
        border: 0;
        color: #000;
        font-size: 0.875rem;
        display: inline-block;
        width: 95%;
    }

.supportlogin-form-div .btn {
    width: 100%;
    background-color: #800;
    border: 1px solid #800;
}

    .supportlogin-form-div .btn:hover {
        background-color: #000;
        border: 1px solid #000;
    }

.redlink {
    color: #800;
}

    .redlink:hover {
        color: #000;
    }
/* new Support login end*/


.selectlocation-sliding-panel {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left: -100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    transition: left .5s ease
}

    .selectlocation-sliding-panel.openoverlay {
        box-shadow: 0 0 15px 5px rgba(50, 50, 50, 0.2);
        left: 0
    }

@media(min-width:460px) {
    .selectlocation-sliding-panel {
        min-width: 25%;
        width: 25%
    }
}


.sto-panel-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    right: -100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .5s
}

    .sto-panel-overlay.panelopenoverlay {
        outline: 0;
        right: 0;
        opacity: .5;
        overflow: hidden;
    }

.has-overlay {
    position: relative;
    overflow: hidden
}

    .has-overlay.ui-mobile {
        height: 100% !important
    }

/* Upload pic */
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}


.image-upload-wrap {
    margin: 0 0px 0 20px;
    border: 1px solid #333;
    position: relative;
}

    .image-dropping,
    .image-upload-wrap:hover {
        background-color: #f9f9f9;
        border: 1px solid #800;
    }

.image-title-wrap {
    padding: 15px;
    color: #222;
}

.imgicon {
    display: block;
    margin-bottom: 5px;
}

    .imgicon img {
        height: 50px;
    }

.drag-text {
    text-align: center;
    padding: 100px 0;
}

    .drag-text h3 {
        font-weight: 600;
        text-transform: uppercase;
        color: #333;
    }

.file-upload-image {
    margin: auto;
    width: 100%;
    height: auto;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

    .remove-image:hover {
        background: #c13b2a;
        color: #ffffff;
        transition: all .2s ease;
        cursor: pointer;
    }

    .remove-image:active {
        border: 0;
        transition: all .2s ease;
    }

.file-upload-content {
    text-align: center;
    border: 1px dashed #333;
    width: 95%;
    float: right;
}


/* File upload for receipe */
.upload-img-div {
    position: relative;
}

    .upload-img-div h3 {
        color: #000;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 5px;
    }

.upload-img-blk {
    margin: 0;
    padding: 0;
    position: relative;
    clear: both;
}

    .upload-img-blk .img-upload-1 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .upload-img-blk .img-upload-2 {
        flex: 0 0 47%;
        max-width: 47%;
        float: left;
        width: 47%;
    }

    .upload-img-blk .img-upload-3 {
        flex: 0 0 47%;
        max-width: 47%;
        float: right;
        width: 47%;
    }

    .upload-img-blk .img-upload-1 .upload-txt {
        height: 240px;
    }

    .upload-img-blk .img-upload-2 .upload-txt, .upload-img-blk .img-upload-3 .upload-txt {
        height: 120px;
    }

    .upload-img-blk .upload-txt {
        position: relative;
        width: 100%;
        border: 1px solid #ddd;
        display: block;
        cursor: pointer;
        margin: 0 auto 20px auto;
        text-align: center;
    }

        .upload-img-blk .upload-txt:hover {
            border: 1px solid #800;
        }

    .upload-img-blk .upload-box {
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    .upload-img-blk .img-upload-1 .upload-box {
        padding-top: 100px;
    }

    .upload-img-blk .img-upload-2 .upload-box {
        padding-top: 35px;
    }

    .upload-img-blk .img-upload-3 .upload-box {
        padding-top: 35px;
    }

    .upload-img-blk .upload-box .icon {
        margin: 0 auto 5px auto;
        text-align: center;
    }

        .upload-img-blk .upload-box .icon img {
            height: 40px;
            margin: 0 auto;
            text-align: center;
        }

    .upload-img-blk .fileupload {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        outline: none;
        opacity: 0;
        cursor: pointer;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border: 0;
        outline: 0;
    }

    .upload-img-blk .preview {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        outline: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        border: 0;
        box-shadow: none;
    }

    .upload-img-blk #preview {
        height: 240px;
    }

    .upload-img-blk #preview1 {
        height: 120px;
    }

    .upload-img-blk #preview2 {
        height: 120px;
    }

    .upload-img-blk .preview img {
        max-width: 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 49%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow: hidden;
        border: 0;
    }
/*
    .upload-img-blk #preview2 #delele {
        top: 10px !important;
        left: 30px !important;
    }

    .upload-img-blk #preview2 #selele {
        top: 10px !important;
        left: 10px !important;
    }*/

.newrecpIngredientslist td {
    padding: 7px 10px;
    border-bottom: 1px solid #ddd !important;
}

.newrecpIngredientslist .packsize-txt {
    display: inline-block;
    color: #666;
    font-size: 10px;
}

.newrecpIngredientslist a {
    color: #000;
    font-size: 12px;
}

.newrecipe-batch-height {
    height: auto;
    position: relative;
}

.newrecipe-recipe-height {
    height: auto;
    position: relative;
}

.ingredientsadd-tbl td {
    padding: 5px;
    border-bottom: 1px solid #ddd !important;
}

.stockstore-div {
    margin: 0 0 38px 0;
}

.ingredientsadd-tbl .productname {
    color: #333;
    font-weight: 600;
    font-size: 0.75rem;
}

.ingredientsadd-tbl .productgrup {
    color: #666;
    font-size: 0.65rem;
}

.ingredientsadd-tbl .productpacksize {
    color: #666;
    font-size: 0.65rem;
}

.ingredientsadd-tbl .form-group select {
    font-size: 0.755rem;
    color: #333;
}

.ingredientsadd-tbl .form-group .form-control {
    font-size: 0.85rem;
}

.rb-product-blk-div .table th {
    padding: 7px 5px;
    border-bottom: 1px solid #ddd;
}

.add-ingredients-blk .simplebar-content {
    padding-bottom: 35px !important;
}

.productthumb {
    width: 56px;
    height: 40px;
    border: 1px solid #707070;
}

.noproductthumb {
    width: 100%;
    height: 24px;
    text-align: center;
    margin: 0 auto;
}

.productlist_tbl tr {
    height: 60px;
}

.productlist_tbl a:hover {
}

.productpicblk_div {
    width: 100%;
    height: 243px;
    border: 1px solid #707070;
    padding: 5px;
    background: #efefef;
    text-align: center;
    margin: 0 auto;
    display: block;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.productpicblk {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

.noproductpicblk {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.product-thumb-txt-div {
    position: relative;
    display: flex;
}

    .product-thumb-txt-div .txt {
        margin-left: 0px;
    }

    .product-thumb-txt-div label {
        margin-bottom: 0;
    }

.productlist_tbl td {
    padding: 5px;
}

.newrecipe-recipe-height .form-group {
    margin-bottom: 3px !important;
}

.newrecipe-batch-height .form-group {
    margin-bottom: 3px !important;
}

.ingredientsadd-tbl .productgrup .eachtxt {
    color: #666;
    font-size: 0.65rem;
}

.productlistedit_blk {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px 0;
}

    .productlistedit_blk .form-group {
        position: relative;
        margin-bottom: 10px;
    }

    .productlistedit_blk .lbltitle {
        font-weight: bold;
    }

    .productlistedit_blk span {
        font-weight: normal;
        margin: 0;
        display: block;
        font-size: 14px;
    }

.__lookup__content li h3 {
    font-weight: 600;
    font-size: 13px;
    margin: 5px 0;
}

.__lookup__content li {
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
}

.fileupload::-webkit-file-upload-button {
    visibility: hidden;
}

.new_link_div {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
}

.newlink {
    font-size: 14px;
    border: 1px solid #800;
    border-radius: 100px;
    padding: 3px 10px;
}

.singlelogin-top-div {
    position: relative;
}

    .singlelogin-top-div .singlelogin-logo {
        position: relative;
        padding-top: 5vh;
    }

.singlelogin-logo .logo {
    width: 15vw;
    margin-bottom: 2vh;
}

.singlelogin-logo h2 {
    color: #800;
    font-size: 1.5vw;
    font-weight: 700;
    text-transform: uppercase;
}

.singlelogin-logo h3 {
    color: #000;
    font-size: 1vw;
}

/* New Product list start */
.product_listing_container {
    position: relative;
    border-bottom: 1px solid #666;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    clear: both;
}

    .product_listing_container .container {
    }



    .product_listing_container .img_thumb {
        position: relative;
        height: 120px;
    }

    .product_listing_container .img_preview {
        border: 1px solid #f4f4f4;
        height: 120px;
        background: #fff;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        outline: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        box-shadow: none;
    }

        .product_listing_container .img_preview img {
            max-width: 100%;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 49%;
            left: 50%;
            transform: translate(-50%, -50%);
            overflow: hidden;
            border: 0;
        }

    .product_listing_container .noproductthumb {
        height: 68px !important;
    }

    .product_listing_container .title {
        color: #000;
        font-size: 0.85rem;
        cursor: pointer;
        font-weight: 500;
    }

        .product_listing_container .title a {
            border-bottom: 1px solid #ddd;
            cursor: pointer;
        }

            .product_listing_container .title a:hover {
                border-bottom: 1px solid #800;
            }

    .product_listing_container .allergenicons {
        display: inline-block;
        position: relative
    }

    .product_listing_container .groupname {
        font-size: 0.85rem;
        color: #666;
        margin: 5px 0 5px 0
    }

    .product_listing_container .product_txt_btm {
        position: relative;
        font-size: 0.75rem;
        color: #666;
        margin-bottom: 0px;
        margin-left: 10px;
    }

        .product_listing_container .product_txt_btm .bispan {
        }

        .product_listing_container .product_txt_btm span:after {
            content: "|";
            padding: 0 3px 0 5px;
        }

        .product_listing_container .product_txt_btm span:last-child:after {
            content: "";
        }

    .product_listing_container .btn_group_badges {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .product_listing_container .badges_span {
        display: inline-block;
    }

        .product_listing_container .badges_span .badges_txt {
            display: inline-block;
            background: #F3F3F3;
            font-size: 0.75rem;
            color: #666;
            border-radius: 100px;
            padding: 3px 10px;
            margin: 0 5px 0 0;
        }

    .product_listing_container .nopacksize_txt_span {
        color: #B6B3B3;
        font-size: 1rem;
    }

@font-face {
    font-family: 'productlisticon';
    src: url('fonts/productlisticon.eot?6795623');
    src: url('fonts/productlisticon.eot?6795623#iefix') format('embedded-opentype'), url('fonts/productlisticon.woff2?6795623') format('woff2'), url('fonts/productlisticon.woff?6795623') format('woff'), url('fonts/productlisticon.ttf?6795623') format('truetype'), url('fonts/productlisticon.svg?6795623#productlisticon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'productlisticon';
    src: url('fonts/productlisticon.svg?6795623#productlisticon') format('svg');
  }
}
*/

[class$="icon-icons"]:before, [class*="icon-icons "]:before {
    font-family: "productlisticon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nopackicon-icons:before {
    content: '\e800';
}

.batchicon-icons:before {
    content: '\e801';
}

.shopping-basketicon-icons:before {
    content: '\e802';
}

.addmenuicon-icons:before {
    content: '\e803';
}

.archiveicon-icons:before {
    content: '\e804';
}

.addmenu-1icon-icons:before {
    content: '\e805';
}

.addmenu_itemicon-icons:before {
    content: '\e806';
}

.product_listing_container .btn_group_badges .btn_span {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 8px 0 0;
}

    .product_listing_container .btn_group_badges .btn_span .icon_round {
        position: relative;
        display: inline-block;
        border: 1px solid #888;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
        margin: 0 auto;
        line-height: 30px;
        color: #888;
    }

.product_listing_container .btn_group_badges .icon_dividar {
    border-right: 1px solid #d5d5d5;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
    margin-right: 8px;
}

.product_listing_container .btn_group_badges .btn_span .icon_round.noround {
    width: auto;
    height: auto;
    line-height: normal;
    border: 0;
    color: #888;
}

    .product_listing_container .btn_group_badges .btn_span .icon_round.noround:hover {
        border: 0;
        color: #888;
    }

    .product_listing_container .btn_group_badges .btn_span .icon_round.noround i:before {
        width: auto;
    }

.product_listing_container .btn_group_badges .btn_span .icon_round.batchicon,
.product_listing_container .btn_group_badges .btn_span .icon_round.nopack {
    width: auto;
    height: auto;
    border: 0;
    line-height: normal;
    border-radius: 0;
}

    .product_listing_container .btn_group_badges .btn_span .icon_round.batchicon i, .product_listing_container .btn_group_badges .btn_span .icon_round.nopack i {
        line-height: normal;
    }

        .product_listing_container .btn_group_badges .btn_span .icon_round.batchicon i:before, .product_listing_container .btn_group_badges .btn_span .icon_round.nopack i:before {
            width: auto;
        }

.product_listing_container .btn_group_badges .btn_span .icon_round:hover {
    border: 1px solid #800;
    color: #800;
}


.product_listing_container .btn_group_badges .btn_span .icon_round.batchicon {
    color: #A3A3A3;
}

    .product_listing_container .btn_group_badges .btn_span .icon_round.batchicon:hover {
        border: 0px solid #fff;
    }

.product_listing_container .btn_group_badges .btn_span .icon_round.nopack:hover {
    border: 0px solid #fff;
    color: #888;
}

.product_listing_container i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .product_listing_container i:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.product_listing_container .btn_group_badges .btn_span .icon_round i {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
}

    .product_listing_container .btn_group_badges .btn_span .icon_round i:before {
        font-size: 14px;
        width: 25px;
    }

.product_listing_container .product_packsize_list {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    position: relative;
}

    .product_listing_container .product_packsize_list .col_1 {
        text-align: left;
        flex: 0 0 2%;
        vertical-align: middle;
        font-size: 0.75rem;
        margin-top: 8px;
    }

    .product_listing_container .product_packsize_list .col_2 {
        text-align: left;
        flex: 0 0 40%;
        font-size: 0.75rem;
        height: 20px;
        overflow: hidden;
    }

    .product_listing_container .product_packsize_list .col_3 {
        position: relative;
        text-align: right;
        flex: 0 0 58%;
        font-size: 0.75rem;
    }

    .product_listing_container .product_packsize_list .packsize_txt {
        color: #800
    }

    .product_listing_container .product_packsize_list .archive-icon {
        margin: 0 5px 0 5px;
    }

        .product_listing_container .product_packsize_list .archive-icon a:hover i {
            color: #800;
        }

    .product_listing_container .product_packsize_list .defaultround {
        background: #800;
        border-radius: 100%;
        width: 4px;
        height: 4px;
        display: inline-block;
        margin-right: 5px;
    }

.product_listing_container .creatdby {
    width: 95%;
    position: absolute;
    bottom: 0;
    font-size: 0.65rem;
    color: #666;
}

    .product_listing_container .creatdby .createdbybdr {
        border-top: 1px solid #f4f4f4;
        font-style: italic;
        text-align: right;
    }

.product_listing_container .more_div {
    position: relative;
}

    .product_listing_container .more_div .more_link {
        position: relative;
        margin-left: 15px;
        text-decoration: underline;
        color: #666;
        font-size: 0.75rem;
        cursor: pointer;
        text-align: right;
    }

.product_listing_container .product_packsize_list_continer {
    transition: all .2s ease-in-out;
    position: relative;
    height: 44px;
    overflow: hidden;
}

.product_listing_container .larger_div {
    transform: scale(1.0);
    box-shadow: 0 5px 5px #efefef;
    border: 1px solid #efefef;
    background: #fff;
    padding: 10px;
    z-index: 111;
    height: auto !important;
    overflow: initial !important;
    position: absolute;
    width: 100%;
}

.product_listing_container .cols-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.product_listing_container .cols-4 {
    flex: 0 0 38%;
    max-width: 38%;
}

.product_listing_container .cols-5 {
    flex: 0 0 41%;
    max-width: 41%;
}

.sortdiv_printexport_div {
    position: relative;
    z-index: 99;
    clear: both;
    width: 100%;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    margin: 20px 0 10px 0;
}

.stickysortprint {
    position: sticky;
    top: 67px;
}

    .stickysortprint .printexport_div {
        margin-right: 50px;
    }

.printexport_div {
    position: relative;
    float: right;
    font-size: 1vw;
    color: #666;
}

    .printexport_div span {
        display: inline-block;
    }

    .printexport_div a {
        color: #666;
        margin-right: 1vw;
    }

        .printexport_div a:hover {
            color: #800;
        }

.sortdiv_printexport_div .sorting_div {
    position: relative;
    text-align: left;
    float: left;
}

.sorting_select_div label {
    display: inline-block;
    font-size: 0.75rem;
    color: #666;
    margin-right: 5px;
}

.sorting_select_div .form-control {
    display: inline-block;
    width: 20vw;
    border: 1px solid #ddd;
    font-size: 0.75rem;
    color: #666;
}

.sorting_blk_div {
    position: relative;
}

    .sorting_blk_div .sort_badage {
        position: relative;
        border: 1px solid #ddd;
        font-size: 0.75rem;
        color: #666;
        display: inline-block;
        border-radius: 100px;
        padding: 0 10px;
        margin-right: 10px;
        cursor: pointer;
        color: #666;
    }

        .sorting_blk_div .sort_badage:hover {
            background: #f2f2f2;
            border: 1px solid #800;
            color: #800;
        }

    .sorting_blk_div .asde_icon {
        position: relative;
        cursor: pointer;
    }

    .sorting_blk_div .sort_badage:hover i {
        color: #666;
    }

    .sorting_blk_div .asde_icon:hover i {
        color: #000
    }

    .sorting_blk_div .asde_icon:hover .selected, .sorting_blk_div .selected {
        color: #800 !important;
    }

/* New Product list end */
.grid_list_view_div {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

    .grid_list_view_div span a {
        color: #9e9e9e;
    }

    .grid_list_view_div span {
        display: inline-block;
        padding: 0px;
        margin-right: 5px;
        margin-top: 5px;
        color: #666;
        font-size: 1.2vw;
        cursor: pointer;
    }

        .grid_list_view_div span:hover {
            color: #800;
        }

    .grid_list_view_div .active, .grid_list_view_div .active i {
        color: #800;
    }

    .grid_list_view_div.olddatapage span {
        font-size: 2.1vw;
        margin-top: 10px;
    }

.lightgraylink {
    color: #9e9e9e;
}



/* Allocate location store */
.allocate_location_list_container {
    position: relative;
    margin-bottom: 10px;
    padding: 0 10px;
    overflow: hidden;
}

    .allocate_location_list_container .bg {
        background: #f9f9f9;
    }

    .allocate_location_list_container .container, .storelocation_list_container .cols_row, .cols_col {
        margin: 0;
        padding: 0;
    }

    .allocate_location_list_container .left_header_blk {
        position: relative;
        width: 100%;
    }

        .allocate_location_list_container .left_header_blk .left_header {
            padding: 10px;
            width: 100%;
            height: 58px;
        }

    .allocate_location_list_container .cate_product_txt_row {
        position: relative;
        padding: 10px;
        height: 80px;
        border-top: 1px solid #ddd;
        background: #f9f9f9;
    }

    .allocate_location_list_container.supplierlocationmapping .cate_product_txt_row {
        height: 60px;
    }

    .allocate_location_list_container.supplierlocationmapping .storelocation_txt_row .cols {
        height: 60px;
        padding: 22px 0;
    }

    .allocate_location_list_container.supplierlocationmapping .cate_product_txt_row .cate_title {
        height: auto;
    }

    .allocate_location_list_container.productlocationmapping .cate_product_txt_row {
        height: 70px;
    }

    .allocate_location_list_container.productlocationmapping .storelocation_txt_row .cols {
        height: 70px;
        padding-top: 30px;
    }

    .allocate_location_list_container .cate_product_txt_row .batch {
        display: inline-block;
    }

    .allocate_location_list_container .cate_product_txt_row .cate_title {
        font-size: 0.85rem;
        color: #222;
        display: block;
        line-height: normal;
        height: 20px;
        overflow: hidden;
        white-space: normal;
        word-break: break-all
    }

    .allocate_location_list_container .cate_product_txt_row .bin_product_title, .allocate_location_list_container .cate_product_txt_row .bin_product_title span {
        font-size: 0.75rem;
        color: #666;
        display: block;
        line-height: normal;
    }

    .allocate_location_list_container .storelocation_txt_row {
        display: flex;
        width: 100%;
        position: relative;
        justify-content: flex-start;
    }

        .allocate_location_list_container .storelocation_txt_row .cols {
            flex: 0 0 140px;
            max-width: 140px;
            height: 80px;
            /*padding: 35px 10px 0 20px;*/
            line-height: normal;
            border-top: 1px solid #ddd;
            border-right: 1px solid #f2f2f2;
            align-content: center;
            align-items: center;
            text-align: center;
            display: flex;
            justify-content: center;
        }

        .allocate_location_list_container .storelocation_txt_row .cols_header {
            flex: 0 0 140px;
            max-width: 140px;
            padding: 0 10px;
            line-height: normal;
            background: #f9f9f9;
            border-top: 1px solid #ddd;
            font-size: 0.75rem;
            word-break: break-word;
            white-space: pre-line;
            align-items: center;
            height: 50px;
            align-content: center;
            overflow: hidden;
            display: flex;
            justify-content: flex-start;
            text-align: left
        }

    .allocate_location_list_container .top_fix {
        position: relative;
        z-index: 111;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        margin: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /*cursor: pointer; */
    }

        .allocate_location_list_container .top_fix.addscroll {
            overflow-y: hidden;
            overflow-x: scroll;
        }

        .allocate_location_list_container .top_fix.removescroll {
            overflow-y: hidden;
            overflow-x: hidden;
        }

    .allocate_location_list_container .stick {
        position: fixed;
        top: 65px;
        width: 100%;
        z-index: 111;
        overflow-y: hidden;
        overflow-x: auto;
        /*cursor: pointer;*/
    }

.top_data_head {
    /*position:relative; width:100%; flex:0 0 100%; max-width:100%; display:flex; 
justify-content:flex-start; background:#f9f9f9; border-top:1px solid #ddd; flex-flow:row; align-items:center; align-content:center;*/
    position: relative;
    width: 100%;
    display: block;
}

.hori-scrollbar {
}

    .hori-scrollbar::-webkit-scrollbar {
        height: 8px;
        border: 0;
        width: 6px;
    }


    .hori-scrollbar::-webkit-scrollbar-track {
        background: #fff;
        height: 0;
        border: 0;
    }

    .hori-scrollbar::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 12px;
        height: 12px;
        border: 0;
        margin: 0;
        padding: 0;
    }

.verti-scrollbar::-webkit-scrollbar {
    width: 8px;
    border: 0;
}


.verti-scrollbar::-webkit-scrollbar-track {
    background: #fff;
    height: 0;
    border: 0;
}

.verti-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 12px;
    height: 12px;
    border: 0;
    margin: 0;
    padding: 0;
}

.allocate_location_list_container .stick1 {
    position: fixed;
    top: 0;
    z-index: 111;
}

.allocate_location_list_container .stick-left {
    position: fixed;
    top: 68px;
    z-index: 111;
    background: #fff;
    margin: 0;
}


.allocate_location_list_container tr {
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.allocate_location_list_container td {
    height: 80px;
    width: auto;
}

.allocate_location_list_container .location_txt_div {
    position: relative;
    width: 100% !important;
}

.allocate_location_list_container input[type=checkbox] {
    cursor: pointer;
}

.allocate_location_list_container .top_margin {
    position: relative;
    z-index: 1;
    overflow-x: scroll;
    width: 900px;
    margin-top: 1px;
    text-align: center;
}

.allocate_location_list_container .simplebar-track.vertical {
    visibility: hidden !important;
}

.allocate_location_list_container .simplebar-content {
    padding-bottom: 30px !important;
}

.productlocationallocation .cate_product_txt_row {
    height: 100px !important;
}

.productlocationallocation .storelocation_txt_row .cols {
    height: 100px !important;
}
/* Allocate location store end */

#sticky {
    display: none;
    top: 0;
    margin: 0;
}


.recipetemplatelist_tbl tr {
    height: 60px;
}

.recipetemplatelist_tbl th {
    word-break: normal !important;
}

.recipetemplatelist_tbl td {
    padding: 5px !important;
}

.productlist_tbl th, .productlist_tbl td {
    border: 0px solid;
    line-height: normal;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.recipelist_tbl th, .recipelist_tbl td {
    border: 0px solid #ddd;
    word-break: break-word;
}

.info-round-bdr {
    border-radius: 100px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .info-round-bdr i {
        line-height: 20px;
    }

    .info-round-bdr:hover {
        border: 1px solid #800;
    }

        .info-round-bdr:hover i {
            color: #800;
        }

.supplierlist_tbl th, .supplierlist_tbl td {
    border: 0px solid #ddd;
    word-break: break-word;
}





/* New recipe row list start */
.recipe_row_listing_container {
    position: relative;
    border-bottom: 1px solid #666;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    clear: both;
}

    .recipe_row_listing_container .container, .recipe_row_listing_container .row {
        margin: 0;
        padding: 0;
    }



    .recipe_row_listing_container .img_thumb {
        position: relative;
        height: 120px;
    }

    .recipe_row_listing_container .img_preview {
        border: 1px solid #f4f4f4;
        height: 120px;
        background: #fff;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        outline: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
        box-shadow: none;
    }

        .recipe_row_listing_container .img_preview img {
            max-width: 100%;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 49%;
            left: 50%;
            transform: translate(-50%, -50%);
            overflow: hidden;
            border: 0;
        }

    .recipe_row_listing_container .noproductthumb {
        height: 68px !important;
    }

    .recipe_row_listing_container .title {
        color: #000;
        font-size: 0.85rem;
        cursor: pointer;
        font-weight: 500;
    }

        .recipe_row_listing_container .title a {
            border-bottom: 1px solid #ddd;
            cursor: pointer;
            margin-right: 10px;
        }

            .recipe_row_listing_container .title a:hover {
                border-bottom: 1px solid #800;
            }

    .recipe_row_listing_container .allergenicons {
        display: inline-block;
        position: relative
    }

    .recipe_row_listing_container .groupname {
        font-size: 0.85rem;
        color: #666;
        margin: 5px 0 5px 0
    }

    .recipe_row_listing_container .product_txt_btm {
        position: relative;
        font-size: 0.75rem;
        color: #666;
        margin-bottom: 3px;
        line-height: 1rem;
        margin-left: 10px;
    }

.darkdividar {
    color: #666;
}

.recipe_row_listing_container .product_txt_btm .bispan {
}

.recipe_row_listing_container .product_txt_btm span:after {
    content: "|";
    padding: 0 3px 0 5px;
    color: #000;
    font-weight: 700;
}


.recipe_row_listing_container .btn_group_badges {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.recipe_row_listing_container .badges_span {
    display: inline-block;
}

    .recipe_row_listing_container .badges_span .badges_txt {
        display: inline-block;
        background: #F3F3F3;
        font-size: 0.75rem;
        color: #666;
        border-radius: 100px;
        padding: 3px 10px;
        margin: 0 5px 0 0;
    }

.recipe_row_listing_container .nopacksize_txt_span {
    color: #B6B3B3;
    font-size: 1rem;
}


.recipe_row_listing_container .btn_group_badges .btn_span {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 5px 0 0;
}

    .recipe_row_listing_container .btn_group_badges .btn_span .icon_round {
        position: relative;
        display: inline-block;
        border: 1px solid #888;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
        margin: 0 auto;
        line-height: 30px;
        color: #888;
    }

.recipe_row_listing_container .btn_group_badges .icon_dividar {
    border-right: 1px solid #d5d5d5;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
    margin-right: 8px;
}

.recipe_row_listing_container .btn_group_badges .btn_span .icon_round.noround {
    width: auto;
    height: auto;
    line-height: normal;
    border: 0;
    color: #888;
}

    .recipe_row_listing_container .btn_group_badges .btn_span .icon_round.noround:hover {
        border: 0;
        color: #888;
    }

    .recipe_row_listing_container .btn_group_badges .btn_span .icon_round.noround i:before {
        width: auto;
    }

.recipe_row_listing_container .btn_group_badges .btn_span .icon_round:hover {
    border: 1px solid #800;
    color: #800;
}

    .recipe_row_listing_container .btn_group_badges .btn_span .icon_round:hover i {
        color: #800;
    }

.recipe_row_listing_container .btn_group_badges .btn_span .icon_round.batchicon {
    color: #888;
}

    .recipe_row_listing_container .btn_group_badges .btn_span .icon_round.batchicon:hover {
        border: 0px solid #fff;
    }

.recipe_row_listing_container .btn_group_badges .btn_span .icon_round.nopack:hover {
    border: 1px solid #fff;
    color: #888;
}

.recipe_row_listing_container i {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .recipe_row_listing_container i:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.recipe_row_listing_container .btn_group_badges .btn_span .icon_round i {
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #888;
}

    .recipe_row_listing_container .btn_group_badges .btn_span .icon_round i:before {
        font-size: 14px;
        width: 25px;
    }

.recipe_row_listing_container .product_packsize_list {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    position: relative;
    margin-left: 10px;
}

    .recipe_row_listing_container .product_packsize_list .col_1 {
        text-align: left;
        flex: 0 0 2%;
        vertical-align: middle;
        font-size: 0.75rem;
        margin-top: 8px;
    }

    .recipe_row_listing_container .product_packsize_list .col_2 {
        text-align: left;
        flex: 0 0 46%;
        font-size: 0.75rem;
        height: 20px;
        overflow: hidden;
        vertical-align: middle;
    }

    .recipe_row_listing_container .product_packsize_list .col_3 {
        position: relative;
        text-align: right;
        flex: 0 0 52%;
        font-size: 0.75rem;
        vertical-align: middle;
    }

    .recipe_row_listing_container .product_packsize_list .col_2 span {
        white-space: nowrap;
        max-width: 150px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        text-overflow: clip;
    }

    .recipe_row_listing_container .product_packsize_list .packsize_txt {
        color: #800;
    }

    .recipe_row_listing_container .product_packsize_list .archive-icon {
        margin: 0 5px 0 5px;
    }

        .recipe_row_listing_container .product_packsize_list .archive-icon a:hover i {
            color: #800;
        }

    .recipe_row_listing_container .product_packsize_list .defaultround {
        background: #800;
        border-radius: 100%;
        width: 4px;
        height: 4px;
        display: inline-block;
        margin-right: 5px;
    }

.recipe_row_listing_container .creatdby {
    width: 95%;
    position: absolute;
    bottom: 0;
    color: #666;
}

    .recipe_row_listing_container .creatdby .createdbybdr {
        border-top: 1px solid #f4f4f4;
        font-style: italic;
        text-align: right;
        padding-top: 3px;
        font-size: 0.65rem;
    }

.recipe_row_listing_container .more_div {
    position: relative;
    margin-top: -3px;
}

    .recipe_row_listing_container .more_div .more_link {
        position: relative;
        margin-left: 15px;
        text-decoration: underline;
        color: #666;
        font-size: 0.75rem;
        cursor: pointer;
        text-align: right;
    }

.recipe_row_listing_container .product_packsize_list_continer {
    /* transition: all .2s ease-in-out;*/
    position: relative;
    height: 44px;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.recipe_row_listing_container .larger_div {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    /*box-shadow: 0 5px 5px #efefef;*/
    border: 1px solid #efefef;
    background: #f9f9f9;
    padding: 10px;
    z-index: 111;
    height: auto !important;
    overflow: initial !important;
    position: absolute;
    width: 100%;
    right: 10px;
}

.recipe_row_listing_container .cols-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.recipe_row_listing_container .cols-4 {
    flex: 0 0 34%;
    max-width: 34%;
}

.recipe_row_listing_container .cols-5 {
    flex: 0 0 45%;
    max-width: 45%;
}



/* Batch icon  start */
@font-face {
    font-family: 'batch';
    src: url('fonts/batch.eot?37395249');
    src: url('fonts/batch.eot?37395249#iefix') format('embedded-opentype'), url('fonts/batch.woff2?37395249') format('woff2'), url('fonts/batch.woff?37395249') format('woff'), url('fonts/batch.ttf?37395249') format('truetype'), url('fonts/batch.svg?37395249#batch') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'batch';
    src: url('fonts/batch.svg?37395249#batch') format('svg');
  }
}
*/

[class$="icon-batch"]:before, [class*="icon-batch "]:before {
    font-family: "batch";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cookingicon-batch:before {
    content: '\e800';
}
/* Batch icon end */
/* product recipe list icons start */

@font-face {
    font-family: 'product_recipe_listicon';
    src: url('fonts/product_recipe_listicon.eot?48944421');
    src: url('fonts/product_recipe_listicon.eot?48944421#iefix') format('embedded-opentype'), url('fonts/product_recipe_listicon.woff2?48944421') format('woff2'), url('fonts/product_recipe_listicon.woff?48944421') format('woff'), url('fonts/product_recipe_listicon.ttf?48944421') format('truetype'), url('fonts/product_recipe_listicon.svg?48944421#product_recipe_listicon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'product_recipe_listicon';
    src: url('fonts/product_recipe_listicon.svg?48944421#product_recipe_listicon') format('svg');
  }
}
*/

[class$="icon-icons"]:before, [class*="icon-icons "]:before {
    font-family: "product_recipe_listicon";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nopackicon-icons:before {
    content: '\e800';
}

.batchicon-icons:before {
    content: '\e801';
}

.shopping-basketicon-icons:before {
    content: '\e802';
}

.addmenuicon-icons:before {
    content: '\e803';
}

.archiveicon-icons:before {
    content: '\e804';
}

.addmenu-1icon-icons:before {
    content: '\e805';
}

.addmenu_itemicon-icons:before {
    content: '\e806';
}

.transfer_new_newicon-icons:before {
    content: '\e807';
}

.linkicon-icons:before {
    content: '\e808';
}

/* product recipe list icons end */

/* Tooltips */
[data-left-title], [data-right-title] {
    position: relative;
    display: inline-block;
}

[data-largeround-title] {
    position: relative;
    display: inline-block;
}

    [data-largeround-title]:hover::before {
        content: attr(data-largeround-title);
        position: absolute;
        top: 35px;
        display: inline-block;
        padding: 5px 6px;
        border-radius: 2px;
        background: #fff;
        color: #800;
        font-size: 0.72rem;
        white-space: nowrap;
        z-index: 9999;
        line-height: normal;
        border: 1px solid #800;
        left: -10px;
        box-shadow: 0 5px 5px #ddd;
    }

    [data-largeround-title]:hover::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        background: #fff;
        top: 31px;
        transition: none;
        z-index: 99999;
        border-top: 1px solid #800;
        border-left: 1px solid #800;
        transform: rotate(45deg) skew(0deg);
        right: 11px;
    }


[data-title] {
    position: relative;
    display: inline-block;
}

    [data-title]:hover::before {
        content: attr(data-title);
        position: absolute;
        top: 26px;
        display: inline-block;
        padding: 5px 6px;
        border-radius: 2px;
        background: #fff;
        color: #800;
        font-size: 0.72rem;
        white-space: nowrap;
        z-index: 9999;
        line-height: normal;
        border: 1px solid #800;
        left: auto;
        right: 0;
        box-shadow: 0 5px 5px #ddd;
    }

    [data-title]:hover::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        background: #fff;
        top: 22px;
        transition: none;
        z-index: 99999;
        border-top: 1px solid #800;
        border-left: 1px solid #800;
        transform: rotate(45deg) skew(0deg);
        right: 10px;
    }

[data-right-title]:hover::before {
    content: attr(data-right-title);
    position: absolute;
    display: inline-block;
    padding: 5px 6px;
    border-radius: 2px;
    background: #fff;
    color: #800;
    font-size: 0.72rem;
    white-space: nowrap;
    z-index: 9999;
    line-height: normal;
    right: 25px;
    top: -3px;
    left: auto;
    border: 1px solid #800;
    box-shadow: 0 5px 5px #ddd;
}

[data-right-title]:hover::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    top: 7px;
    transition: none;
    z-index: 99999;
    border-top: 1px solid #800;
    border-right: 1px solid #800;
    transform: rotate(54deg) skew(20deg);
    right: 21px;
}

[data-left-title]:hover::before {
    content: attr(data-left-title);
    position: absolute;
    display: inline-block;
    padding: 5px 6px;
    border-radius: 2px;
    background: #fff;
    color: #800;
    font-size: 0.72rem;
    white-space: nowrap;
    z-index: 9999;
    line-height: normal;
    left: 25px;
    top: -3px;
    right: auto;
    border: 1px solid #800;
    box-shadow: 0 5px 5px #ddd;
}

[data-left-title]:hover::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    top: 7px;
    transition: none;
    z-index: 99999;
    border-top: 1px solid #800;
    border-left: 1px solid #800;
    transform: rotate(-54deg) skew(-20deg);
    left: 21px;
}
/*
[title]:hover::before {
    content: attr(title);position: absolute; top:26px; display: inline-block; padding: 5px 6px; border-radius: 2px;
    background: #fff;color: #800; font-size: 0.72rem; white-space: nowrap; z-index: 99999; line-height: normal;
    border: 1px solid #800; left: -13px; right:auto;box-shadow:0 5px 5px #ddd;
}
[title]:hover::after {
    content: ""; position: absolute; width: 7px; height: 7px;  background: #fff;  top: 22px; transition: none;  z-index: 99999;  
    border-top: 1px solid #800; border-left: 1px solid #800;   transform: rotate(45deg) skew(0deg);    right: 10px;
}*/

/* tooltips end */
.fa-trash-o {
    color: #800;
}

    .fa-trash-o:hover {
        color: #000;
    }

/* Error */
.error-blk-div {
    position: relative;
    margin: 10vh auto 0 auto;
    padding: 0;
    text-align: center;
}

    .error-blk-div .error-txt {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

        .error-blk-div .error-txt h2 {
            margin: 0 0 20px 0;
            padding: 0;
            text-align: center;
            color: #800;
            font-size: 3rem;
            font-weight: 700;
        }

        .error-blk-div .error-txt h3 {
            margin: 0 0 20px 0;
            padding: 0;
            text-align: center;
            color: #707070;
            font-size: 1rem;
        }

        .error-blk-div .error-txt p {
            margin: 0 0 10px 0;
            padding: 0;
            text-align: center;
            color: #707070;
            font-size: 0.85rem;
        }

        .error-blk-div .error-txt a {
            color: #800;
        }

    .error-blk-div a:hover {
        color: #000;
        text-decoration: underline
    }

    .error-blk-div .support-txt {
        margin: 0 0 20px 0;
        padding: 10px 20px;
        text-align: center;
        color: #707070;
        font-size: 0.85rem;
        border-top: 1px solid #ddd;
        display: inline-block;
    }

        .error-blk-div .support-txt p {
            margin: 0 0 10px 0;
            padding: 0;
            text-align: center;
            color: #707070;
            font-size: 0.85rem;
        }

        .error-blk-div .support-txt a {
            color: #800;
        }

.error-img {
    margin: 0 auto;
    text-align: center;
}

    .error-img img {
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        height: auto;
    }
/* error end */

.nobdronhover {
    border-bottom: 0 !important;
    cursor: pointer
}

    .nobdronhover:hover {
        border-bottom: 0 !important;
    }

.edittemplatetbl th, .edittemplatetbl td {
    border: 0px solid;
    word-break: break-word !important;
}

.edittemplatetbl .totalprice {
    font-weight: bold;
    background: #efefef;
}

.tblbdr th, .tblbdr td {
    border: 0px solid;
    word-break: break-word !important;
}

.delsupp_tbl th, .delsupp_tbl td {
    border: 0px solid;
    word-break: normal !important;
}

.wordbreaktbl th, .wordbreaktbl td {
    word-break: normal !important;
}

.product-basket:before {
    font-size: 10px;
    opacity: 0.7;
}

.product-basket-size:before {
    font-size: 12px;
}

.product_recipe_print_export_div {
    display: inline-block;
    float: right;
    margin-top: 8px;
}
/*[data-icon]:before { font-family: "batchfont"; content: attr(data-icon); font-size:13px;}*/

#recipemaintable .form-group .popupselectioncontrol .form-group {
    padding-top: 0;
    margin-top: -2px;
}

#RecipeLineItem .form-group {
    margin-bottom: 10px;
}

.cus_tbl td, .cus_tbl tr {
    border: 0px solid !important
}

.tblp0 {
    padding: 0;
    border-collapse: collapse;
    height: auto;
    width: 100%;
    position: relative;
}

    .tblp0 tr, .tblp0 td {
        padding: 0;
        border-collapse: collapse;
        height: auto;
        position: relative;
    }

.mr0 {
    margin-right: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.fa16icon {
    font-size: 16px;
}

.producttxt {
    font-weight: 600
}

/*Client Health */
.clienthealth_div {
    position: relative;
}

    .clienthealth_div .table th {
        border: 0px solid
    }

    .clienthealth_div .table th {
        padding: 10px 5px;
        position: relative;
        top: 0;
    }

    .clienthealth_div .table td {
        padding: 5px;
    }

    .clienthealth_div h3 {
        font-size: 1rem;
        font-weight: bold;
    }

    .clienthealth_div h4 {
        font-size: 0.85rem;
        font-weight: bold;
    }

    .clienthealth_div .clienthealth_tbl_div {
        position: relative;
        border: 1px solid #ddd;
        margin: 10px 0;
        padding: 5px;
    }

/*Client Health end */

.cust_tbl {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    height: auto;
    width: 100%;
    position: relative;
}

    .cust_tbl th, .cust_tbl td {
        padding: 5px;
        vertical-align: top;
    }

.mb10 {
    margin-bottom: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.suppnotelinehgt {
    line-height: normal !important;
    font-size: 0.65rem;
    display: block;
    margin-top: 5px;
}

.roundbdr-info-box {
    display: inline-block;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

    .roundbdr-info-box .fa {
        line-height: 25px;
    }

.redbdr {
    border: 1px solid #800;
}

.roundbdr-info-large-box {
    display: inline-block;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #800;
    text-align: center;
    position: relative;
    vertical-align: middle;
}

    .roundbdr-info-large-box .fa {
        line-height: 35px;
    }

.ErrorMessageLiteral {
    color: #800;
    background-color: #FFF3CD;
    padding: 10px;
    border-radius: 4px;
    line-height: normal;
    font-size: 0.9rem;
    white-space: nowrap;
    word-break: normal;
    display: inline-block;
}


.roundbdr-order-icons {
    position: relative;
    display: inline-block;
}

    .roundbdr-order-icons a {
        display: inline-block;
        border-radius: 25px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border: 1px solid #ddd;
        text-align: center;
        position: relative;
        vertical-align: middle;
    }

    .roundbdr-order-icons span {
        display: inline-block;
        border-radius: 100px;
        width: 40px;
        height: 40px;
        line-height: 35px;
        border: 1px solid #800;
        text-align: center;
        position: relative;
        vertical-align: middle;
    }

        .roundbdr-order-icons span .fa {
            line-height: 35px;
            color: #800
        }

    .roundbdr-order-icons a .fa {
        line-height: 25px;
        color: #666
    }

.del_delivery_tbl {
    width: 100%;
    position: relative;
}

    .del_delivery_tbl tr, .del_delivery_tbl td {
        border: 0px solid;
        padding: 5px !important;
        vertical-align: top;
    }

.custtblp5 {
    width: 100%;
    position: relative;
}

    .custtblp5 tr, .custtblp5 td, .custtblp5 th {
        border: 0px solid;
        padding: 5px !important;
        vertical-align: top;
    }

.m_l20 {
    margin-left: 20px !important;
}

.supplier-info {
    width: 100%;
    position: relative;
    border-collapse: collapse;
}

    .supplier-info tr, .supplier-info td {
        border: 1px solid #ddd;
        padding: 5px !important;
        vertical-align: top;
    }

    .supplier-info h3 {
        font-size: 1rem;
        color: #666;
        margin-bottom: 5px;
    }

    .supplier-info p {
        font-size: 0.75rem;
        color: #666;
        margin-bottom: 5px;
    }

    .supplier-info hr {
        background: #ddd;
        height: 1px;
        display: block;
        border: 0;
    }

.fontweight {
    font-weight: bold;
}

.w_55 {
    width: 55px;
}

.sitemang_list_container {
    position: relative;
    border: 1px solid #ddd;
}

    .sitemang_list_container .container, .sitemang_list_container .cols-row {
        margin: 0;
        padding: 0;
    }

    .sitemang_list_container .sitemangs-header {
        background: #efefef;
        padding: 10px 0;
        position: sticky;
        width: 100%;
        top: 67px;
        z-index: 999;
    }

    .sitemang_list_container h3 {
        color: #555;
        font-size: 14px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }

    .sitemang_list_container .sitemangs_list_div {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding: 0 0 8px 0;
        margin-top: 8px;
    }

        .sitemang_list_container .sitemangs_list_div h4 a {
            text-decoration: underline;
            color: #555;
            font-weight: 600;
            font-size: 14px;
        }

            .sitemang_list_container .sitemangs_list_div h4 a:hover {
                color: #800
            }

        .sitemang_list_container .sitemangs_list_div .address {
            color: #666;
            font-size: 13px;
            margin-bottom: 5px;
        }

        .sitemang_list_container .sitemangs_list_div .postcode {
            color: #666;
            font-size: 13px;
        }

.stockstore-div .ss-main .ss-multi-selected {
    height: 82px;
}

.sitemangs_list_div .ss-main .ss-multi-selected {
    height: 80px;
}

.sitemangs_list_div .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd !important;
    border-radius: 0;
    height: 80px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ddd !important;
}

.sitemangs_list_div .sitelist_row {
    border-bottom: 1px solid #b4b4b4;
    clear: both;
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
}

/* draggable targets */
[data-draggable="target"] {
    float: left;
    list-style-type: none;
    width: 95%;
    height: auto;
    overflow-y: auto;
    margin: 0 0.5em 0.5em 0;
    padding: 0.5em;
    border: 2px solid #888;
    border-radius: 0.2em;
    background: #ddd;
    color: #555;
}

    /* drop target state */
    [data-draggable="target"][aria-dropeffect="move"] {
        border-color: #68b;
        background: #fff;
    }

        /* drop target focus and dragover state */
        [data-draggable="target"][aria-dropeffect="move"]:focus,
        [data-draggable="target"][aria-dropeffect="move"].dragover {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 3px #68b;
        }

/* draggable items */
[data-draggable="item"] {
    display: block;
    list-style-type: none;
    margin: 0 0 2px 0;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    line-height: 1.3;
}

    /* items focus state */
    [data-draggable="item"]:focus {
        outline: none;
        box-shadow: 0 0 0 2px #68b, inset 0 0 0 1px #ddd;
    }

    /* items grabbed state */
    [data-draggable="item"][aria-grabbed="true"] {
        background: #8ad;
        color: #fff;
    }

.droppeditems_div {
    position: relative;
}

.droppeditems {
    background: transparent;
    border: 1px solid #ddd;
    min-height: 45px;
}

    .droppeditems li {
        display: inline-block;
        background: #efefef;
        font-size: 12px;
        margin: 0 5px 5px 0;
        padding: 8px 10px;
        border: 1px solid #ddd;
        cursor: all-scroll;
        font-weight: 600;
        color: #666;
    }

    .droppeditems span {
        display: inline-block;
        opacity: 1;
    }


.dropableitems {
    background: transparent;
    border: 1px solid #ddd;
    min-height: 400px;
}

    .dropableitems li {
        display: block;
        background: #efefef;
        color: #333;
        font-size: 13px;
        margin: 0 5px 5px 0;
        padding: 8px 10px;
        border: 1px solid #ddd;
        cursor: all-scroll;
    }

.droplocationfixed {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0px solid
}

.droplocation_fixedscroll {
    position: sticky;
    width: 97%;
    top: 0;
    height: 430px;
    z-index: 999;
}

#stickThis {
    position: relative;
    width: 340px;
    height: 340px;
    overflow-y: scroll;
    z-index: 999;
}

    #stickThis.stick {
        margin-top: 0;
        position: sticky;
        top: 150px;
        z-index: 999;
    }

td.prodname, td .prodname {
    color: #555;
}

td .packsize {
    color: #666;
}

.labelsemibold {
    font-weight: 600;
}

.popupformtbl {
    position: relative;
    width: 100%;
    border-collapse: collapse
}

    .popupformtbl th, .popupformtbl td {
        padding: 5px;
        border: 0px solid;
        font-size: 12px;
        color: #555;
    }

.addorderitem_div {
    margin: 30px 0;
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

    .addorderitem_div .headdiv {
        margin-bottom: 10px;
    }

    .addorderitem_div h3 {
        margin-top: 5px;
        font-size: 16px;
        font-weight: 600;
    }

.mt10 {
    margin-top: 10px;
}

.tblwhitespace {
    white-space: nowrap
}

.myalertbox {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    opacity: 0.5;
    z-index: 99990;
}

.tbltd_bdrd td {
    border-bottom: 1px solid #ddd;
    padding: 5px;
}

@media screen and (-webkit-max-device-pixel-ratio:1) and (min-color-index:0) {
    #addItemFrame, .addItemFrame {
        (;height:150px; border:0px solid green;);
    }

    .macadditemframe, .addItemFrame {
        (;height:150px; border:0px solid green;);
    }
}

#addItemFrame, .addItemFrame {
    height: 150px;
}

.macadditemframe {
    height: 150px;
}

.archive_retrieve_div h3, .archive_retrieve_div h4, .archive_retrieve_div .details {
    font-size: 14px;
}

.savedorder_data {
    position: relative;
    border: 1px solid #ddd;
    margin: 10px 10px 10px 20px;
    padding: 10px;
}

    .savedorder_data h3 {
        font-size: 13px;
        font-weight: 700;
        color: #000;
        margin-bottom: 5px;
    }

    .savedorder_data .savedorder_ul {
        position: relative;
        margin: 0;
        list-style: none
    }

        .savedorder_data .savedorder_ul li {
            clear: both;
            font-size: 13px;
            color: #000;
            list-style: none;
        }

            .savedorder_data .savedorder_ul li a:before {
                content: '';
                margin: 0;
            }

            .savedorder_data .savedorder_ul li:before {
                content: "\f105";
                font-family: 'FontAwesome';
                font-size: 13px;
                color: #800;
            }

    .savedorder_data .dlt_icon {
        text-align: right;
        margin: 0 0 0 20px;
    }

.linkunderline {
    border-bottom: 1px solid lightgray;
}

    .linkunderline:hover {
        border-bottom: 1px solid #800;
    }

.graytxt {
    color: #666
}

.lighttxt {
    color: #9b9b9b
}

.savedorder_ul .lighttxt i, .savedorder_ul .lighttxt a {
    color: #9b9b9b
}

    .savedorder_ul .lighttxt i:hover, .savedorder_ul .lighttxt a:hover {
        color: #800;
    }

.vtop {
    vertical-align: top1;
}

.fullproductlisttbl td {
    padding: 5px !important;
    line-height: normal;
}

.form-group.input-group.right-search {
    width: 100%;
}

.table_form_width_auto.form_input_table .popupselectioncontrol td {
    padding: 0 !important;
}

.selectstore_div {
    position: relative;
    border: 1px solid #ddd;
    padding: 5px;
    background: #f9f9f9;
    width: 100%;
}

    .selectstore_div h2 {
        margin: 0px 0px 0px 0px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
    }

.selectstore_box table {
    width: 100%;
}

.selectstore_box td {
    vertical-align: middle
}

.selectstore_box input {
    vertical-align: middle;
    margin-right: 5px;
}

.mb20 {
    margin-bottom: 20px;
}

.stocktake_import_div {
    margin: 10px 0;
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
    background: #f9f9f9;
    width: 100%;
}

.stocktake_import_btm_div {
    position: relative;
    margin-top: 20px;
}

    .stocktake_import_btm_div h3 {
        margin: 0px 0px 0px 0px;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
    }

.cust_tbl th, .cust_tbl td {
    border: 0px solid;
}

.btn-default-noaction {
    color: #fff;
    background-color: #999;
    border: 1px solid #999;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    padding: 4px 15px 6px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

​​​​​​​ .btn-default-noaction:hover {
    color: #fff;
    background-color: #999;
    border: 1px solid #999;
}

.nopointer {
    cursor: auto !important;
}

.del_delivery_tbl {
    border-collapse: collapse;
}

    .del_delivery_tbl th, .del_delivery_tbl td {
        border: 0px solid;
    }

.allocate_location_list_container .cate_product_txt_row.costunit_div {
    float: right;
    width: 20%;
}

.allocate_location_list_container .cate_product_txt_row.storestock_left {
    float: left;
    width: 80%;
}

.allocate_location_list_container .cate_product_txt_row.costunit_div .costunit_txt {
    padding-top: 20px;
    text-align: right;
    margin-right: 10px
}

.productlocationallocation .cate_product_txt_row.storestockview {
    height: 95px !important;
}

.productlocationallocation .storelocation_txt_row .cols.storestockviewcol {
    height: 95px !important;
}

.fontweight600 {
    font-weight: 600;
}

.mb5 {
    margin-bottom: 5px;
}

.rollingstock {
    color: #800 !important;
    margin-right: 5px;
    display: inline-block !important
}


.allocate_location_list_container .storestockview_head, .allocate_location_list_container .storestockview_data {
    width: 100%;
}

    .allocate_location_list_container .storestockview_head .storelocation_txt_row .cols_header {
        flex: 0 0 130px;
        max-width: 130px;
        padding: 0 6px;
        border-right: 0px solid #ddd;
    }

    .allocate_location_list_container .storestockview_data .storelocation_txt_row .cols {
        flex: 0 0 130px;
        max-width: 130px;
    }

.stockstore_left_col {
    position: relative;
}


.top_fix.top_fix_sticky {
    position: fixed;
    top: 65px;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.top_fix.hori-scrollbar::-webkit-scrollbar-track, .top_margin.hori-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.top_fix.hori-scrollbar::-webkit-scrollbar, .top_margin.hori-scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.top_fix.hori-scrollbar::-webkit-scrollbar-thumb, .top_margin.hori-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #bfbfbf;
}

.top_fix.hori-scrollbar, .top_margin.hori-scrollbar {
    scrollbar-color: #7f7f7f; /* thumb and track color */
    scrollbar-width: thin;
}


.location_txt_div.removescroll .storestockview_head {
    overflow: hidden
}

.location_txt_div.removescroll .storestockview_data {
    overflow: hidden
}

.location_txt_div.removescroll .storelocation_txt_row .cols_header {
    padding: 10px 5px;
    height: 58px;
}


.colflex_div label {
    margin-left: 0 !important;
}

/* Recipe Template for all location */
.recipetempl_location_blks .currentLocation {
    position: relative;
}

.recipetempl_location_blks th {
    position: relative;
    top: 0;
}

.recipetempl_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    clear: both;
    align-items: center
}

    .recipetempl_top .location_title {
        font-size: 1rem;
        font-weight: 700;
    }

.select_location {
    position: relative
}

    .select_location a {
        font-weight: bold;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        BACKGROUND: #991f1f;
        padding: 5px 10px;
        margin: 5px 0;
        display: inline-block;
        width: 300px;
    }

    .select_location .right-arrow {
        text-align: right;
        display: inline-block;
        float: right;
        padding-top: 5px;
    }


.recipetempl_location_box .recipetempl_location_list {
    transition: opacity linear 0.1s;
}

.recipetempl_location_box .packageloc_recipetempl {
    transition: opacity ease-out 0.2s 0.1s;
}

.packageloc_recipetempl {
    position: relative
}

    .packageloc_recipetempl .packageloc_recipetempl_div {
        position: relative;
        border: 1px solid #ddd;
    }

.packageloc_recipetempl_div .topsection {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: #F9F9F9;
    padding: 10px;
}

.recipetempl_location_box {
    margin-bottom: 10px;
}

.packageloc_recipetempl_div .topsection .lefttitle h3 {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: normal;
}

.packageloc_recipetempl_div .topsection .lefttitle h4 {
    font-size: 0.7rem;
    color: #666;
    line-height: normal;
}

.packageloc_recipetempl_div .btmsection {
    position: relative;
}

    .packageloc_recipetempl_div .btmsection ul {
        position: relative;
        width: 100%;
        vertical-align: top;
    }

        .packageloc_recipetempl_div .btmsection ul li {
            width: 100%;
            display: block;
            padding: 10px;
            border-bottom: 1px solid #ddd;
        }

            .packageloc_recipetempl_div .btmsection ul li:last-child {
                border-bottom: 0;
            }

            .packageloc_recipetempl_div .btmsection ul li span {
                display: inline-block;
                vertical-align: text-top;
                line-height: normal;
                padding-right: 5px;
            }

    .packageloc_recipetempl_div .btmsection .chk {
        margin-top: 5px;
    }

.displaynone {
    display: none;
}

.displayblk {
    display: block;
}
/* Recipe Template for all location end */
.fa-thumbs-o-up {
    color: green;
    font-size: 18px;
}

.fa-thumbs-o-down {
    color: red !important;
    font-size: 18px;
}

.center {
    text-align: center;
}

.footer td {
    font-weight: 700;
}

.popuptext li {
    padding: 0 10px
}

.norecords {
    position: relative;
    text-align: center;
    font-size: 0.85rem;
}

.button_tabs {
    clear: both;
    position: relative;
}

.patch_border {
    clear: both;
    top: -1px !important;
}

.product_tab button {
    height: 45px;
}

.product_tab a {
    height: 50px;
}

.gpt {
    display: inline-block;
    padding: .45em .65em;
    font-size: .72em;
    font-weight: 600;
    line-height: 1;
    color: #666;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50rem;
    background: #fcfcfc !important;
    border: 1px solid #ddd;
}

.fcost {
    display: inline-block;
    padding: .45em .65em;
    font-size: .72em;
    font-weight: 600;
    line-height: 1;
    color: #666;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50rem;
    background: #f6f6f6;
    border: 1px solid #ddd;
}


.allocateallergen_products_blk {
    position: relative;
    width: 100%;
}

    .allocateallergen_products_blk .allocateallergen_products_icon_blk {
        position: relative;
        width: 100%;
    }

        .allocateallergen_products_blk .allocateallergen_products_icon_blk .allocateallergen_col {
            position: relative;
            width: 55px;
            float: left;
            display: inline-block;
            margin: 0 auto;
            text-align: center;
            background: #f9f9f9;
            border-right: 1px solid #ddd;
            border-top: 1px solid #ddd;
            border-bottom: 0px solid #ddd;
            height: 58px;
            padding: 5px 2px 0 2px;
        }
/*
    .allocateallergen_products_blk .allocateallergen_products_icon_blk .allocateallergen_col {
        position: relative;
        width: 55px;
        float: left;
        display: inline-block!important;
        margin: 0 auto;
        text-align: center;
        background: #f9f9f9;
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-bottom: 0px solid #ddd;
        height: 50px; line-height:50px;
        padding: 0px 5px 0 5px;
    }*/
.allergenimg {
    width: 14px;
}

.allocateallergen_products_blk .allocateallergen_products_icon_blk .allocateallergen_col .allocateallergen_col_icon {
    position: relative;
    display: block !important;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .allocateallergen_products_blk .allocateallergen_products_icon_blk .allocateallergen_col .allocateallergen_col_icon .allergen_name {
        font-size: .52rem;
        text-transform: capitalize;
        line-height: normal;
    }

.allocateallergen_products_checkbox_blk {
    position: relative;
    width: 100%;
}

    .allocateallergen_products_checkbox_blk .allocateallergen_btm_col {
        position: relative;
        width: 100%;
    }

        .allocateallergen_products_checkbox_blk .allocateallergen_btm_col .allocateallergen_col_check {
            position: relative;
            width: 55px;
            float: left;
            height: 60px;
            line-height: 60px;
            display: block;
            margin: 0 auto;
            text-align: center;
            border-right: 1px solid #ddd;
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            z-index: 222;
        }

            .allocateallergen_products_checkbox_blk .allocateallergen_btm_col .allocateallergen_col_check .allocateallergen_col_check_blk {
                width: 100%;
                display: block;
            }

.allocateallergen_products_icon_blk.top_fix1 {
    position: relative;
    z-index: 111;
    width: 100%;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /*cursor: pointer; */
}

.allocateallergen_products_checkbox_blk.top_margin1 {
    position: relative;
    z-index: 1;
    width: 900px;
    margin-top: 1px;
    text-align: center;
}

.left_header_blk.top_fix_left.stick-left .allocateallergen_products_leftheader {
    height: 55px !important;
}

.allocateallergen_products_left_row {
    height: 60px !important;
}

.tooltip-pure-css {
    position: relative;
    color: #555;
    cursor: pointer;
}
    /*
    .tooltip-pure-css:hover::before {
        content: "";
        border: solid transparent;
        border-bottom-color: #800;
        border-width: 5px;
        position: absolute;
        top: 20px;
    }

    .tooltip-pure-css:hover::after {
        content: attr(data-tooltip-pure-css);
        position: absolute;
        min-width: 50px;
        font-weight: 100;
        line-height: 1.3em;
        margin: 0;
        background: #fff;
        color: #555;
        padding: 5px;
        border-radius: 2px;
        right:-5px;
        top: 30px;
        z-index: 1;
        font-size: 0.7em; border:1px solid #800;
    }
    */

    .tooltip-pure-css:hover::before {
        content: attr(data-tooltip-pure-css);
        position: absolute;
        top: 26px;
        display: inline-block;
        padding: 5px 6px;
        border-radius: 2px;
        background: #fff;
        color: #800;
        font-size: 0.72rem;
        white-space: nowrap;
        z-index: 99999;
        line-height: normal;
        border: 1px solid #800;
        left: -13px;
        right: auto;
        box-shadow: 0 5px 5px #ddd;
        min-width: 60px;
        word-break: break-all;
        white-space: normal;
        font-size: .62rem;
        text-transform: capitalize;
    }

    .tooltip-pure-css:hover::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        background: #fff;
        top: 22px;
        transition: none;
        z-index: 99999;
        border-top: 1px solid #800;
        border-left: 1px solid #800;
        transform: rotate(45deg) skew(0deg);
        right: 5px;
    }
/*/
@media screen and (min-width: 600px) {
    .allocateallergen_products_blk .allocateallergen_products_icon_blk .allocateallergen_col { width:50px!important; border:1px solid;}
}*/

.failedmailnotification {
    color: red;
    font-size: 1rem;
    font-weight: bold;
}
/*
.failedmailnotification { color:#fff; font-size:0.6rem; font-weight:bold; background:#800000; display:inline-block; border-radius:12px; padding:3px 10px; margin:5px 0; } */

.accountintegration_div {
    position: relative;
    border: 1px solid #ddd;
    padding: 0 0px 10px 0px;
}

    .accountintegration_div h2 {
        font-size: 1rem;
        font-weight: 600;
        background-color: #efefef;
        padding: 10px;
        margin-bottom: 10px;
    }

.accountintegration_txt_div {
    padding: 10px;
}

    .accountintegration_txt_div p {
        font-size: .8rem;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 5px;
    }

.accountintegration_data_div {
    position: relative;
    clear: both;
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px;
    background: #f9f9f9;
}

    .accountintegration_data_div h3 {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
    }

        .accountintegration_data_div h3 span {
            color: #991f1f;
        }

    .accountintegration_data_div ul {
        margin-left: 10px;
        margin-bottom: 0;
    }

    .accountintegration_data_div li {
        border-bottom: 0px solid #ddd;
        padding: 3px 0 !important;
        vertical-align: middle
    }

        .accountintegration_data_div li:last-child {
            padding-bottom: 0 !important;
        }

    .accountintegration_data_div input[type="radio"] {
        vertical-align: middle
    }

.accountintegration_datalist_div {
    position: relative
}

.red_btn_link {
    background-color: #991f1f;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    display: inline-block;
    padding: 10px 30px;
}

    .red_btn_link:hover {
        background-color: #c81818;
        color: #fff;
    }

    .red_btn_link.large {
        padding: 15px 50px;
    }
/*
.or_flex { display:flex; justify-content:flex-start}
.or_div_2 { border:1px dashed #707070; margin:10px; padding:10px; }
    .or_div_2 .or {
        color: #222;
        font-size: 1rem;
        font-weight: 600;
        margin: 10px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #222;
        font-size: 1rem;
        width:200px;
    }
.or_div_2 .or:after,.or_div_2 .or:before {
        content: "";
        display: block;
        background: grey;
        width: 30%;
        height: 1px;
        margin: 0 10px;
    }
    */
.or_width {
    position: relative;
    width: 50%;
    margin: 0
}

.width100per {
    width: 100%;
    display: block
}

.or_div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #222;
    font-size: 1rem;
    padding: 5px 0 10px 0;
}

    .or_div:after,
    .or_div:before {
        content: "";
        display: block;
        background: #666;
        width: 100%;
        height: 1px;
        margin: 0 5px;
    }

.caloriescount_div {
    position: relative;
    clear: both;
}

    .caloriescount_div .caloriescount_col_1 {
        display: inline-block;
        width: 35%;
    }

    .caloriescount_div .custom-switch {
        display: inline-block;
        width: 60%;
        float: right;
    }

        .caloriescount_div .custom-switch span {
            color: #555;
            font-size: 12px;
            font-weight: 600;
        }

            .caloriescount_div .custom-switch span:first-child {
                display: inline-block
            }

            .caloriescount_div .custom-switch span:last-child {
                display: inline-block;
            }

        .caloriescount_div .custom-switch .custom-switch-inline {
            display: inline-block;
            position: relative
        }


.custom-switch {
    position: relative;
    box-sizing: border-box;
}

    .custom-switch .button-cover {
        position: relative;
        top: 5px;
    }

        .custom-switch .button-cover:before {
            /*counter-increment: button-counter;
        content: counter(button-counter);*/
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            color: #555;
            line-height: 1;
        }

    .custom-switch .knobs, .custom-switch .layer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
    }

    .custom-switch .button {
        position: relative;
        width: 40px;
        height: 20px;
        margin: 0px 5px 0 5px;
        display: inline-block;
        overflow: hidden;
    }

        .custom-switch .button.r, .custom-switch .button.r .layer {
            border-radius: 100px;
        }

    .custom-switch .checkbox {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 3;
    }

    .custom-switch .knobs {
        z-index: 2;
    }

    .custom-switch .layer {
        width: 100%;
        background-color: #fff;
        border: 1px solid #999999;
        transition: 0.3s ease all;
        z-index: 1;
    }

    .custom-switch #button-1 .knobs:before {
        content: '';
        position: absolute;
        top: 3px;
        left: 4px;
        width: 14px;
        height: 14px;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        background-color: #808080;
        border-radius: 50%;
        transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    }

    .custom-switch #button-1 .checkbox:checked ~ .knobs:before {
        content: '';
        left: 22px;
        background-color: #808080;
    }

    .custom-switch #button-1 .checkbox:checked ~ .layer {
        background-color: #fff;
    }

    .custom-switch #button-1 .knobs, #button-1 .knobs:before, .custom-switch #button-1 .layer {
        transition: 0.3s ease all;
    }




.switch_checkbox {
    position: relative;
}

    .switch_checkbox input[type=checkbox] {
        height: 0;
        width: 0;
        visibility: hidden;
    }

    .switch_checkbox label {
        cursor: pointer;
        text-indent: -9999px;
        width: 35px;
        height: 18px;
        background: #fff;
        border: 1px solid #666;
        display: block;
        border-radius: 100px;
        position: relative;
    }

        .switch_checkbox label:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 5px;
            width: 12px;
            height: 12px;
            background: #555;
            border-radius: 90px;
            transition: 0.3s;
        }

    .switch_checkbox input:checked + label {
    }

        .switch_checkbox input:checked + label:after {
            left: calc(100% - 15px);
        }

.reconnectbtn {
    display: inline-block;
    background: #800;
    color: #fff;
    font-size: 13px;
    padding: 3px 15px 3px 15px;
    margin: 0 0 0 20px;
    border-radius: 100px
}

    .reconnectbtn:hover {
        background: #c81818;
        color: #fff !important
    }

.invoice_attachment {
    display: inline-block;
    margin-right: 20px;
    float: left;
    margin-top: 10px;
}

.right_search {
    display: inline-block;
    width: 55%;
    float: right;
}

.invoice_attachment label {
    font-weight: normal !important;
}

.invoice_attachment input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.invoice_dropdown {
    display: inline-block;
    margin-right: 20px;
    float: left;
    position: relative;
}

.pdfuploader_div .img-upload-2, .pdfuploader_div .img-upload-1 {
    max-width: 100%;
    width: 100%;
}

.pdfuploader_div #icon1, .pdfuploader_div #icon2 {
    display: block;
    margin-bottom: 10px;
}

    .pdfuploader_div #icon1 img, .pdfuploader_div #icon2 img {
        height: 16px
    }

.pdfuploader_div .img-upload-1 .upload-txt, .pdfuploader_div .img-upload-2 .upload-txt {
    height: auto;
}

.pdfuploader_div #preview {
    height: auto
}

.pdfuploader_div .img-upload-1 .upload-box, .pdfuploader_div .img-upload-2 .upload-box {
    padding: 10px;
}

.pdfuploader_div .file_txt_span {
    display: block;
    font-size: 10px;
    line-height: normal;
}

.pdfuploader_div .upload-txt {
    margin-bottom: 5px;
    background-color: #f1f1f1;
}

.pdf_uploaded_txt_div {
    position: relative;
    display: block
}

.txtdeliverycharge {
    width: auto;
    position: relative;
    height: 32px;
    padding: 0px 5px;
    border: solid 1px #ddd;
    font-size: 12px;
    color: #555;
    float: left;
}

    .txtdeliverycharge:focus {
        border: solid 1px #666;
    }


.deliverycharge_box_div {
    background-color: #F9F9F9;
    position: relative;
    vertical-align: middle;
    padding: 10px 0;
    width: 100%;
}

    .deliverycharge_box_div .col1 {
        float: left;
        text-align: right;
        background-color: #F9F9F9;
        font-weight: bold;
        width: 74%;
        margin-top: 3px;
    }

    .deliverycharge_box_div .col2 {
        float: left;
        width: 4%;
        background-color: #F9F9F9;
    }

    .deliverycharge_box_div .col3 {
        float: left;
        width: 10%;
        padding: 0 10px;
        background-color: #F9F9F9;
    }

    .deliverycharge_box_div .col4 {
        float: left;
        width: 25%;
        background-color: #F9F9F9;
    }

.normaltextbox {
    height: 28px;
    padding: 0px 5px;
    border: solid 1px #ddd;
    font-size: 12px;
    color: #555;
}

.edit_deliverycharge_box_div {
    background-color: #F9F9F9;
    position: relative;
    vertical-align: middle;
    width: 100%;
    padding: 10px 0;
}

    .edit_deliverycharge_box_div .col1 {
        float: left;
        text-align: right;
        background-color: #F9F9F9;
        font-weight: bold;
        width: 81%;
        margin-top: 3px;
    }

    .edit_deliverycharge_box_div .col2 {
        float: left;
        width: 4%;
        background-color: #F9F9F9;
    }

    .edit_deliverycharge_box_div .col3 {
        float: left;
        width: 10%;
        padding: 0 10px;
        background-color: #F9F9F9;
    }

    .edit_deliverycharge_box_div .col4 {
        float: left;
        width: 25%;
        background-color: #F9F9F9;
    }

    .deliverycharge_box_div input[type="text"]:focus, .edit_deliverycharge_box_div input[type="text"]:focus {
        border: solid 1px #666;
    }

.tblstockduplicatescroll {
    max-height: 400px;
    position: relative;
    border: 1px solid #ddd;
}

    .tblstockduplicatescroll td {
        padding-right: 10px !important;
    }

.sto_login_body {
    position: relative;
    margin: 0;
    padding: 0;
    background: #F0F0F0;
    background-image: url('../Images/login_line.svg');
    background-repeat: repeat;
    height: 100%;
    background-size: contain;
}

.sto_login_container {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    margin: 0 auto;
    height: 100vh;
}

.sto_login_left {
    width: 48%;
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
    align-content: center;
}

.sto_login_container h1 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.sto_login_container .stonewlogo {
    height: 30px;
}

.sto_login_container h3 {
    color: #222;
    font-size: 13px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 10px;
    font-weight: 600;
}

.sto_login_container .stocentrallolgin_hero {
    text-align: center;
    margin: 0 auto;
}

    .sto_login_container .stocentrallolgin_hero .loginhero {
        height: 240px;
        text-align: center;
        margin: 0 auto;
    }

.sto_login_container .sto_login_btm_div {
    margin-bottom: 0;
    margin-top: 20px;
}

    .sto_login_container .sto_login_btm_div .support-txt {
        font-size: 11px;
        color: #222;
        font-weight: 600;
        margin-top: 0px;
        line-height: 14px;
    }

    .sto_login_container .sto_login_btm_div a {
        color: #800;
    }

    .sto_login_container .sto_login_btm_div img {
        height: 25px;
        margin: 0 10px;
    }

.sto_login_right {
    width: 45%;
    margin: 5%;
    align-content: center;
}

.stologin_form_div {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(00,00,00,0.3);
    text-align: left;
    padding: 30px 30px 10px 30px;
}

    .stologin_form_div h4 {
        margin: 0;
        color: #222;
        font-size: 24px;
        font-weight: 700;
        line-height: normal
    }

    .stologin_form_div p {
        margin: 0;
        color: #222;
        font-size: .85rem;
    }

    .stologin_form_div .login-div {
        padding: 20px 0 0 0;
    }

        .stologin_form_div .login-div .form-group {
            margin-bottom: 15px;
        }

        .stologin_form_div .login-div .inputbox {
            border-bottom: 1px solid #707070;
            color: #000;
            font-size: 0.875rem;
            width: 100%;
        }

            .stologin_form_div .login-div .inputbox i {
                color: #666;
                font-size: 1rem;
            }

            .stologin_form_div .login-div .inputbox .usertxtbox {
                margin: 0;
                padding: 8px 10px;
                background: transparent !important;
                border: 0;
                color: #000;
                font-size: 1vw;
                display: inline-block;
                width: 95%;
            }

        .stologin_form_div .login-div .redlink {
            font-size: .85rem;
        }

.sto_login_right .sto_powered_by {
    position: relative;
    margin-top: 10px;
    font-size: 11px;
    color: #000;
    line-height: normal;
    border-top: 1px solid #ddd;
}

    .sto_login_right .sto_powered_by span {
        position: relative;
        margin-top: 10px;
        padding-left: 5px;
    }

    .sto_login_right .sto_powered_by img {
        position: relative;
        line-height: normal;
        vertical-align: middle;
        padding-right: 5px;
    }

    .sto_login_right .sto_powered_by .sto_login_tagline {
        font-weight: 600;
    }

        .sto_login_right .sto_powered_by .sto_login_tagline .sto_tagline_1 {
            color: #F27F21;
            padding: 0;
        }

        .sto_login_right .sto_powered_by .sto_login_tagline .sto_tagline_2 {
            color: #992221;
            padding: 0;
        }


.sto_login_left .cust-logo img {
    height: 120px;
}

.sto_login_left .cust-txt {
    margin: 10px 0;
}

    .sto_login_left .cust-txt h5 {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        line-height: normal;
    }

.sto_login_left .cust-photo {
    margin: 30px 0 0 0;
    position: relative;
    width: 100%;
    height: 50vh;
}

    .sto_login_left .cust-photo .custmainimg {
        border-radius: 24px;
        box-shadow: 10px 10px 0 rgba(00,00,00,0.2);
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100%;
    }

.newsso_client_list_container {
    position: relative;
    margin: 50px auto;
    width: 60%;
}

    .newsso_client_list_container h4 {
        margin: 0 0 20px 0;
        padding: 0;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .newsso_client_list_container .newsso_client_list_div {
        position: relative;
        width: 100%;
        clear: both;
    }

        .newsso_client_list_container .newsso_client_list_div .newsso_client_card {
            border: 1px solid #ddd;
            border-radius: 4px;
            box-shadow: 0 5px 5px rgba(00,00,00,0.1);
            padding: 20px;
            margin: 0 auto;
            text-align: center;
            margin: 10px;
            width: 45%;
            float: left;
        }

            .newsso_client_list_container .newsso_client_list_div .newsso_client_card a {
                display: block;
            }

            .newsso_client_list_container .newsso_client_list_div .newsso_client_card:hover {
                border: 1px solid #981F1F
            }

            .newsso_client_list_container .newsso_client_list_div .newsso_client_card img {
                height: 64px;
            }

            .newsso_client_list_container .newsso_client_list_div .newsso_client_card h5 {
                font-size: 20px;
                font-weight: 700;
                margin: 20px 0 10px 0;
            }

@media (max-width: 767px) {
    .newsso_client_list_container {
        width: 90%;
    }

        .newsso_client_list_container .newsso_client_list_div .newsso_client_card {
            width: 100%;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .newsso_client_list_container {
        width: 80%;
    }
}

.selectsiteclient-head-div {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

    .selectsiteclient-head-div .selectsiteclient-fp-link {
        position: relative
    }

        .selectsiteclient-head-div .selectsiteclient-fp-link a {
            color: #800
        }

            .selectsiteclient-head-div .selectsiteclient-fp-link a:hover {
                text-decoration: underline
            }

.saveback_div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center
}
/*
.saveback_div .backlink {
    color: #800; 
}
.saveback_div .backlink:hover {
    text-decoration: underline
}*/
.com_name_link .comp_name:hover {
    text-decoration: underline;
}

.customsearchbox {
    border: 1px solid #ddd !important;
    float: left !important;
    width: 120px !important;
    position: relative;
}

    .customsearchbox .form-control {
        border: 0px solid #ddd !important;
    }

    .customsearchbox .searchicon {
        padding: 5px 12px !important;
        height: 28px !important;
        border-right: 0 !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
    }

.cust_search_del {
    position: relative;
    clear: both;
    display: flex;
    align-content: center;
    align-items: center
}

.cust_search_del_icon {
    position: relative;
    float: right;
    padding-left: 5px;
    display: inline-block;
}

    .cust_search_del_icon a {
        border-bottom: 0 !important
    }

.cust_search_del_tbl tr {
    background: none !important;
}

.cust_search_del_tbl td {
    border-bottom: 0 !important;
}


/* NOtification css */
.red_bg {
    background-color: #800000;
}

.sto_notitication_div img {
    border-radius: 8px;
}

.sto_notitication_div {
    position: relative;
    background-color: #800000;
    color: #fff;
    font-size: 1rem;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(00,00,00,0.3);
    transition: all 0.5s ease-in;
    --border-angle: 0turn;
    --main-bg: conic-gradient( from var(--border-angle), #213, #112 5%, #112 60%, #213 95% );
    border: solid 5px transparent;
    --gradient-border: conic-gradient( from var(--border-angle), transparent 25%, #08f, #f03 99%, transparent );
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

.sto_notitication_div:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

.sto_notitication_div h3 {
    color: #fff;
    font-size: 1.2rem;
    line-height: normal;
    margin-bottom: 10px;
}

    .sto_notitication_div h3 span {
        color: yellow
    }

.sto_notitication_div p {
    color: #fff;
    font-size: 0.8rem;
    line-height: normal;
    margin-bottom: 10px;
}

@keyframes blinking {
    50% {
        border-color: #fff;
    }
}

.sto_notitication_div a {
    color: #fff;
    text-decoration: underline;
}

    .sto_notitication_div a:hover {
        text-decoration: none;
    }

.sto_notitication_div:hover {
    transform: translateY(0) scale(1.1);
}
/* NOtification css end */

