﻿body {
    background-color: #f8f8f8;
    /*font-family: 'Roboto', sans-serif !important;*/
}

    body a:hover {
        text-decoration: none;
    }

.top-bar {
    background-color: #f8f8f8;
    border-top: 1px solid #1371f3;
    padding: 5px 0;
}
.allergen {
    background-color: #debbf5;
}
.allergenname {
    background-color: #debbf5;
    border-radius: 10px;
    margin-left: 5px;
    padding: 5px;
}
.top-bar-menu {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.table > tbody tr:hover {
    background: #8BC34A !important;
}
.orderdetailformulanote tr {
    background-color: #FFFF60;
}
.highlightColor {
    background-color: #FFFF60 !important;
}
.assignhighlight {
    background-color: #C6E2B5 !important;
}
    .top-bar-menu li {
        display: inline-block;
        padding: 0 15px;
    }

        .top-bar-menu li a {
            font-size: 13px;
            color: #333;
        }

            .top-bar-menu li a i {
                color: #1371f3;
            }

        .top-bar-menu li.social-icons a {
            background-color: #7698e6;
            padding: 3px;
            font-size: 12px;
            border-radius: 50%;
            width: 17px;
            height: 17px;
            display: inline-block;
            line-height: 0;
            text-align: center;
        }

            .top-bar-menu li.social-icons a i {
                color: #fff;
            }

header {
    background-color: #fff;
}
#order-detail-table thead td {
    padding: 5px 10px;
}
a.site-logo {
    display: block;
    padding: 7px 0;
}

    a.site-logo img {
        max-width: 300px;
        width: 100%;
    }

.header-right-space {
    padding-top: 10px;
}
/*Table loading image*/
#overlay {
    position: fixed; /* Sit on top of the page content */
    /*display: none;*/ /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

div#overlay img {
    position: relative;
    top: 30%;
}
/*End Table loading image*/
.cart-icon-header i {
    font-size: 32px;
    color: #333;
}

.cart-icon-header {
    display: inline-block;
    position: relative;
    margin-right: 32px;
}

    .cart-icon-header span {
        position: absolute;
        top: -4px;
        right: -5px;
        color: #fff;
        background-color: #7698e6;
        font-size: 12px;
        line-height: 1;
        padding: 2px;
        border-radius: 50%;
        width: 16px;
        text-align: center;
    }

.my-account-header {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
}

.account-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 2;
    text-align: left;
    border-radius: 8px;
    right: 0;
    box-shadow: 0 0 8px #ccc;
}

    .account-menu ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .account-menu ul li a {
            min-width: 160px;
            display: block;
            padding: 10px 15px;
            transition: .3s;
        }

            .account-menu ul li a:hover {
                background-color: #e7f1fe;
                border-left: 5px solid #1371f3;
                font-weight: 600;
            }

    .my-account-header:hover .account-menu, .account-menu:hover {
        display: block;
    }

.my-account-header .account-info-icon i {
    font-size: 32px;
    color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
}

.my-account-header a {
    color: #333;
}

    .my-account-header a small {
        color: #666;
    }
.formulator-viewtype {
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}
.materialValue {
    width: 120px !important;
}
.tab-content .OtherCategory .form-control {
    width: 120px !important;
}
.disabled-event {
    pointer-events: none;
    opacity: 0.8;
}
.myformuladeletebtn
{
    cursor:pointer;
}
.navbar-custom_color {
    background-color: #1371f3;
    padding: 1px 1rem !important;
}

    .navbar-custom_color .navbar-toggler {
        background-color: #fff;
    }

    .navbar-custom_color a {
        color: #fff;
    }

.custom-menu a.nav-link {
    padding: 8px 25px !important;
    font-weight: 300;
    transition: .3s;
    border-radius: 15px;
}

    .custom-menu .active-page a.nav-link, .custom-menu a.nav-link:hover {
        background-color: #2f5fc9 !important;
        border-radius: 0px;
    }

.custom-menu .active-page a.nav-link {
    font-weight: 600;
}



.header-column {
    padding: 0;
    margin: 0 0 25px;
}

    .header-column h3 {
        font: normal normal normal 32px/38px;
        color: #233334;
    }

#checkout h5 {
    font: normal normal 500 22px/28px;
    color: #2B3233;
}


.search-bar {
    border-radius: 32px;
    border: 1px solid #ccc;
    display: block;
    height: 100%;
    width: 100%;
    padding: 12px;
    background-image: url('../img/fa-fa-search.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 16px;
}

    .search-bar:focus, .simple-select:focus {
        outline: none;
    }

.filters-by {
    text-align: right;
}

    .filters-by label {
        font-weight: 600;
        font-size: 13px;
        color: #666;
    }

    .filters-by div {
        display: inline-block;
    }

.simple-select {
    border-radius: 6px !important;
    border: 1px solid #ccc;
    width: calc(100% - 108px);
}

.inner-select select {
    appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC');
    background-position: calc(100% - .5rem), 100% 0;
    background-size: 1.5em 1.5em;
    background-repeat: no-repeat;
    background-color: #eaeaea;
    font-weight: 500;
}

.filters-by select {
    appearance: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC');
    background-position: calc(100% - .5rem), 100% 0;
    background-size: 1.5em 1.5em;
    background-repeat: no-repeat;
    background-color: #eaeaea;
    font-weight: 500;
}


.filters-by span.multiselect-native-select {
    padding: 5px 0;
    border-radius: 32px;
    border: 1px solid #ccc;
}

.filters-by button:focus {
    box-shadow: none;
}

.product-tile {
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 5px 5px 15px;
    margin: 15px 0;
}

    .product-tile img {
        max-width: 100%;
        height: 220px;
        object-fit: contain;
    }

    .product-tile h4 {
        font-weight: 600;
        color: #333;
    }

    .product-tile p {
        font-size: 14px;
        padding: 0 15px;
    }

    .product-tile h5 {
        color: #1371f3;
        font-weight: 700;
    }

    .product-tile a {
        font-size: 14px;
        border: 1px solid #eee;
        padding: 5px 14px;
        display: block;
        width: 140px;
        margin: 0 auto;
        border-radius: 5px;
        transition: .3s;
        color: #1371f3;
    }

        .product-tile a:hover {
            color: #fff;
            background-color: #1371f3;
            border-color: #1371f3;
        }

.modal-content.product-modal .modal-header .close {
    border: 2px solid red;
    border-radius: 50%;
    padding: 7px;
    padding-bottom: 13px;
    font-size: 30px;
    margin: 0;
    height: 36px;
    line-height: 0;
    width: 36px;
    color: red;
}

    .modal-content.product-modal .modal-header .close:focus {
        outline: none;
    }

.product-modal h4 {
    font-weight: 600;
    font-size: 30px;
    color: #333;
}

.product-modal h5 {
    font-size: 18px;
}

.quantity-btns {
    max-width: 360px;
}

    .quantity-btns span {
        cursor: pointer;
        background-color: #daeef4;
        display: inline-block;
        font-weight: 500;
        color: #333;
        width: 72px;
        text-align: center;
        border-radius: 5px;
        transition: .2s;
        padding: 5px 0;
        margin: 0 5px 10px 0;
    }

        .quantity-btns span:hover {
            background-color: #a9dceb;
        }

        .quantity-btns span.selected-qty {
            color: #fff;
            background-color: #1371f3;
        }

.custom-qty {
    border: 1px solid #ccc;
    padding: 5px;
}

footer {
    min-height: 100px;
    background-color: #1371f3;
    margin-top: 35px;
    text-align: center;
    padding-top: 20px;
}

/* Product Page */
.white-bg {
    background-color: #fff;
}

.breadcrumb-section ul {
    list-style: none;
    padding: 10px 0 0 0;
}

    .breadcrumb-section ul li {
        display: inline-block;
        padding-right: 10px;
        font-size: 13px;
    }

        .breadcrumb-section ul li a {
            color: #666;
        }

        .breadcrumb-section ul li.active a {
            color: #1371f3;
        }

div.gallery.row {
    margin-top: 15px;
    margin-left: -7px;
    margin-right: -7px;
}

    div.gallery.row .col-3 {
        padding-left: 7px;
        padding-right: 7px;
    }

    div.gallery.row img {
        width: 100%;
        object-fit: cover;
        height: 77px;
        border-radius: 5px;
    }

.product-details h3 {
    font-weight: 500;
    color: #233334;
}

.product-details h5 {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

.product-details h6 {
    font-weight: 500;
}

.product-custom-qty {
    width: 145px;
    border: 2px solid #1371f3;
    text-align: center;
    background-color: #daeef4;
    font-weight: 500;
    border-radius: 5px;
    padding: 9px;
}

    .product-custom-qty::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #1371f3;
        opacity: 1; /* Firefox */
    }

    .product-custom-qty::-webkit-outer-spin-button, .product-custom-qty::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.product-details form label {
    color: #233334;
    opacity: 80%;
    font-weight: 500;
}

.product-details button.btn.btn-primary {
    padding: 10px 20px;
    display: inline-block;
    margin-top: -3px;
    margin-left: 5px;
}

.product-details .product-price {
    font-size: 32px;
    color: #1371f3;
}

.product-details .product-description {
    opacity: 0.8;
    margin-top: 30px;
}

.product-datails-bottom {
    margin-bottom: 50px;
    margin-top: 50px;
}

    .product-datails-bottom .nav-tabs {
        border: none;
    }

        .product-datails-bottom .nav-tabs .nav-link {
            padding: 15px 30px;
            display: inline-block;
            font-weight: 500;
            color: #666;
        }

            .product-datails-bottom .nav-tabs .nav-item.show .nav-link, .product-datails-bottom .nav-tabs .nav-link.active {
                background-color: #F6FAF8;
                padding: 15px 30px;
                display: inline-block;
                font-weight: 500;
                color: #233334;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                border: none;
            }

.product-datails-bottom-inner {
    padding: 15px 30px 0;
    background-color: #F6FAF8;
    color: #555;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.img-1 img {
    height: 300px;
}

.img-2 img {
    height: 135px;
}

.product-details-gallery img {
    object-fit: cover;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 5px;
}

/* Cart */
.cart-title-section {
    margin: 40px -15px 35px;
}

.cart-table-title {
    color: #666;
    margin-bottom: 25px;
}

.cart-totals h4 {
    color: #555;
}

.btn-emptycart {
    background-color: #1371F31A;
    color: #1371f3;
    border: 1px solid #1371f3
}

.cart-page .table {
    background-color: #fff;
    margin-bottom: 35px;
    border-radius: 12px;
    overflow: hidden;
    font-size: 14px;
}

    .cart-page .table thead tr td {
        border-top: none;
    }

    .cart-page .table thead td {
        color: #666;
    }

    .cart-page .table th {
        font-weight: 500;
    }

        .cart-page .table th span, .cart-page .table td span {
            color: #777;
            font-weight: 400;
            display: block;
            margin: 7px 0;
        }

        .cart-page .table th span {
            text-align: right;
        }

    .cart-page .table td small {
        color: #777;
    }

    .cart-page .table td h6 {
        border: 1px solid #ededed;
        padding: 7px;
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        border-radius: 6px;
    }

.cart-page input[type='number'] {
    border: none;
    box-sizing: border-box;
    margin: 0;
    outline: none;
}

.cart-page input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.cart-page input::-webkit-outer-spin-button,
.cart-page input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cart-page .input-group {
    display: inline-block;
    padding: 5px;
    background-color: #1371F31A;
    width: 100px;
}

    .cart-page .input-group input[type='button'] {
        background-color: #fff;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        border: none;
        transition: all 300ms ease;
        color: #1371f3;
    }

        .cart-page .input-group input[type='button']:focus {
            outline: none;
        }

    .cart-page .input-group .button-minus,
    .cart-page .input-group .button-plus {
        font-weight: bold;
        padding: 0;
        position: relative;
    }

    .cart-page .input-group .quantity-field {
        text-align: center;
        width: 36px;
        display: inline-block;
        font-size: 14px;
        resize: vertical;
        background-color: transparent;
    }

.cart-page input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.cart-page .table select {
    padding: 5px;
    font-size: 14px;
    border: none;
    background-color: #1371F31A;
    min-width: 72px;
}

.cart-remove-button {
    color: #EF402F;
    font-size: 22px;
    display: block;
    text-align: center;
    padding-top: 8px;
}

.column-name {
    width: 200px;
}

.column-action {
    width: 67px;
}

.column-total-price {
    width: 90px;
}

.column-sub-price {
    width: 100px;
}

.column-111px {
    width: 111px;
}

.column-200px {
    width: 200px;
}

.table td.no-side-padding {
    padding: .75em 5px;
}

.small-letter {
    font-size: 13px;
    padding-right: 0 !important;
}

/* Febuary Code */
.content-section {
    padding: 35px 0;
}

    .content-section h3 {
        font: normal normal normal 36px/25px;
        margin: 25px 0;
    }

.add-new-label {
    height: 237px;
    border: 1px solid #1371F3;
    background-color: #ECF2FC;
    text-align: center;
    padding: 50px 0;
    box-shadow: 0px 1px 10px #0000001A;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .add-new-label img {
        padding: 25px;
        background-color: #1371F3;
        border-radius: 50%;
        cursor: pointer;
        transition: .3s;
    }

        .add-new-label img:hover {
            transform: scale(0.9);
        }

    .add-new-label p {
        margin: 12px 0 0;
        font: normal normal 600 22px/25px;
    }

.dieta-pro-panel {
    box-shadow: 0px 1px 10px #0000001A;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .dieta-pro-panel h4 {
        font: normal normal 600 24px/25px;
        margin: 15px;
    }

    .dieta-pro-panel small {
        font: italic normal normal 14px/25px;
        padding: 15px;
        display: block;
        text-align: right;
    }

.panel-certificate {
    position: relative;
}

.hover-div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    opacity: 0;
    color: #fff;
    text-align: center;
    z-index: 2;
}

    .hover-div span {
        padding: 9px 30px;
        margin: 0 15px;
        cursor: pointer;
        border-radius: 6px;
        transform: translateY(-50%);
        position: relative;
        top: 50%;
    }

        .hover-div span.view-btn {
            background-color: #2B3233;
        }

        .hover-div span.edit-now-btn {
            background-color: #35C4FF;
        }

.panel-certificate:hover .hover-div {
    opacity: 1;
}

.view-certificate .modal-content {
    border-radius: 20px;
    background-color: #F6FAF8;
}

.view-certificate .modal-title {
    font: normal normal 500 32px/38px;
}

.modal-actions {
    padding: 30px 0 14px;
}

    .modal-actions p {
        margin-bottom: 7px;
        font: normal normal normal 14px/24px;
    }

    .modal-actions span {
        font: normal normal normal 14px/24px;
        color: #fff;
        padding: 8px 24px;
        border-radius: 5px;
    }

    .modal-actions .approved {
        background-color: #38B34A;
    }

    .modal-actions .not-approved {
        background-color: #FFAC00;
    }

    .modal-actions .btn-primary {
        padding: 14px 32px;
        font: normal normal 500 15px/20px;
        margin-top: 3px;
        width: 100%;
    }

    .modal-actions .btn-info {
        padding: 14px 32px;
        font: normal normal 500 15px/20px;
        margin-top: 3px;
        width: 100%;
        color: #1371F3;
        border-color: #1371F3;
        background-color: #1371F31A;
    }

/*input[type="text"]:invalid {
    outline: 1px solid red;
}*/

.colorpicker-wrapper {
    overflow: hidden;
    background-color: #fff;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 6px;
    height: 32px;
}

    .colorpicker-wrapper input[type="text"] {
        width: calc(100% - 32px);
        border: none;
        display: block;
        float: left;
        height: 32px;
        text-align: center;
    }

        .colorpicker-wrapper input[type="text"]:focus, .colorpicker-wrapper input[type="color"]:focus {
            outline: none;
        }

    .colorpicker-wrapper input[type="color"] {
        -webkit-appearance: none;
        border: none;
        width: 32px;
        height: 32px;
        padding: 0;
        border-left: 0.5px solid #ccc;
    }

        .colorpicker-wrapper input[type="color"]::-webkit-color-swatch-wrapper {
            padding: 0;
        }

        .colorpicker-wrapper input[type="color"]::-webkit-color-swatch {
            border: none;
        }

.unselected {
    margin-top: 15px;
}

.drag-and-drop {
    position: relative;
}

.drag-instructions {
    display: block;
    text-align: center;
    border: 1px dashed #1371F3;
    background-color: #ECF2FC;
    padding: 13px 0;
    border-radius: 6px;
}

.upload_file {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.bottle-wrapper {
    margin-bottom: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
    /* border-radius: 6px;*/
    overflow: hidden;
}

/*.dieta-pro-panel .bottle-wrapper {
    font-size: 7px;
}*/

.bottle-wrapper-border-top, .bottle-wrapper-border-bottom {
    height: 10px;
}
/* Inches fixes here */
.inch-measurement .col-3 {
    flex: 0 0 28.125%;
    max-width: 28.125%;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 4px;
    height: 234px;
}

.listviewlabel {
    height: 234px !important;
}

.paddingtop2 {
    margin-bottom: 0px !important;
    padding-top: 2px;
}

.marginright5 {
    margin-right: 5px;
}

.inch-measurement .col-5 {
    flex: 0 0 43.75%;
    max-width: 43.75%;
    padding-right: 5px;
    padding-left: 5px;
    height: 234px;
}

.red-text {
    color: red;
}

.bottle-wrapper h6 {
    border: 2px solid;
    font-size: 10px;
    margin: 0px 0;
    padding: 2px;
    font-size: 0.67em;
    font-weight: bold;
}

.bottle-wrapper p {
    margin: 2px 0;
    line-height: .9;
}

.bottle-wrapper-logo {
    height: 66.66%;
    position: relative;
}

    .bottle-wrapper-logo img {
        position: absolute;
        max-width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.middle-patient-info {
    text-align: center;
}

    .middle-patient-info h3 {
        font-size: 21px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .middle-patient-info h5 {
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }

.bottle-wrapper h4 {
    font-size: 14px;
    margin: 10px 0;
    font-weight: bold;
}

.blank-space-15 {
    height: 5px;
}
.blank-space-5 {
    height: 5px;
}
.dieta-pro-panel .bottle-wrapper {
    font-size: 10px;
    margin-bottom: 0;
}

.dieta-pro-panel .bottle-wrapper-logo {
    height: 120px;
}

.dieta-pro-panel .middle-patient-info h3 {
    font-size: 16px;
}

.dieta-pro-panel .middle-patient-info h5 {
    font-size: 10px;
}

label.requried::after {
    content: '*';
    color: red;
}

.ui-widget-overlay.custom-overlay {
    background-color: #9897976e;
    background-image: none;
    opacity: 0.9;
    z-index: 1040;
}

/******Custom css starts******/
.coupons-btn button {
    margin: 0 5px;
}

table {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.table thead th {
    font-size: 14px;
    font-weight: 400 !important;
}

.table tbody td {
    font-size: 14px;
    vertical-align: top;
    /* font-weight: 500;*/
}

.copy {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    font-size: 18px;
    font-weight: 100;
    padding: 5px 10px;
    cursor: pointer;
}

table input.form-control {
    font-size: 14px;
}

.table-responsive table tbody tr:nth-of-type(even) {
    background-color: rgb(246,250,248);
}

table tbody tr.inactive {
    background-color: #FDECEB;
}

    table tbody tr.inactive td {
        border: 1px solid #FDECEB;
    }

.status {
    max-width: 12px;
    height: 12px;
    font-size: 12px;
    background: #38B34A;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

    .status.active {
        background: #38B34A;
    }

    .status.inactive {
        background: #ff0000;
    }
/*
table tbody td, table thead th {
    border-left: none !important;
    border-right: none !important;
}*/

.per-green {
    color: #38B34A;
}

.per-blue {
    color: #1371f3;
}

.per-sky {
    color: #9AE1FF
}

.per-red {
    color: #ff0000;
}

td.action-buttons {
    min-width: 115px;
}

    td.action-buttons i {
        font-size: 16px;
        padding-left: 5px;
    }

.active-links a {
    border: 1px solid #ccc;
    padding: 5px 20px;
    margin: 0 !important;
    text-decoration: none;
    border-radius: 5px;
    color: #000;
    float: left;
}

    .active-links a.active {
        background: #1371f3;
        border: 1px solid #1371f3;
        color: #fff;
    }

.percentage {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 9;
    font-weight: 100;
    padding: 7px 8px;
    cursor: pointer;
    background: #1371f3;
    color: #fff;
    font-weight: 900;
}

.half_width {
    max-width: 50%;
}

.hidden {
    visibility: hidden;
}

.switch .toggle.btn {
    height: 30px !important;
    min-height: 1rem !important;
    border-radius: 20px;
    width: 80px !important;
    border: none !important;
}

.switch .toggle-handle {
    left: -12px;
    top: 0px;
    border-radius: 20px !important;
}

.switch .toggle-on {
    top: -3px;
    background-color: #20BE5D !important;
    border: 1px solid #20BE5D !important;
}

.toggle.off .toggle-handle {
    left: 12px;
    background: #888888 !important;
}

.toggle.off .toggle-off {
    background-color: #e2e6ea !important;
}

.clearfix {
    clear: both;
    width: 100%;
    height: 10px;
}

.datepicker.dropdown-menu {
    min-width: 16rem;
}

.datepicker .table-condensed {
    width: 100%;
}

    .datepicker .table-condensed td.day:hover, .datepicker .table-condensed .prev:hover, .datepicker .table-condensed .next:hover {
        cursor: pointer;
    }

.datepicker thead {
    background: #ccc;
}

.datepicker table tbody tr:nth-of-type(even) {
    background: #fff;
}

.glyphicon-chevron-up:before {
    font: normal normal normal 25px/1 FontAwesome;
    content: "\f106";
}

.glyphicon-chevron-down:before {
    font: normal normal normal 25px/1 FontAwesome;
    content: "\f107";
}

.bootstrap-timepicker-widget table td input {
    width: 30px;
}

.cart .half_width {
    display: inline-block;
}

.cart .percentage {
    right: 34px;
}

.btn-section {
    width: 100%;
    text-align: right;
    margin-top: 1em;
    max-width: 95%;
}

    .btn-section .btn {
        padding: 6px 25px;
    }

.full-modal.show .modal-dialog {
    max-width: 85%;
}

.select2-container {
    width: 100% !important;
}

.ui-menu-item-wrapper:after {
    content: "+";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    float: right;
    /* border: 2px solid #000; */
    border-radius: 4px;
    vertical-align: middle;
    border-radius: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

ul.ui-autocomplete {
    z-index: 1100;
}

.row.append-info > div {
    border-right: 1px solid #ced4da;
    padding-top: 6px;
    padding-bottom: 6px;
    /* border-radius: .25rem; */
}

.row.append-info {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin: 0 !important;
}

.full-modal .modal-header {
    padding: 5px 20px;
    display: initial;
}

    .full-modal .modal-header .close {
        margin: 2px 0px;
        outline: none !important;
        opacity: 1 !important;
    }

        .full-modal .modal-header .close span, .medium-modal .modal-header .close span, .modal-header .close span {
            color: red !important;
            font-size: 16px !important;
            font-weight: 500;
            border-radius: 50%;
            padding: 2px 8px !important;
            border: 2px solid #F05646;
        }

.hide-btn {
    /* position: absolute;
        right: 3px;
        top: 5px;
        cursor: pointer; */
    color: #F05646;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    padding: 0px 5px;
    border: 2px solid #F05646;
    position: relative;
    top: -4px;
    vertical-align: top;
}

    .hide-btn i {
        color: #F05646;
        border: 2px solid;
        border-radius: 50%;
    }

/* .full-modal .modal-content{
            font-size: 14px;
    } */
/* .full-modal .modal-content input{
        font-size: 14px;
    } */
.ui-menu-item-wrapper:hover:after {
    color: #fff;
}

.custom-position {
    position: relative;
    top: -5px;
}

.modal-content {
    background-color: #F6FAF8;
}

.modal-header, .modal-footer {
    border: none;
    padding: 2rem;
}

.table-modal .table-bordered td {
    border: 1px solid #dee2e6 !important;
}

.search-sec.table-modal tbody tr:nth-of-type(even) {
    background: #fff;
}

.search-add-btn {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    padding: 0px 5px;
    border: 2px solid #000;
    position: relative;
    top: -4px;
    vertical-align: top;
}

/*********checkout page css starts****/
.cart-icon-header {
    display: inline-block;
    position: relative;
    margin-right: 32px;
}

    .cart-icon-header span {
        position: absolute;
        top: -4px;
        right: -5px;
        color: #fff;
        background-color: #7698e6;
        font-size: 12px;
        line-height: 1;
        padding: 2px;
        border-radius: 50%;
        width: 16px;
        text-align: center;
    }

    .cart-icon-header i {
        font-size: 32px;
        color: #333;
    }

.settings_tab {
    display: flex;
    flex-direction: column;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #f0efec;
    border-radius: 10px;
}

.ship-name {
    max-width: 72%;
}

.ship-update {
    max-width: 32%;
    float: right;
    font-style: italic;
    background: #FFF7E5;
    border-radius: 10px;
}

.chec-info {
    background: #F6FAF8;
    padding: 15px 12px;
    font-size: 13px;
    border-radius: 10px;
    color: #a3a3a3;
}

.checkout-table .table-bordered {
    /*border: 1px solid #dee2e6;*/
    border-radius: 10px;
}

.payment-logo {
    width: 200px;
    margin-left: 10px;
}

.no-bg {
    background: none;
}

#payment .list-group-item {
    padding-left: 0 !important;
}

.btn-backcart {
    background-color: #1371F31A;
    color: #1371f3;
    border: 1px solid #1371f3;
}

.order-complete {
    background-color: #38B34A;
    color: #fff;
    border: 1px solid #38B34A;
    padding: 6px 30px;
}

.medium-modal.show .modal-dialog {
    max-width: 55%;
}

span.info-text {
    min-width: 200px;
    display: inline-block;
    position: relative;
    left: 2em;
    font-size: 18px;
    font-weight: 400;
}

#thankyou .modal-content {
    font-size: 16px;
}

.modal-share {
    BACKGROUND: #fff;
    padding: 20px 70px;
    border-radius: 20px;
    margin: 15px 0;
}

.facebook {
    background: #4871C0 !important;
    border: 1px solid #4871C0 !important;
}

.twitter {
    background: #57ABF0 !important;
    border: 1px solid #57ABF0 !important;
}

.socila-btns .btn {
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 5px;
    font-size: 18px;
}

.print-receipt {
    width: 75%;
}

.order-status span {
    background: #38B34A;
    color: #fff;
    padding: 4px 10px;
    border-radius: 10px;
}

#thankyou .modal-dialog, #payment-failed .modal-dialog {
    max-width: 45% !important;
}

span.price {
    float: right;
}

.sku-field {
    display: none;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
    border: none;
}

#checkout tbody td, #checkout thead td {
    font-size: 12px;
}

#checkout label, #adress-info {
    font-size: 14px;
}
.adress-info {
    word-wrap: break-word;
}
body.checkout-page, body.checkout-page .form-control, #checkout button {
    font-size: 14px;
    overflow-x: hidden;
    padding: 0px 5px 0px 10px;
}

    body.checkout-page h4 {
        font-size: 18px;
    }

.shipping-adress {
    font-size: 13px;
}

li.list-group-item {
    padding: 5px;
}

.grey {
    color: #666;
}

.modal-header h4 {
    font: normal normal normal 28px/38px;
    color: #233334;
    font-size: 26px !important;
    position: relative;
    top: 10px;
}

#checkout .settings_tab h5 {
    font: normal normal 600 22px/25px;
}

.column-150px {
    width: 150px;
}

.column-130px {
    width: 130px;
}

.column-95px {
    width: 95px;
}

.column-80px {
    width: 80px;
}

/*********checkout page css ends****/

/*****formula pages css starts***/
.formula-tab {
    padding: 0;
    margin-bottom: 0;
}

#page-content .settings_tab {
    border-radius: 5px;
    padding: 0 10px;
    width: 60px;
}

.formula-tab li {
    list-style: none;
    text-align: center;
    padding-top: 5px;
}

    .formula-tab li a {
        padding: 18px 0;
        display: block;
        font-size: 18px;
    }

        .formula-tab li a:hover, .formula-tab li.active a {
            background: #E7F1FE;
        }

.formula-right-section {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 3px 6px #00000029;
}

    .formula-right-section .header-column {
        margin: 0;
        padding: 0;
    }

        .formula-right-section .header-column h3 {
            font: normal normal normal 36px/25px;
        }

    .formula-right-section .btn {
        font-size: 14px;
    }

#formula-table thead, .pn-tables thead {
    background: #ECEEEF;
}

#formula-table {
    border-radius: 0 !important;
    border-right: 1px solid #dee2e6;
}

    #formula-table td, .pn-tables td {
        padding: 5px 5px;
    }

    #formula-table td, .pn-tables tbody td {
        font-size: 14px !important;
    }

.form-share {
    /*  padding: 0 5px;*/
}

.copy-icon {
    color: #38b34a;
}

.forward {
    color: #ffac00;
}

.api-info {
    background: #007bff;
    color: #fff;
    padding: 4px 5px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500;
    width: 29px;
}

    .api-info.blank {
        display: inline-block;
        visibility: hidden;
    }

.bd-left-right {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

.order {
    background: #007bff;
    color: white;
    padding: 4px 10px;
    border-radius: 10px;
}

.notorder {
    background: #ccc;
    color: white;
    padding: 4px 10px;
    border-radius: 10px;
}

#formula-table_wrapper .bottom, .flex-content, .dataTables_wrapper .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* #formula-table_wrapper .bottom div{
        flex: 1 0 32%;
    } */
.bottom .dataTables_info {
    order: 3;
    text-align: right;
    font-size: 13px;
}

.bottom .dataTables_length {
    order: 2;
    padding-top: 0.85em;
}

.bottom .dataTables_paginate {
    order: 1;
    text-align: left !important;
    padding-top: 10px
}

.dataTables_paginate a {
    padding: 8px;
}

.paginate_button.previous, .paginate_button.next {
    color: #fff !important;
    border-radius: 8px;
    width: 60px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 5px;
}

.paginate_button.previous {
    /*  background: rgb(136 136 136);*/
    background: #007bff;
}

.paginate_button.next {
    background: #007bff;
}

table#formula-table thead tr td::after, table#formula-table thead tr td::before,
.pn-tables thead tr td::after, .pn-tables thead tr td::before {
    display: none !important;
    content: '';
}

.paginate_button {
    margin: 0 5px;
    cursor: pointer;
    color: #000;
    border-radius: 5px !important;
}

    .paginate_button.disabled {
        cursor: no-drop;
    }

    .paginate_button.current {
        background: #dddfe0;
        color: #000;
        border-radius: 5px;
        padding: 5px 8px
    }
#modelHeader {
    word-break: break-all;
}
.w-50 {
    width: 50%;
}
.w-40 {
    width: 40% !important;
}
.w-25 {
    width: 25%;
}

#formula-table .share-links, .pn-tables .share-links {
    position: absolute;
    right: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
    border: 1px solid #dee2e6 !important;
    padding: 5px 8px;
    border-radius: 20px;
    outline: none !important;
}

#add-formula-modal .modal-footer {
    display: inline;
}
.lineitemname {
    width: 88% !important;
    /* word-break: break-all; */
    /* float: left; */
    padding-right: 15px !important;
}
#add-formula-modal .modal-dialog {
    margin: 15% auto;
}

#share-formula-modal .modal-body {
    padding: 0 1rem;
}

#share-formula .clipboard .copy {
    top: 28px;
    color: #61A0F5;
}
.theadersummary {
    font-weight: bold;
    font-size: 14px;
}
.costeffecttext {
    text-align: right;
    color: #3779d8;
    font-weight: bold;
}
#share-formula .copy-data {
    border-radius: 20px;
    border: 1.5px solid #61A0F5;
    background: #E7F0FE;
}

.recent-email a {
    background: #fff;
    color: #000;
    padding: 5px 8px;
    border-radius: 20px
}

.recent-email .active {
    border: 1px solid #007bff;
    color: #007bff;
}

#page-content .btn {
    padding: 6px 30px;
}

.alert-message input {
    border: 1px solid #EE3E35;
    color: #EE3E35;
}

.alert-text {
    display: none;
    color: #EE3E35;
    font-size: 12px;
    font-style: italic;
}

/*****formula pages css ends***/

/******edit-formula**/
.settings_tab h6 {
    font: normal normal 600 18px/24px Segoe UI;
}

.cat-section a:not(.pdfLink) {
    padding: 10px 13px;
    background: #F4F4F2;
    color: #000;
    border-radius: 5px;
    margin: 0 2px;
    flex: 1 1 auto;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
}

.formula-left-edit-section {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 3px 6px #00000029;
}

.sub-cat a {
    padding: 5px 10px;
    background: #F4F4F2;
    color: #000;
    border-radius: 20px;
    margin: 0 5px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

    .sub-cat a.active {
        background: #1371F3;
        color: #fff;
    }

.info-section {
    margin: 20px 0;
}

.inner-info {
    margin: 15px 0;
}

.cat-section li a.active {
    color: #1371F3;
    background: #fff;
}

#formula-edit .settings_tab {
    margin: 0 0 20px 0;
    padding: 10px 0;
    padding-bottom: 0;
}

.trash {
    color: #f5908b;
}

#search {
    border-radius: 20px;
}

.form-search {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #1371F3;
}

.search-section {
    padding: 0 10px;
    margin-bottom: 20px;
}

    .search-section h3 {
        font: normal normal normal 22px/25px;
        line-height: 30px;
    }

.input-parent {
    width: 265px;
}

.ingredients-list-inner, .info-list-inner, .serving-list-inner {
    margin: 8px 0;
}

.basic-info-section select {
    display: inline;
    width: 100%;
    max-width: 145px;
    margin-left: 10px;
    height: 30px;
}

.ingredients-name {
    width: 135px;
    margin-bottom: 0;
}

.dose-name {
    width: 74px;
    margin-bottom: 0;
}

.serving-list-inner {
    border-bottom: 1px dashed #ced4da;
}

    .serving-list-inner h6, .serving-list-inner span {
        font: normal normal 500 14px/24px Segoe UI;
    }

.custom-padd {
    padding: 0 10px;
}

.orderdetail-inhouse-hint {
    padding-top: 5px;
    font-size: 12px;
}


.extra-serving-info-section {
    background: #F8F8F8;
}

.order-button .btn {
    width: 100%;
    background: #38B34A !important;
    border: 1px solid #38B34A !important;
}

.save-later-section a {
    font: italic normal 500 15px/20px Roboto;
    text-decoration: underline
}

.ingredents-addded {
    position: absolute;
    right: -50px;
    color: #38B34A;
    border: 1px solid #38B34A;
    padding: 10px;
    border-radius: 5px;
}

.close-ingredents {
    color: #38B34A;
    opacity: .75;
    margin-left: 10px;
}

#formula-edit section {
    margin-bottom: 80px;
}

.custom-btns a {
    background: #EDEDED;
    padding: 8px 25px;
    border-radius: 20px;
    color: #000;
    font: normal normal normal 16px/19px;
}

.custom-btns {
    font-size: 0;
    margin-top: 5px;
}

    .custom-btns a.active {
        background: #1371F3;
        color: #fff;
    }

.inner-info.applied > .row {
    align-items: center;
    border: 1px solid #EE3E35;
    padding: 4px 2px;
    border-radius: 5px;
}

.share-link {
    border: 1px solid #007bff;
    border-radius: 15px;
    background: #E7F0FE;
    padding: 5px 8px;
    font: normal normal 500 15px/20px Roboto;
}

    .share-link .fa {
        margin-right: 2px;
    }
.tooltip-find {
    position: relative;
    display: inline-block;
    cursor: pointer;
}


.tooltip-find .tooltiptext-find {
    visibility: hidden;
    min-width: 190px;
    background-color: #E9F8FF;
    color: #35C4FF;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 100;
    top: -5px;
    left: 100%;
    margin-left: 8px;
    font-size: 12px;
    box-shadow: 0px 3px 6px #00000029;
}

.tooltip-find:hover .tooltiptext-find {
    visibility: visible;
}

.tooltip-find .tooltiptext-find::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #030c11 transparent transparent;
}

.tooltip-find.custom-red .tooltiptext-find {
    background-color: #FDEAE9;
    color: #EE3E35;
}

    .tooltip-find.custom-red .tooltiptext-find::after {
        border-color: transparent #FDEAE9 transparent transparent;
    }

.tooltip-find .fa {
    color: #35C4FF;
}

.tooltip-find.custom-red .fa {
    color: #EE3E35;
}

.tooltip-find.default .fa {
    color: #C1C8CE;
}

.tooltip-find.default .tooltiptext-find {
    background-color: #C1C8CE;
    color: #000;
}

    .tooltip-find.default .tooltiptext-find::after {
        border-color: transparent #C1C8CE transparent transparent;
    }

/*****order history page css starts here***/
#order-history thead {
    background: #ECEEEF;
}

    #order-history thead input, #order-history thead select {
        font-size: 12px;
        padding: 2px 5px;
        height: 25PX;
        display: inline;
    }

    #order-history thead label {
        margin-right: 4px;
    }

.calender {
    position: absolute;
    left: 20px;
    top: 5px;
    color: #1371F3;
}

input.datepicker {
    padding: 2px 20px !important;
}

#order-history .order {
    background: #FFAC00;
}

.view-details {
    color: #1371f3;
    padding: 2px 4px;
    border-radius: 20px;
    font-size: 18px;
    line-height: 1;
}

#order-history thead tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

#order-history thead tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

#order-history tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#order-history tbody tr td:not(:first-child) {
    border-left: 1px solid #dee2e6 !important;
}

#order-history tbody > tr > td:last-of-type, #order-history thead tr td:last-child {
    border-right: 1px solid #dee2e6 !important;
}

table#order-history {
    overflow: auto;
}

#order-history .tooltip-find .tooltiptext-find {
    min-width: auto;
}

#order-history .tooltip-find .fa {
    color: #fff;
}

#order-history .tooltiptext-find {
    background-color: #fff;
    color: #0056b3;
}

#order-history .tooltip-find .tooltiptext-find::after {
    border-color: transparent #fff transparent transparent;
}

.refresh {
    background: #EDEDED;
    color: #38B34A;
}

.order-history-link a {
    padding: 5px;
    margin: 0 1px;
}

/*****order history page css ends here***/


/*****order detail  page css starts here***/
.sans-font {
    font: normal normal 600 24px/25px Segoe UI !important;
}

.xs-btns .btn {
    font: normal normal 400 12px/14px Segoe UI;
    padding: 9px 20px;
}


    .xs-btns .btn i {
        font-size: 14px;
    }

.xs-btns .btn-secondary {
    background-color: #888;
}

.xs-btns .btn-primary {
    background-color: #1371F3;
}

.top-btn {
    font-size: 15px;
    background-color: #888;
    color: #fff;
}

    .top-btn i {
        font-size: 18px;
        margin-right: 5px;
    }

    .top-btn:hover {
        color: #fff;
        background-color: rgb(90, 89, 89);
    }

.order-details-info {
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    padding: 20px 10px;
    margin: 15px 0;
    background: #fff;
    min-height: 200px;
    color: rgb(43 50 51 / 80%);
    font-size: 15px;
}

    .order-details-info strong {
        margin-right: 5px;
    }

.shipped {
    background: #38B34A;
    padding: 3px 8px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}

.orderstatusdefaultcolor {
    background: #FFAC00;
    padding: 3px 8px;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.dt-search {
    margin-bottom: 3px !important;
}
.processing, .blended, .mixed, .sealed, .labeled, .density, .new, .issued {
    background: #FFAC00;
    padding: 3px 8px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}

.cancelled {
    background: red;
    padding: 3px 8px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
}

.processing.ingredient {
    background: #FFAC00;
}

.settings_tab .estimate {
    font-size: 24px;
}

.estimate-time {
    font-size: 13px;
    line-height: 2;
}

    .estimate-time span {
        font: normal normal 500 12px/14px;
    }

.estimate-time-content {
    max-width: 80%;
    text-align: end;
}

.estimate-time-inner:second {
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

td.price-row {
    padding: 8px 10px;
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

    td.price-row div {
        padding: 8px 0;
        border-right: 1px solid #dee2e6;
    }

.table-responsive #order-detail-table tbody tr.total-row:nth-of-type(even) {
    background-color: #fff;
}

.table-responsive #order-detail-table tbody tr:nth-of-type(even) .price-row {
    background-color: rgb(246,250,248);
}

.bd-none {
    border: none !important
}

.estimate-time-inner.p-text {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 0;
}

.b-status {
    background: #EAF7EC;
    padding: 9px 10px;
}

    .b-status div {
        color: #38B34A;
        font-size: 12px;
    }

    .b-status .fa {
        background: #38B34A;
        color: #fff;
        padding: 2px;
        border-radius: 20px;
        font-size: 10px;
        position: relative;
        bottom: 1px;
    }

    .b-status.rem {
        background: #FFF7E5;
    }

        .b-status.rem .fa {
            background: #FFAC00;
        }

#order-edit .estimate-time-inner {
    margin: 15px 0;
}

.bod-bottom {
    border-bottom: 1px solid #dee2e6;
}

.reorder-btn {
    margin: 20px 0;
}

    .reorder-btn button.btn {
        width: 100%;
        background: #38B34A !important;
        border: 1px solid #38B34A !important;
        font-size: 15px;
        border-radius: 6px;
        color: #fff;
        padding: 14px;
    }

.order-info .row {
    margin-left: -10px;
    margin-right: -10px;
}

.order-info .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
}

#order-detail-table thead {
    background: #ECEEEF;
}

    #order-detail-table thead td {
        font: normal normal 400 14px/17px;
    }

#order-detail-table tbody td, #order-edit .estimate-time span {
    font-weight: 400;
}

#order-detail-table .total-price {
    font-weight: 500;
}

span.estimate-time-content.float-right {
    position: relative;
    /*top: 5px;*/
}

.shipped-section-inner {
    margin: 5px 25px;
}

    .shipped-section-inner h6 {
        font-size: 18px;
    }

.shipped-no {
    background: #EAF7EC;
    padding: 5px 10px;
    border-radius: 20px;
    font: normal normal 300 20px/24px;
}

    .shipped-no span {
        border-bottom: 1px dashed #1371F3;
    }

.applied span {
    color: #EE3E35;
}

.applied .btn {
    color: #000;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}

.italic {
    font-style: italic;
    color: #2B3233
}

#from_date, #to_date {
    padding: 2px 20px !important;
}

.checkout-table .merge-table .table-bordered {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}

td.price-row > div {
    width: 75px;
}

td.price-row > span {
    width: 50px;
}
/*****order detail  page css ends here***/

#formula-table thead td, #order-history thead td {
    font: normal normal 400 14px/17px;
    font-size: 14px !important;
}

#formula-table tbody td, .pn-tables tbody td {
    font-weight: 400;
}

.formula-tab .tooltip-find .fa {
    color: #1371F3;
}

.formula-tab .tooltip-find .tooltiptext-find {
    background-color: #fff;
    color: #1371F3;
    min-width: 100px;
    top: 30%;
    left: 80%;
}

    .formula-tab .tooltip-find .tooltiptext-find::after {
        border-color: transparent #fff transparent transparent;
    }

.input-text.read-only {
    border: none !important;
    outline: none !important;
}

.input-text {
    border: 1px solid #ced4da;
    outline: 1px solid #ced4da;
    padding: 2px 5px;
    width: 85%;
}
/* .toggle-btns-group .switch .toggle.btn{
            width: 190px !important;
            height: 35px !important;
    } */
/* .toggle-btns-group .switch .toggle-handle{
        width: 45px;
    } */
/* .toggle-btns-group .switch .toggle-on{
        top: 0
    } */
.toggle-btns-group .toggle-group label, .toggle-btns-group .toggle-group span {
    font-size: 14px;
}

.toggle-btns-group .toggle.off .toggle-off {
    color: #000;
    padding-left: 30px;
}

#formula-edit .nav-tabs {
    border-bottom: none;
}

.tabbable li {
    margin: 4px 0;
}

    .tabbable li.active a {
        color: #1371F3;
        background: #fff;
    }

.tabbable .sub-cat li.active a {
    background: #1371F3;
    color: #fff;
}

#ingredientsCollHeading a[aria-expanded=true] .expand {
    display: none;
}

#ingredientsCollHeading a[aria-expanded=false] .unexpand {
    display: none;
}

body button.owl-prev {
    position: absolute;
    left: -30px;
    top: 25px;
    transform: translateY(-50%);
    background-color: white !important;
    width: 25px;
    height: 25px;
    border-radius: 100% !important;
    color: #000 !important;
}

body button.owl-next {
    position: absolute;
    right: -30px;
    top: 25px;
    transform: translateY(-50%);
    background-color: white !important;
    width: 25px;
    height: 25px;
    border-radius: 100% !important;
    color: #000 !important;
}

.owl-dots {
    display: none !important
}

.cat-section .owl-item {
    height: 54px !important;
}

#interest_tabs {
    margin-left: 25px;
    margin-right: 25px;
}

.owl-nav span {
    font-size: 20px;
    line-height: 25px;
}

.owl-prev.disabled, .owl-next.disabled {
    display: none;
}

.tabbable .item li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

/******checkout page Moda**/
/* #updatebillingModal .modal-header .close,#updateshippingModal .modal-header .close{
        padding:0;
    } */
#updatebillingModal .modal-body, #updateshippingModal .modal-body {
    padding: 0 1rem;
}

#updatebillingModal label, #updateshippingModal label {
    margin-bottom: 0;
}

#updatebillingModal h4, #updateshippingModal h4, #couponcode h4.modal-title {
    font: normal normal 500 32px/38px;
}

#updatebillingModal .modal-header .close, #updateshippingModal .modal-header .close {
    padding: .75rem 1rem;
}

#updatebillingModal .modal-header, #updateshippingModal .modal-header {
    margin-bottom: 10px;
}

#checkout .settings_tab .ship-name {
    font: normal normal 500 15px/24px;
}

#checkout #formula h5 {
    font: normal normal 600 24px/25px;
}

#checkout #formula #formula-table thead {
    background: #fff;
}

#checkout #formula #formula-table tr td:nth-child(1) {
    font-weight: 500;
}

#checkout #formula #formula-table thead td {
    font: normal normal 400 12px/17px !important;
}

textarea.form-control {
    height: 60px;
}

.modal-content .form-group {
    margin-bottom: 8px;
}

#updatebillingModal .modal-body .btn {
    margin-top: 5px;
}

#updateshippingModal .trash {
    font-size: 22px;
    color: #EF402F;
}

@media (min-width: 576px) {
    #updatebillingModal .modal-dialog, #updateshippingModal .modal-dialog {
        max-width: 600px;
    }
}

/******Custom css Ends******/
.hide-on-admin {
    display: none;
}

/* Mobile Code */
@media(max-width:580px) {
    .hide-on-mobile {
        display: none;
    }

    .btn-emptycart {
        float: left;
    }

    .right-menu-mobile {
        display: block !important;
    }

    .content-container {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .hover-div {
        padding-top: 64px;
    }

        .hover-div span {
            display: block;
            margin-bottom: 8px;
        }

    .content-section h3 {
        line-height: 1.2;
    }

    .bottle-wrapper {
        font-size: 7px;
    }

    .bottle-wrapper-logo {
        height: 120px;
    }

    .middle-patient-info h3 {
        font-size: 16px;
    }

    .middle-patient-info h5 {
        font-size: 10px;
    }
}


/***--Loader--***/
/* Center the loader */
/*#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

/* Add animation to "page content" */
/*.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

#myDiv {
    display: none;
    text-align: center;
}*/


/*Formula list Css start*/
.Share-link-Formula a {
    padding: 5px;
}
/*Formula list Css end*/


/*Order History Index (Order List) Start */
.tooltip-find {
    position: relative;
    display: inline-block;
    cursor: pointer;
}


    .tooltip-find .fa {
        color: #fff;
    }

.k-master-row > td {
    font-size: 12px !important;
    border: 1px solid #dee2e6 !important;
}

#Grid tr.k-alt {
    background: transparent;
}

. /*order {
    color: #fff;
    background: #FFAC00;
    padding: 4px 10px;
    border-radius: 10px;
}*/
.k-grid-top {
    background-color: #eceeef !important;
}

.k-grid-header-wrap table tr {
    background-color: #eceeef !important;
}

.k-filter-row th, .k-grid-header th.k-header {
    border-style: none;
}

.k-grid .k-grid-search {
    display: flex;
    margin-left: auto;
    margin-right: 0;
}
/*Order History Index (Order List) End */

#formula-table tbody td > .tooltip-find .formula-name {
    display: inline-block;
    max-width: 233px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px !important;
}

.bottom .dataTables_length {
    padding: 5px !important;
    font-size: 13px !important;
}

.dataTables_wrapper .dataTables_length select {
    padding: 0px !important;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 4px !important;
}

.tooltip-find.left-direction .tooltiptext-find::after {
    left: 100% !important;
    border-color: transparent transparent transparent #030c11 !important;
    top: 15px !important;
}

#formula .table-responsive {
    overflow-x: hidden !important;
}

.inner-info.selectedRaw > .row {
    align-items: center;
    border: 1px solid #38B34A;
    padding: 4px 2px;
    border-radius: 5px;
}

.inner-info.defaultRawBorder > .row {
    align-items: center;
    border: 1px solid #fff;
    padding: 4px 2px;
    border-radius: 5px;
}

.tabbable .item li {
    box-shadow: 2px 2px #ced4da;
}

/* Shopping Cart CSS */
.cart-wrapper h3 {
    font-size: 24px;
    color: #2B3233;
    opacity: 0.8;
}

.number-spinner {
    max-width: 100px;
    line-height: 32px;
    padding: 0;
    margin: -5px 5px -5px 0;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: table;
    background-color: #1371F31A;
    float: left;
}

    .number-spinner input {
        height: 32px;
        max-height: 32px;
        line-height: 32px;
        font-size: 1em;
        padding: 0;
        margin: 0;
        border: none;
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
        background-color: transparent;
    }

        .number-spinner input:focus {
            outline: none;
        }

    .number-spinner .ns-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
        vertical-align: middle;
        display: table-cell;
        cursor: pointer;
        padding: 0 5px;
    }

        .number-spinner .ns-btn a {
            height: 24px;
            min-height: 24px;
            width: 24px;
            padding: 0;
            max-width: 24px;
            line-height: 24px;
            border-radius: 50%;
            border: none;
            text-align: center;
            position: relative;
            background: #fff;
            color: #007bff;
            display: inline-block;
            vertical-align: middle;
            text-decoration: none;
        }

        .number-spinner .ns-btn .icon-minus:after {
            content: "−";
            font-size: 22px;
            line-height: 20px;
            font-weight: bold;
        }

        .number-spinner .ns-btn .icon-plus:after {
            content: "+";
            font-size: 22px;
            line-height: 20px;
            font-weight: bold;
        }

.cart-wrapper .table tbody select, .cart-wrapper .table tbody select option {
    background-color: #1371F31A;
    width: 90px;
    border: none;
    padding: 5px;
    margin: -5px 5px -5px 0;
    border-radius: 6px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.cart-wrapper .table tbody input[type="number"] {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px;
    margin: -5px 0;
    max-width: 80px;
}

.cart-wrapper .table tbody td {
    font-weight: normal;
}

.cart-second-row td {
    border-top: none;
}

a.delete-cart-item {
    color: red;
    font-size: 24px;
    display: block;
    padding-top: 15px;
}

.inventory-table a.delete-cart-item {
    padding-top: 0;
    margin: -10px 0 0 0;
}

.min-width-120 {
    min-width: 120px;
}

/* Shopping Cart CSS End */


/* Setting Page */
.dashboard-content-wrapper {
    display: flex;
}

.left-content-options {
    width: 60px;
}

.content-container {
    width: calc(100% - 60px);
    padding-left: 30px;
}

    .content-container h3 {
        font-size: 24px;
        /*opacity: 0.8;*/
    }

    .content-container .carousel-inner img {
        width: 100%;
        height: auto;
    }

    .content-container .carousel-indicators li {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background-color: #1371F3;
    }

    .content-container .carousel-indicators {
        position: relative;
    }

.dashboard-orders-table .table thead td {
    font-size: 14px;
    background-color: #eee;
}

.dashboard-orders-table .table tbody td {
    font-weight: normal;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: middle;
}

.dashboard-orders-table .table-bordered td {
    border: 1px solid #dee2e6 !important;
}

.recent-formula-table {
    background-color: #ECEEEF;
    padding: 15px 15px 7px;
    border-radius: 6px;
}

    .recent-formula-table .row {
        background-color: #fff;
        border-radius: 6px;
        padding: 10px 0;
        margin: 0 0 8px;
    }

.recent-formula-name {
    font-size: 12px;
}

.recent-formula-view, .recent-formula-edit {
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.recent-formula-edit {
    background-color: #1371F3;
}

.recent-formula-order, .recent-order-action {
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background-color: #38B34A;
    padding: 0 10px;
    border-radius: 12px;
}

    .recent-formula-order:hover, .recent-order-action:hover {
        color: #fff;
    }

.recent-order-action {
    background-color: #FFAC00;
}

.video-tutorials-wrapper .carousel-item a {
    display: block;
    height: 224px;
    background-size: cover;
    color: #fff;
    padding-top: 180px;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    background-position: center;
}

.dashboard-content-wrapper .formula-tab .tooltiptext-find {
    width: 300px;
    left: 60px;
    padding: 10px;
    top: 18px;
    font-size: 14px;
}

    .dashboard-content-wrapper .formula-tab .tooltiptext-find::after {
        top: 17px;
        border-width: 10px;
    }

.dashboard-content-wrapper .tooltiptext-find ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .dashboard-content-wrapper .tooltiptext-find ul li a {
        background-color: transparent;
        font-size: 16px;
        color: #2B3233;
        opacity: 0.8;
        padding: 8px 12px;
        text-align: left;
        border-radius: 5px;
    }

    .dashboard-content-wrapper .tooltiptext-find ul li.active a {
        color: #007bff;
    }

    .dashboard-content-wrapper .tooltiptext-find ul li a:hover {
        background-color: #1370f325;
    }

/* Settings Page */
.setting-content-wrapper {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 30px;
    background-color: #fff;
}

.setting-password-alert {
    background-color: #1371F31A;
    padding: 11px 15px;
    font-size: 14px;
    color: rgba(3, 34, 51, 0.8);
    border: 1px solid #1371F3;
    border-radius: 10px;
    font-style: italic;
    line-height: 1;
    margin-bottom: 25px;
}

.setting-api-keys {
    background-color: #F8F8F8;
    border-radius: 10px;
    padding: 20px;
}

.edit-formula-icon {
    position: absolute;
    right: 0;
    top: 2px;
}

.cart-wrapper table thead td {
    font-size: 12px;
    white-space: nowrap;
}

span.formula-name-wrapper {
    position: relative;
    display: block;
    border: 1px solid #ddd;
    padding: 3px;
    border-radius: 5px;
    margin: -3px;
}

span.cart-action-wrapper a.delete-cart-item {
    padding-top: 0;
    font-size: 18px;
    padding-right: 7px;
}

span.cart-action-wrapper {
    display: flex;
    padding-top: 0px;
    margin-left: -5px;
    margin-right: -5px;
    width: 40px;
    float: right;
}

span.video-title {
    display: table-cell;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    height: 100px;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(#eee, #000);
}

#formulaCart .txt-align, #InvCart .txt-align {
    text-align: right;
}

.dashboardheader {
    display: inline-block;
}

.dashboardheaderlink {
    margin-left: 10px;
}

td.recentOrderAction {
    padding: 7px 2px;
    min-width: 120px;
}

.dashboard-content-card {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 35px;
    background-color: #fff;
    overflow: hidden;
}

    .dashboard-content-card table.table {
        margin-bottom: 0;
    }

/*Mobile Menu Right*/
.container.custom-menu {
    position: relative;
}

.right-menu-mobile {
    position: absolute;
    right: 0;
    top: 8px;
    display: none;
}

    .right-menu-mobile .cart-icon-header {
        margin-right: 15px;
    }

        .right-menu-mobile .cart-icon-header i, .right-menu-mobile .my-account-header .account-info-icon i {
            font-size: 24px;
            color: #fff;
        }

        .right-menu-mobile .cart-icon-header span {
            background-color: #c14848;
            font-size: 11px;
        }

    .right-menu-mobile .account-menu a {
        color: #1371F3;
    }

    .right-menu-mobile .account-menu {
        top: 18px;
        box-shadow: none;
        border: 1px solid #1371f3;
    }

.account-menu .arrow-up {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #1371f3;
    margin: -9px 18px 1px auto;
}


        .right-menu-mobile .account-menu ul li:first-child a {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .right-menu-mobile .account-menu ul li:last-child a {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

ul.top-bar-menu li.social-icons {
    padding-right: 0;
}

.myformula-dosagetype {
    line-height: 1;
    padding: 0 5px;
}

a.view-details i.fa {
    color: #007bff;
}

.btncheckout {
    background: #38B34A;
    border: 1px solid #38B34A !important;
}



#formula-table_previous.disabled {
    color: black !important;
}

#formula-table_next, #formula-table_previous {
    color: white !important;
}


/******Login page css starts******/


.login-page .top-bar {
    background-color: #fff;
    border-top: 0px;
    padding: 0px;
}

    .login-page .top-bar .row {
        border-bottom: #2fcfde 1px solid;
    }

.navbar-light .navbar-nav .nav-link {
    color: #364152;
    font: normal 500 18px / 22px;
    text-transform: uppercase;
}

footer.login-page {
    background-color: #39465d;
    margin-top: 0px;
}

.contact-info {
    color: #fff;
    list-style: none;
}

span.color-primary {
    color: #2fcfde;
}

.contact-info li {
    margin-bottom: 10px;
}

p.privacy a {
    color: #2fcfde !important;
}

button.btn.btn-primary.login {
    background-color: #ffffff00;
    border-color: #2fcfde;
    border-radius: 0px;
    color: #2fcfde;
}

    button.btn.btn-primary.login:hover {
        background-color: #2fcfde;
        color: #fff;
    }

.login-page li.social-icons a {
    border-radius: 0px;
    background-color: rgb(224,248,250);
}

.login-page .top-bar-menu li.social-icons a i {
    color: #2fcfde;
}

.login-page .navbar-brand img {
    height: 50px;
    width: auto;
    display: block;
}

.login-page .navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.login-page .navbar-light .login-page .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

    .login-page .navbar-light .login-page .navbar-toggler-icon:after,
    .login-page .navbar-light .login-page .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 1px;
        background-color: #000;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
    }

    .login-page .navbar-light .login-page .navbar-toggler-icon:after {
        top: 8px;
    }

.login-page .navbar-toggler[aria-expanded="true"] .login-page .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.login-page .navbar-toggler[aria-expanded="true"] .login-page .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.login-page .navbar-toggler[aria-expanded="true"] .login-page .navbar-toggler-icon {
    border-color: transparent;
}

.login-page .nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.login-page .nav-item:hover .login-page .nav-link {
    color: #2fcfde !important;
}

.login-page .nav-item.active .login-page .nav-link {
    color: #2fcfde !important;
}

.login-page .nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.login-page .nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #2fcfde;
    opacity: 0;
    transition: all 200ms linear;
}

.login-page .nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.login-page .nav-item.active:hover:after {
    opacity: 0;
}

.login-page .nav-item {
    position: relative;
    transition: all 200ms linear;
}

main.login-back {
    background-image: url('/img/login_bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

main.login-success {
    background-image: url('/img/login_bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

main {
    background-color: #F8F8F8;
}

.row.login {
    width: 50vw;
    height: 50vh;
    margin: 10px auto;
}

.form-img {
    height: 80vh;
}

.login-form .row {
    border-radius: 20px;
}

.login-form i {
    color: #2fcfde;
}


.loginhead {
    color: #333E63;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
}

.login-form .input-group {
    background-color: #fff;
    border: #EDF5F8 1px solid;
}

.login-form .form-control {
    background-color: #fff !important;
    font-family: 'Rubik', sans-serif;
}

.logindes {
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    font-weight: 600;
}

.pop-up-row {
    display: grid;
    grid-template-columns: 45% 55%;
}

.card.card-row {
    margin-top: 127px;
    margin-bottom: 272px;
    border-radius: 20px;
    overflow: hidden;
}

/* Google login button */
#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 190px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

span.icon {
    background: url(/img/g-normal.png) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width:768px) {

    .contact-info {
        padding: 0px;
    }

    .form-img {
        max-height: 50vh;
        max-width: 500px;
    }

    .pop-up-row {
        display: block;
    }

    .card.card-row {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.modal-header .close span {
    border: 0px;
    color: #2fcfde;
}

.modal-body .form-control {
    background-color: #fff !important;
}

.modal-body i {
    color: #2fcfde !important;
}


.modal-head button:focus {
    outline: 0px !important;
    outline: 0px auto -webkit-focus-ring-color;
}
/*********login page css ends****/

/*validate form start*/

.myInput:focus::-webkit-input-placeholder {
    visibility: hidden; /*hide placeholder on focus*/
}

.myInput-label {
    display: none;
    font-size: 11px;
    color: dodgerblue;
    font-family: sans-serif;
    background-color: #fff;
    padding: 0 3px;
    z-index: 9999;
}

.myInput select option {
    border-radius: 0px !important;
}

.myInput:focus + .myInput-label {
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -5px;
}

@media only screen and (max-width:768px) {

    .contact-info {
        padding: 0px;
    }

    .form-img {
        max-height: 50vh;
        max-width: 500px;
    }

    .pop-up-row {
        display: block;
    }

    .card.card-row {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}



/*validate form end*/


.overme {
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*Edit User form start*/

.form-row.order-page input {
    background-color: #F6FAF8 !important;
}

.form-row.order-page select {
    background-color: #F6FAF8 !important;
}

input:checked + .slider {
    background-color: #38B34A !important;
}

button.btn.btn-back {
    background-color: #1371F31A;
    border-color: #1371F3;
    color: #1371F3;
    padding: 0.375rem 1.75rem;
}

button.btn.btn-reset {
    background-color: #5680E2;
    color: #fff;
    padding: 0.375rem 1.75rem;
    border-radius: 20px;
    font-size: 10px;
}

button.btn.btn-pending {
    background-color: #FFAC00;
    color: #fff;
    padding: 0.375rem 1.75rem;
    border-radius: 20px;
    font-size: 10px;
}

button.btn.btn-zuma {
    background-color: #35C4FF;
    color: #fff;
    padding: 0.375rem 1.75rem;
    border-radius: 20px;
    font-size: 10px;
}

.edituserNav.nav-tabs .nav-link {
    background-color: #ececec;
    color: #233334;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0px 0px 6px #00000029;
    color: #99979b;
}


li.breadcrumb-item a {
    color: #2B3233;
}

.breadcrumb-item.active {
    color: #2B3233;
}

.order-content-wrapper {
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px;
    background-color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
    background-color: white;
    color: #1371f3;
}

.nav-tabs {
    border-bottom: 0px;
}

.card-body.order-page {
    background-color: #F6FAF8;
}

.checkout-page .form-control {
    background-color: #fff !important;
    font-family: 'Rubik', sans-serif;

}


.checkout-page .modal-dialog {
   /* max-width: 600px;*/
}

.modal-dialog button.close span {
    border: 1px solid red;
    border-radius: 50% 50%;
    color: red;
}

.checkout-page .modal-content {
    border-radius: 20px;
}

.checkout-page .modal-body {
    padding: 2rem;
}

.checkout-page .modal-header {
    padding: 2rem;
}

@media only screen and (max-width:768px) {

    .contact-info {
        padding: 0px;
    }

    .form-img {
        max-height: 50vh;
        max-width: 500px;
    }

    .pop-up-row {
        display: block;
    }

    .card.card-row {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .edituserNav.nav-tabs .nav-link {
        font-size: 12px;
    }
}
/*Edit User form end*/
span.field-validation-error {
    color: red;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: FontAwesome;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: none !important;
}


/* Datatable Search start*/
span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
}

    span.deleteicon span {
        position: absolute;
        display: block;
        right: 10px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        color: #fff;
        background-color: #ccc;
        font: 13px monospace;
        text-align: center;
        line-height: 1em;
        cursor: pointer;
    }

    span.deleteicon input {
        padding-right: 18px;
        box-sizing: border-box;
    }

.ui-widget-header .ui-icon {
    background-image: url(/img/ui-icons_444444_256x240.png) !important;
}

/* Datatable Search end*/

#EditUser .btn {
    padding: 5px 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 130px;
}


/*userlog table start*/
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #1371F3
}

a.view-detail i.fa {
    color: #007bff;
}

.raw-right-section {
    border-radius: 10px;
    background-color: #fff;
}

    .raw-right-section tr td {
        border-right: 1px solid #dee2e6 !important;
    }

    .raw-right-section tr.even {
        background-color: #F8F8F8;
    }

.btn-tertiary {
    color: #35C4FF;
    background-color: #E9F8FF;
    padding: 0;
    line-height: 40px;
    margin: auto;
    display: block;
    border: 2px solid #35C4FF;
}

/*/ input file style /*/

.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.js-labelFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer;
}

/*userlog table end*/
.switchery > small{
    right:0px !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
ul li a.dropdown-item {
    color: #555e60;
}

a#navbarDropdownMenuLink::after {
    display: none;
}
.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 50%;
   /* / Example: right:10px;
    / display: inline-block;*/
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

/*Checkbox css start*/
.editIconSpan {
    font-size: 17px;
    color: #0573e8;
    cursor: default;
    font-style: italic;
    font-weight:400;
}

.ErrorMsg {
    display: none;
    color: orangered
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
/*.switchery.switchery-default {
    background-color: #dee2e6 !important;
}*/

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*Checkbox css end*/

.editmaterials h3 {
    font-size: 20px;
}
.redesign .breadcrumb {
    background-color: #f8f8f8 !important;
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.hideDropdownArrow {
    -webkit-appearance: none;
    text-indent: 1px;
}

.isrequired {
    color: red;
}

input {
    cursor: pointer;
}

.RW-Checkbox {
    height: 30px;
    width: 30px;
}

.RW-Color {
    border: 0px !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0px !important;
    background-color: #f6faf8 !important;
    max-width: 52px !important;
    border-radius: 63px !important;
    height: 38px !important;
}
#collapsibleNavbar .dropdown-menu{
    margin:0px;
}


/*admin dashboard start*/
.mainadmindashboard .card {
    border: 0px;
    box-shadow: 5px 10px 8px 0px rgba(0,0,0,.15) !important;
    border-radius: 0px;
}

.mainadmindashboard .card-body {
    padding: 1rem;
}

.mainadmindashboard .card-title {
    color: #1371F3;
}

.mainadmindashboard .card-body .text-muted {
    font-size: 12px;
    color: #333E63;
}

.mainadmindashboard .raw-link {
    color: #333E63;
    font-size: 12px;
}

.mainadmindashboard .admin-page .bd-right {
    border-right: 1px solid #dee2e6 !important;
}

.mainadmindashboard .admin-page table.table {
    border-radius: 8px;
}
/*admin dashboard end*/

.tablecolumnovere {
    display: inline-block;
    max-width: 233px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-page .form-control.textareabgcolor {
    background-color: #F6FAF8 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #007bff;
    color:white;
}
#formula-table_wrapper .dt-buttons {
    margin-left: -8px !important;
    position: absolute;
    top: 16px;
}

.dataTables_wrapper .dt-button.buttons-excel {
    font-size: 34px;
}

.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
    background-color: #f6faf8 !important;
}

.note-editor.note-airframe, .note-editor.note-frame {
    overflow: auto;
}
/* Admin order detail 18-08-23 */
@media (min-width: 1200px) {
    #order-edit.container {
        max-width: 1200px;
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 25px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: -3px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #06C270;
}

input:focus + .slider {
    box-shadow: 0 0 1px #06C270;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.breadcrumb {
    background-color: transparent;
    padding: .75rem 0rem;
    font-family: 'Rubik', sans-serif;
}

    .breadcrumb .breadcrumb-item a {
        font-size: 14px;
        color: #6c757d;
    }

    .breadcrumb .breadcrumb-item.active {
        color: #2B3233;
    }

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #1371F3;
    font-size: 12px;
    font-weight: 800;
}

h1.custom-heading {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: left;
}

h3.custom-heading {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
}

.btn-custom-prev, .btn-custom-next {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #555770;
}

.card-label-secondary {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #2B3233;
    margin-bottom: 5px;
}

.card-text-secondary {
    font-family: 'Rubik';
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #333E63;
}

.card-label-inter {
    font-family: 'Innnter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #0D0D0D;
    margin-bottom: 5px;
}

.font-rubik {
    font-family: 'Rubik';
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

.form-control {
    font-family: 'Rubik';
}

button {
    font-family: 'Rubik';
}

.thead-light {
    background-color: #ECEFF4;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}

.table, .card {
    box-shadow: 0px 2px 4px 0px #60617029;
}

.table-light {
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
}

table tr {
    border-top: none;
    border-color: transparent;
}

table td {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}

.table td, .table th {
    border-top: 0px solid #dee2e6;
}

.link-dark {
    color: #0D0D0D;
    text-decoration: underline;
}

.link-blue {
    color: #0063F7;
    text-decoration: underline;
}

.card-header {
    padding: .75rem .25rem;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #4F4F4F;
    background-color: #ECEFF4;
}

.custom-file-control {
    border: 1px dashed #35C4FF;
    padding: 4px 10px;
    background: #E9F8FF;
    border-radius: 6px;
    color: #35C4FF;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
    min-width: 190px;
    text-align: center;
    cursor: pointer;
}

.btn-prime-blue {
    background-color: #35C4FF;
    border-radius: 30px;
    font-family: 'Rubik';
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    text-align: center;
}

.btn-prime-orange {
    background-color: #FFAC00;
    border-radius: 30px;
    font-family: 'Rubik';
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    min-width: 95px;
    text-align: center;
}

.files {
    max-width: 270px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin-bottom: 5px;
}

.files-extended {
    max-width: 425px;
}

.files button, .btn-trash {
    background-color: transparent;
    color: red;
    border: none;
}

.btn-primary {
    background-color: #0063F7;
}

.upload-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin-bottom: 10px;
}

.empty-space-50 {
    height: 50px;
}
/* 18-08-2023 CSS End admin order detail*/

.bg-white-elevated {
    display: block;
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 2px solid #1371F3;
    box-shadow: 0px 0.5px 2px 0px #60617029;
    border-radius: 15px;
    margin-bottom: 5px;
}
.bg-grey-elevated {
    display: flex;
    align-items: center;
    justify-content: flex-start;
   /* background-color: #F2F2F5;*/
   /* padding: 10px;*/
    border-bottom: 2px solid #1371F3;
    box-shadow: 0px 0.5px 2px 0px #60617029;
    border-radius: 15px;
    margin-bottom: 5px;
}
.bg-table-foot {
    background: #ECEFF4;
}
.icon-holder {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    color: #1371F3;
    font-weight: bold;
}

.text-label {
    font-family: 'Rubik';
    font-size: 14px;
    color: #2B3233;
    white-space: nowrap;
}
.prepRecords{
    border: 1px solid;
}
.text-data {
    font-family: 'Rubik';
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.btn-error {
    background: #FF3B3B;
    color: #fff;
    min-width: 120px;
}

.btn-min-w {
    min-width: 120px;
}

.btn-alert {
    background: #FFCC00;
    color: #fff;
    min-width: 120px;
}

.btn-dark {
    background: #8F90A6;
    border: 1px solid #8F90A6;
    color: #fff;
}

.table-select-control {
    outline: none;
    border: none;
    background-color: #fff;
    border: 1px solid #EBEBF0;
}

.table-text-control {
    outline: none;
    border: none;
    background-color: #fff;
    text-align: right;
    border: 1px solid #EBEBF0;
    float: right;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .12rem .25rem;
    font-size: .675rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.custom-shadow {
    box-shadow: 0px 0.5px 2px 0px #60617029;
}

.modal-content {
    border-radius: 20px;
}

.modal-title {
    font-family: 'Rubik';
}

.no-wrap {
    text-wrap: nowrap;
}

.w-80p {
    width: 80px;
}

.table-text-control-sm {
    width: 80px;
    outline: none;
    border: none;
    background-color: #fff;
    text-align: left;
    border: 1px solid #EBEBF0;
    float: right;
}

.w-60 {
    width: 60%;
}

.row-underline {
    border-bottom: 1px solid #ececec;
}

.va-m {
    vertical-align: middle !important;
}

.fs-13 {
    font-size: 13px !important;
}
.printVersion, .printVersionCell {
    display: none;
}
.alternateRowFRC {
    background-color: #f5f5dc !important;
}
.allergentr {
    background-color: #debbf5 !important;
}
.dt-search
{
    float:right;
}
.fa-file-excel-o
{
    font-size:36px !important;
}
/*table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > th.dt-ordering-asc, table.dataTable thead > tr > th.dt-ordering-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc, table.dataTable thead > tr > td.dt-ordering-asc, table.dataTable thead > tr > td.dt-ordering-desc {
    position: relative;
    padding-right: 0px !important;
    font-size: 14px;
    background-color: #dee2e6;
}*/

@media print {
    @page {
        /*size: 297mm 210mm;*/
        margin: 0mm !important;

      /*  @bottom-right {
            content: "Page "counter(page);
        }*/
    }

    
    div .top-bar, header, nav.navbar {
        display: none;
    }

    div#header, nav.content, .multiLotNumber, .splitLot{
        display: none;
    }

    .noPrint {
        display: none;
    }

    .lotNumber, .printVersion {
        display: block;
    }

    .printVersionCell {
        display: table-cell;
        border-left: 1px solid #000;
        width:100px;
    }
    #ingredientTable tr {
        border-bottom: 1px solid;
    }
    a {
        text-decoration:none;
        color:#000 !important;
       
    }
    select {
        /* for Firefox */
        -moz-appearance: none;
        /* for Chrome */
        -webkit-appearance: none;
        border:none;
    }

        /* For IE10 */
        select::-ms-expand {
            display: none;
        }
    input{
        border:none;
    }
 
}


