

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
    background: #e9e9e9;
}

.error {
    color: red !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.theme_plain_bg {
    background: #32545c !important;
}

.HeaderHeading {
    font-size: 48px;
    color: #E8E8E8 !important;
    font-weight: 200;
    letter-spacing: -2.4px;
}

.header_profile img {
    width: 121px;
    height: 121px;
    border: 7px solid #32545c;
    border-radius: 100px;
    margin: 0 0 -30px 0;
    position: relative;
    z-index: 1000;
    background-color: #32545c;
}

.menuIcon {
    padding: 4px 35px 4px 10px;
    position: relative;
    z-index: 999;
    top: 10px;
}

    .menuIcon i img {
        width: auto;
        height: auto;
        vertical-align: middle;
    }

.main_tab_outer a.nav-link {
    background: #e9e9e9 !important;
    border-radius: 0px !important;
    border: 2px solid #fff !important;
    font-weight: 600;
    position: relative;
    border-bottom: none !important;
    border-top: none !important;
    font-size: 14px;
    letter-spacing: -0.14px;
    color: #657E84;
}

.main_tab_outer li.nav-item {
    margin-bottom: 0px !important;
}

.main_tab_outer a.nav-link::before {
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
}

.main_tab_outer .slick-active.slick-current a.nav-link {
    background: #2f5860 !important;
    background: -moz-linear-gradient(top, #2f5860 0%, #0c94b0 100%) !important;
    background: -webkit-linear-gradient(top, #2f5860 0%, #0c94b0 100%) !important;
    background: linear-gradient(to bottom, #2f5860 0%, #0c94b0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5860', endColorstr='#0c94b0', GradientType=0) !important;
    border-radius: 0px !important;
    border: 2px solid #fff !important;
    color: #E8E8E8;
    border-bottom: none !important;
    border-top: none !important;
}

.tabSubHeadingOuter {
    background: #0c94b0;
    padding: 10px;
    min-height: 44px;
}

.main_tab_outer ul.nav {
    border-bottom: none !important;
}

.tabSubHeadingOuter span {
    color: #fff;
    font-size: 12px;
    margin: 0px;
    font-weight: 400;
}

.posRel {
    position: relative;
}

    .posRel span {
        position: relative;
        display: inline-block;
    }

    .posRel.left1 span {
        left: 0%;
    }

    .posRel.left2 span {
        left: 8%;
    }

    .posRel.left3 span {
        left: 20%;
    }

    .posRel.left4 span {
        left: 32%;
    }

    .posRel.left5 span {
        left: 43%;
    }

    .posRel.left6 span {
        left: 57%;
    }

    .posRel.left7 span {
        left: 69%;
    }

.tabInnerContainer {
    padding: 30px 0;
    position: relative;
}

.themeBtn {
    background: #0c94b0;
    font-size: 10px;
    color: #fff;
    border: 1px solid #0c94b0;
    padding: 5px 30px;
    text-transform: uppercase;
    min-width: 194px;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
}

    .themeBtn:hover,
    .themeBtn:focus {
        background: #057b92;
        color: #fff;
    }

.themeBorderBtn {
    background: transparent;
    border: 1px solid #1B9AB4;
    font-weight: 600;
    font-size: 10px;
    color: #0c94b0;
    padding: 5px 30px;
    max-width: 194px;
    text-align: center;
    border-radius: 20px;
    width: 100%;
}

    .themeBorderBtn:hover,
    .themeBtn:focus {
        background: #0c94b0 !important;
        color: #fff !important;
    }

.inner_body h2 {
    letter-spacing: -0.24px;
    color: #1B9AB4;
    font-size: 24px;
    margin: 0 0 40px 0;
    font-weight: 300;
}

.inner_body .form-control {
    border-radius: 0px;
}

.topTabOuter {
    background: #fff;
}

.inner_body label {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #1B9AB4;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.inner_body input.form-control {
    height: 48px;
    border: none;
    text-align: center;
}

.pageOuter {
    position: relative;
    min-height: 100vh;
    background-color: #fff;
}

footer {
    /*background: #32545c;
    padding: 6px 0;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;*/
    background: #32545c;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px /*margin-top: 25px;*/;
}

    footer p {
        margin: 0px;
        font-size: 10px;
        letter-spacing: 0px;
        font-weight: 400;
        color: #E8E8E8;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 42px !important;
    height: 22px;
}



    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggleSlid {
    position: absolute;
    cursor: pointer;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggleSlid:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .toggleSlid {
    background-color: #1B9AB4;
}

input:focus + .toggleSlid {
    box-shadow: 0 0 1px #1B9AB4;
}

input:checked + .toggleSlid:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.toggleSlid.round {
    border-radius: 34px;
}

    .toggleSlid.round:before {
        border-radius: 50%;
    }

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.shape01-img {
    width: 100%;
    text-align: center;
    float: left;
}

.switchBtn {
    text-align: center;
    margin-bottom: 10px;
}

.shape01-img {
    width: 100%;
    text-align: center;
    float: left;
}

    .shape01-img img {
        width: 100%;
    }

.shape-img {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
}

    .shape-img img {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }

.shape-btm-cont {
    text-align: center;
    margin: 62px 0 30px 0;
    display: inline-block;
    width: 100%
}

    .shape-btm-cont .shape-mm {
        text-align: center;
        letter-spacing: -0.11px;
        margin-bottom: 10px;
        color: #1B9AB4;
        font-size: 11px;
        font-weight: 600;
    }

    .shape-btm-cont .shape-mm-current {
        text-align: center;
        letter-spacing: -0.09px;
        color: #9BA3A8;
        font-size: 9px;
        font-weight: 500;
    }

.surfaceViewBox {
    position: absolute;
    bottom: -10px;
    right: -7px;
}

    .surfaceViewBox span {
        font-size: 10px;
        font-weight: 300;
        color: #fff;
        background: #0c94b0;
        padding: 12px 7px;
        border-radius: 50%;
        width: 52px;
        float: right;
        height: 52px;
        line-height: 12px;
    }

        .surfaceViewBox span b {
            font-size: 12px;
        }

.shpImgHover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
}

.shape-img:hover img {
    opacity: 0.3;
}

.shape-img:hover .shpImgHover {
    opacity: 1;
}

.close {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    color: #999;
    text-shadow: 0 1px 0 #fff;
}

.imgViewDBtn {
    background: #0C94AE;
    font-weight: 500;
    color: #fff;
    width: 80%;
    display: inline-block;
    padding: 7px 12px;
    text-align: center;
    border-radius: 20px;
    font-size: 9px;
    text-transform: uppercase;
}

    .imgViewDBtn:hover,
    .imgViewDBtn:focus {
        background: #057b92;
        color: #fff;
        text-decoration: none;
        border: none;
        box-shadow: none;
    }

.surface-img-box {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .surface-img-box h5 {
        text-align: center;
        letter-spacing: -0.11px;
        color: #9BA3A8;
        font-size: 11px;
        font-weight: 600;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.display-togBtn {
    margin: 1px 8px;
    display: inline-block;
}

    .display-togBtn span {
        color: #1B9AB4;
        font-weight: 600;
        font-size: 10px;
    }

.canvas-main {
    width: 100%;
    float: left;
}

    .canvas-main h4 {
        font-size: 28px;
        color: #000;
    }

.view-quote-box {
    background: #fff;
    box-shadow: 0 3px 0 #ccc;
    border-radius: 20px;
    padding: 0;
    width: 242px;
    float: right;
    position: absolute;
    right: 0;
    z-index: 999;
}

.quotr-details {
    width: 100%;
    float: left;
    padding: 5px;
}

.prizeText {
    width: 100%;
    float: left;
    text-align: center;
}

    .prizeText span {
        text-align: center;
        font-size: 26px;
        font-weight: 500;
        color: #1B9AB4;
    }

    .prizeText p {
        text-align: center;
        font-size: 10px;
        font-weight: 300;
        color: #1B9AB4;
    }

.viewQuoteBtn {
    background: #1B9AB4;
    border: 1px solid #1B9AB4;
    font-weight: 600;
    color: #fff;
    padding: 5px 30px;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    font-size: 10px;
    position: relative;
    top: -1px;
}

    .viewQuoteBtn:hover,
    .themeBtn:focus {
        background: #1B9AB4;
        color: #fff;
    }


/*login*/

.login-container label {
    color: #fff;
}

.login-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    min-height: 100vh;
    background: url(../images/background.jpg) no-repeat center;
    /*background: url(../images/background-img.png) no-repeat center;*/
    background-size: inherit;
}

    .login-container form {
        padding-top: 10px;
        font-size: 14px;
        margin-top: 0px;
    }

.inner_body .login-form label {
    margin-top: 0px;
}

.login-form .card-body {
    padding: 58px 116px;
}

.login-container .card-title {
    font-weight: 300;
}

.loginlogo {
    /* height: 146px; */
    margin: 0;
    max-width: 100%;
}

.login-form p,
.login-form p a {
    letter-spacing: -0.1px;
    color: #E8E8E8;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 33px 0;
}

.loginBtn {
    letter-spacing: -0.4px;
    color: #0C94AE !important;
    font-size: 10px !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 6px 30px;
    min-width: 194px;
    text-align: center;
}

    .loginBtn:hover, .loginBtn:focus {
        background: #1d393d;
        color: #fff !important;
        text-decoration: none;
        border-color: #1d393d;
    }

.login-form p a:hover {
    color: #1d393d !important;
    text-decoration: none;
}

.login-container .btn {
    font-size: 14px;
    margin-top: 0;
}

.login-form .form-group label {
    color: #E8E8E8;
}

.login-container .login-form {
    width: 600px;
    margin: auto;
    background: rgba(12, 148, 174, 0.8);
    max-width: 100%;
    background: rgba(12, 148, 174, 0.7);
    border-radius: 0px;
    border: none;
}

.login-container .sign-up {
    text-align: center;
    padding: 0;
}

.login-container .alert {
    margin-bottom: -30px;
    font-size: 13px;
    margin-top: 20px;
}

.validation-summary-errors, .field-validation-error {
    color: #fff !important;
    text-align: center;
    display: block;
    font-size: 11px;
}

.topTabOuter.pt-4 {
    padding-top: 2.5rem !important;
}

.quoteDetailOuter {
    padding: 20px 0;
}

.contentColOuter {
    padding: 0 30px;
}

    .contentColOuter p {
        color: #9BA3A8;
        font-weight: 400;
        font-size: 9px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .contentColOuter label {
        color: #1B9AB4;
        font-size: 10px;
        font-weight: 600;
    }


/*contentMainOuter*/

.contentMainOuter {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    min-height: calc(100vh - 146px);
    /* background: url("../images/welcome-bg.png") no-repeat center;
    background-size: 100% 100%;*/
    background: url(../images/background-img.png) no-repeat center;
    background-size: inherit;
    /*padding-top: 100px;*/
}

.contentMainInner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 104px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E8E8E8 100%) 0% 0% no-repeat padding-box;
}

.welcomePageList.settingbtnlink {
    max-width: 409px;
    margin: 5px auto 0;
    float: inherit;
}

.welcomePageList {
    width: 100%;
    float: left;
    text-align: center;
}

    .welcomePageList ul {
        margin: 0px;
        padding: 0px;
    }

        .welcomePageList ul li {
            list-style: none;
            width: 100%;
            float: left;
        }

            .welcomePageList ul li a {
                font-size: 14px;
                width: 100%;
                display: inline-block;
                list-style: none;
                padding: 3rem;
                background: #e9e9e9;
                letter-spacing: -0.14px;
                color: #657E84;
                font-weight: bold;
                position: relative;
                --notchSize: 20px;
                clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(40% - var(--notchSize)), calc(150% - var(--notchSize)) 40%, var(--notchSize) 40%, 0% calc(57% - var(--notchSize)));
            }

                .welcomePageList ul li a:hover {
                    background: #2f5860;
                    background: -moz-linear-gradient(top, #2f5860 0%, #0c94b0 100%);
                    background: -webkit-linear-gradient(top, #2f5860 0%, #0c94b0 100%);
                    background: linear-gradient(to bottom, #2f5860 0%, #0c94b0 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5860', endColorstr='#0c94b0', GradientType=0);
                    color: #fff;
                    text-decoration: none;
                }

                .welcomePageList ul li a.active,
                .welcomePageList ul li a:hover {
                    /*background: #2f5860;
                    background: -moz-linear-gradient(top, #2f5860 0%, #0c94b0 100%);
                    background: -webkit-linear-gradient(top, #2f5860 0%, #0c94b0 100%);
                    background: linear-gradient(to bottom, #2f5860 0%, #0c94b0 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5860', endColorstr='#0c94b0', GradientType=0);
                    color: #fff;
                    text-decoration: none;*/
                    background: #1b9ab4;
                    background: -moz-linear-gradient(top, #1b9ab4 0%, #151f25 49%, #28464b 100%);
                    background: -webkit-linear-gradient(top, #1b9ab4 0%, #151f25 49%, #28464b 100%);
                    background: linear-gradient(to bottom, #1b9ab4 0%, #151f25 49%, #28464b 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9ab4', endColorstr='#28464b', GradientType=0);
                    color: #E8E8E8 !important;
                    text-decoration: none;
                }

                .welcomePageList ul li a span {
                    position: relative;
                    top: -35px;
                }

            .welcomePageList ul li + li {
                position: relative;
                margin-top: -65px;
                line-height: 22px;
            }

                .welcomePageList ul li + li + li {
                    position: relative;
                    margin-top: -65px;
                    line-height: 22px;
                }

                    .welcomePageList ul li + li + li + li {
                        position: relative;
                        margin-top: -65px;
                        line-height: 22px;
                    }

                        .welcomePageList ul li + li + li + li + li {
                            position: relative;
                            margin-top: -65px;
                            line-height: 22px;
                        }

                            .welcomePageList ul li + li + li + li + li + li {
                                position: relative;
                                margin-top: -65px;
                                line-height: 22px;
                            }

.profileImgView {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
}

.profileImg {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    margin: 0 0 30px 0;
}

.editcon {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #FFFFFF;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    position: absolute;
    bottom: 18%;
    right: 32%;
}

    .editcon img {
        height: 25px;
        width: 25px;
        border-radius: 50%;
    }

.pb0 {
    padding-bottom: 0px !important;
}

.detailWhiteBox {
    background: #FFFFFF;
    width: 100%;
    float: left;
    margin-bottom: 99px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px;
}

.profile-edit-icon {
    float: right;
    width: 100%;
    text-align: right;
}

    .profile-edit-icon a {
        color: #B9BFC3;
        font-size: 11px;
        font-weight: 500;
        text-decoration: none;
        letter-spacing: -0.11px;
    }

        .profile-edit-icon a:hover {
            text-decoration: none;
        }

        .profile-edit-icon a i img {
            width: 16px;
            height: 16px;
        }

.detailProfilebox {
    padding: 0 99px 0 99px;
}

.profileDetailsView {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

    .profileDetailsView .ex-title {
        color: #0C94AE;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 20px;
        font-weight: 600;
        float: left;
        max-width: 160px;
        width: 100%;
        letter-spacing: -0.11px;
    }

    .profileDetailsView .ex-subtext {
        width: 60%;
        letter-spacing: -0.16px;
        color: #657E84;
        font-size: 16px;
        font-weight: 300;
        float: left;
        line-height: 20px;
    }

.grayBtn {
    background: #E8E8E8;
    text-transform: uppercase;
    opacity: 1;
    border: 1px solid #E8E8E8;
    font-weight: 600;
    color: #fff;
    padding: 5px 30px;
    min-width: 194px;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    font-size: 10px;
}

    .grayBtn:hover,
    .grayBtn:focus {
        background: #0C94AE;
        color: #fff;
        text-decoration: none;
    }

.blueBtn {
    background: #0C94AE;
    text-transform: uppercase;
    border: 1px solid #E8E8E8;
    font-weight: 600;
    color: #fff;
    padding: 5px 30px;
    min-width: 194px;
    display: inline-block;
    letter-spacing: -0.4px;
    text-align: center;
    border-radius: 15px;
    font-size: 10px;
}

    .blueBtn:hover,
    .blueBtn:focus {
        background: #E8E8E8;
        color: #fff;
        text-decoration: none;
    }

.proNewPaddword {
    background: #E8E8E8;
    letter-spacing: -0.16px;
    display: inline-block;
    padding: 5px;
    width: 100%;
    color: #657E84;
    font-size: 16px;
    font-weight: 300;
}

    .proNewPaddword b {
        font-size: 9px;
        font-weight: 600;
        color: #B9BFC3;
        text-transform: uppercase;
        letter-spacing: -0.09px;
        text-align: right;
        float: right;
    }

.exPasswordSm {
    margin-bottom: 17px !important;
}

    .exPasswordSm .ex-title {
        padding-top: 5px;
    }

.mt24 {
    margin-top: 24px;
}

.mb57 {
    margin-bottom: 57px;
}

.mb15 {
    margin-bottom: 15px;
}


/*OrderTab*/

.orderTab li {
    list-style: none;
    flex: 1 auto;
}

    .orderTab li a {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e8e8+0,e7e7e7+34,e2e2e2+66,cccccc+100 */
        background: #e8e8e8;
        /* Old browsers */
        background: -moz-linear-gradient(top, #e8e8e8 0%, #e7e7e7 34%, #e2e2e2 66%, #cccccc 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #e8e8e8 0%, #e7e7e7 34%, #e2e2e2 66%, #cccccc 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #e8e8e8 0%, #e7e7e7 34%, #e2e2e2 66%, #cccccc 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#cccccc', GradientType=0);
        /* IE6-9 */
        border-radius: 0px !important;
        border: 2px solid #fff !important;
        color: #657E84;
        font-weight: 700;
        position: relative;
        border-bottom: none !important;
        border-top: none !important;
        font-size: 14px;
        padding: .5rem 3.6rem;
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .orderTab li a::before {
            width: 0;
            height: 0;
            border-top: 15px solid #fff;
            border-right: 15px solid transparent;
            position: absolute;
            top: 0px;
            left: 0px;
            content: "";
        }

        .orderTab li a::after {
            width: 0;
            height: 0;
            border-top: 15px solid #fff;
            border-left: 15px solid transparent;
            position: absolute;
            top: 0px;
            right: 0px;
            content: "";
        }


        .orderTab li a:hover {
            background: #E8E8E8;
            border-radius: 0px !important;
            border: 2px solid #fff !important;
            color: #fff;
            border-bottom: none !important;
            border-top: none !important;
            text-decoration: none;
            text-decoration: none;
            background: -moz-linear-gradient(top, #1B9AB4 0%, #1D8BA1 34%, #28464B 100%);
            background: -webkit-linear-gradient(top, #1B9AB4 0%, #1D8BA1 34%, #28464B 100%);
            background: linear-gradient(to bottom, #1B9AB4 0%, #1D8BA1 34%, #28464B 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B9AB4', endColorstr='#28464B', GradientType=0);
        }

        .orderTab li a.active {
            background: #E8E8E8;
            border-radius: 0px !important;
            border: 2px solid #fff !important;
            color: #657E84;
            border-bottom: none !important;
            border-top: none !important;
            text-decoration: none;
        }


.orderTabView h3 {
    font-size: 24px;
    color: #1B9AB4;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.orderWhiteBox {
    background: #FFFFFF;
    padding: 13px;
    margin: 24px 0;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000029;
}

.orderDetailsList thead tr th {
    font-size: 10px;
    color: #1B9AB4;
    font-weight: 600;
    padding: 10px 15px;
    border: none;
}

.orderDetailsList tbody tr td {
    font-size: 14px;
    letter-spacing: -0.14px;
    color: #657E84;
    font-weight: 300;
    padding: 3px 15px;
    border: none;
    vertical-align: middle;
}

    .orderDetailsList tbody tr td.orderTdBg {
        border-right: 2px solid #fff;
        background: #f8f8f8;
        background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
        background: -webkit-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
        background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0);
        border-right: 2px solid #fff;
    }

.viewBtnList {
    background: #0C94AE;
    min-width: 100px;
    letter-spacing: -0.4px;
    display: inline-block;
    border: 1px solid #0C94AE;
    font-weight: 600;
    color: #fff;
    padding: 7px 30px;
    text-align: center;
    border-radius: 20px;
    font-size: 10px;
}

    .viewBtnList:hover,
    .viewBtnList:focus {
        background: #E8E8E8;
        color: #fff;
        border: 1px solid #E8E8E8;
        text-decoration: none;
    }

.refreshBtn {
    background: #E8E8E8;
    display: inline-block;
    padding: 4px 12px 6px 12px;
    border-radius: 20px;
}

    .refreshBtn:hover,
    .refreshBtn:focus {
        background: #DDD;
    }

.orderTitleMr {
    margin: 45px 0 30px 0;
}

.orderSearchBar input {
    position: relative;
    background: #FFFFFF 0% 0%;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 3px 6px #00000029;
    letter-spacing: 0px;
    color: #B9BFC3;
    font-size: 12px;
    font-weight: 300;
    padding-left: 40px;
}

    .orderSearchBar input:focus {
        border: none;
        outline: 0;
        box-shadow: none;
    }

.searchIcons {
    position: absolute;
    top: 4px;
    left: 28px;
}

    .searchIcons i img {
        width: 16px;
        height: 16px;
    }

.calendarBox {
    position: relative;
    margin-top: 4px;
}

.calendarIcon {
    position: absolute;
    top: 1px;
    right: 8px;
}

.orderSearchBar input::placeholder {
    color: #B9BFC3 !important;
}

.calendarBox input::placeholder {
    color: #E8E8E8;
    !important;
}

.claenderSleBg {
    background: #657E84;
    border-radius: 50px;
    border: none;
    padding: 6px 15px;
    letter-spacing: -0.4px;
    color: #E8E8E8;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    height: 26px;
}

    .claenderSleBg:focus {
        border: 0;
        outline: 0;
    }

.pagenestion {
    letter-spacing: -0.1px;
    color: #1B9AB4;
    font-size: 10px;
    font-weight: 400;
    padding: 15px;
}

.pageRightArrow {
    float: right;
    padding: 15px;
    line-height: 0px;
}

    .pageRightArrow a {
        margin: 0 15px;
    }

        .pageRightArrow a img {
            width: 12px;
        }

.menuOpenBox {
    background: transparent linear-gradient(180deg, #1D393D 0%, #31545B 100%) 0% 0%;
    border-radius: 5px;
    padding: 15px 15px 30px 42px;
    position: absolute;
    right: 25px;
    top: 40px;
    width: 310px;
    z-index: 999;
}

.profileCrossIcon {
    float: right;
    position: relative;
    right: 0px;
    top: -5px;
}

.userDetailsHead {
    padding: 0px 10px !important;
    border-bottom: none !important;
}

.userDetailsView {
    padding: 0 40px 30px 40px;
}

.userDetailsList {
    width: 100%;
    float: left;
    margin-top: 12px;
}

    .userDetailsList label {
        color: #0C94AE;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        float: left;
        width: 100%;
        margin-bottom: 0px;
    }

    .userDetailsList p {
        color: #657E84;
        font-size: 11px !important;
        font-weight: 300;
        float: left;
        width: 100%;
    }

        .userDetailsList p span {
            color: #0C94AE;
        }

.normalBtn {
    background: #0C94AE;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 7px 30px;
    text-align: center;
    border-radius: 20px;
    font-size: 9px;
    text-transform: uppercase;
}

    .normalBtn:hover,
    .normalBtn:focus {
        background: #057b92;
        color: #fff;
        text-decoration: none;
    }

.userTitleBox {
    width: 100%;
    float: left;
}

.ex-userImg {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 8px;
}

    .ex-userImg img {
        width: 80px;
        height: 80px;
    }

.ex-userTitle {
    padding-left: 90px;
}

    .ex-userTitle h3 {
        font-size: 16px;
        font-weight: 500;
        color: #0c94b0;
        text-transform: uppercase;
        margin: 0px 0 3px 0;
    }

    .ex-userTitle p {
        font-size: 10px;
        font-weight: 300;
        color: #657E84;
        text-transform: uppercase;
        margin: 0px;
    }

.menuOpenBox h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1B9AB4;
    margin-top: 113px;
    margin-bottom: 32px;
    letter-spacing: -0.15px;
}

.menuListView {
    width: 100%;
    float: left;
}

    .menuListView ul {
        margin: 0px;
        padding: 0px;
    }

        .menuListView ul li {
            list-style: none;
        }

            .menuListView ul li a {
                font-size: 15px;
                font-weight: 600;
                letter-spacing: -0.15px;
                color: #fff;
                float: left;
                width: 100%;
                padding: 1px 0;
                text-transform: uppercase;
            }

                .menuListView ul li a:hover {
                    text-decoration: none;
                    color: #1B9AB4;
                }

    .menuListView .logoutBtn {
        font-size: 11px;
        letter-spacing: -0.11px;
        font-weight: 600;
        margin-top: 32px;
    }

    .menuListView .helptBtn {
        font-size: 11px;
        font-weight: 400;
        letter-spacing: -0.11px;
        margin-top: 20px;
    }

.modal-content {
    border-radius: 14px !important;
}

.productViewList {
    width: 100%;
    float: left;
}

    .productViewList thead tr th {
        letter-spacing: -0.1px;
        color: #0C94AE;
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        border: none;
        text-transform: uppercase;
    }

    .productViewList tbody tr td {
        letter-spacing: -0.14px;
        color: #657E84;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        border: none;
        padding: 0px;
    }

        .productViewList tbody tr td span {
            background: transparent linear-gradient(0deg, #FFF 0%, #F7F7F7 100%) 0% 0%;
            letter-spacing: -0.1px;
            color: #1B9AB4;
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            width: 100%;
            float: left;
            padding: 8px 0 5px 0;
        }

        .productViewList tbody tr td p {
            letter-spacing: -0.14px;
            color: #657E84;
            font-size: 14px;
            font-weight: 300;
            margin-bottom: 20px;
        }

.spapeMMBox {
    text-align: center;
    margin: auto;
    display: inline-block;
}

.miltipalSwch {
    width: auto;
    float: left;
    margin-right: 10px;
}

.benchDetailBox h4 {
    letter-spacing: -0.1px;
    color: #1B9AB4;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.benchDetailGrayBox {
    background: transparent linear-gradient(0deg, #FFF 0%, #F7F7F7 100%) 0% 0%;
    padding: 48px 64px 48px 64px;
}

.benchLeftDetails {
    margin-bottom: 20px;
    display: inline-block;
}

.ex-ben-box span {
    font-size: 9px;
    letter-spacing: -0.09px;
    color: #9BA3A8;
    font-weight: 400;
    text-transform: uppercase;
}

.ex-ben-box p {
    font-size: 10px;
    letter-spacing: -0.1px;
    color: #1B9AB4;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.repeatGrayBox {
    background: transparent linear-gradient(0deg, #FFF 0%, #F7F7F7 100%) 0% 0%;
    padding: 8px;
}

.benchRightImg {
    padding: 0px;
    position: relative;
}

.benchViewImg {
    padding-left: 40px;
}

.searchZoomBtn {
    background: #E8E8E8;
    width: 28px;
    height: 18px;
    border-radius: 50px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

    .searchZoomBtn img {
        width: 11px;
    }

.repeatBtm {
    letter-spacing: -0.11px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #B9BFC3;
}

    .repeatBtm:hover {
        text-decoration: none;
        color: #B9BFC3;
    }

.repeatGrayBox a i {
    margin-right: 5px;
}

.textcapitalize {
    text-transform: uppercase;
}

.webView {
    display: block;
}

.mobileView {
    display: none;
}

.whitetabs-bg.orderTab li a {
    /*max-width: 219px;*/
}

.bottom-white-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
    background: #e8e8e8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    position: relative;
}

    .bottom-white-bg::before {
        background-image: url(../images/logo-wgary-bg.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: -200px top;
        opacity: 0.4;
    }

.bottom-inner-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100 */
    background: #e8e8e8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    position: relative;
    padding-bottom: 80px;
}

    .bottom-inner-bg::before {
        background-image: url(../images/products-bg-logo.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: 46px top;
        opacity: 0.4;
    }

.white-bg-images {
    position: relative;
}


/*.white-bg-images::before {
        background-image: url(../images/logo-gary-bg.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: left top;
        opacity: 0.2;
    }*/

.prodectsbox-height {
    min-height: 150px;
}

.custermer-list-height.orderDetailsList tbody tr td {
    padding: 3px 6px 2px 6px;
    word-break: break-word;
}

.orderDetailsList thead tr th[align=center],
.orderDetailsList thead tr td[align=center] {
    text-align: center
}

.orderDetailsList .viewBtnList:hover,
.orderDetailsList .viewBtnList:focus {
    color: #fff;
}

.toptabgary-bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
    /* IE6-9 */
}

.setting-innerbox label {
    font-size: 11px;
    color: #0C94AE;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.11px;
}

.setting-innerbox .setting-rowbox .doller-icon-seeting {
    display: inline;
    font-size: 11px;
    color: #0C94AE;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.11px;
}

.setting-innerbox .setting-rowbox .form-control {
    display: inline;
    max-width: 64px;
    height: 30px;
    background-color: rgba(232, 232, 232, 25%);
    font-size: 16px;
    color: #657E84;
    margin: 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: -0.16px;
    border-radius: 0;
    border: none;
    text-align: left;
    padding: 5px;
}

.products-right-box .mb-2.row-cusrim {
    margin-bottom: .08rem !important;
}

.setting-innerbox .setting-rowbox .ex-gst-setting {
    display: inline;
    font-size: 9px;
    color: #CBCBCB;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.9px;
}

.setting-innerbox {
    padding: 20px 30px 30px;
}

    .setting-innerbox .setting-toggle label {
        text-align: left;
        padding: 2px 10px 5px 0;
    }

.toggle-box {
    float: left;
}

.switchBtn.setting-toggle {
    float: left;
    margin: 0 0 0 30px;
}

.setting-innerbox .setting-rowbox .toggle-box .form-control {
    max-width: 78px;
    text-align: left;
}

.btn-light.disabled,
.btn-light:disabled {
    color: #fff;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
}

    .btn-light.disabled:hover,
    .btn-light:disabled:focus {
        color: #fff !important;
        background-color: #E8E8E8 !important;
        border-color: #E8E8E8 !important;
    }

.products-right-box .themeBtn:hover, .products-right-box .themeBtn:focus {
    background: #f4f4f4;
    color: #0c94b0;
    border: 1px solid #fff;
}

.edit-btn-box a {
    font-size: 11px;
    color: #B9BFC3;
    text-transform: uppercase;
    letter-spacing: -0.11px;
    text-decoration: none;
    font-weight: 500;
}

    .edit-btn-box a span {
        position: relative;
        top: 3px;
        left: 2px;
    }

    .edit-btn-box a:hover {
        color: #0C94AE;
    }

    .edit-btn-box a .profileedit-icon {
        background-image: url(/images/edit-profile.svg);
        background-repeat: no-repeat;
        background-position: top center;
        height: 16px;
        width: 16px;
        display: inline-block;
    }
/*.edit-btn-box a .profileedit-icon:hover {
        background-position: bottom center;
    }*/

.welcomePageList.settingbtnlink ul li a.active,
.welcomePageList.settingbtnlink ul li a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b9ab4+0,1d8ba1+49,28464b+100 */
    background: #1b9ab4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1b9ab4 0%, #151f25 49%, #28464b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1b9ab4 0%, #151f25 49%, #28464b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1b9ab4 0%, #151f25 49%, #28464b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9ab4', endColorstr='#28464b', GradientType=0);
    /* IE6-9 */
    color: #fff;
    text-decoration: none;
}


.top-less-marign {
    margin-top: -70px;
}

.settingbtnlink.welcomePageList ul li a span {
    top: -35px;
}

.row-cusrim .col-custom-5 {
    width: 144px;
    float: left;
}

.row-cusrim {
    display: inline-block;
    width: 100%;
    clear: both;
}

.setting-innerbox .row-cusrim .col-custom-7 .setting-rowbox .form-control {
    max-width: 100%;
    margin: 0;
}

.col-custom-7 {
    float: left;
    width: calc(100% - 144px);
    max-width: 290px;
}

.switchBtn.product-toggle {
    float: left;
    width: 105px;
    margin: 0;
}

.discont-boxinner {
    float: right;
    /*width: calc(100% - 120px);*/
    font-size: 11px;
    color: #0C94AE;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.11px
}

    .discont-boxinner .form-control {
        display: inline;
        max-width: 64px;
        height: 30px;
        background-color: #E8E8E8;
        font-size: 16px;
        color: #E8E8E8;
        margin: 0 5px;
        font-weight: 300;
        letter-spacing: -0.16px;
        border-radius: 0;
        border: none;
        text-align: center;
        padding: 5px;
    }

.switchBtn.product-toggle label.instock-label {
    position: relative;
    top: 3px;
}

.sizebox-input .form-control {
    width: 80px;
    margin: 0;
}

.size-section-box,
.size-section-box {
    color: #657E84;
    font-size: 16px;
    letter-spacing: -0.16px;
    margin: 0 5px;
}

.size-section-value {
    color: #657E84;
    font-size: 12px;
    letter-spacing: -0.16px;
    margin: 0 5px;
}

.setting-innerbox .row-cusrim .col-custom-7 .setting-rowbox.input-fixd-width .form-control {
    max-width: 64px;
    margin: 0;
}

.userimg-box .proi-pic-box {
    display: block;
    width: 120px;
    height: 120px;
    border: 1px solid #B9BFC3;
    border-radius: 50%;
}

.proi-pic-box .pro-box-img {
    font-size: 30px !important;
    text-align: center;
    line-height: 120px;
    margin: 0;
    color: #B9BFC3 !important;
    width: 100%;
    cursor: pointer;
}

    .proi-pic-box .pro-box-img > i {
        background-color: #00a083;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        font-size: 16px;
    }

.userimg-box .proi-pic-box .btn-profils {
    left: 15px;
    width: 120px;
    border-radius: 50%;
    height: 120px;
    background-color: #fff;
}

.proi-pic-box .btn-profils {
    opacity: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffff;
    padding: 0px;
    cursor: pointer;
}

.products-right-box {
    float: right;
    width: calc(100% - 180px);
    padding: 0;
}

.prdeucti-lect-box {
    float: left;
    width: 160px;
}



.products-boxmain {
    width: 590px;
    clear: both;
    margin: 0 auto;
    display: table;
}

.edit-btn-rightbox {
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: right;
}


.imgtag-change {
    position: absolute;
    right: -15px;
    top: 50px;
}

    .imgtag-change > a, .imgtag-change > label {
        background-color: #fff;
        /*border: 1px solid #eee;*/
        height: 32px;
        width: 32px;
        display: block;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0px 0px 5px #00000029;
        line-height: 30px;
    }

        /*.imgtag-change > a:hover {
            background-color: #0C94AE;
            border: 1px solid #fff;
        }*/

        .imgtag-change > a:hover img {
            fill: #fff
        }

.top-less-marign-2 {
    margin-top: -70px;
}

.discont-boxinner.left-align {
    float: left;
    width: calc(100% - 128px);
}

.switchBtn.product-toggle.right-align {
    float: right;
    width: 115px;
}

.border-right-white {
    border-right: 3px solid #fff;
}

.border-left-white {
    border-left: 3px solid #fff;
}

.user-select-box label {
    font-size: 11px;
    color: #0C94AE;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.11px;
    text-align: center;
    display: block;
    max-width: 120px;
    margin: 10px 0 5px;
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: none;
}

.custom-select {
    background: url(../images/select-arrow.png) right .65rem center/15px 15px no-repeat #fff;
}

.user-select-box .form-control {
    border: 1px solid #1B9AB4;
    border-radius: 30px;
    font-size: 11px;
    color: #0C94AE;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.11px;
    text-align: center;
    display: block;
    max-width: 141px;
}

.user-select-box {
    margin: 55px 0 0 0;
}

.innerpop-content h4 {
    font-size: 48px;
    text-align: center;
    letter-spacing: -2.4px;
    color: #0C94AE;
    margin: 40px 0 20px;
    padding: 0;
}

.innerpop-content p {
    font-size: 14px;
    color: #657E84;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0;
}

.innerpop-content .popinner-form label {
    font-size: 14px;
    color: #0C94AE;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.14px;
}

.innerpop-content .popinner-form {
    text-align: center;
    margin: 50px 0 20px;
}

.innerpop-pop-img {
    background-image: url(../images/pop-logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
    min-height: 415px;
}

.themeBtn-gary {
    background: #E8E8E8;
    font-size: 10px;
    color: #657E84;
    border: 1px solid #E8E8E8;
    padding: 5px 30px;
    text-transform: uppercase;
    min-width: 194px;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
}

    .themeBtn-gary:hover {
        background: #dae0e5;
        color: #657E84;
        border: 1px solid #dae0e5;
    }

.setting-rowbox.new-password-input {
    position: relative;
}

    .setting-rowbox.new-password-input span.new-passd-label {
        font-size: 9px;
        color: #B9BFC3;
        font-weight: 600;
        text-transform: uppercase;
        position: absolute;
        right: 8px;
        top: 8px;
    }

    .setting-rowbox.new-password-input .form-control {
        padding: 5px 50px 5px 5px;
    }

.topTabOuter.whitespace-inner {
    padding: 35px 0;
}

.quotes-topsapce.orderTitleMr {
    margin: 35px 0 40px 0;
}

.dataTables_wrapper .row:first-child {
    display: none;
}

.dataTables_wrapper .row {
    width: 100%;
}

.dataTables_wrapper .dataTables_info {
    letter-spacing: -0.1px;
    color: #1B9AB4;
    font-size: 10px;
    font-weight: 400;
    padding: 15px;
    margin-top: 20px;
}

.dataTables_wrapper ul.pagination li.paginate_button a {
    margin: 0 15px;
}

    .dataTables_wrapper ul.pagination li.paginate_button a i.fa {
        color: rgba(101, 126, 132, 0.3);
        font-size: 10px;
    }

        .dataTables_wrapper ul.pagination li.paginate_button a i.fa:hover {
            color: rgba(27, 154, 180, 1);
        }

    .dataTables_wrapper ul.pagination li.paginate_button a:focus {
        border: 0;
        outline: 0;
    }

.pagination {
    padding-right: 15px;
}





.dataTables_paginate.paging_simple {
    margin-top: 20px !important;
}

.prdeucti-lect-box .proi-pic-box img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 1px solid #B9BFC3;
}

.display-block {
    display: inline-block;
}

.prdeucti-lect-box .position-relative label.img-title-tag {
    font-size: 11px;
    color: #0C94AE;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.11px;
    text-align: center;
    display: block;
    max-width: 120px;
    margin: 10px 0;
}

.img-container.image-crroper {
    max-height: 300px;
    width: 100%;
}

.imgtag-change-plus > a, .imgtag-change-plus > label {
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #B9BFC3;
    font-size: 30px;
    text-decoration: none;
}

    .imgtag-change-plus > a:hover, .imgtag-change-plus > label:hover {
        background: #2f5860 !important;
        background: -moz-linear-gradient(top, #2f5860 0%, #0c94b0 100%) !important;
        background: -webkit-linear-gradient(top, #2f5860 0%,#0c94b0 100%) !important;
        background: linear-gradient(to bottom, #2f5860 0%,#0c94b0 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5860', endColorstr='#0c94b0',GradientType=0 ) !important;
        border-radius: 50%;
        color: #fff;
    }

.ex-sm-3 {
    width: 80px;
    float: left;
}

    .ex-sm-3 .switchBtn.product-toggle {
        width: 100%;
    }

.ex-sm-6 {
    float: left;
}

    .ex-sm-6 .setting-rowbox .form-control {
        margin: 0 3px;
    }

.row-cusrim.form-group {
    margin: 0;
}

.offer-descontboxs .row-cusrim .col-custom-5 {
    width: 160px;
    float: left;
}

.offer-descontboxs .col-custom-7 {
    float: left;
    width: calc(100% - 170px);
    max-width: 100%;
}


.radio-bt-custom .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0c94b0;
    background-color: #0c94b0;
}

.radio-bt-custom .radio-title {
    position: relative;
    top: 5px;
}

#tdCustomerList, #lstSelCustomer {
    border: 1px solid #628086 !important;
}

.btn.themeBtn.btn-sm.move-right-dep, .btn.themeBtn.btn-sm.move-left-dep {
    max-width: 80%;
    width: 80%;
    min-width: 80%;
    padding: 4px 6px;
    border-radius: 0;
}

.orderSearchBar.offer-input input {
    border: 1px solid #e6e6e6;
}

.btn.themeBtn.serarch-btn {
    width: 100%;
    min-width: 100%;
    padding: 4px;
}

.text-danger {
    color: #dc3545 !important;
    font-size: 10px;
}

select#lstCustomer option, select#lstSelCustomer option {
    background-color: #f4f4f4;
    margin: 3px 0;
    padding: 4px;
    color: #0C94AE;
}

#lstCustomer, #lstSelCustomer {
    padding: 0;
    font-size: 12px;
    color: #0C94AE;
    font-weight: 500;
}

.tabMainArea {
    width: 100%;
    margin: auto;
    max-width: 466px;
}

.login-form .form-group {
    margin-top: -5px;
}

.inner_body input.form-control, .inner_body select.form-control {
    font-size: 14px;
}

.discont-boxinner.dicuont-left-ovner {
    float: left;
}

@media screen and (min-width:992px) and (max-width:1440px) {
    .welcomePageList ul li a {
        padding: 2.8rem 0 2.3rem 0 !important;
        --notchSize: 20px;
        clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(40% - var(--notchSize)), calc(150% - var(--notchSize)) 38%, var(--notchSize) 38%, 0% calc(58% - var(--notchSize)));
        margin-bottom: 12px;
    }
}

.welcomePageList.dashbordtop-space {
    margin-top: -100px;
}

.dsfotter-sapace {
    background-color: #e9e9e9;
    height: 25px;
}


/*01-07-2020*/

.shippingcost-box .row-cusrim .col-custom-5 {
    width: 180px;
    float: left;
}

.shippingcost-box .row-cusrim .col-custom-7 {
    float: left;
    width: calc(100% - 180px);
    max-width: 100%;
}

.shippingcost-box {
    width: 70%;
    margin: 0 auto;
    display: table;
}

a.themeBtn.DownloadBtnExcel {
    min-width: 100%;
    padding: 5px 10px;
}

    a.themeBtn.DownloadBtnExcel:hover {
        background: #fff;
        color: #657E84;
        border: 1px solid #E8E8E8;
        text-decoration: none;
    }
/*.lasttdbtngroup .viewBtnList { min-width:60px; padding:5px 10px;}*/

.selectpop-box, .datepicker-pop-box {
    float: left;
    width: 32%;
    display: inline;
    height: 30px;
    background-color: #E8E8E8;
    font-size: 14px;
    color: #657E84;
    margin: 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: -0.16px;
    border-radius: 0;
    border: none;
    text-align: left;
    padding: 5px;
}

.viewBtnList.btnupdate-pop {
    float: left;
}

h2.popheadingytag {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.topheaderbox-tag {
    text-align: center;
    display: inline-block;
    margin: 10px auto 0;
}

.tabletdbgcolorchange.orderDetailsList tbody tr td, .tabletdbgcolorchange tbody tr td {
    /*background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0);
    border-right: 2px solid #fff;*/
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0);
    border-right: 2px solid #fff;
}

    .tabletdbgcolorchange.orderDetailsList tbody tr td:last-child, .tabletdbgcolorchange tbody tr td:last-child {
        background: #fff
    }


.calendarBox .claenderSleBg::-webkit-input-placeholder {
    color: #E8E8E8;
    text-shadow: none;
    opacity: 1;
}

.calendarBox .claenderSleBg:-ms-input-placeholder {
    color: #E8E8E8;
    text-shadow: none;
    opacity: 1;
}

.calendarBox .claenderSleBg::placeholder {
    color: #E8E8E8;
    text-shadow: none;
    opacity: 1;
}

.doller-icon-seeting.solldericoninputleft {
    float: left;
    width: 20px;
    margin: 7px 0 0;
}

.setting-innerbox .row-cusrim .col-custom-7 .setting-rowbox .form-control.inputboxflllwith {
    float: right;
    width: calc(100% - 25px);
}

.innerpop-pop-img.height-auto {
    min-height: 100%;
}

.resize-none {
    resize: none;
}

.userDetailsView.popspace-removehr {
    padding: 0 20px 5px 20px;
}

.popbox-shadow {
    box-shadow: 0 4px 15px #a4a4a4;
}




a.menuIcon span.menuiconimg {
    background-image: url(../images/menu-iconxd.svg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 11px;
    width: 27px;
    display: inline-block;
}

a.menuIcon:hover span.menuiconimg {
    background-position: left bottom;
}

.topsapce-marign.top-less-marign-2 {
    padding-bottom: 60px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0c94ae !important;
}

.daterangepicker .drp-buttons .btn {
    background-color: #0c94ae !important;
    border-color: #0c94ae !important;
    color: #fff;
    font-size: 10px;
}

    .daterangepicker .drp-buttons .btn:hover, .daterangepicker .drp-buttons .btn:focus {
        background-color: #E8E8E8 !important;
        border-color: #E8E8E8 !important;
    }

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

.upload-img-lable {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.fileUploadBrowse.uploadBrowseBtn {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

label.fileUpload.btn.btn-light.themeBtn {
    min-width: initial;
    width: 100%;
    max-width: 120px;
}

.pt-prolable {
    padding-top: .20rem !important;
}

.new-product .switch {
    width: 28px !important;
    height: 20px !important
}

.new-product .toggleSlid.round {
    border-radius: 14px;
}

.new-product .toggleSlid {
    position: absolute;
    cursor: pointer;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .new-product .toggleSlid:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 2px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.new-product input:checked + .toggleSlid:before {
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
}

.products-right-box .themeBtnDelete {
    background: #E8E8E8;
    color: #fff;
    border: 1px solid #E8E8E8;
}

    .products-right-box .themeBtnDelete:hover, .products-right-box .themeBtnDelete:focus {
        background: #657E84;
        color: #fff;
        border: 1px solid #fff;
    }

.pricing-box {
    max-width: 514px;
    margin: 0 auto;
}

.contentMainOuter.contentMainOuter {
    padding-top: 84px;
    align-items: flex-start !important;
}

    .contentMainOuter.contentMainOuter .welcomePageList {
        margin-top: 0px !important;
    }

        .contentMainOuter.contentMainOuter .welcomePageList ul li > a {
            margin-bottom: 12px !important;
        }

span.text-danger.text-bold.field-validation-error, span.text-danger.field-validation-error {
    color: #24545c !important;
}

.switchBtn.product-toggle.right-space12 {
    width: 215px !important;
    text-align: center !important;
    float: right;
}

@media screen and (min-width: 768px) {
    .contentMainOuter.contentMainOuter {
        height: 100%;
        display: flex;
        align-items: flex-start !important;
        justify-content: center;
        background-color: #f5f5f5;
        min-height: calc(100vh - 146px);
        background: url(../images/background.jpg) no-repeat center;
        /*background: url(../images/background-img.png) no-repeat center;*/
        background-size: inherit;
        padding-top: 177px;
    }

        .contentMainOuter.contentMainOuter .welcomePageList {
            margin-top: 0px !important;
        }

    .switchBtn.product-toggle.right-space12 {
        width: 194px !important;
    }
}

text#lblLength_LLeftShape_B {
    /*writing-mode: sideways-rl;*/
    writing-mode: vertical-rl;
}

text#lblLength_LLeftShape_F {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-lr;
}

text#lblLength_LLeftShape_D {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-rl;
}

text#lblLength_LRightShape_B {
    /*writing-mode: sideways-rl;*/
    writing-mode: vertical-rl;
}

text#lblLength_UShape_B {
    /*writing-mode: sideways-rl;*/
    writing-mode: vertical-rl;
}

text#lblLength_UShape_B_sub {
    /*writing-mode: sideways-rl;*/
    writing-mode: vertical-rl;
}

text#lblLength_LRightShape_F {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-lr;
}

text#lblLength_LRightShape_D {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-lr;
}


text#lblLength_UShape_F {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-lr;
}

text#lblSizing_UShape_F {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-lr;
}


text#lblEdge_LLeftShape_B {
    /*writing-mode: sideways-rl;*/
    writing-mode: vertical-rl;
}

text#lblEdge_LLeftShape_D_Edge {
    /*writing-mode: sideways-rl;*/
    writing-mode: vertical-rl;
}



text#lblEdge_LLeftShape_D {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-lr;
}

text#lblSizing_lenght_UShape_D {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-lr;
}

text#lblJoin_lenght_UShape_D {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-lr;
}

text#Profield1_UShape_D {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-lr;
}


text#lblEdge_LRightShape_B {
    /*writing-mode: sideways-rl;*/
    writing-mode: vertical-rl;
}

text#Profiled2_LRightShape_D {
    /*writing-mode: sideways-rl;*/
    writing-mode: vertical-rl;
}

text#lblEdge_LRightShape_D {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-lr;
}

text#lblEdge_PROFILED2 {
    /*writing-mode: sideways-lr;*/
    writing-mode: vertical-lr;
}

text#lblEdge_PROFILED3 {
    /*writing-mode: sideways-rl;*/
    writing-mode: vertical-rl;
}

text#lblRectShapeEdges_C {
    writing-mode: vertical-lr;
}

text#lblRectShapeEdges_B {
    writing-mode: vertical-rl;
}

text#lblEdge_UShape_B {
    writing-mode: vertical-rl;
}

text#lblEdge_UShape_E {
    writing-mode: vertical-rl;
}

.user-role {
    max-width: 120px;
    text-align: center;
}

    .user-role label {
        font-size: 11px;
        color: #0C94AE;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.11px;
        text-align: center;
    }

    .user-role select.userRole {
        border: 1px solid #1B9AB4;
        border-radius: 30px;
        font-size: 11px;
        color: #0C94AE;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.11px;
        text-align: center;
        display: block;
        min-width: 120px;
        height: 26px;
        padding: 1px 30px 1px 15px;
        text-align-last: center;
    }

    .user-role select.custom-select {
        background: url(../images/select-arrow.svg) right .65rem center/15px 15px no-repeat #fff;
    }

.inner_body h2.welcome {
    letter-spacing: -0.1px;
    color: #E8E8E8;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.inner_body a.loginBtn:hover, a.loginBtn:focus {
    color: #ffffff !important;
}

a {
    outline: none;
}


.term-acccptancy {
    margin-bottom: 8px;
}

    .term-acccptancy .custom-control-label {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0C94AE !important;
    }

    .term-acccptancy .custom-control {
        width: 40%;
        display: inline-block;
    }

    .term-acccptancy .custom-control-label::before {
        background-color: #fff;
        border: #e9e9e9 solid 3px;
        width: 16px;
        height: 16px;
        top: 0;
    }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #0c94ae;
    background-color: #0c94ae;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: .20rem;
    left: -1.31rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #e5e5e5;
    background-color: #e5e5e5;
    box-shadow: none;
}

.term-acccptancy .custom-control-label span {
    line-height: 20px;
}

.pro-toggle-left {
    text-align: left;
    padding-left: 11px;
}

.modal-backdrop.show + .modal-backdrop.show {
    z-index: 9999;
}

#ConfirmCancelOrder h2 {
    font-size: 18px;
    text-align: center;
    margin: 16% 0 0 0;
}

#ConfirmCancelOrder .innerpop-pop-img {
    background-image: none;
}

#ConfirmCancelOrder, #OrderCancelModel {
    z-index: 99999;
    padding-right: 17px !important;
    padding-left: 0 !important;
}

.themeBtn:hover, .themeBtn:focus {
    background: #fff;
    color: #0c94b0;
    border: 1px solid #fff;
}

.productViewList button.viewBtnList-hover:hover, .productViewList button.viewBtnList-hover:focus {
    background: #E8E8E8 !important;
    color: #fff !important;
    border: 1px solid #E8E8E8 !important;
    text-decoration: none !important;
}

.custom_Select {
    display: block;
    position: relative;
    margin-bottom: -3px;
}

    .custom_Select:before {
        pointer-events: none;
        content: "";
        width: 6px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-radius: 6px 0 0 6px;
        background: #000;
        z-index: 1;
        background: -moz-linear-gradient(left, rgba(193,193,193,1) 0%, rgba(193,193,193,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(193,193,193,1) 0%,rgba(193,193,193,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(193,193,193,1) 0%,rgba(193,193,193,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#00c1c1c1',GradientType=1 ); /* IE6-9 */
    }

    .custom_Select:after {
        pointer-events: none;
        content: "";
        width: 6px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0 6px 6px 0px;
        background: #000;
        z-index: 1;
        background: -moz-linear-gradient(left, rgba(193,193,193,0) 0%, rgba(193,193,193,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(193,193,193,0) 0%,rgba(193,193,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(193,193,193,0) 0%,rgba(193,193,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c1c1c1', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
    }

    .custom_Select select {
        float: none;
        margin-left: 0;
        margin-right: 0;
        height: 30px;
        width: 100% !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 6px;
        background: #ddd;
        display: block;
        border: 0;
        outline: none;
        box-shadow: none;
        padding: 0 10px;
        padding-right: 20px;
        background: rgb(219,219,219); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(220,220,220,1) 50%, rgba(214,214,214,1) 50%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(220,220,220,1) 50%,rgba(214,214,214,1) 50%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(219,219,219,1) 0%,rgba(220,220,220,1) 50%,rgba(214,214,214,1) 50%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    }



    .custom_Select span.arrowselect {
        width: 100%;
        display: block;
    }

        .custom_Select span.arrowselect:after {
            content: "";
            width: 10px;
            height: 22px;
            background: url(../images/select_icon.svg) center no-repeat;
            background-size: 68%;
            z-index: 2;
            right: 5px;
            top: 50%;
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            pointer-events: none;
            position: absolute;
        }

.productViewNew .topheaderbox-tag {
    width: 100%;
    max-width: 232px;
    display: block;
    position: relative;
    margin-top: 21px;
}

.productViewNew thead tr + tr th {
    padding-top: 0;
}

.productViewNew .viewBtnList,
.productViewNew .viewBtnList-hover {
    width: 100%;
    max-width: 98px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.btnscenter {
    display: flex;
    width: 100%;
    max-width: 232px;
    text-align: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 19px;
}

.productViewNew .viewBtnList-hover img {
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    top: -1px;
    position: relative;
}

.productViewNew .viewBtnList-hover:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.productViewNew .viewBtnList-hover.spTop {
    margin-top: 6px;
}

.productViewNew .viewBtnList-hover {
    /* padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;*/
}

.btnscenter.btn_update {
    justify-content: center;
}

.innerpop-content p.innerpop-title {
    font-weight: 700;
    color: #0c94ae;
    padding-bottom: 10px;
}

/*body.modal-open{ padding-right: 17px !important; }
.modal-open .modal{ padding-right: 0 !important; }*/

.modal-open .modal {
    padding-right: 0 !important;
}

body.modal-open {
    padding-right: 0 !important;
}

#OrderViewModelpopup {
    padding-right: 0 !important;
}

#OrderCancelModel {
    padding-right: 0 !important;
}

@media screen and (max-width: 1199px) {
    #ConfirmCancelOrder, #OrderCancelModel {
        padding-right: 0 !important;
    }
}




.topStrips{ display:flex; align-items:center; justify-content:space-between; position:relative; z-index:10; border-bottom:solid 1px rgba(0, 0, 0, 0.15);}
.strip_box {
    min-width: 50%;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E5E6E8;
}
    .strip_box span{ padding-left:4px; font-size:10px; color:#000; font-weight:500; }
.rightstrip {
    border-left: solid 1px rgba(0, 0, 0, 0.15);
    background: #F2F3F5;
}
.strip_box img{ display:inline-block; width:16px; height:16px; object-fit:cover;}
.mb_20{ margin-bottom:20px !important;}


.multicenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .multicenter.productViewNew .topheaderbox-tag {
        margin: 0 10px;
    }

    @media screen and (max-width:480px)
    {
        .multicenter{ flex-wrap:wrap}
            .multicenter.productViewNew .topheaderbox-tag{ margin:0 0 10px !important 0;}
    }

@media screen and (min-width: 1401px) and (max-width:1800px) {
    .contentMainOuter.contentMainOuter {
        padding-top: 85px;
    }
}

@media screen and (min-width: 768px) and (max-width:1400px) {
    .contentMainOuter.contentMainOuterPro {
        padding-top: 97px;
    }
}