﻿#add-mealdeal-modal {
    height: 650px;
    width: auto;    
    overflow-y: auto;
}
#choice-product-selection {
    width: 100%;
    height: 350px;
    overflow-y: auto;
}
#stage-row {
    width: 100%;
    height: 40px;
    cursor: pointer;
}
#stages-wrapper {
    height: 100%;
    margin: 0 auto;
    display: table;
}
.stage-div {
    height: 100%;
    width: 164px !important;
    display: inline-block;
    margin-right: 30px;
    overflow: visible;
    position: relative;
    text-align: center;
}
.choice-product-item {
    border: 1px solid var(--BorderGrey, #cccccc);
    height: 40px;
    padding-left: 35px;
    padding-top: 8px;
}
.stage-text {
    width: 164px !important;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
}
.stage-bar {
    width: 164px !important;
    height: 10px;
    overflow: visible;
    background: var(--Grey_Light_3, #e3e3e3);
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
}
.stage-selected {
    background: var(--HighlightBlue, #0099ff) !important;
}
.stage-completed {
    background: var(--Success, #688f24);
}

#mealdeal-wizard-content {
    box-sizing: border-box;
    width: 100%;
    height: 75%;
    margin-top: 30px;
    padding: 20px;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid var(--BorderGrey, #cccccc);
}

#product-wizard-content {
    box-sizing: border-box;
    width: 100%;
    height: 380px;
    padding: 20px;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid var(--BorderGrey, #cccccc);
}

.delete-option-image {
    position: absolute;
    bottom: 6px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#addProductModal {
    width: 100%;
}
#addProductWarnings, #editProductWarnings {
    height: 240px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.product-tab {
    width: 120px;
    height: 36px;
    display: inline-block;
    text-align: center;
    padding: 8px 16px 0px 16px;
    background: var(--White, #ffffff);
    border-radius: 10px 10px 0 0;
    border-style: solid;
    border-color: #ccc;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    font-family: "Open Sans", sans-serif;
    color: var(--Iris_Primary, #24303b);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
}
.product-tab-selected
{
    background: var(--Iris_Primary, #24303b) !important;
    color: var(--White, #ffffff) !important;
}
#discount-div {
    height: 100%;
    width: 300px;
    overflow: visible;
}
.discount-freemeal-text {
    display:table;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--Iris_Primary, #24303b);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
}
#mealdeal-wizard-content label {
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--Text_Primary, #242424);
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
}

#add-options-container {
    box-sizing: border-box;
    width: 100%;
    height: 137px;
    padding: 16px;
    overflow: visible;
    background: var(--Grey_Light_1, #f7f8fa);
    border-radius: 4px;
    border: 1px solid var(--BorderGrey, #cccccc);
}
#display-options-container {
    box-sizing: border-box;
    width: 100%;
    padding: 16px;
    overflow-y: auto;
    background: var(--White, #ffffff);
    border-radius: 4px;
    border: 1px solid var(--BorderGrey, #cccccc);
}
#add-options-text {
    font-family: "Open Sans", sans-serif;
    color: #24303B;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.5;
    font-weight: 700;
    font-style: normal;
}
#add-option {
    position: absolute;
    bottom: 0px;
}
.lets-add-products {
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    color: #24303B;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
}
.add-products-option {
    bottom: 9px;
    position: absolute;
}
.choice-product {
    height: 32px;
    overflow: visible;
    background: var(--Purple, #93328e);
    border-radius: 4px;
    position: relative;
    display: inline-block;
    padding: 10px;
    padding-right: 30px;
    margin-top: 5px;
}
.choice-product-text {
    font-family: "Open Sans", sans-serif;
    color: var(--White, #ffffff);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
}
.choice-product-icon {
    height: 18px;
    width: 18px;
    position: absolute;
    right: 4px;
    bottom: 10px;
    cursor: pointer;
}
.existing-price-div {
    box-sizing: border-box;
    width: 100%;
    height: 191px;
    display: flex;
    padding: 16px;
    overflow: visible;
    background: var(--White, #ffffff);
    border-radius: 6px;
    border: 1px solid var(--BorderGrey, #cccccc);
    flex-direction: column;
}
.price-title {
    height: 24px;
    overflow: hidden;
    font-family: "Open Sans", sans-serif;
    color: #24303B;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.5;
    font-weight: 700;
    font-style: normal;
    padding: 0px 10px 25px 0px;
}
#mealdeal-warnings-div {
    box-sizing: border-box;
    width: 100%;
    max-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px;
    overflow-y: auto;
    border-radius: 4px;
    border: 1px solid var(--BorderGrey, #cccccc);
}
.mealdeal-warning-div {
    width: 25%;
    display: inline-block;
}
.mealdeal-warning-text {

    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--Iris_Primary, #24303b);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}

.add-pricing {
    box-sizing: border-box;
    width: 100%;
    height: 236px;
    padding: 16px;
    overflow: visible;
    background: var(--Grey_Light_1, #f7f8fa);
    border-radius: 6px;
    border: 1px solid var(--BorderGrey, #cccccc);
}
.includes-tax-div {
    padding-top: 12px;
    display: flex;
    align-content: center !important;
    align-items: center;
    justify-content: center;
}
.deal-actions {
    width:300px;
    float:right;
    margin-right:50px;
}
.deal-back {
    background: white;
    border: 1px solid blue;
    color: blue;
    width: 40%;
    margin-right: 20px;
}
.deal-next {
    background: var(--Iris_Primary, #24303b);
    color: white;
    width: 40%;
}
.action-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pricing-disabled {
    z-index: 100;
    cursor: not-allowed;
    opacity: .8;
}

.deal-container {
    border: 1px solid var(--BorderGrey, #cccccc);
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding-top: 20px;
    margin-top: 30px;
}
.meal-deal-card {
    box-sizing: border-box;
    height: 237px;
    width: 300px;
    cursor: pointer;
    display: inline-block;
    align-items: center;
    padding: 12px 18px 0px 18px;
    background: var(--White, #ffffff);
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.meal-deal-title-text {
    height: 18px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--Iris_Primary, #24303b);
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}
.meal-deal-top {
    width: 100%;
    height: 26px;
    align-items: center;
    overflow: visible;
}
.meal-deal-middle {
    box-sizing: border-box;
    width: 100%;
    height: 106px;
    align-items: center;
    padding: 8px 12px 12px 12px;
    overflow: visible;
    background: var(--Grey_Light_1, #f7f8fa);
    border-radius: 4px;
    border: 1px solid var(--BorderGrey, #cccccc);
}
.meal-deal-bottom {
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}
.meal-deal-option {
    width: 100%;
    height: 24px;
    overflow: visible;
}
.meal-deal-option-text {
    width: 70%;
    height: 100%;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--Text_Primary, #242424);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
}
.meal-deal-option-count {
    height: 22px;
    width: 22px;
    text-align: center;
    float: right;
    overflow: visible;
    background: var(--Purple, #93328e);
    border-radius: 20px;
}
.meal-deal-option-count-text {
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--White, #ffffff);
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    padding-top: 4px;
}

#edit-meal-deal-btn {
    height: 40px;
    width: 80px;
    border-radius: 5px;
    color: grey;
    border: 2px solid lightgrey;
}

.category-select-scroll {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-left: 3px;
}

.category-scroll-container {
    width: 100%;
    height: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 10px;
}

.price-scroll-container {
    width: 100%;
    height: 350px;
}

.price-edit-scroll {
    height: 100%;
    overflow: auto;
}
.price-edit-scroll-multi {
    height: 500px;
    overflow: auto;
}

.price-placeholder{
    width:inherit;
    text-align:center;
    margin-top:60px;
}

.warnings-column {
    padding-right: 0px !important;
}

.category-warning-container{
    height: 93%;
}

.tabBarProduct div {
    overflow: hidden;
    display: table;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

    .tabBarProduct button {
        display: inline-block;
        cursor: pointer;
        transition: 0.3s;
        width: 33.3333%;
        height: 36px;
        justify-content: center;
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
        color: var(--Primary, #24303b);
        align-items: center;
        border: 1px solid lightgrey;
        padding: 0px 16px 0px 16px;
        border-radius: 10px 10px 0 0;
        background: var(--White, #ffffff);
    }

.delete-meal-deal-btn {
    height: 40px;
    width: 120px;
    border-radius: 5px;
    color: grey;
    border: 2px solid lightgrey;
}

.delete-price-image {
    position: absolute;
    bottom: 6px;
    right: 20px;
    height: 25px;
    cursor: pointer;
}

.includes-tax-div-price-modal {
    padding-top: 40px;
    display: flex;
    align-items: center;
}

.includes-tax-label {
    margin-top: 10px;
    margin-bottom: 0px !important;
}

.product-import-top-row{
    margin-bottom: 15px;
}

.availableAsFSMcol {
    margin-top: 30px;
}
#customerType.form-control {
    appearance: menulist !important;
}
#purchaseType.form-control {
    appearance: menulist !important;
}
#pricing.form-control {
    appearance: menulist !important;
}