/* Login page */
.loginInner {
    background: #fff;
    padding: 20px 20px 0;
    min-height: 237px;
    position: relative;
    z-index: 5
}

    .loginInner .inputText {
        margin-bottom: 15px;
        min-height: 35px !important;
    }

.errorInField {
    border: 1px solid #f00 !important;
}

.loginInner h1 {
    color: #fff;
    font-size: 31.5px;
}

.loginInner label {
    color: #fff;
}

.loginMar {
    margin-left: 24px;
    font-size: 13px;
}

.loginInner .input-prepend {
    width: 93%;
    margin-bottom: 0
}

    .loginInner .input-append .add-on, .loginInner .input-prepend .add-on {
        background-color: #585858;
        width: 20px;
        height: 25px;
        line-height: 25px;
        border-right: 1px solid #d3d3d3
    }

.loginInner .validationMessage {
    color: #f00;
    font-size: 11px;
    margin-top: -25px;
    display: block;
    margin-left: 30px;
    height: 30px;
    line-height: 30px
}

.brand-on-login {
    display: block;
    width: 236px;
    position: relative;
    z-index: 10;
    height: 129px;
    margin-left: 15%;
    top: 25px;
    float: left
}

.loginInner input[type=text], .loginInner input[type=password] {
    background: rgba(224,224,224,0.65);
    border: none;
    border-radius: 0 4px 4px 0;
    width: 93%
}

.loginInner .k-combobox {
    -webkit-border-radius: 0 4px 4px 0 !important;
    -moz-border-radius: 4px 4px 4px 4px !important;
    border-radius: 0 4px 4px 0 !important
}

.loginInner form {
    margin-bottom: 35px
}

.loginButtonWrap .btn-login {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #5ec900;
    cursor: pointer;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

    .loginButtonWrap .btn-login:hover {
        background: #F37820
    }

.logo {
    padding: 50px 0 0
}

.loginFormWrap .k-combobox {
    margin: 0 0 25px 0
}

    .loginFormWrap .k-combobox .k-icon {
        margin-top: 10px
    }

.selType {
    -webkit-border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
    font-size: 13px !important
}

.customModel .add-on {
    background-color: #585858;
    border-right: 1px solid #D3D3D3;
    height: 35px;
    line-height: 35px;
    width: 30px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    text-shadow: 0 1px 0 #FFFFFF;
    border-right: 1px solid #D3D3D3
}

.customModel .icon-group {
    background: url(../images/icngroup.png) 0 0 no-repeat;
    width: 20px;
    height: 15px;
    margin: 0 0 0 5px
}

.customModel .k-dropdown-wrap.k-state-default {
    border: none !important
}

.customModel .k-select {
    background: none;
    border: none;
    background-image: none !important;
    background: none repeat scroll 0% 0% rgba(224, 224, 224, 0.65);
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 0 4px 4px 0
}

.customModel .k-icon {
    margin-top: 10px
}

.loginInner .customModel {
    margin-bottom: 15px !important
}

    .loginInner .customModel .inputText {
        margin: 0;
        min-height: 30px !important
    }

.k-dropdown-wrap {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important
}

.loginInner .k-dropdown-wrap.k-state-default {
    padding-bottom: 0
}

.loginInner form {
    margin-bottom: 0
}

#content .footerLine {
    color: #666;
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    text-align: center;
    display: block;
    width: 88%
}

.infoBox h4 {
    color: #DE621A;
    font-size: 20px;
    margin-bottom: 10px
}

.infoBox .infoContent {
    max-height: 135px;
    overflow-y: auto;
    color: #666;
    margin-bottom: 10px;
    font-size: 12px
}

.infoBox a.upcomingjiraLink {
    color: #DE621A;
    background: url(../images/mLinkArrowLeft.png) 0 3px no-repeat;
    padding-left: 15px
}

.infoBox a.moreLink {
    color: #DE621A;
    float: right;
    background: url(../images/mLinkArrow.png) 100% 3px no-repeat;
    padding-right: 15px
}

.loginInner {
    width: 300px;
    margin: 0 auto
}

/* CSS added specifically for Culinary suite purpose - Menu PLanner - 12March */
.menuPlanner #applicationHost {
    max-width: 1390px;
    margin: 0 auto;
    width: 100%;
}

.menuPlanner .brand-on-login {
    top: 0;
    margin: 0;
}

.menuPlanner .logo {
    overflow: hidden;
    padding: 0;
    float: left;
    height: 80px;
    max-width: 80px
}

.menuPlanner .span6.threeCol.r-float.rgt {
    margin-right: 0;
    width: 80%;
}

.menuPlanner .span12.mrgleft0 {
    overflow: hidden;
    width: 100%;
    padding-top: 7px;
    _background: #f6f6f6;
    box-shadow: 0px 0px 10px 0px #e1e1e1;
    padding-left: 3px;
    padding-right: 3px;
}

.menuPlanner .span12 .showScreen {
    width: 100%;
    cursor: pointer;
}

.menuPlanner .formItemRow {
    padding: 0;
}

.menuPlanner .span6.threeCol.r-float.rgt {
    width: 90%;
}

.menuPlanner #applicationHost > div > div > div.page-host > div > div.span12.mrgleft0 > div:nth-child(3) > div:nth-child(1) {
    height: 690px;
    margin-top: 10px;
}

.menuPlanner .navMenuDate {
    padding: 0px;
    border-radius: 30%;
    position: relative;
    left: 1px;
    font-weight: 600;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0;
}

.menuPlanner .preLogin .brand-on-login {
    height: 95px;
}

.menuPlanner .span2.lft .span12 {
    width: 97%;
    margin-left: 0;
    padding: 5px;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    height: 336px;
    box-sizing: border-box;
    box-shadow: 0 0px 6px 0;
}

    .menuPlanner .span2.lft .span12 > table > tbody tr {
        width: 100%;
        float: left;
    }

    .menuPlanner .span2.lft .span12 > table {
        display: block;
    }

        .menuPlanner .span2.lft .span12 > table > tbody {
            overflow-y: auto;
            display: block;
            height: 275px;
            overflow-x: hidden;
            margin-top: 10px;
        }

            .menuPlanner .span2.lft .span12 > table > tbody::-webkit-scrollbar {
                width: 0.5em;
            }

            .menuPlanner .span2.lft .span12 > table > tbody::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
                border-radius: 10px;
            }

            .menuPlanner .span2.lft .span12 > table > tbody::-webkit-scrollbar-thumb {
                background-color: darkgrey;
                outline: 1px solid slategrey;
                border-radius: 10px;
            }

.extraallergen_dieatery .allergendtls_outer .allergenNames::-webkit-scrollbar {
    width: 1em;
}

.extraallergen_dieatery .allergendtls_outer .allergenNames::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.extraallergen_dieatery .allergendtls_outer .allergenNames::-webkit-scrollbar-thumb {
    background-color: #f8aa00;
    outline: 1px solid slategrey;
    border-radius: 10px;
}

.menuPlanner .calContainer.maincalContainer .heading {
    font-weight: 600;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
    border-bottom: 1px solid #979797;
    padding-top: 3px !important;
}

.menuPlanner #Print {
    float: right;
    margin-right: 20px;
}

.menuPlanner .formItemRow .print_pdf {
    position: relative;
    top: 23px;
    padding: 3px 20px;
    background-image: url(../images/icn-print.png);
    background-repeat: no-repeat;
    background-position: 25%;
    outline: 0;
}

    .menuPlanner .formItemRow .print_pdf .iconPrint {
        background: none;
    }

.menuPlanner .arrowMenuBk, .menuPlanner .arrowMenuNxt {
    width: 20px !important;
    background: url(../images/icon_arrowL.png) no-repeat !important;
    outline: 0;
}

.menuPlanner .arrowMenuNxt {
    transform: rotate(180deg);
    position: relative;
    top: -2px;
    left: 0px;
    background-position-y: 3px !important
}

.menuPlanner .month-pre-nxt .arrowMenuNxt {
    transform: rotate(180deg);
    position: relative;
    top: -9px;
    left: 10px;
}


.menuPlanner .next-week-selector.arrowMenuNxt:disabled, .menuPlanner .arrowMenuBk:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.menuPlanner .menuItem a {
    width: 90%;
    text-decoration: none;
}

.menuItem a span:hover {
    text-decoration: underline;
}

.menuPlanner .logo img {
    width: 23%;
    position: relative;
    top: 25px;
    left: 5%;
}

.menuPlanner .span12.mrgleft0 .span2.lft {
    width: 12%;
    margin-left: 0;
    margin-right: 8px;
}

.menuPlanner div > div.span12.mrgleft0 > div:nth-child(3) {
    float: right !important;
    margin-right: 5px !important;
    width: 12.5% !important;
}

.menuPlanner .span12 th {
    font-size: 16px;
    padding-bottom: 8px;
    color: #4A4A4A;
    width: 30%;
    text-align: center;
}

.menuPlanner .span12 td {
    font-size: 11px;
    position: relative;
    top: -2px;
    right: 0;
    display: initial;
}

.menuPlanner .span12 .dtEven {
    width: 80px !important;
    float: left;
    line-height: normal;
}

.menuPlanner .chkBoxAllergen, .menuPlanner .chkBoxDietary {
    position: relative;
    margin-right: 5px;
    top: 0;
    float: left;
}

.menuPlanner .chkBoxAllergenDietary {
    width: 0.93rem;
    border: 1px solid #9B9B9B;
    height: 0.93rem;
    margin-right: 1px;
    border-radius: 3px;
    margin-top: 3px;
    float: left;
}

.menuPlanner .chkBoxAllergen, .menuPlanner .chkBoxDietary {
    position: relative;
    margin: 0;
    top: -2px;
}

.menuPlanner .chkBoxAllergen, .menuPlanner .chkBoxDietary {
    position: relative;
    margin-right: 5px;
    top: 2px;
    float: left;
}

.menuPlanner .page-host {
    background: #ffffff;
    /*background: linear-gradient(#ffeb0008, #ffe000);
     background: -moz-linear-gradient(top, #fff, #ffe000);
     height: 93px;
    */
}
/*
.menuPlanner .formItemRow .span6 {
    margin-left: 0;
}
*/
.menuPlanner .uploadImage {
    width: 30px;
    border-radius: 50%;
    float: right;
}

.menuPlanner div > div.span12.mrgleft0 > div:nth-child(3) > div:nth-child(1) {
    height: 703px;
}

.menuPlanner div > div.span12.mrgleft0 > div:nth-child(3) > div:nth-child(1), .menuPlanner div > div.span12.mrgleft0 > div:nth-child(3) > div:nth-child(2), .menuPlanner div > div.span12.mrgleft0 > div:nth-child(3) > div:nth-child(3) {
    float: right;
}

.menuPlanner .threeCol .span4 {
    width: 25%;
    margin-left: 0;
}

.menuPlanner .formItemRow .k-widget {
    width: 78%;
}

.menuPlanner {
    max-width: 1360px;
    margin: 0 auto;
    float: none;
}

html, body {
    height: auto;
}

.menuPlanner .productRrcipeDetail .prd_submenu {
    float: left;
    color: #f7a830;
    font-size: 14px;
    font-weight: 600;
}

.creationmenubuilder_receipe .productRrcipeDetail .prd_submenu label .productRrcipeDetail .prd_submenu span {
    margin-left: 11px;
}

.menuPlanner .productRrcipeDetail .prd_submenu label {
    float: left;
    font-size: 10px;
}

.creationmenubuilder_receipe .productRrcipeDetail .prd_submenu label {
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    width: 90px;
    text-align: left;
}
/*#applicationHost > div > div > div.page-host > div > div > div.span12.mrgleft0 > div:nth-child(3) > div:nth-child(1) > div > div:nth-child(1) > label {
     float: none;
}
*/
.creationmenubuilder_receipe .productRrcipeDetail .prd_submenu span {
    font-size: 14px;
    float: right;
    margin-left: 10px;
}

.menuPlanner .productRrcipeDetail .prd_submenu {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.menuPlanner .span2.lft .span12 .productRrcipeDetail .prd_img {
    width: 50px;
    margin: auto;
}

.nutrientsDetails1 .nutridetailsname1 {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #913108;
}

.nutrientsDetails1 .nutridetailsvalue1 {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.menuPlanner .span2.lft .span12 .productRrcipeDetail .menuplallegen {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.menuPlanner .span2.lft .span12 .productRrcipeDetail .allergenNames, .dietaryNames {
    font-size: 11px;
}

.menuPlanner #addWindow h5 span, .menuPlanner #recipeRatingPopupModel h5 span {
    padding: 20px;
    border-bottom: 2px solid #e1e1e1;
    color: #000;
}

.menuPlanner .productRrcipeDetail .prd_submenu span {
    font-size: 13px;
    color: #000;
    font-weight: 100;
}

.menuPlanner .durandal-wrapper #addWindow.editmodel,
.menuPlanner .durandal-wrapper #addWindowStd.editmodel,
.menuPlanner .durandal-wrapper #dietaryAllergenModal.editmodel,
.menuPlanner .durandal-wrapper #recipeDetailsPopupModel.editmodel,
.menuPlanner .durandal-wrapper #viewMenuConfirmationModal.editmodel,
.menuPlanner .durandal-wrapper #studentImageGalleryModal.editmodel,
.menuPlanner .durandal-wrapper #recipeRatingPopupModel.editmodel {
    top: 0;
    left: 5%;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    /*overflow: auto;*/
    position: absolute;
    max-height: initial;
    width: 100%;
    height: 55%;
    padding: 10px;
    line-height: 1.5;
    color: #000000;
    z-index: 10;
    margin: auto;
    text-align: center;
    max-width: 800px;
}

.menuPlanner .durandal-wrapper #studentImageGalleryModal.editmodel {
    max-width: 800px !important;
}

.menuPlanner #addWindow h5, .menuPlanner #recipeRatingPopupModel h5 {
    font-size: 21px;
    margin-top: 12px;
}

.menuPlanner .editmodel.menuPlannerRecipe h5 {
    float: right;
    width: 70%;
    text-align: center;
}

.menuPlanner .menuPlannerRecipe .span6, .menuPlannerRecipe .span12 {
    width: 95%;
    margin-left: 0;
    padding: 0;
    color: #000;
}

.menuPlanner #addWindow .receipe_rate_comment textarea, .menuPlanner #recipeRatingPopupModel .receipe_rate_comment textarea {
    height: 70px;
    padding: 5px !important;
    -webkit-appearance: none;
    box-shadow: none;
    background: #fff;
    outline: 0;
}


.menuPlanner #recipeRatingPopupModel .receipe_rate_username textarea, .menuPlanner #recipeRatingPopupModel .receipe_rate_email textarea,
.menuPlanner #productRecipeDetailsModal .receipe_rate_username textarea, .menuPlanner #productRecipeDetailsModal .receipe_rate_email textarea {
    padding: 5px !important;
    margin-bottom: 5px;
    -webkit-appearance: none;
    box-shadow: none;
    background: #fff;
    outline: 0;
    overflow: hidden;
}

.menuPlanner #addWindow .receipe_rate_username textarea, .menuPlanner #addWindow .receipe_rate_email textarea {
    height: 20px;
    padding: 5px !important;
    margin-bottom: 5px;
    -webkit-appearance: none;
    box-shadow: none;
    background: #fff;
    outline: 0;
}

.span6.recipeRating table.ratings {
    margin: 0 auto;
}

.menuPlanner #addWindow .btnauto button, .menuPlanner #recipeRatingPopupModel .btnauto button {
    margin-right: 15px;
    background: #fea500;
    color: #000;
}

    .menuPlanner #addWindow .btnauto button:hover, .menuPlanner #recipeRatingPopupModel .btnauto button:hover {
        background: green;
        color: #ffffff;
    }

.menuPlanner .durandal-wrapper #addWindow.editmodel form, .menuPlanner .durandal-wrapper #recipeRatingPopupModel.editmodel form {
    max-width: 100%;
    width: 100%;
}

.menuPlanner .durandal-wrapper #addWindow.editmodel.creationmenubuilder_receipe form, .menuPlanner .durandal-wrapper #recipeRatingPopupModel.editmodel.creationmenubuilder_receipe form {
    overflow-x: auto;
    height: auto;
}

.menuPlanner #addWindow h5 span, .menuPlanner #recipeRatingPopupModel h5 span {
    padding: 20px;
    border-bottom: 2px solid #e1e1e1;
}

.menuPlanner .editmodel.menuPlannerRecipe h5 span {
    border: none !important;
}

.menuPlanner .durandal-wrapper #addWindow.editmodel.creationmenubuilder_receipe .prd_submenu.top_details, .menuPlanner .durandal-wrapper #recipeRatingPopupModel.editmodel.creationmenubuilder_receipe .prd_submenu.top_details {
    max-width: 100%;
    float: left;
    width: 100%;
    margin-left: 15px;
}

    .menuPlanner .durandal-wrapper #addWindow.editmodel.creationmenubuilder_receipe .prd_submenu.top_details label, .menuPlanner .durandal-wrapper #recipeRatingPopupModel.editmodel.creationmenubuilder_receipe .prd_submenu.top_details label {
        width: 20%;
        font-weight: 700;
    }

    .menuPlanner .durandal-wrapper #addWindow.editmodel.creationmenubuilder_receipe .prd_submenu.top_details .colon_span, .menuPlanner .durandal-wrapper #recipeRatingPopupModel.editmodel.creationmenubuilder_receipe .prd_submenu.top_details .colon_span {
        width: auto;
        float: left;
    }

    .menuPlanner .durandal-wrapper #addWindow.editmodel.creationmenubuilder_receipe .prd_submenu.top_details span, .menuPlanner .durandal-wrapper #recipeRatingPopupModel.editmodel.creationmenubuilder_receipe .prd_submenu.top_details span {
        width: 75%;
        /*float: right;*/
        float: inherit;
        text-align: left;
        margin-bottom: 20px;
    }

.menuPlanner .span2.lft .span12 .productRrcipeDetail {
    width: 100%;
}

.productRrcipeDetail {
    float: right;
    width: 81%;
}

.menuPlanner .productRrcipeDetail .prd_submenu .colon_span {
    float: left;
    display: inline-block;
}

.productrcpsection_first, .productrcpsection_second, .productrcpsection_third {
    float: left;
    display: inline-block;
    width: 30%;
    margin-right: 18px;
}

.extraallergen_dieatery {
    float: left;
    width: 100%;
}

    .extraallergen_dieatery .allergendtls_outer .allergendtls {
        float: left;
        font-size: 14px;
        width: 100%;
        text-align: left;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .extraallergen_dieatery .allergendtls_outer .allergenNames {
        float: left;
        margin-left: 30px;
        font-size: 13px;
        overflow-y: scroll;
        /*max-height: 183px;*/
        /*max-height: 230px;*/
        overflow: auto;
        text-align: left;
        width: 90%;
        line-height: normal;
    }

    .extraallergen_dieatery .allergendtls_outer {
        float: left;
        width: 100%;
        color: #000;
        margin-top: 8px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.menuPlanner .durandal-wrapper #addWindow.editmodel.creationmenubuilder_receipe .prd_submenu, .menuPlanner .durandal-wrapper #recipeRatingPopupModel.editmodel.creationmenubuilder_receipe .prd_submenu {
    text-align: center;
    float: none;
    margin: 0 auto;
    width: 100%;
}
/*.menuPlanner .durandal-wrapper #addWindow.editmodel.creationmenubuilder_receipe label, .menuPlanner .durandal-wrapper #addWindow.editmodel.creationmenubuilder_receipe span {
     float: none;
}
*/
.menuPlanner #addWindow .menuPlannerRecipe h5, .menuPlanner #recipeRatingPopupModel .menuPlannerRecipe h5 {
    font-size: 21px;
    margin-top: 17px;
}
/*.menuPlanner .durandal-wrapper #addWindow.editmodel.creationmenubuilder_receipe form::-webkit-scrollbar {
     width: 1em;
}
 .menuPlanner .durandal-wrapper #addWindow.editmodel.creationmenubuilder_receipe form::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 .menuPlanner .durandal-wrapper #addWindow.editmodel.creationmenubuilder_receipe form::-webkit-scrollbar-thumb {
     background-color: darkgrey;
     outline: 1px solid slategrey;
}
*/
.menuPlanner #addWindow .btnauto, .menuPlanner #recipeRatingPopupModel .btnauto, .menuPlanner #productRecipeDetailsModal .btnauto {
    margin-top: 20px;
}
.popupForm .close_popup {
    background: url(../images/Close.png) 0 0 no-repeat !important;
}

.menuPlanner .close_popup {
    float: right;
    width: 22px;
    font-size: 0;
    height: 22px;
    color: #000;
    font-weight: 700;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
    background: url(../images/icnClose.png) 0 0 no-repeat;
    opacity: 1;
    text-indent: -9999px;
}

.menuPlanner #modelReciepeLeftSidePanelPopup .close_popup {
    float: right;
    width: 22px;
    font-size: 0;
    height: 22px;
    color: #fff;
    font-weight: 700;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
    background: url(../images/Close.png) 0 0 no-repeat;
    opacity: 1;
    text-indent: -9999px;
}

.dietaryallergen .close_popup {
    float: right;
    width: 23px;
    font-size: 0;
    height: 23px;
    color: #000;
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 0;
    background: url(../images/icnClose.png) 0 0 no-repeat;
}

#applicationHost > div > div > div.page-host > div > div > div.span12.mrgleft0 > div:nth-child(1) > div:nth-child(1) {
    margin-top: 0px !important;
}

.menuPlanner .recipeRating .hoverChosen {
    /*background-position: 0 0;*/
    background-color: #FEA500;
}

.menuPlanner .creationmenubuilder .navbar-fixed-bottom {
    position: static;
    clear: both;
    bottom: -1px;
}

.menuPlanner .creationmenubuilder .navbar-fixed-top, .menuPlanner .navbar-fixed-bottom {
    z-index: 1111;
    text-align: center;
    background-color: #17577c;
    color: #fff;
    font-size: 12px;
    position: fixed;
    bottom: 0;
}

.menuPlanner .creationmenubuilder .this-month {
    font-size: 16px;
    margin-top: 0;
    font-family: "Proxima-Nova", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    margin-bottom: 20px;
    width: auto;
    float: left;
    margin-left: 20px;
}

.menuPlanner .month-pre-nxt {
    float: left;
    display: block;
    width: 60%;
}

.menuPlanner .sevencolumns.date-menuweek button {
    float: left;
    padding: 5px;
    border-radius: 5px;
    background-color: #f8aa00;
    color: #fff;
    -webkit-appearance: none;
    outline: 0;
}

.menuPlanner .sevencolumns .clearfix {
    clear: initial;
    overflow: hidden;
}

.menuPlanner .creationmenubuilder .date-wrapper li {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 1.45455em;
    border-radius: .125em;
    cursor: pointer;
}

.menuPlanner .creationmenubuilder .date-wrapper .weekDays {
    display: inline-block;
    margin: 0 25px;
    padding: 8px;
    background-color: gray;
    color: #fff;
    border-radius: 7px;
}

    .menuPlanner .creationmenubuilder .date-wrapper .weekDays:hover {
        background-color: #f7a827;
        color: #000;
        font-weight: 700;
    }

.menuPlanner #week-day-1 > span:nth-child(1) {
    margin-left: 0;
}

.menuPlanner .creationmenubuilder .date-wrapper {
    padding-left: 0;
    margin: 0;
}

.menuPlanner .creationmenubuilder #weekday-selector-container {
    width: 68%;
    float: left;
    /* border: 1px solid;
     */
    margin-left: 13px;
}

.menuPlanner #Span1 {
    font-weight: 700;
    margin-left: 5px;
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0;
}

.menuPlanner .creationmenubuilder_section2 {
    float: left;
    width: 23%;
    margin-left: 2%;
    min-height: 380px;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 20px;
}

    .menuPlanner .creationmenubuilder_section2 h2 {
        font-size: 24px;
    }

.menuPlanner .creationmenubuilder_section .menu-day li {
    list-style: none;
}

.menuPlanner .creationmenubuilder_section .text-line.section-title {
    text-transform: uppercase;
    height: 2em;
    font-size: 2em;
    line-height: 2.625em;
    padding-left: 0;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    cursor: pointer;
    font-weight: bold
}

.menuPlanner .creationmenubuilder_section ul {
    padding-left: 0;
}

.menuPlanner .creationmenubuilder_section2 .missing-food-group {
    float: left;
    font-size: 11px;
    padding: 2px;
    margin-left: 2px;
    background-color: #CE2624;
    color: #fff;
}

.menuPlanner .creationmenubuilder footer {
    padding: 6px 5px;
}

    .menuPlanner .creationmenubuilder footer p {
        margin: 0;
    }

.menuPlanner .left_side_colcontainer {
    float: left;
    width: 20%;
    border: 1px solid;
    min-height: 400px;
    height: 100%;
}

.menuPlanner .creationmenubuilder {
    width: 100%;
}

.menuPlanner .span_back_btn {
    margin-top: 5px;
    margin-left: 0px;
    /*float: right!important;
     margin-right: 32px!important;
    */
}

/*.menuPlanner #crbuildback, .menuPlanner #btnCreatePDF {
    -webkit-appearance: none;
    background-color: #f8aa00;
    color: #fff;
    font-family: 'OpenSansRegular', "open_sansregular", sans-serif;
    outline: 0;
    border-radius: 10px;
    padding: 5px 30px;
    position: relative;
    top: -9px;
    font-weight: 600;
    margin-right: 10px;
}*/

.menuPlanner #weekday-selector-view {
    padding: 15px;
    min-height: 370px;
}

.menuPlanner hr {
    border: 1px solid #e1e1e1;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.menuPlanner .checkbox.food-link {
    padding-left: 0;
    float: left;
    width: 100%;
}

.menuPlanner .img-expand-collapse {
    float: right;
    padding: 15px;
    position: relative;
    top: -7px
}
.menuPlanner .img-expand-collapse-checkout {
    float: right;
    padding: 3px;
    position: relative;
    top: -7px
}

.menuPlanner .food-list-outer {
    width: 100%;
    float: left;
    padding: 10px 0;
    line-height: 30px;
    border-bottom: 1px solid #e1e1e1;
}

    .menuPlanner .food-list-outer .food-image-container {
        float: left;
        width: 150px;
        position: relative;
    }

.menuPlanner .food-image-container .food-selector-overlay {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-left: 0 !important;
}

.menuPlanner .food-list-outer .check-wrapper {
    width: 55%;
    float: left;
    margin-right: 20px;
}

.menuPlanner .nutrientSummary .dietaryNames {
    font-size: 14px;
}

.editmodel.menuPlannerRecipe .builder_left_right_outer {
    float: right;
    width: 70%;
}

.menuPlanner .builder_left_details {
    float: left;
    width: 44%;
    height: 80%;
    background: #ffffff;
    position: absolute;
    left: -210px;
    margin: auto;
    top: 0;
    bottom: 0;
    padding: 20px;
    border-radius: 50%;
    max-width: 310px;
}

.image_outer {
    border-radius: 50%;
    width: 93%;
    height: 93%;
    border: 11px solid #e1e1e1;
    position: relative;
}

.menuPlanner .builder_right_details {
    float: right;
    width: 60%;
}

.menuPlanner .builder_left_details .prd_img {
    position: absolute;
    top: 90px;
    margin: 0 auto;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 150px;
    min-height: 220px
}

    .menuPlanner .builder_left_details .prd_img img {
        border-radius: 50%;
        width: 100%;
        height: 283px;
    }

.menuPlanner .creationmenubuilder_section2 .empty-mealplan-icon {
    /*background: url(https://menus-static.nutrislice.com/images/meal-planner/sprites/view/svg/sprite.view.svg)0 0 no-repeat;
     width: 250px;
     height: 182px;
    */
    position: relative;
    /* margin: auto;
    */
}

.meal-circle-shape {
    height: 220px;
    width: 220px;
    border-radius: 50%;
    float: left;
}

.selected-dairy-icon.meal-dairy-container.unselected {
    height: 80px;
    width: 80px;
    float: left;
    background-color: red;
    border-radius: 50%;
    position: relative;
}

.selected-fruit-icon.meal-fruit-container.unselected {
    background-color: #fff;
    border: 2px solid;
    float: left;
    width: 47%;
    height: 45%;
    border-top-left-radius: 100%;
    margin-bottom: 2px;
    position: relative;
}

.selected-veggies-icon.meal-vegetable-container.unselected {
    background-color: #fff;
    border: 2px solid;
    float: right;
    width: 47%;
    height: 50%;
    border-top-right-radius: 100%;
    margin-bottom: 2px;
    position: relative;
}

.selected-grains-icon.meal-grain-container.unselected {
    background-color: #fff;
    border: 2px solid;
    float: left;
    width: 48%;
    height: 51%;
    border-bottom-left-radius: 100%;
    position: relative;
}

.selected-protein-icon.meal-protein-container.unselected {
    background-color: #fff;
    border: 2px solid;
    float: right;
    width: 47%;
    height: 46%;
    border-bottom-right-radius: 100%;
    position: relative;
}

.selected-fruit-icon.meal-fruit-container.unselected span {
    position: absolute;
    color: #000;
    top: 60px;
    left: 40px;
    font-weight: 700;
    font-size: 18px;
}

.selected-veggies-icon.meal-vegetable-container.unselected span {
    position: absolute;
    color: #000;
    top: 60px;
    right: 25px;
    font-weight: 700;
    font-size: 18px;
}

.selected-grains-icon.meal-grain-container.unselected span {
    position: absolute;
    color: #000;
    top: 30px;
    left: 32px;
    font-weight: 700;
    font-size: 18px;
}

.selected-protein-icon.meal-protein-container.unselected span {
    position: absolute;
    color: #000;
    top: 30px;
    right: 30px;
    font-weight: 700;
    font-size: 18px;
}

.empty-food-info-plate-icon, .missing-foods-container {
    float: left;
    width: 100%;
}

.selected-dairy-icon.meal-dairy-container.unselected span {
    position: absolute;
    color: #fff;
    top: 30px;
    right: 20px;
    font-weight: 700;
    font-size: 14px;
}

.menuPlanner .food-list-outer .food-info-icon {
    float: left;
    width: 5%;
}

    .menuPlanner .food-list-outer .food-info-icon:before {
        content: '';
    }

.menuPlanner .food-list-outer .nutri_food_bar {
    float: right;
    width: 2%;
    display: none;
}

.food_clrtop {
    background-color: gray;
    width: 100%;
    overflow: hidden;
    float: right;
    height: 50%;
}

.food_clrbottom {
    background-color: red;
    width: 100%;
    overflow: hidden;
    float: right;
    height: 50%;
}

.menuPlanner .food-list-outer .check-wrapper .food-description {
    font-size: 1.25em;
    line-height: 24px;
    width: 90%;
    float: left;
    padding: 10px 0;
    margin-left: 15px;
}

.menuPlanner .food-list-outer .food-info-icon .food-selector-icon {
    cursor: pointer;
    color: #FFF;
    background: url(../images/icon-img-crbuld.png) no-repeat;
    overflow: hidden;
    width: 30px;
    height: 33px;
    float: right;
    margin-left: 0px;
    outline: 0;
    background-size: 100%;
    font-size: 0;
    margin-top: 5px;
}

.menuPlanner .navbar-inverse.navbar-fixed-bottom.BgFooter {
    /*max-width: 1360px;
    */
    margin: 0 auto;
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1111;
}

.menuPlanner .navbar-fixed-bottom p {
    padding: 6px 0;
}

.menuPlanner .menupl-weekdays {
    z-index: 1111;
    position: relative;
}

.menuPlanner .container.shift-left.shift-up-10, .menuPlanner .food-selector-container, .menuPlanner #sideBlock, .menuPlanner #beverageBlock, .menuPlanner #condimentBlock {
    float: left;
    background: #fff;
    padding: 0 25px;
    margin-bottom: 25px;
    width: 95%;
    border: 0;
}

{
    width: 100%;
}

.menuPlanner .food-list-outer .food-image-container label {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    outline: 0;
    background-color: red;
    opacity: 0;
}

.menuPlanner .food-list-outer .checkright_details .food-selector-checked, .menuPlanner .food-list-outer .checkleft_details .food-selector-checked {
    width: 20px;
    height: 20px;
    margin: 5px 0 0 0;
    color: #ffffff;
}

    .menuPlanner .food-list-outer .checkright_details .food-selector-checked.checkedtrue:after, .menuPlanner .food-list-outer .checkright_details .food-selector-checked.checkedtrue:after {
        background: green;
    }

.menuPlanner .checkright_details {
    float: left;
    overflow: hidden;
    height: 40px;
}

.menuPlanner .checkleft_details {
    float: left;
    overflow: hidden;
    height: 50px !important; 
}

.menuPlanner .quantity_details {
    float: left;
    overflow: hidden;
    height: 40px;
}

    .menuPlanner .quantity_details .sellingPrice {
        float: left;
        width: 80px;
        height: 20px;
        font-size: 13px;
        padding: 0px 0px 10px 0px;
		color: #000000;
		font-size: 16px;
		font-weight: bold;
    }

    .menuPlanner .quantity_details .mealQuantityLabel {
        width: 30px;
        height: 0px;
        /*margin: 1px 0px 0px 0px;*/
        float: left;
		color: #000000;
		vertical-align: middle;
		padding-top: 5px;
		padding-right: 5px;
		font-weight: 400;
    }

    .menuPlanner .quantity_details .mealQuantity {
        width: 60px;
		border: none;
		/* box-shadow: inset 0 1px 3px 0; */
		border-radius: 0;
		background-color: #fff;
    }

.menuPlanner #menuWeekDays .selectedday {
    background-color: #f7a827;
    color: #000;
    font-weight: 700;
}

.menuPlanner .food-list-outer .food-image-container.changeoverlay {
    background-color: #000;
    opacity: 0.3;
}

.selected-fruit-icon.meal-fruit-container.unselected.fruitsselected {
    background-color: #d32c36;
    background-image: linear-gradient( to top right, red, #f06d06 );
    border: 3px solid red;
    box-sizing: content-box;
    -webkit-box-shadow: 3px 3px 2px 0px #ccc;
    -moz-box-shadow: 3px 3px 2px 0px #ccc;
    box-shadow: 3px 3px 2px 0px #ccc;
}

.selected-protein-icon.meal-protein-container.unselected.proteinselected {
    background: linear-gradient(70deg, blue, pink);
    border: 2px solid blue;
    box-sizing: content-box;
    -webkit-box-shadow: 4px 6px 5px 0px #ccc;
    -moz-box-shadow: 4px 6px 5px 0px #ccc;
    box-shadow: 4px 6px 5px 0px #ccc;
}

.selected-grains-icon.meal-grain-container.unselected.grainsselected {
    background: linear-gradient(90deg, #67B336, #b9d431);
    border: 2px solid #67B336;
    box-sizing: content-box;
    -webkit-box-shadow: 0px 3px 0px 0px #ccc;
    -moz-box-shadow: 0px 3px 0px 0px #ccc;
    box-shadow: 0px 3px 0px 0px #ccc;
}

.selected-veggies-icon.meal-vegetable-container.unselected.veggiesselected {
    background: linear-gradient(200deg, #d26b1f, #e09f6f);
    border: 3px solid #d26b1f;
    box-sizing: content-box;
    -webkit-box-shadow: 3px 3px 2px 0px #ccc;
    -moz-box-shadow: 3px 3px 2px 0px #ccc;
    box-shadow: 3px 3px 2px 0px #ccc;
}

.selected-dairy-icon.meal-dairy-container.unselected.dairyselected {
    background: linear-gradient(70deg, #4A8FCC, #69a9dc);
    border: 2px solid #316ea5;
    box-sizing: content-box;
    -webkit-box-shadow: 4px 6px 5px 0px #ccc;
    -moz-box-shadow: 4px 6px 5px 0px #ccc;
    box-shadow: 2px 5px 9px 3px #ccc;
}

.missing-foods-container .add-to-meal-message {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #e09f6f;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.missing-foods-container .nutrientSummary {
    float: left;
    width: 330px;
    height: 100%;
    overflow-y: auto
}

    .missing-foods-container .nutrientSummary .nutrientTitle {
        margin-top: 0;
        font-size: 21px;
        color: #000;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
        padding: 13px 0;
        width: auto;
    }

.nutrientSummary p {
    color: #000 !important;
    margin-top: 10px;
}

.missing-foods-container .nutrientSummary .nutrientsDetails {
    width: 100%;
    margin: 15px 0;
    font-family: "Proxima-Nova", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    background: url(../images/dotsStrip.jpg) 0 0 repeat-x;
    background-position: center;
}

.menuPlanner .span2.lft .span12 .productRrcipeDetail .nutrientsDetails {
    font-size: 11px;
    margin-top: 10px;
}

.nutrientsDetails .nutridetailsname {
    float: left;
    width: 62%;
    text-align: right;
    margin-bottom: 15px;
    font-size: 14px;
    color: #39527B;
    font-weight: bold
}

.nutrientsDetails .nutridetailsvalue, .nutridetailsvalue1 {
    margin-left: 0;
    width: auto;
    font-size: 14px;
    color: #39527B;
    text-align: right;
    font-weight: bold
}

.selected-fruit-icon.meal-fruit-container.unselected.fruitsselected span, .selected-protein-icon.meal-protein-container.unselected.proteinselected span, .selected-grains-icon.meal-grain-container.unselected.grainsselected span, .selected-veggies-icon.meal-vegetable-container.unselected.veggiesselected span, .selected-dairy-icon.meal-dairy-container.unselected.dairyselected span {
    color: #fff;
}

.menuPlanner .formItemRow .k-widget input.k-input.span12 {
    -webkit-appearance: none;
    background: #f7f9fa;
    border-radius: 0;
    -webkit-box-shadow: none;
    color: #000000;
    font-size: 12px;
}

.menuPlanner .cul_today {
    float: left;
    margin-right: 20px;
    line-height: normal;
    background: #50a33d;
    color: #fff;
    padding: 8px 40px;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    top: -6px;
    cursor: pointer;
}

.menuPlanner .formItemRow .k-widget span.k-select {
    background-color: #f9fafa;
    -webkit-appearance: none;
    border: none;
    background-image: url(../images/drp_dwn.png);
    border-color: transparent;
    background-position: center;
    width: 40px;
    background-size: 50%;
    background-repeat: no-repeat;
}

.menuPlanner .formItemRow .k-icon.k-i-arrow-s {
    background-image: none !important;
}

.menuPlanner .formItemRow .k-popup .k-list .k-item {
    font-size: 12px;
}

.menuPlanner .formItemRow .validationMessage {
    width: 100%;
    float: left;
}

.menuPlanner .calContainer .floatRight .langbtn {
    color: #4A4A4A;
    background: #fff !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.menuPlanner div.tabs div input {
    box-shadow: 0 0 4px 0 rgba(126,211,33,0.45);
    border-radius: 2px 0 0 2px;
    background-color: #f1f0ee;
    -webkit-appearance: none;
}

    .menuPlanner div.tabs div input:hover {
        background: #50A33D;
        color: #fff;
    }

#menuWeekDays {
    display: none;
}

.menuPlanner .container.shift-left.shift-up-10 {
    border-radius: 0;
    margin-bottom: -30px;
}

.menuPlanner .sevencolumns.date-menuweek {
    padding-top: 20px;
}

.menuPlanner div.tabs div input:hover {
    background: #51a33d;
    color: #fff;
}

.menuPlanner #emptyData {
    text-align: center;
    margin-top: 160px;
    font-size: 30px;
    color: #53a246;
    text-transform: uppercase;
    line-height: 50px
}

.menuPlanner .topPallete, .menuPlanner .lastPallete {
    border: 1px solid #369B53;
    border-radius: 4px;
    padding: 10px;
    display: none;
}

.menuPlanner .selectedWeek {
    background-color: #5bb75b !important;
    color: #fff;
}

@media (max-width:1360px) {
    .menuPlanner .logo {
        width: 15%;
    }

    .menuPlanner .brand-on-login {
        width: 100%;
    }

    .menuPlanner .span12.mrgleft0 .span2.lft {
        width: 11%;
    }
}

@media (max-width:1290px) {
    .menuPlanner .span12.mrgleft0 .span2.lft {
        width: 10%;
    }
}

@media (max-device-width:1280px) {
    .menuPlanner div > div.span12.mrgleft0 > div:nth-child(3) {
        width: 10% !important;
    }
}

@media (max-width:1260px) {
    .menuPlanner .span12.mrgleft0 .span2.lft {
        width: 9%;
    }

    .menuPlanner .span2.lft .span12 {
        /* width: 75%;
         */
    }

    .menuPlanner .uploadImage {
        height: 12px;
    }
}

@media (max-width:1089px) {
    .menuPlanner .food-list-outer .food-image-container {
        max-width: 150px;
        width: 100%;
    }

    .menuPlanner .food-list-outer .check-wrapper {
        width: 45%;
    }
}

@media (max-width:1024px) {
    .menuPlanner .span6.threeCol.r-float.rgt {
        width: 90% !important;
    }

    .menuPlanner .creationmenubuilder .date-wrapper .weekDays {
        margin: 0 10px;
    }

    .menuPlanner .creationmenubuilder .date-wrapper li {
        font-size: 15px;
    }

    .menuPlanner .calendarDate {
        margin-top: -14px;
        margin-left: 2px;
        float: none !important;
        text-align: center !important;
        cursor: pointer;
        background-color: bisque;
    }

    .missing-foods-container .allergenTitle {
        font-size: 21px;
        color: #e09f6f;
    }

    .missing-foods-container .dietaryTitle {
        font-size: 21px;
        color: #e09f6f;
    }

    .menuPlanner .span12.mrgleft0 {
        display: flex;
        flex-direction: column;
    }

        .menuPlanner .span12.mrgleft0 .span2.lft {
            width: 100%;
        }

    .menuPlanner .span2.lft .span12 {
        width: 40%;
        margin-bottom: 15px;
        margin-top: 10px !important;
        margin-left: 3.8%;
    }

    #applicationHost > div > div > div.page-host > div > div > div.span12.mrgleft0 > div:nth-child(1) {
        order: 2;
    }

    #applicationHost > div > div > div.page-host > div > div > div.span12.mrgleft0 > div:nth-child(3) {
        order: 3;
        width: 100% !important;
    }

    .menuPlanner div > div.span12.mrgleft0 > div:nth-child(3) > div:nth-child(1), .menuPlanner div > div.span12.mrgleft0 > div:nth-child(3) > div:nth-child(2), .menuPlanner div > div.span12.mrgleft0 > div:nth-child(3) > div:nth-child(3) {
        float: left;
    }

    .menuPlanner .span12 th {
        width: 21%;
    }

    #applicationHost > div > div > div.page-host > div > div > div.span12.mrgleft0 > div:nth-child(1) > div:nth-child(1) {
        margin-top: 10px !important;
    }
    /*.menuPlanner .maincalContainer {
        width: 88%;
    }*/
}

@media (max-width:914px) {
    .menuPlanner .creationmenubuilder #weekday-selector-container {
        width: 65%;
    }
    .menuPlanner .durandal-wrapper #viewMenuConfirmationModal.editmodel {
        top: 20% !important;
    }
}

@media (max-width:768px) {
    .menuPlanner .threeCol .span4 {
        width: 25%;
    }

    .menuPlanner .month-pre-nxt {
        width: 100%;
    }

    .menuPlanner .food-list-outer .food-image-container, .menuPlanner .food-list-outer .check-wrapper {
        max-width: 100%;
        text-align: center;
    }
}
/*  ======= New menu planner CSS Starts ======= */

.menuPlanner .month-pre-nxt .prev-week {
    float: left;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 2px;
}

.menuPlanner .month-pre-nxt .prev-week-selector.double-left-icon.left {
    background: url(../images/left-arrow-crbuld.png) no-repeat;
    width: 27px;
    height: 26px;
    display: block;
}

.menuPlanner .next-week-selector.double-right-icon.left {
    background: url(../images/left-arrow-crbuld.png) no-repeat !important;
    width: 25px !important;
    height: 26px;
    display: block;
    transform: rotate(180deg);
    margin-top: 8px;
    margin-left: -14px
}

.menuType .popInner {
    max-height: 400px;
    overflow-y: auto;
    margin: 0;
    padding: 10px 15px;
}

.menuType table tr td input[type="checkbox"], .menuType table tr th input[type="checkbox"] {
    height: 16px;
    width: 16px;
    margin-right: 10px
}

.menuType table tr td, .menuType table tr th {
    text-align: left;
    padding: 5px 0;
    font-size: 14px;
    max-width: 165px;
    word-break: break-word;
}

    .menuType table tr td .algEven {
        color: darkcyan
    }

.menuType h4 {
    text-align: left;
    text-transform: uppercase;
    font-weight: normal
}

.menuType table th {
    text-transform: uppercase;
    font-weight: normal;
    color: #333
}

.menuType .left {
    margin-right: 20px
}

.menuType .right * {
    color: #245205
}

.list-item-thumbnail .icnText {
    width: 80%
}

.list-item-thumbnail .icn {
    width: 15%
}


.locationHeader {
    background: url(../images/bg_header.jpg) 0 0 no-repeat;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    padding: 10px 10px 0;
    min-height: 90px
}

.lPanel {
    padding: 10px;
    _min-height: 2310px
}

    .lPanel h4 {
        text-transform: uppercase;
        font-size: 20px;
        padding: 0 20px 20px;
        border-bottom: 1px solid #17577c;
        color: #fff
    }

    .lPanel .inner1 {
        background: url(../images/icon_sidebar1.png) 96% 5px no-repeat;
        min-height: 250px
    }

    .lPanel .inner2 {
        background: url(../images/icon_sidebar2.png) 96% 5px no-repeat;
        min-height: 250px
    }

    .lPanel .inner2 {
        min-height: 250px
    }

.menudetailBox .popupHeaderDiv {
    background: none
}

.menudetailBox .productRrcipeDetail {
    width: auto !important
}

.prd_submenu h3 {
    color: #39527B;
    font-size: 20px;
    margin-bottom: 25px
}

.nutriDetail {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    overflow: hidden
}


.productRrcipeDetail .prd_img {
    width: 30%;
    min-height: 350px;
    text-align: center
}

.productRrcipeDetail .prodInfo {
    width: 60%
}

.nutriDetail .nutrientsDetails1, .nutriDetail .nutrientsDetails2 {
    width: 30%;
    float: left
}

table.ratings {
    margin-top: 15px
}



.popupForm {
    position: relative
}

.nutrientsDetails.span3 {
    width: 200px
}


.menuPlanDetail #bottomDiv {
    display: none !important
}

.icnText {
    text-transform: uppercase;
    color: #C1BDB1
}

.locationHeader h1 {
    font-size: 18px;
    color: darkslategray;
    line-height: normal;
}

.locationHeader span.type {
    text-transform: uppercase;
    /*margin-left:65px;*/
    margin-left: 62px;
}

.locationHeader span {
    text-transform: uppercase;
}

    .locationHeader span.type {
        color: black
    }

    .locationHeader span.chnLocation {
        text-decoration: underline;
        cursor: pointer
    }


.menudetailBox .builder_left_right_outer {
    position: relative !important
}

/*body .menudetailBox .builder_right_details {
    width: 60%
}*/

body .menudetailBox .builder_left_details {
    left: auto;
    min-height: 180px;
    position: relative;
    overflow: hidden;
    width: 39%;
}

.menudetailBox .rating h3 {
    margin-right: 50px;
    font-size: 22px
}


.menudetailBox .receipe_rate_comment textarea {
    margin: 0 17px;
    width: 90%;
}

body .menuPlanDetail .menuCalendarDiv {
    margin: 15px 0
}


.menuPlanner .menuPlanDetail .navMenuDate, .menuPlanner #Span1 {
    color: #000000;
}

/*.plannerDetails {
    padding-left: 80px
}*/

.wholeParent {
    position: relative;
}

    .wholeParent .translatorSpan label {
        margin-top: 3px;
        float: left;
        margin-right: 15px;
    }

.menuType table tr td.algEven img {
    width: 20px
}

.menuType table tr td.algEven {
    color: #514d4d;
    font-weight: bold
}

.menuType table tr td.dtEven {
    font-weight: bold
}

    .menuType table tr td.dtEven img, .step4 table tr td.dtEven img {
        max-width: 16px
    }

.headings .span6 h4 {
    width: 70%
}

    .headings .span6 h4:nth-child(1) {
        padding-left: 10px
    }

.creationmenubuilder_receipe .headings .span6 h4:nth-child(1) {
    padding: 0
}

.creationmenubuilder_receipe .headings .span6:nth-child(2) {
    margin-left: 35px
}

.wholeParent .menuType .popInner {
    max-height: 280px
}

.formItemRow.headings .span6 {
    width: 47% !important
}

    .formItemRow.headings .span6:nth-child(1) {
        padding-left: 15px
    }


.menudetailBox .popupForm {
    padding: 20px;
    margin: 0
}

#modelProductRecipeDetails .menuPlannerRecipe form textarea {
    /*background: #F7F7F7;
    -moz-box-shadow: 3px 3px 5px 2px #ccc inset;
    -webkit-box-shadow: 3px 3px 5px 2px #ccc inset;
    box-shadow: 3px 3px 5px 2px #ccc inset;*/
    background: #FFFFFF;
}

#modelProductRecipeDetails .menuPlannerRecipe form label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #39527B
}

#modelProductRecipeDetails .menuPlannerRecipe form div.span12 {
    width: 100% !important
}

#modelProductRecipeDetails .menuPlannerRecipe form div.span5 {
    width: 47% !important
}

#modelProductRecipeDetails .menuPlannerRecipe form div.span12 textarea {
    width: 98%
}

.receipeOuter {
    width: 99%;
}

.receipe_rate_username, .receipe_rate_email {
    width: 45% !important;
}

    .receipe_rate_username .receipe_uname, .receipe_rate_email .receipe_email {
        width: 100%;
    }

.receipe_rate_email {
    margin-left: 8% !important;
}

#modelProductRecipeDetails .menuPlannerRecipe form div.span5 textarea {
    width: 100%
}

#modelProductRecipeDetails .menuPlannerRecipe form div.span5.receipe_rate_email {
    margin: 0 0 0 15px
}

#modelProductRecipeDetails .menuPlannerRecipe form textarea {
    margin: 0
}

.recipeInfoPop .nutriDetail .nutrientsDetails1 .nutridetailsvalue1 {
    width: auto;
}

.menudetailBox form .span5 {
    margin-left: 0;
    margin-right: 20px
}

.menuPlanner .menudetailBox .btnauto button {
    background: #913108 !important;
    padding: 8px 30px;
    color: #fff !important;
}

.nutrientSummary .nutridetailsname, .nutrientSummary .nutridetailsvalue {
    color: #fff;
    float: right;
    background: #1A2139;
    padding: 0 10px;
    min-width: 60px;
    text-align: left
}

}

/*.mbuildpage {
    background: url(../images/bg_header.jpg) 0 0 no-repeat;
}*/

header.rel {
    height: 105px
}

.menuPlanDetail .conceptWrapper .cell {
    height: 450px
}

.daysRow .weekDays {
    width: 165px
}


body .wholeParent .recipeInfoPop .span6 table {
    width: 100%
}

    body .wholeParent .recipeInfoPop .span6 table tr td:first-child, body .wholeParent .recipeInfoPop .span6 table tr th:first-child {
        width: 10%
    }


.menudetailBox .nutrientsDetails1 .nutridetailsvalue1 {
    width: auto;
    float: none
}

.menuPlanner .builder_left_details {
    background: none 0 !important;
    border-radius: 0 0 !important;
    text-align: center
}

.menudetailBox .builder_left_details img {
    border-radius: 10px !important;
    position: static !important;
}

.menudetailBox .prd_submenu h3 {
    margin: 0 0 15px 0
}

.menudetailBox form {
    color: #39527B
}

body .menuPlanDetail .calendarDate.todaysDate {
    color: #fff;
    left: 0;
    /*background: #F75B18;
    padding: 2px 6px;
    border-radius: 15px*/
}

    body .menuPlanDetail .calendarDate.todaysDate span {
        color: #fff;
        background: #913108;
        padding: 2px 6px;
        border-radius: 50%;
    }

/**Anirudha*/

.menuPlanner .creationmenubuilder_section .text-line.section-title {
    font-size: 1.3em !important;
    line-height: 2.7em !important;
    /* border-bottom: 1px solid #b3b3b3; */
    /* padding-bottom: 10px !important; */
    color: #39527b;
    padding-left: 0;
    margin: 0;
    text-transform: uppercase
}

.menuPlanner .food-list-outer {
    width: 100%;
    float: left;
    padding: 1px 0 !important;
    line-height: 30px !important;
    border-bottom: none !important;
}

.menuPlanner .container.shift-left.shift-up-10, .menuPlanner .food-selector-container, .menuPlanner #sideBlock, .menuPlanner #beverageBlock, .menuPlanner #condimentBlock {
    padding: 0 0px !important;
    margin-bottom: 10px !important;
    width: 100%;
}

.menuPlanner .food-list-outer:nth-child(odd) {
    background-color: #F2F2F2;
}

.menuPlanner .food-list-outer .check-wrapper .food-description {
    font-size: 1em !important;
    line-height: 20px !important;
    width: 90%;
    float: left;
    padding: 10px 0;
    margin-left: 15px;
    color: #39527b !important;
    font-weight: 600 !important;
}

.menuPlanner .cul_today {
    background-color: #1a2139 !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    font-weight: bold;
}

.menuPlanner .sevencolumns.date-menuweek button {
    background-color: white !important;
    color: #39527b !important;
    border: 1px solid #e1e1e1 !important;
}
/*.menuPlanner #crbuildback, .menuPlanner #btnCreatePDF {
    background-color: #39527b !important;
    border: none;
}*/
.missing-foods-container .nutrientSummary {
    background-color: #1a2139 !important;
    padding: 15px 10px;
    margin-top: 15px
}

    .missing-foods-container .nutrientSummary .nutrientTitle {
        color: white !important;
        border-bottom: none !important;
        text-align: left;
        text-transform: uppercase;
        font-weight: normal
    }

.menuPlanner .k-picker-wrap .k-input {
    font-weight: bold
}

.navbar-fixed-bottom {
    background-color: #1a2139 !important;
    position: static !important;
}

.footernew a {
    color: white;
    padding: 10px;
}

.bordermnbuild {
    border: 1px solid #e1e1e1 !important;
}

.menuPlanner .month-pre-nxt {
    width: 55% !important;
    margin-left: 10px;
}

.cul_tomorrow {
    float: left;
    margin-right: 20px;
    line-height: normal;
    background: #50a33d;
    color: #fff;
    padding: 1px 16px !important;
    margin-bottom: 30px;
    border-radius: 0px !important;
    position: relative;
    top: 0px !important;
    cursor: pointer;
    margin-top: 3px;
}

/*.bldmealwithicon {
    float: LEFT;
    width: 21%;
    padding-top: 3px;
}*/
.bldmealwithicon img {
    position: relative;
    top: -5px
}

.bldmealwithiconname {
    font-weight: 600;
    font-size: 19px;
}

.chosedte {
    float: left;
    color: #913108;
    font-size: 11px;
    font-weight: 900;
    padding-top: 6px;
}

.clearbtn {
    position: relative;
    float: right margin-bottom: 1%;
    color: #39527b;
    background-color: white;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-weight: 900;
    padding: 2px 15px;
    float: right
}

.image_outer {
    border-radius: 0px;
    border: none;
}

.menuPlanner .builder_left_details {
    position: static;
}

.menuPlanner #addWindow h5 span, .menuPlanner #recipeRatingPopupModel h5 span {
    border-bottom: none;
    font-size: 15px;
}

.extraallergen_dieatery .allergendtls_outer .allergendtls {
    font-size: 12px;
    color: #913108;
}

.extraallergen_dieatery .allergendtls_outer .allergenNames {
    font-size: 11px;
    color: #39527b;
    font-weight: 900;
}

.productRrcipeDetail {
    float: none;
    width: 100%;
}

.popupname {
    text-align: left;
    color: black;
    font-weight: 900;
    font-size: 14px;
    color: #39527b;
}

.addtag {
    position: relative;
    left: 110%;
    top: -90px;
    width: 100%;
}

.addtag2 {
    font-size: 11px;
    color: #39527b;
    font-weight: 900;
    display: inline-block;
    text-align: left
}

.menuPlanner .checkright_details {
    height: 30px;
    width: 25px;
    float: right;
    padding-right: 10%;
}

.menuPlanner .quantity_details {
    height: 30px;
    float: right;
    margin: 0px 0px 0px 0px;
    padding-right: 10%;
	padding-top: 10px;
}

.menuPlanner .checkleft_details {
    height: 30px;
    width: 25px;
    float: left;
    padding-left: 1%;
	padding-top: 10px;
}

.menuLocation_details {
    cursor: pointer;
}

.footernew .links4 {
    margin-top: -2%;
}

.nutrientsDetails .nutridetailsname {
    float: none !important;
    padding-left: 5% !important;
}

.menuPlanner #addWindow.editmodel.plannerPopup, .menuPlanner #addWindowStd.editmodel.plannerPopup, .menuPlanner #recipeRatingPopupModel.editmodel.plannerPopup {
    left: 0%;
    width: 55%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    min-height: 10% !important;
}

.menuPlanner #addWindow.editmodel.plannerPopup .buttonZone, 
.menuPlanner #addWindowStd.editmodel.plannerPopup .buttonZone, 
.menuPlanner #recipeRatingPopupModel.editmodel.plannerPopup .buttonZone {
    margin-top: 20px
}

.dietaryallergen, .recipeDetailpopup {
    height: 520px !important;
}

.menuPlanner #addWindow.editmodel.plannerPopup .buttonZone .btn, 
.menuPlanner #addWindowStd.editmodel.plannerPopup .buttonZone .btn, 
.menuPlanner #recipeRatingPopupModel.editmodel.plannerPopup .buttonZone .btn {
    padding: 5px 40px;
    background: #913108;
    border: 1px solid #fff;
    font-size: 16px
}


.food-selector-icon {
    display: inline-flex;
    color: #39527b;
    font-family: 'Montserrat', sans-serif;
    padding-left: 1.8%;
    font-size: 13px;
    cursor: pointer;
	padding-top: 10px
}

    .food-selector-icon:hover {
        text-decoration: underline
    }

.itemCompId {
    font-size: 0px;
}

.backbtn {
    background: transparent;
    border: none;
    color: #000000;
    position: relative;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 600;
}

.backbtnicon {
    width: 16%;
    position: relative;
    width: 16%;
}

.extraallergen_dieatery .allergendtls_outer .allergenNames {
    overflow-y: scroll !important;
    /*overflow: hidden !important;*/
    margin-left: 2px !important;
    width: 99% !important;
    height: 185px
}

.popupheight {
    /*height: auto !important;
    overflow-y: scroll;
    overflow-x:hidden;  
    width: 100%;*/
    height: 87% !important;
    overflow-x: hidden;
    width: 100%;
}

.calnutrihead {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3%;
}

.menuPlanner .builder_left_details {
    padding: 0px !important;
}

.links ul li {
    padding: 20px 35px;
}

.menuPlanner .selectedRow {
    background-color: #9d9683 !important;
    border-bottom: 1px solid #fff !important
}

.menuPlanner .selectedRow .food-description {
    color: #000000;
}


/**Anirudha*/
.mealViewerScreen input[type="text"] {
    border-radius: 0;
    -moz-box-shadow: 3px 3px 5px 2px #ccc inset;
    -webkit-box-shadow: 3px 3px 5px 2px #ccc inset;
    box-shadow: 3px 3px 5px 2px #ccc inset;
}

/*.mealViewerScreen {
    font-family: 'Montserrat', sans-serif !important;
}*/

.searchBox {
    margin: 0 auto 25px;
    width: 43%;
    color: #fff;
    height: 75px
}

    .searchBox .inputBox {
        height: 35px
    }

        .searchBox .inputBox input[type="text"] {
            padding: 10px 45px 10px 10px;
            font-size: 18px;
            width: 90%;
            color: #1a2139
        }

.mealViewerScreen .searchBox .span8 {
    height: 35px
}

.inputBox input {
    width: 100%;
    margin: 0 5px 0 0 !important;
    position: relative;
    right: 0;
}

.searchBox .searchReset {
    background: url(../images/Cancelicon_new.png) 0 0 no-repeat;
    width: 31px;
    height: 31px;
    position: relative;
    float: right;
    top: -36px;
    right: 4px !important;
    border: 0;
    width: 35px !important;
    font-size: 0;
}

.searchLbl {
    background: url(../images/icon_search.png) 0 0 no-repeat;
    line-height: 33px;
    padding-left: 40px !important;
    float: left;
    font-size: 15px !important;
    font-weight: bold;
    padding-top: 0px;
    margin-right: 15px
}

.btnSerachLocation, .btnSerachLocation1 {
    background: url(../images/icon_search.png) 0 0 no-repeat;
    width: 31px;
    height: 31px;
    position: relative;
    float: right;
    top: -43px;
    right: 4px !important;
    border: 0;
    width: 35px !important;
    font-size: 0;
    color: #000000;
    background-color: #ffffff;
}



body .menuPlanner .mbuildpage #weekday-selector-view {
    font-family: 'Montserrat', sans-serif !important;
}




.icnBuild:hover {
    background: url(../images/icon_title_buil_meal_hov.png) 92% 8px no-repeat #fff;
}


.menuPlanner .conceptWrapper .toolTipDailyPanel {
    display: none
}

.mbuildpage .nutridetailsname {
    background: #1A2139
}

.nutrientSummary .alleInfo, .nutrientSummary .dieInfo {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px
}

    .nutrientSummary .alleInfo img, .nutrientSummary .dieInfo img {
        width: 25px
    }

.addedDia {
    color: green;
    text-decoration: underline;
    font-weight: normal;
}

.checkright_details .chkCompId {
    font-size: 0
}

.checkleft_details .chkCompId {
    font-size: 0
}

.builder_left_details img[alt="No Image Available"] {
    background: url(../images/noImage.png) center center no-repeat;
    min-height: 120px;
    min-width: 150px;
    margin: 0 auto
}

.menuItem .lineItem img:hover, .menuItem .lineItem span.icnDia {
    text-decoration: none
}

.menudetailBox .nutriDetail img {
    width: 15px
}

.recipeDetailpopup .nutriDetail img {
    width: 15px
}

.menuPlanner .loginInner .brand-on-login.csPlannerLogo {
    display: block;
    position: static
}



.preLoginc.csLogin .k-dropdown-wrap .k-select {
    line-height: normal !important
}





/* resolving environment merging conflicts Sandesh - */

.menuPlanner .bgImage, .menuPlanner .bgImage .menuCalendarDiv {
    width: 100% !important
}

    .menuPlanner .bgImage, .menuPlanner .bgImage .tempMenuItemMonthly {
        margin-top: 0
    }

.preLoginc.csLogin .k-dropdown-wrap .k-select {
    line-height: normal !important
}

/*.wholeParent .conceptWrapper .menuRow .cell, .wholeParent .monthlyWrapper .menuRow .cell {
    width: 100%
}*/
.wholeParent .monthlyWrapper .menuRow .cell.noInfo {
    opacity: 0.1 !important
}

.wholeParent .monthlyWrapper .menuRow .noInfo::after, .wholeParent .conceptWrapper .menuRow .noInfo {
    /*content: "No Menu Available";*/
    font-size: 20px;
    text-align: center;
    /*width: 100%;
    height: 100%;
    position: absolute;*/
    /*line-height: 80px;*/
    /*line-height: 35px;*/
    /*margin-top: 20%;*/
    /*opacity: 0.5;*/
    left: 0
}

.closetext {
    font-size: 15px;
    margin: auto;
    line-height: normal;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    color: #000000;
}

.noInfo .nodatatext {
    font-size: 15px;
    margin: auto;
    line-height: normal;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    width: 90%;
    color: #000000;
    word-break: break-word;
}

.closeDaysClassTemp.noInfo::after {
    display: none
}

/*.closeDaysClassTemp.noInfo .calendarDate {
    opacity: 0.1
}*/

.wholeParent .conceptWrapper .closeDaysClassTemp, .wholeParent .monthlyWrapper .closeDaysClassTemp {
    /*content: "Closed";*/
    font-size: 25px;
    text-align: center;
    /*width: 100%;
    height: 100%;
    position: absolute;*/
    /*line-height: 80px;*/
    /*opacity: 0.5;*/
    color: red;
    left: 0;
    /*opacity: 0.1*/
}

/*.wholeParent .conceptWrapper .closeDaysClassTemp::before, .wholeParent .monthlyWrapper .closeDaysClassTemp::before {
    content: "Day Closed";
    font-size: 25px;
    text-align: center;
    width: 80px;
    height: 80px;
    position: absolute;
    line-height: 80px;
    opacity: 0.5;
    border: 5px solid #ccc;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    top: 20%;
    font-size: 40px;
    left: 30%;
}*/
.wholeParent .monthlyWrapper .menuRow .cell.noInfo.closeDaysClassTemp, .wholeParent .conceptWrapper .menuRow .cell.noInfo.closeDaysClassTemp {
    width: 100%;
    height: 100%;
}

.wholeParent .monthlyWrapper .menuRow .cell.closeDaysClassTemp::after, .wholeParent .conceptWrapper .menuRow .cell.closeDaysConceptClassTemp::after {
    display: none
}


.preLoginc.csLogin .brand-on-login {
    top: 25px
}

.plannerLoginDiv {
    background-image: url(../images/bg_selector.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    font-family: 'Montserrat', sans-serif !important;
    padding: 0 !important;
    background-color: #000000;
}

.plannerLoginDiv h2.title {
    text-align: center;
    color: #fff;
    margin: 0 0 30px
}

.plannerLoginDiv h1.title {
    text-align: center;
    color: #fff;
    margin: 0 0 30px
}

.plannerLoginDiv .loginInner {
    background: none !important;
    border: none !important;
    position: inherit !important;
    padding: 60px 0 0 !important
}

.plannerLoginDiv .loginInner input[type=text]::-ms-clear {
    min-height: 45px !important;
    background: #fff;
    width: 100%;
    box-shadow: 3px 3px 5px 2px #ccc inset;
}

.plannerLoginDiv .loginInner input[type=text], .plannerLoginDiv .loginInner input[type=password] {
    min-height: 45px !important;
    border-radius: 0 !important;
    width: 100%;
    background: #fff;
    -moz-box-shadow: 3px 3px 5px 2px #ccc inset;
    -webkit-box-shadow: 3px 3px 5px 2px #ccc inset;
    box-shadow: 3px 3px 5px 2px #ccc inset;
}

.plannerLoginDiv .loginInner .input-prepend {
    width: 96%;
    position: relative
}

.footerLinkouter {
    text-align: center;
    margin-bottom: 100px;
}

.plannerLoginDiv .accountLink {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    text-transform: uppercase;
    line-height: 20px;
    border: 0px;
}

    .plannerLoginDiv .accountLink:hover {
        text-decoration: none
    }

.plannerLoginDiv .loginLink {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    display: none;
    cursor: pointer
}

.plannerLoginDiv .loginLink:hover {
    text-decoration: none
}

.loginInner label {
    margin-bottom: 10px;
    font-size: 20px;
}

.plannerLoginDiv .loginInner em {
    color: #ff6d2e;
    font-style: normal;
    font-size: 20px;
    margin-left: 3px;
}

.plannerLoginDiv .loginInner .inputText::-ms-reveal {
    display: none;
    margin-bottom: 5px
}

.plannerLoginDiv .loginButtonWrap {
    text-align: center
}

.plannerLoginDiv .loginButtonWrap .btn-login {
    width: 75%;
    background: #1a2139;
    border: 1px solid #fff;
    margin: 40px 0 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    display: inline-block !important
}

.plannerLoginDiv .shwpass {
    position: absolute;
    right: -11px;
    top: 11px;
    background: url(../images/icon_pw_visible.png) 0 0 no-repeat;
    width: 43px;
    height: 27px;
    font-size: 0;
    background-size: 80%;
    z-index: 3;
    cursor: pointer;
    background-position: center;
    background-color: #e8f0fe;
}

.plannerLoginDiv .validationMessage {
    margin-top: -20px;
    margin-left: 0;
    color: #fff;
}

.plannerLoginDiv #content .input-prepend span.validationMessage {
    text-align: left !important;
}

.bg-header1 {
    text-align: center;
    background-image: url("../../../../../content/images/bg_header.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bg-header1 .logoNew {
        margin: 0 auto !important;
        padding: 2% 0
    }

.logoCS {
    width: 50px !important;
    position: relative;
    top: 10px;
    left: 0;
    margin-right: 10px
}

    .logoCS a {
        display: block
    }
/*.locName {
        position: relative;
        _left: -53px
    }*/

.menuPlanner .formItemRow.formStepDiv .k-widget {
    width: 100%
}

    .menuPlanner .formItemRow.formStepDiv .k-widget .k-dropdown-wrap, .menuPlanner .formItemRow.formStepDiv .k-widget .k-dropdown-wrap .inputstyle {
        border-radius: 0 !important
    }

.menuPlanner .formItemRow.formStepDiv .charactDiv {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
    cursor: pointer
}

.charactDiv {
    /*position: absolute;*/
    top: 80px;
    margin: auto;
    left: 0;
    right: 0;
}

.menuPlanner .formItemRow.formStepDiv .charactDiv:hover {
    text-decoration: none
}

.menuPlanner .regiSection .formStepDiv .span6 {
    position: relative
}

.menuPlanner .regiSection .buttonZone .clickRegster {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
    font-size: 11px;
    cursor: pointer;
    border: 0px;
}

    .menuPlanner .regiSection .buttonZone .clickRegster:hover {
        text-decoration: none
    }

.menuPlanner .footernew {
    font-family: 'Montserrat', sans-serif !important;
    height: auto !important
}

.menuPlanner .bg-new {
    min-height: 640px
}

.menuPlanner .footernew .container {
    width: 100%
}

    .menuPlanner .footernew .container .row {
        margin-left: 0
    }

.menuPlanner .formItemRow.topSectionDiv {
    float: left;
    padding: 10px 35px 0 0;
}

.hedBtn {
    margin: 5px 0 0;
}

.row-fluid .hedBtn .btn {
    background: none;
    margin-left: 0px;
    color: #F75B18;
    padding: 0px;
    text-transform: uppercase;
    border: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 11px;
}

    .row-fluid .hedBtn .btn:hover {
        background: none;
        color: #F75B18;
    }

.translatorSpan {
    /*position: absolute;
    /*right: 22%;
    right: 10px;
    /*top: 10px;
    top: 24px;*/
    z-index: 1;
    text-transform: uppercase;
    text-align: center
}

    .translatorSpan .row {
        margin: 0;
    }

.locationHeader .translatorSpan {
    margin-right: 15px;
}

.menuPlanner .locationHeader .translatorSpan {
    margin: 0;
    text-align: right;
}

    .menuPlanner .locationHeader .translatorSpan .row {
        margin: 0;
    }

.locationHeader .backbtnicon {
    width: 10px
}

body {
    top: 0 !important
}

.non_nutritive.span8 .icnText {
    margin-left: 7px;
    color: #000000;
}

.non_nutritive.span8 .span3 {
    width: 23%;
    margin: 0 10px 5px 0;
    position: relative;
}

.locationPanel table {
    table-layout: fixed
}

.locationPanel tr td {
    vertical-align: top;
    height: 50px;
    min-width: 55px
}

.row-fluid .mbuildpage .k-picker-wrap.k-state-default {
    height: 24px
}


.locationPanel {
    width: 72%;
    max-height: 310px;
    overflow-y: auto;
    margin: 0 auto;
    min-height: 100px
}

.searchBox2.formItemRow {
    max-width: 70%;
    margin: 0 auto 35px
}

.menuPlanner .recipePopListing li {
    display: block;
    float: left;
    width: 45%
}

    .menuPlanner .recipePopListing li span:first-child {
        width: 50%;
        text-align: right;
        margin: 0;
        display: inline-block;
        font-size: 12px;
    }

    .menuPlanner .recipePopListing li span:last-child {
        width: 40%;
        text-align: left;
        float: right;
        font-size: 12px;
    }

.menuPlanner .missing-foods-container .nutrientSummary {
    width: 100%
}

/* .menuPlanner .creationmenubuilder_section2 .missing-foods-container .nutrientSummary.stick { */
    /* /* width: 24%; */ */
	/* width: 100% */
/* } */


.searchTitle {
    margin: 45px 0
}

    .searchTitle span.left {
        border-bottom: 3px solid #fff;
        position: absolute;
        width: 15% !important;
        top: -2px;
        left: 20%;
        display: block;
    }

    .searchTitle span.right {
        border-bottom: 3px solid #fff;
        position: absolute;
        width: 15% !important;
        top: -2px;
        right: 20%;
        display: block;
    }

.menuPlannerRecipe .nutriDetail .nutrientsDetails1:nth-child(2) {
    padding-left: 25px
}

.menuPlanner .editmodel.editmodelScroll {
    width: 60% !important;
    background: #fff
}

.menuPlanner .editmodel.editmodelScroll .popupHeaderDiv {
    background: #fff;
    border: none
}

.menuPlanner .editmodel.editmodelScroll .popupHeaderDiv .popupTitle {
    color: #18597c;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0
}

.menuPlanner .editmodel.editmodelScroll .buttonZone .btn.btn-cancel {
    background: #913108;
    padding: 5px 15px
}

.menuPlanner .editmodel.editmodelScroll .popupForm table {
    font-size: 14px;
    color: #39527B
}

.menuPlanner .editmodel.editmodelScroll .popupForm table a {
    color: #39527B
}

.menuPlanner .editmodel.editmodelScroll .popupForm table tr:nth-child(even) {
    background: #fff
}

.menuPlanner .editmodel.editmodelScroll .popupForm table tr td {
    padding: 0 10px
}

.menuPlanner .editmodel.editmodelScroll .popupHeaderDiv .close {
    background: url(../images/icnClose.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 0;
}

.plannerLoginDiv #content.loginInner1 {
    text-align: center;
    padding: 100px 0 0 !important
}

.restLanBtn.btn {
    background: none;
    border: none;
    text-decoration: underline;
    box-shadow: none;
    font-weight: normal;
    font-size: 11px
}

    .restLanBtn.btn:hover {
        background: none;
        text-decoration: none;
        color: #F75B18
    }

    .restLanBtn.btn:focus {
        background: none;
        text-decoration: none;
        color: #F75B18;
    }

.menuPlanner .mealDiv .span2.fr {
    float: right !important
}

.menuPlanner .mealDiv .span2 .clearbtn {
    float: right;
}

.menuPlanner .mealDiv .k-datepicker.span8 {
    width: 50%;
    margin-top: 2px;
    margin-right: 10px;
}

.menuPlanner .mealDiv .bldmealwithicon {
    margin-top: 5px
}

.plannerDetails .btnPrint {
    background: url(../images/icon_print_bt.png) 90% 10px no-repeat #fff;
    position: absolute;
    top: 100px !important;
    right: 4.1%; /* color: darkgray; */
    border: 2px solid #ccc;
    border-top: 0;
    padding: 10px 45px 10px 30px;
    color: #4D6388;
    border-radius: 0 0 10px 10px;
    text-transform: uppercase;
}

    .plannerDetails .btnPrint:hover {
        background: url(../images/icon_print_bt_hov.png) 90% 10px no-repeat #fff;
        color: #F75B18
    }

#modelCheckOutDetails {
    position: absolute;
    background-color: #fff;
    width: 25%;
    top: 150px;
    right: 60px;
    box-shadow: 0 0 10px 0 rgba(129,129,129,0.50);
}
#modelCheckOutDetails:after{
	content: "";
    position: absolute;
    top: 2px;
    right: 22px;
    color: #fff;
    width: 0px;
    height: 0px;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(136deg);
    box-shadow: -3px 3px 3px 0 rgba(129,129,129,0.50);
	outline: none;
}

#modelCheckOutDetails:focus {
   border:none !important;
   outline: none;
}

/* #modelCheckOutDetails .arrow-up { */
        /* position: absolute; */
        /* top: -12px; */
        /* right: 79px; */
        /* color: #fff; */
        /* width: 0px; */
        /* height: 0px; */
        /* border-left: 20px solid transparent; */
        /* border-right: 20px solid transparent; */
        /* border-bottom: 12px solid #fff ; */
		/* box-shadow: 0 0 10px 0 rgba(129,129,129,0.50);  */
/* } */

    #modelCheckOutDetails .checkoutBtn {
        width: 100%;
        font-family: 'OpenSans-SemiBold', "OpenSans-SemiBold", sans-serif;
        font-size: large;
        border: 0;
        padding: 10px;
        border-radius: 0px;
        background-color: #913108;
        color: #fff;
         min-height: 35px; 
        font-weight: bold;
    }

@media only screen and (max-width:1024px) {
    .logoCS{ margin-right: 0}
    .locationHeader{min-height: 100px}
    body .menuPlanDetail .algBtn {
        padding: 8px 49px 8px 15px;
        font-size: 11px
    }

    body .menuPlanDetail .sectionMeal .buttonBox {
        margin: 0
    }

    body .menuPlanDetail .sectionMeal .buttonBoxMobilDevice {
        margin: 0
    }

    .menuPlanner .bgImage, .menuPlanner .bgImage .menuCalendarDiv {
        width: 100% !important
    }

        .menuPlanner .bgImage .menuCalendarDiv {
            display: block;
            overflow-x: auto
        }

    .findTitle span.right {
        right: 30% !important
    }

    .findTitle span.left {
        left: 30% !important
    }

    .searchTitle span.right {
        right: 17%
    }

    .searchTitle span.left {
        left: 17%
    }
}

@media print {
    .menuPlanDetail .btnPrint, .menuPlanDetail .btnCart, .menuNutritionals, .translatorSpan {
        display: none
    }

    .printHeaderDiv tr td:first-child {
        width: 10%
    }

    .mbuildpage, .wholeParent {
        padding: 0 20px
    }
}

.locationPanel .searchname {
    word-break: break-word
}

.mealPeriodPage .children {
    line-height: normal
}

.findTitle {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    position: relative;
    max-width: 330px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 20px;
}

    .findTitle span.left, .findTitle span.right {
        border-bottom: 3px solid #fff;
        width: 5%;
        display: block;
        margin-top: 13px;
    }

    .findTitle span.left {
        float: left;
    }

    .findTitle span.right {
        float: right;
    }

.searchTitle {
    display: none;
}

.descriptionDetails1 .itemDescriptionDetails {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    color: #913108;
    text-transform: uppercase;
}

.descriptionDetails {
    font-size: 12px;
    color: #39527B;
    font-weight: bold;
}

.content {
    text-align: left
}

.strikeOut {
    position: relative;
}

    .strikeOut::after {
        border-bottom: 0.125em solid #39527b;
        content: "";
        left: 0;
        margin-top: calc(0.125em / 2 * -1);
        position: absolute;
        right: 0;
        top: 50%;
    }

.noDate, .noDate .cell {
    opacity: 0
}

#divAddConcept.noInfo::after {
    display: none
}

.recipeInfoPop .headings .span6 p {
    text-align: left
}

.recipeInfoPop .headings .span6:nth-child(2) p {
    text-align: left
}

.menuPlanner .editmodel.termaAndConditions h5 span {
    float: right;
    width: 70%;
    text-align: center;
}

.menuPlanner #addWindow .termaAndConditions h5, .menuPlanner #recipeRatingPopupModel .termaAndConditions h5 {
    font-size: 21px;
    margin-top: 17px;
}

.editmodel.termaAndConditions .builder_left_right_outer {
    float: right;
    width: 70%;
}

.menuPlanner .editmodel.menuPlannerRecipe h5 {
    float: right;
    width: 70%;
    text-align: center;
}

.termsAndCondition, .privacyPolicyPopupDiv {
    color: #000;
    text-align: left;
    margin: 0;
    width: 100%;
}
    /*.termsAndCondition .termsScollDiv, privacyPolicyPopupDiv .termsScollDiv {
        width: 100%;
        max-height: 420px;
        overflow: auto;
        padding-right: 5px;
    }*/
    .termsAndCondition ol, .privacyPolicyPopupDiv ol {
        list-style-type: decimal;
        margin: 0 0 0 30px;
    }

    .termsAndCondition ul, .privacyPolicyPopupDiv ul {
        margin: 0 0 0 15px;
    }

        .termsAndCondition ul li, privacyPolicyPopupDiv ul li {
            list-style-type: disc
        }

    .termsAndCondition h4, privacyPolicyPopupDiv h4 {
        text-align: center
    }

.termsAndConditionContainer {
    display: contents !important;
}

.menuPlanner .editmodel.privacyPolicyPopupDiv {
    top: 0;
    left: 14%;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    overflow: visible;
    position: absolute;
    max-height: initial;
    width: 100%;
    line-height: 1.5;
    color: #888;
    z-index: 10;
    margin: auto;
    text-align: center;
    max-width: 700px;
}

.menuPlanner .editmodel.termaAndConditions, .menuPlanner .editmodel.privacyPolicyPopupDiv {
    left: 0 !important;
    max-width: 1000px !important
}

.termsinnercontent {
    padding: 10px;
    overflow: hidden;
    max-height: 460px;
    height: 100%;
}

    .termsinnercontent li {
        list-style: none;
    }

/*.termsAndCondition {
    color: #888;
}*/

.termsScollDiv::-webkit-scrollbar {
    width: 0.7em;
}

.food-subitems .food-selector-icon {
    padding-left: 0
}

.food-subitems .checkleft_details {
    padding-left:4%;
}
.food-subitems .checkleft_details .food-selector-checked {
    width: 15px !important;
}
.food-subitems span.food-description.tabbableItem {
    font-size:12px !important;
}
/*.termsScollDiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}*/
/*.termsScollDiv::-webkit-scrollbar-thumb, .popupheight::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
    outline: 1px solid #ccc;
    border-radius: 10px;
    height: 110px;
}*/
/* Track */
/*.popupheight::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    background-color: gray;
}

/* Handle */
/*.popupheight::-webkit-scrollbar-thumb {
    background-color: #39527b;
    border-radius: 10px;
}*/
/* Handle on hover */
/*.popupheight::-webkit-scrollbar-thumb:hover {
        background-color: #39527b;
    }*/
@media(max-width:991px) {
    .menuPlanner .durandal-wrapper #addWindow.editmodel, .menuPlanner .durandal-wrapper #addWindow.editmodel, .menuPlanner .durandal-wrapper #recipeRatingPopupModel.editmodel {
        max-width: 480px;
    }
}

@media (max-width:768px) {
    /*.navbar-fixed-bottom {
        position: fixed !important;
    }*/

    .termsScollDiv {
        margin-bottom: 100px;
    }
}

@media (max-width:767px) {

    .menuPlanner #addWindow.editmodel.plannerPopup, .menuPlanner #addWindowStd.editmodel.plannerPopup, .menuPlanner #recipeRatingPopupModel.editmodel.plannerPopup {
        position: relative !important;
        left: 4px;
        top: 81px;
        margin-left: 0px !important;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        min-height: 10% !important;
    }
    .navbar-fixed-bottom {
        position: fixed !important;
    }
    .locationHeader {
        min-height: 170px;
        background-repeat: repeat;
        padding: 10px;
    }
    .mobile-hide-show {
        width: 100% !important;
        margin: 0 auto;
    }
    .menuPlanner .locationHeader .translatorSpan {
        position: relative;
        text-align: center;
    }
}

@media(max-width:479px) {
    .menuPlanner .durandal-wrapper #addWindow.editmodel, .menuPlanner .durandal-wrapper #addWindow.editmodel, .menuPlanner .durandal-wrapper #recipeRatingPopupModel.editmodel, .menuPlanner .durandal-wrapper #addWindowStd.editmodel {
        max-width: 320px;
    }

    #addWindow .plainPop, #recipeRatingPopupModel .plainPop {
        padding: 55px;
    }
}

li.nutrientsDetails {
    width: 50% !important;
}

.inputstyle::-ms-clear, .inputstyle::-ms-reveal {
    display: none;
}

.searchInput::-ms-clear {
    display: none;
}

.mealPriceAndPromotion a {
    word-break: break-word;
    color: #2bb7fd;
}

@media (max-width: 736px) {
    .navbar-fixed-bottom {
        position: fixed;
    }
}

@media (max-width: 823px) {
    .nonDescriminationContent .termsAndCondition {
        margin-bottom: 110px;
    }
}

.changePasswordOuter .validationMessage, .resetPasswordOuter .validationMessage {
    margin-top: -15px;
    white-space: normal;
    line-height: 15px;
}

.locationHeader .chnMealPeriod {
    margin-top: 5px;
    text-transform: uppercase;
}

    .locationHeader .chnMealPeriod .selMealPeriod {
        color: #275f02;
        font-weight: bold;
        cursor: pointer;
    }

    .locationHeader .chnMealPeriod a {
        color: black;
        margin-right: 10px;
        text-decoration: underline;
    }

 .btnSerachLocation1 {
    top: -37px;
}
.btnSerachLocation{
    top: -45px;
}