﻿/*Custom Css*/
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css");

body {
    background: none;
}

.custom-styles-var-2 .ingredients h2 {
    font-size: 40px;
    font-weight: 400;
    color: #707070;
}
.custom-styles-var-2 .ingredients table button {
    outline: none !important;
    color: #fff;
}
.custom-styles-var-2 .ingredients h2:after {
    content: none;
}

.custom-styles-var-2 .ingredients .ingredients-tabs {
    display: block;
    margin-bottom: 50px;
}

    .custom-styles-var-2 .ingredients .ingredients-tabs ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .custom-styles-var-2 .ingredients .ingredients-tabs ul li {
            display: inline-block;
            padding-right: 50px;
            padding-left: 0;
        }

            .custom-styles-var-2 .ingredients .ingredients-tabs ul li a {
                font-weight: 400;
                color: #000;
                font-size: 25px;
                text-decoration: none;
                padding-bottom: 10px;
            }

            .custom-styles-var-2 .ingredients .ingredients-tabs ul li.active a {
                color: #000000;
                font-weight: 700;
                border-bottom: 3px solid #707070;
            }

            .custom-styles-var-2 .ingredients .ingredients-tabs ul li a span {
                padding: 0px 15px;
                font-size: 20px;
                background: #B73434;
                color: #fff;
                font-weight: 700;
                display: inline-block;
                margin-left: 10px;
                border-radius: 50px;
                line-height: 1.2;
            }
.custom-styles-var-2 .bg-green {
    background: #408946;
    padding: 15px;
}
    .custom-styles-var-2 .bg-green .col-8, .custom-styles-var-2 .bg-green col-4 {
        padding: 0;
    }

.custom-styles-var-2 .ingredients .ingredients-top-bar {
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
}

    .custom-styles-var-2 .ingredients .ingredients-top-bar a {
        text-decoration: none;
        border: 1px solid #707070;
        padding: 10px 15px 10px 50px;
        color: #000;
        position: relative;
        margin-top: 20px;
        display: inline-block;
    }

        .custom-styles-var-2 .ingredients .ingredients-top-bar a:after, .ingredients .ingredients-top-bar a:before {
            content: '';
            width: 20px;
            height: 1px;
            background: #000;
            position: absolute;
            top: 17px;
            left: 10px;
        }

        .custom-styles-var-2 .ingredients .ingredients-top-bar a:after {
            transform: rotate(90deg);
        }

.custom-styles-var-2 .ingredients table tr th, .custom-styles-var-2 .ingredients table tr td {
    text-align: left;
    border: none;
}

.custom-styles-var-2 .ingredients table tr th {
    font-size: 23px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .custom-styles-var-2 .ingredients table tr th:nth-last-child(2), .custom-styles-var-2 .ingredients table tr th:nth-last-child(1) {
        color: #B2B2B2;
    }

.custom-styles-var-2 .ingredients table tr td.text-center {
    text-align: center;
}

.custom-styles-var-2 .add-new {
    background: #408946 !important;
}

.custom-styles-var-2 #add-new-ing {
    display: none;
}

.custom-styles-var-2 #edit-ing {
    display: none;
}
.custom-styles-var-2 #edit-ing1 {
    display: none;
}


.custom-styles-var-2 #hidden-ing {
    display: none;
}
.custom-styles-var-2 .add-new input {
    padding: 25px 5px;
    font-size: 23px;
}

.custom-styles-var-2 .add-new td span {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    margin-bottom: 10px;
}

.custom-styles-var-2 .ingredients table tr.add-new td.text-center:nth-last-child(1) {
    vertical-align: top;
    color: #fff;
}

.custom-styles-var-2 .ingredients table tbody tr:nth-child(even) {
    background: #F2F2F2;
}

.custom-styles-var-2 .ingredients thead tr {
    background: #B2B2B2;
}

.custom-styles-var-2 .ingredients table tr td.text-center img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.custom-styles-var-2 .ingredients table tr {
    border-bottom: 1px solid #C4C4C4;
}

    .custom-styles-var-2 .ingredients table tr td {
        font-size: 20px;
    }

        .custom-styles-var-2 .ingredients table tr td.text-center:nth-last-child(2) {
            color: #178D3F;
            width: 120px;
            cursor: pointer;
            font-size: 14px;
        }

        .custom-styles-var-2 .ingredients table tr td.text-center:nth-last-child(1) {
            width: 120px;
            cursor: pointer;
            color: #B73434;
            font-size: 14px;
        }

/* Product Registartion*/


.custom-styles-var-2 .wire-frame h2.title {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    margin-bottom: 10px;
}

.custom-styles-var-2 #accordion {
    position: relative;
    padding-top: 100px;
    border-top: 1px solid #707070;
}

.custom-styles-var-2 .wire-frame h2 {
    font-weight: 400;
    color: #707070;
    font-size: 30px;
    text-decoration: underline;
}

.custom-styles-var-2 .wire-frame .card {
    position: static;
}

.custom-styles-var-2 .wire-frame .card-header {
    position: absolute;
    top: 0;
    margin-top: -15px;
}

.custom-styles-var-2 .wire-frame .card:first-child .card-header {
    left: 0;
}

.custom-styles-var-2 .wire-frame .card:nth-child(2) .card-header {
    left: 14%;
}

.custom-styles-var-2 .wire-frame .card:nth-child(3) .card-header {
    left: 28%;
}

.custom-styles-var-2 .wire-frame .card:nth-child(4) .card-header {
    left: 42%;
}

.custom-styles-var-2 .wire-frame .card:nth-child(5) .card-header {
    left: 56%;
}

.custom-styles-var-2 .wire-frame .card:nth-child(6) .card-header {
    left: 70%;
}

.custom-styles-var-2 .wire-frame .card:nth-child(7) .card-header {
    left: 84%;
}


.custom-styles-var-2 .wire-frame .wire-frame button {
    width: 100%;
}

.custom-styles-var-2 .wire-frame .card {
    border: none;
    border-radius: 0;
}

.custom-styles-var-2 .wire-frame .card-header {
    border: none;
    background: none;
}

    .custom-styles-var-2 .wire-frame .card-header button {
        text-align: left;
        font-size: 25px;
        font-weight: 400;
        color: #000000 !important;
        text-decoration: none !important;
        position: relative;
        text-align: center;
    }

        .custom-styles-var-2 .wire-frame .card-header button:before {
            position: absolute;
            content: '';
            width: 30px;
            height: 30px;
            border: 1px solid #408946;
            border-radius: 50%;
            left: calc(50% - 15px);
            top: -30px;
            transition: all 0.2s ease-in-out;
            transform: rotate(0deg);
            background: #fff;
        }

    .custom-styles-var-2 .wire-frame .card-header.checked button:after {
        content: "";
        width: 26px;
        height: 26px;
        background: url(../../img/checked-main.png) no-repeat center;
        position: absolute;
        top: -26px;
        left: calc(50% - 13px);
        background-size: 21px 15px;
    }

    .custom-styles-var-2 .wire-frame .card-header.active button:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        border: 1px solid #408946;
        border-radius: 50%;
        left: calc(50% - 15px);
        top: -30px;
        transition: all 0.2s ease-in-out;
        transform: rotate(0deg);
        background: #408946;
    }

    .custom-styles-var-2 .wire-frame .card-header.active.checked button:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        border: 1px solid #408946;
        border-radius: 50%;
        left: calc(50% - 15px);
        top: -30px;
        transition: all 0.2s ease-in-out;
        transform: rotate(0deg);
        background: url(../../img/selected-check.png) no-repeat center #408946;
        background-size: 21px 15px;
    }

    .custom-styles-var-2 .wire-frame .card-header button span {
        /*background: #fff;*/
        position: relative;
        z-index: 3;
        font-size: 19px;
        color: #408946;
        font-weight: 700;
    }

.custom-styles-var-2 .wire-frame input, .custom-styles-var-2 .wire-frame textarea {
    outline: none !important;
}

.custom-styles-var-2 .wire-frame .card-body textarea {
    width: 100%;
}

.custom-styles-var-2 .wire-frame .card-body form {
    background: #408946;
    padding: 15px;
}

    .custom-styles-var-2 .wire-frame .card-body form span {
        display: block;
        width: 100%;
        color: #fff;
    }

    .custom-styles-var-2 .wire-frame .card-body form input {
        width: 300px;
        padding: 10px;
        border-radius: 0;
        margin: 10px 0;
        border: 1px solid #000;
        box-shadow: none !important;
    }

    .custom-styles-var-2 .wire-frame .card-body form textarea {
        padding: 10px;
        border-radius: 0;
        width: 100%;
        margin: 10px 0;
        height: 150px;
        resize: none;
        box-shadow: none;
        border: 1px solid #000;
    }

    .custom-styles-var-2 .wire-frame .card-body form input:disabled {
        opacity: 0.6;
    }

.custom-styles-var-2 .wire-frame .upload-image {
    border: 1px dashed #000;
    height: 226px;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    display: block;
    background: #fff;
}

    .custom-styles-var-2 .wire-frame .upload-image input {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }
.custom-styles-var-2 .wire-frame .upload-image {
    font-size: 16px !important;
    color: #000 !important;
}
.custom-styles-var-2 .wire-frame .form-control label {
    display: block;
    font-size: 12px;
    color: #000;
    pointer-events: none;
    margin-bottom: 0;
}

.custom-styles-var-2 .wire-frame .form-control {
    position: relative;
    border-radius: 0;
    border: 1px solid #707070;
    margin-bottom: 15px;
    max-height: 60px;
}

    .custom-styles-var-2 .wire-frame .form-control:before {
        position: absolute;
        content: '';
        /* background: url("../select-arrow.png") no-repeat center; */
        background-size: 100%;
        width: 26px;
        height: 26px;
        display: inline-block;
        z-index: 2;
        right: 15px;
        pointer-events: none;
        top: 22px;
    }

    .custom-styles-var-2 .wire-frame .form-control select {
        border: none !important;
        display: block;
        height: 52px;
        width: 100%;
        outline: none !important;
        font-size: 20px;
        width: calc(100% + 20px);
        margin-left: -10px;
        padding-top: 6px;
        margin-top: -18px;
        padding-left: 10px;
    }

        .custom-styles-var-2 .wire-frame .form-control select option {
            font-size: 14px;
        }

.custom-styles-var-2 .wire-frame select::-ms-expand {
    display: none;
}

.custom-styles-var-2 .wire-frame .card-body form .checkbox-list-label, .custom-styles-var-2 .checkbox-list-label {
    width: 150px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    vertical-align: top;
}

.custom-styles-var-2 .wire-frame .card-body form .checkbox-list, .custom-styles-var-2 .wire-frame .checkbox-list {
    width: calc(100% - 160px);
    display: inline-block;
}

    .custom-styles-var-2 .wire-frame .card-body form .checkbox-list .form-group, .custom-styles-var-2 .wire-frame .checkbox-list .form-group {
        width: auto;
        display: inline-block;
        position: relative;
        padding-left: 30px;
        padding-right: 25px;
    }

        .custom-styles-var-2 .wire-frame .card-body form .checkbox-list .form-group span:before, .custom-styles-var-2 .wire-frame .checkbox-list .form-group span:before {
            content: '';
            position: absolute;
            width: 18px;
            height: 18px;
            border: 1px solid #fff;
            display: inline-block;
            left: -30px;
            border-radius: 2px;
            top: 5px;
        }

        .custom-styles-var-2 .wire-frame .card-body form .checkbox-list .form-group input, .custom-styles-var-2 .wire-frame .checkbox-list .form-group input {
            width: auto;
            float: left;
            opacity: 0;
            display: none;
        }

        .custom-styles-var-2 .wire-frame .card-body form .checkbox-list .form-group span, .custom-styles-var-2 .wire-frame .checkbox-list .form-group span {
            display: inline-block;
            width: auto;
            position: relative;
            font-size: 16px;
            color: #000;
            padding-top: 6px;
        }

        .custom-styles-var-2 .wire-frame .card-body form .checkbox-list .form-group input:checked ~ span:before, .custom-styles-var-2 .wire-frame .checkbox-list .form-group input:checked ~ span:before {
            background: #fff;
        }

        .custom-styles-var-2 .wire-frame .card-body form .checkbox-list .form-group input:checked ~ span:after, .custom-styles-var-2 .wire-frame .checkbox-list .form-group input:checked ~ span:after {
            content: '';
            width: 13px;
            height: 12px;
            position: absolute;
            left: -27px;
            top: 8px;
            background: url(../../img/checked.png) no-repeat center;
            background-size: 100%;
        }

.custom-styles-var-2 .wire-frame .card-body {
    padding-left: 0px;
}

    .custom-styles-var-2 .wire-frame .card-body form .left-label-heading {
        width: 150px;
        display: inline-block;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        vertical-align: top;
    }

        .custom-styles-var-2 .wire-frame .card-body form .left-label-heading small {
            color: #fff;
            font-size: 16px;
        }

    .custom-styles-var-2 .wire-frame .card-body form .right-details {
        width: calc(100% - 160px);
        display: inline-block;
    }

    .custom-styles-var-2 .wire-frame .card-body form .production-list .production-dropdown {
        width: 300px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }

    .custom-styles-var-2 .wire-frame .card-body form .production-list input, .custom-styles-var-2 .wire-frame input.persentage {
        padding: 18px;
        vertical-align: middle;
        margin-top: 0;
        margin-bottom: 15px;
        border-color: #707070;
        width: 140px;
        background: url("../../img/persentage-icon.png") no-repeat center right 15px, #fff;
        background-size: 15px;
        margin-right: 20px;
        display: inline-block;
    }

    .custom-styles-var-2 .wire-frame .card-body form .production-list button {
        width: auto;
        padding: 17px;
        margin-top: 0;
        vertical-align: middle;
        margin-bottom: 15px;
        background: #fff;
        color: #B73434;
        border: 1px solid #707070;
        box-shadow: none;
    }

        .custom-styles-var-2 .wire-frame .card-body form .production-list button:before {
            content: '';
            width: 15px;
            height: 2px;
            background: #000;
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
        }

.custom-styles-var-2 .wire-frame .add-more-btn {
    padding: 17px;
    width: auto !important;
    background: #fff;
    border: 1px solid #707070;
    color: #000;
    position: relative;
}

    .custom-styles-var-2 .wire-frame .add-more-btn:before {
        content: '';
        width: 20px;
        height: 2px;
        background: #000;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .custom-styles-var-2 .wire-frame .add-more-btn:after {
        content: '';
        width: 20px;
        height: 2px;
        background: #000;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        position: absolute;
        transform: rotate(90deg);
        left: 17px;
        top: 26px;
    }

.custom-styles-var-2 .wire-frame .card-body form .label-heading-full {
    width: 100%;
}

    .custom-styles-var-2 .wire-frame .card-body form .label-heading-full small {
        width: 100%;
        color: #fff;
        display: block;
    }

.custom-styles-var-2 .wire-frame .radio-btn .form-check {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

    .custom-styles-var-2 .wire-frame .radio-btn .form-check input {
        width: 100%;
        opacity: 0;
        z-index: 2;
        height: 14px;
        left: 0;
    }

.custom-styles-var-2 .wire-frame .checkbox-list label {
    display: inline !important;
    color: #fff;
}

    .custom-styles-var-2 .wire-frame .checkbox-list label span {
        color: #fff !important;
    }

.custom-styles-var-2 .wire-frame .radio-btn .form-check label {
    position: relative;
    padding-left: 0px;
    display: inline !important;
    color: #fff;
}

    .custom-styles-var-2 .wire-frame .radio-btn .form-check label:before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        left: -30px;
        border: 1px solid #fff;
        display: inline-block;
        border-radius: 50%;
        top: 6px;
    }

    .custom-styles-var-2 .wire-frame .radio-btn .form-check label:after {
        content: '';
        opacity: 0;
        position: absolute;
        width: 8px;
        height: 8px;
        background: #fff;
        display: inline-block;
        border-radius: 50%;
        top: 9px;
        left: -27px;
    }

.custom-styles-var-2 .wire-frame .radio-btn .form-check input:checked ~ label:after {
    opacity: 1;
}

.custom-styles-var-2 .wire-frame table td {
    white-space: nowrap;
}

    .custom-styles-var-2 .wire-frame table td select {
        width: 300px;
    }

.custom-styles-var-2 .wire-frame table input {
    width: 100px !important;
}

.custom-styles-var-2 .wire-frame table {
    width: 100%;
}

.custom-styles-var-2 .wire-frame .left-table-section {
    width: calc(100% - 300px);
    display: inline-block;
    vertical-align: top;
}

.custom-styles-var-2 .wire-frame .right-text-area {
    width: 220px;
    margin-left: 26px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    min-height: 100px;
}

    .custom-styles-var-2 .wire-frame .right-text-area textarea {
        border: 1px solid #707070;
        margin: 0 !important;
        height: calc(100% - 75px) !important;
    }

    .custom-styles-var-2 .wire-frame .right-text-area button {
        float: right;
        width: auto;
        padding: 7px 25px;
        border-radius: 4px;
        border: 1px solid #fff;
        background: #fff;
        margin-top: 20px;
    }

.custom-styles-var-2 .wire-frame table tbody, .custom-styles-var-2 .wire-frame table tfoot {
    background: none;
    border: none;
}

.custom-styles-var-2  .wire-frame table thead {
    background: #B2B2B2;
    border: none;
}

    .custom-styles-var-2 .wire-frame table thead th, .custom-styles-var-2 .wire-frame table tr td {
        padding: 10px;
        border: none;
    }

.custom-styles-var-2 table tbody tr:nth-child(even) {
    background: none;
}


.custom-styles-var-2 .wire-frame table tr td:last-child {
    padding-right: 0;
}

.custom-styles-var-2 .wire-frame table thead th sup {
    color: #B73434;
}

.custom-styles-var-2 .wire-frame table .form-control select {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px 40px 0px 15px;
    max-height: 38px;
    line-height: 1;
}

.custom-styles-var-2 .wire-frame table input {
    padding: 16px !important;
    margin: 0 !important;
    vertical-align: top;
    display: inline-block;
    border-color: #707070;
}

.custom-styles-var-2 .wire-frame table .form-control {
    display: inline-block;
    width: auto;
    margin: 0 !important;
}

    .custom-styles-var-2 .wire-frame table .form-control:before {
        top: 16px;
    }

.custom-styles-var-2 .wire-frame .info-table-title h3, .custom-styles-var-2 .wire-frame .info-table-title small, .custom-styles-var-2 .wire-frame .info-table-title span, .custom-styles-var-2 .wire-frame .info-table-title button {
    display: inline-block;
    margin-right: 20px;
}

.custom-styles-var-2 .wire-frame .info-table-title sup {
    color: #B73434;
}

.custom-styles-var-2 .wire-frame .info-table-title h3 {
    color: #fff;
    font-size: 32px;
}

.custom-styles-var-2 .wire-frame .info-table-title small {
    font-size: 18px;
    color: #fff;
}

.custom-styles-var-2 .wire-frame .info-table-title span {
    display: inline-block !important;
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 5px 7px;
    width: auto !important;
}

.custom-styles-var-2 .wire-frame .info-table-title button {
    background: url(../../img/btn-loader.png) no-repeat center left 10px, #fff;
    background-size: 22px;
    border: 1px solid #fff;
    padding: 12px 15px 10px 40px;
    border-radius: 50px;
    display: inline-block !important;
    width: auto;
    color: #347BB7;
    font-size: 18px;
}

.custom-styles-var-2 .wire-frame .table-striped {
    max-width: 730px;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
}

    .custom-styles-var-2  .wire-frame .table-striped tbody tr:nth-of-type(odd) {
        background: #fff;
    }

    .custom-styles-var-2  .wire-frame .table-striped tbody tr {
        border-bottom: 1px solid #C4C4C4;
    }

        .custom-styles-var-2 .wire-frame .table-striped tbody tr td:first-child {
            padding: 10px;
        }

        .custom-styles-var-2 .wire-frame .table-striped tbody tr:nth-of-type(even) {
            background: #f2f2f2;
        }

.custom-styles-var-2 .wire-frame .specification {
    max-width: 450px;
}

    .custom-styles-var-2 .wire-frame .specification .form-control:after {
        content: '';
        position: absolute;
        height: 60px;
        width: 1px;
        background: #707070;
        top: 0;
        right: 60px;
    }

    .custom-styles-var-2 .wire-frame .specification.temperature .form-control:before, .custom-styles-var-2 .wire-frame .specification.water .form-control:before {
        content: 'C';
        background: none;
        width: 5px;
        height: 5px;
        border: 1px solid #707070;
        border-radius: 50%;
        right: 32px;
        font-size: 25px;
        top: 18px;
        line-height: 1;
    }

    .custom-styles-var-2  .wire-frame .specification.water .form-control:before {
        content: '%';
        border: none;
    }

    .custom-styles-var-2 .wire-frame .specification.time-mins .form-control:before {
        content: 'Minutes';
        background: none;
        width: auto;
        right: 3px;
        font-size: 14px;
    }

    .custom-styles-var-2 .wire-frame .specification.time-mon .form-control:before {
        content: 'Months';
        background: none;
        width: auto;
        right: 5px;
        font-size: 14px;
    }

    .custom-styles-var-2 .wire-frame .specification.factory .form-control:before, .custom-styles-var-2  .wire-frame .specification.factory .form-control:after {
        content: none;
    }

    .custom-styles-var-2 .wire-frame .specification .form-control input {
        margin: 0;
        border: none;
        padding: 3px;
        height: 30px;
    }
.custom-styles-var-2  .floatlabel-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.custom-styles-var-2 .wire-frame .confirmation {
    border-top: 1px solid #fff;
    background: #408946;
    max-width: calc(100% - 50px);
    margin-top: -16px;
    margin-left: 15px;
    padding: 15px 30px 0 !important;
}

    .custom-styles-var-2 .wire-frame .confirmation h3 {
        font-size: 25px;
        color: #fff;
        font-weight: 400;
    }

.custom-styles-var-2 .wire-frame .end-btns {
    background: #408946;
    max-width: calc(100% - 50px);
    margin-left: 15px;
}

    .custom-styles-var-2 .wire-frame .end-btns button {
        width: 130px;
        display: inline-block;
        margin-right: 20px;
        background: none;
        box-shadow: none;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 6px;
        margin-bottom: 30px;
    }

.custom-styles-var-2 .wire-frame .back {
    background: url(../../img/prev.png) no-repeat left 10px center !important;
    background-size: 30px !important;
}

.custom-styles-var-2 .wire-frame .next {
    background: url(../../img/next.png) no-repeat right 10px center !important;
    background-size: 30px !important;
}

.custom-styles-var-2 .col-12.py-3 {
    padding: 30px 0;
}

.custom-styles-var-2 .wire-frame .card .card-header h5 {
    border: none;
    margin-top: 15px;
}

    .custom-styles-var-2 .wire-frame .card .card-header h5:after, .custom-styles-var-2 .wire-frame h4:after, .custom-styles-var-2 .wire-frame h3:after, .custom-styles-var-2  .wire-frame h2:after {
        content: none;
    }

.custom-styles-var-2 .search-form {
    float: right;
    width: 400px;
    position: relative;
    margin-bottom: 0;
    margin-top: 15px;
}

    .custom-styles-var-2  .search-form input {
        border: 1px solid #707070 !important;
        border-radius: 50px;
        box-shadow: none !important;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px !important;
        height: 40px !important;
    }

    .custom-styles-var-2 .search-form button {
        position: absolute;
        top: 6px;
        right: 15px;
        width: 20px;
    }

.custom-styles-var-2 #Rejected, .custom-styles-var-2 #new-ingredients {
    display: none;
}

    .custom-styles-var-2 #new-ingredients h4 {
        font-size: 26px;
        font-weight: bold;
        color: #000;
        margin: 0 0 10px;
    }
    .custom-styles-var-2 #new-ingredients .label-floatlabel {
        display: none !important;
    }
.custom-styles-var-2 .ingredients #new-ingredients table tr.add-new td.text-center:nth-last-child(1), .custom-styles-var-2 .ingredients #new-ingredients .add-new td span {
    vertical-align: middle;
}
.custom-styles-var-2 .ingredients #new-ingredients .add-new td span {
    margin-bottom: 0;
}
.custom-styles-var-2 #new-ingredients h4:after {
    content: none;
}
.custom-styles-var-2 .modal-dialog {
    max-width: 990px;
    margin-top: 7.5rem;
}
    .custom-styles-var-2 .modal-dialog h5 {
        color: #fff;
        text-align: center;
        width: 100%;
    }
        .custom-styles-var-2 .modal-dialog h5:after {
            content: none;
        }
.custom-styles-var-2 .modal-header {
    background: #408946;
}
.custom-styles-var-2 .modal.show .modal-dialog {
    border-radius: 10px;
    overflow: hidden;
}
.custom-styles-var-2 .modal-content {
    border: none;
}
.custom-styles-var-2 .modal-footer {
    text-align: center;
    border: none;
    padding-bottom: 50px;
}
    .custom-styles-var-2 .modal-footer button {
        margin: auto;
    }
        .custom-styles-var-2 .modal-footer button:first-child {
            margin-right: 10px;
        }
        .custom-styles-var-2 .modal-footer button:last-child {
            margin-left: 10px;
        }
    .custom-styles-var-2 .modal-footer button {
        border-radius: 0;
        border: 1px solid #000;
        background: none;
        color: #000;
        min-width: 120px;
    }
        .custom-styles-var-2 .modal-footer button:hover {
            border-radius: 0;
            border: 1px solid #000;
            background: none;
            color: #000;
        }
.custom-styles-var-2 .modal-content p {
    font-size: 20px;
    margin-bottom: 15px;
}
.custom-styles-var-2 .modal-content ul li {
    font-size: 20px;
    padding: 10px 0;
}
    .custom-styles-var-2 .modal-content ul li span {
        width: 200px;
        display: inline-block;
        font-weight: bold;
    }
.custom-styles-var-2 .modal-body {
    padding: 50px 100px;
}
.custom-styles-var-2 .reason-reject {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}
    .custom-styles-var-2 .reason-reject label {
        color: #7B7B7B;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .custom-styles-var-2 .reason-reject textarea {
        box-shadow: none;
        resize: none;
    }
.custom-styles-var-2 .conformaiton-dialog {
    position: fixed;
    top: 50px;
    right: 50px;
    background: #F0F0F0;
    border: 1px solid #707070;
    padding: 15px;
    min-width: 600px;
    z-index: 1001;
}
    .custom-styles-var-2 .conformaiton-dialog img {
        float: left;
        margin-right: 15px;
    }
    .custom-styles-var-2 .conformaiton-dialog p {
        margin-bottom: 0;
    }
/* Red */
.custom-styles-var-2 .danger {
    border-color: #f44336;
    color: red;
}
.custom-styles-var-2 .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none !important;
    border-radius: 0 !important;
}
.custom-styles-var-2 .select2-container {
    width: calc(100% + 23px) !important;
    border: none !important;
    margin-left: -12px;
    border-radius: 0 !important;
}
.custom-styles-var-2 .field-validation-error {
    color: #B20000 !important;
    background: none !important;
    padding: 0 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-top: -15px;
    display: none !important;
}
.custom-styles-var-2 .select2-container--default .select2-selection--multiple .select2-selection__choice, .custom-styles-var-2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .custom-styles-var-2 .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    background: #7c7c7c !important;
    background-color: #7c7c7c !important;
    color: #fff !important;
    border: none !important;
}
.custom-styles-var-2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
}
.custom-styles-var-2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 7px !important;
}
.custom-styles-var-2 .select2-container {
    margin-left: -12px !important;
}
.custom-styles-var-2 .select2-container--open .select2-dropdown {
    left: 12px !important;
}
.custom-styles-var-2 .select2-container--default .select2-selection--multiple {
    border: none !important;
    border-radius: 0 !important;
}
.custom-styles-var-2 .modal-content p {
    color: #000 !important;
    font-size: 16px;
}
.custom-styles-var-2 .input-validation-error::placeholder {
    color: #B20000;
}
.custom-styles-var-2 .editor-field .input-validation-error ~ .editor-label label {
    color: #B20000;
}
.custom-styles-var-2 .modal.show .modal-dialog {
    margin-top: 150px;
}
.custom-styles-var-2 .error.form-control {
    border: 1px solid #B20000 !important;
}
    .custom-styles-var-2 .error.form-control label {
        color: #B20000 !important;
    }
    .custom-styles-var-2 .error.form-control select {
        border: none !important;
        box-shadow: none !important;
    }
.custom-styles-var-2 .label-floatlabel {
    display: none !important;
}
.custom-styles-var-2 .editor-field {
    margin-top: -18px;
    margin-left: -12px;
    width: calc(100% + 24px);
    background: none !important;
    position: relative;
    z-index: 1;
}
.custom-styles-var-2 .floatlabel-wrapper {
    width: 100%;
}
.custom-styles-var-2 .editor-field input:not([type="checkbox"]):not([type="radio"]) {
    background: none !important;
    padding: 0 10px !important;
    border: none !important;
    height: 58px !important;
    box-shadow: none !important;
    width: 100% !important;
}
.custom-styles-var-2 .editor-field textarea {
    background: none !important;
    border: none !important;
    resize: none;
}
.custom-styles-var-2 .discription .editor-label label, .custom-styles-var-2 .editor-label label {
    position: relative;
    z-index: 2;
}
.custom-styles-var-2 #collapseTwo .editor-field {
    margin-left: 0;
    width: 100%;
}
.custom-styles-var-2 input#iConfirmThatAllGivenInformationIsCompleteAndCorrect {
    width: auto !important;
    height: auto !important;
}
.custom-styles-var-2 .tabs-inner {
    display: block;
}
    .custom-styles-var-2 .tabs-inner .ul, .custom-styles-var-2 .tabs-inner li {
        display: inline-block;
        padding: 0;
        margin: 0;
    }
    .custom-styles-var-2 .tabs-inner li {
        padding-right: 30px;
    }
        .custom-styles-var-2 .tabs-inner li a {
            color: #000;
            font-size: 20px;
            text-decoration: none !important;
        }
        .custom-styles-var-2 .tabs-inner li.active a {
            font-weight: 500;
            border-bottom: 2px solid #000;
        }
.custom-styles-var-2 .confirmation .label-floatlabel {
    display: block !important;
}
.custom-styles-var-2 .checkbox-list-container .editor-field {
    margin-top: 15px;
}
.custom-styles-var-2 .checkbox-list-bg .checkboxlist {
    background: none !important;
}
.custom-styles-var-2 .checkbox-list-bg .editor-label {
    display: inline-block;
    width: 210px;
}
    .custom-styles-var-2 .checkbox-list-bg .editor-label label {
        font-weight:300;
    }
.custom-styles-var-2 .checkbox-list-bg .editor-field {
        display: inline-block;
        width: calc(100% - 250px);
        vertical-align: top;
        padding-left: 30px;
        margin-top: 0;
    }
.custom-styles-var-2 .checkbox-list-bg .editor-field label {
    font-size:16px;
    font-weight:500;
}
.custom-styles-var-2 .specification-section .floatlabel-wrapper {
    background: #fff;
    height: 52px;
    margin-bottom:15px;
}
    .custom-styles-var-2 .specification-section .floatlabel-wrapper label {
        display: block !important;
        opacity: 1 !important;
        position: static !important;
        color: #000 !important;
        padding-left: 5px;
        font-weight: 500 !important;
        font-size:15px;
        padding-top:5px;
    }
.custom-styles-var-2 .specification-section .editor-field input:not([type="checkbox"]):not([type="radio"]) {
height:32px !important;
color:#000 !important;
}
.custom-styles-var-2 .specification-section .dropdownlist {
    margin-bottom:20px;
}
    .custom-styles-var-2 .specification-section .dropdownlist label {
        color: #000;
        font-size: 15px;
        top: 15px;
        font-weight: 500 !important;
        left:-4px;
    }
    .custom-styles-var-2 .specification-section .dropdownlist select {
        padding-left:5px !important;
    }
    .custom-styles-var-2 .specification-section .editor-field .help-block {
        max-height: 52px !important;
        padding: 15px 20px !important;
    }

.add-meal-container .umbraco-form-container-36 .editor-field .help-block{
    background:none !important;
}
/* 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;
}

#output {
    border: 1px dashed #000;
    height: 226px;
    width: 100%;
    margin-top: -290px;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.intolerent {
    margin-top: 50px;
}

    .intolerent label {
        display: block !important;
        font-weight: 400;
    }

.intolerent .editor-container {
    margin-top:20px;
} 
