﻿.header-row {
    white-space: nowrap;
}
#menu-container {
    height: 650px;
    max-width: 1070px;
    margin: 0 auto;
}
.menu-product-col {
    width: 138px;
    float: left;
    height: 100%;
    white-space: normal;
    margin-right: 10px;
}
.menu-header-container {
    width: 100%;
    max-height: 90px;
    overflow-x: auto;
    margin-bottom: 10px;
}
.menu-products-container {
    overflow-y: auto;
    width: 102%;
    height: 630px;
}
.menu-weeks-row{
    margin-right: 0px !important;
}
.menu-scroll-container {
    overflow-y: auto;
    height: fit-content;
    max-height: 90px;
}
.menu-control-buttons{
}
.menu-product-text {
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--White, #ffffff);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 10px auto 0 auto;
}
.menu-add-text {
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--Iris_Primary, #24303b);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 30px auto 0 auto;
}

.week-header {
    box-sizing: border-box;
    height: 38px;
    width: 138px;
    display: inline-block;
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.week-header-unselected {
    box-sizing: border-box;
    height: 38px;
    width: 138px;
    display: inline-block;
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}
.week-header-sel {
    box-sizing: border-box;
    height: 38px;
    width: 138px;
    display: inline-block;
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: var(--Iris_Primary, #24303b);
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}
.week-text-sel {
    width: 100%;
    height: 20px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--White, #ffffff);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.week-text {
    width: 100%;
    height: 20px;
    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: 600;
    font-style: normal;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.day-text {
    width: 100%;
    height: 20px;
    overflow: visible;
    font-family: "Open Sans", sans-serif;
    color: var(--Iris_Secondary, #0b61bd);
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.menu-product {
    width: 100%;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    background-color: #1199EE;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
}
.menu-product-disabled{
    opacity : 0.4;
}

.meal-slot-add {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /*    padding: 8px 0px 0px 0px;*/
    overflow: visible;
    background: var(--LightBlue, #f5f9ff);
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 5px;
}
.tabSwitch {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
    .tabSwitch > div {
        width: 100%;
        border-radius: 10px;
        float: left;
        height: 40px;
        padding: 10px;
        background-color: lightgray;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
    }
.sel {
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.15);
    background-color: var(--White, #ffffff) !important;
    border: 1px solid lightgrey;
}
.editSlotContainer {
    height: auto;
}
.duplicateMenuContainer {
    height: auto;
}
.selectColour {
    width: 100%;
    margin-top: 40px;    
}
.set-colour-text {
    margin-bottom: 5px;
}
.colour-block {
    border-radius: 4px;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 5px;    
    cursor: pointer;
}
.sel-colour {
    border: 2px solid #000000 !important;
}
.slot-icon {
    height: 20px;
    width: 20px;
    margin-top: 8px;
    background-image: url(../images/shopping-bag.svg);
    background-size: 100%;
}
.delete-slot-icon {
    position: absolute;
    left: 2px;
    height: 20px;
    width: 20px;
    z-index: 5;
    background-image: url(../images/cross-white.svg);
    background-size: 100%;
}

.deleteWeek{
    fill: black;
}

.show-weekends {
    width: 192px !important;
}

.enabled-for-pre-order-text {
    left: 45px;
    position: absolute;
}

.disabled-menu-item {
    height: 35px;
    width: 35px;
}