/*@font-face {
  font-family: 'TeXGyreAdventor-Regular';
  src: url(https://gipsee.com/AllerNutriCalcFiles/WebFonts/);
  src: url('https://gipsee.com/AllerNutriCalcFiles/WebFonts/TeXGyreAdventor-Regular.eot');
  src: url('https://gipsee.com/AllerNutriCalcFiles/WebFonts/TeXGyreAdventor-Regular.woff2') format('woff2'),
       url('https://gipsee.com/AllerNutriCalcFiles/WebFonts/TeXGyreAdventor-Regular.woff') format('woff'),
       url('https://gipsee.com/AllerNutriCalcFiles/WebFonts/TeXGyreAdventor-Regular.ttf') format('truetype'),
       url('https://gipsee.com/AllerNutriCalcFiles/WebFonts/TeXGyreAdventor-Regular.svg#TeXGyreAdventor-Regular') format('svg'),
       url('https://gipsee.com/AllerNutriCalcFiles/WebFonts/TeXGyreAdventor-Regular.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
    font-family: TeXGyreAdventor-Regular;
    src: url('https://gipsee.com/AllerNutriCalcFiles/WebFonts/itc-avant-garde-gothic-std-book-58957161d80eb.otf') format('opentype');
}

body {
    background-color: #dbcead;
    /*background-image:url(https://gipsee.com/AllerNutriCalcFiles/Provider/Images/rr-logo.png)*/
}

h1, h2, h3, h4, h5 {
    font-family: 'TeXGyreAdventor-Regular';
    font-weight: 300;
    color: #000;
}

h2 {
    margin-bottom: 20px;
}

h5 {
    font-family: 'TeXGyreAdventor-Regular';
}

.VeneerClean-Bold {
    font-family: 'TeXGyreAdventor-Regular';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #000;
}

body {
    font-family: 'TeXGyreAdventor-Regular';
}

.p0 {		
	padding: 0 !important;		
}		
			
.p-r-0 {		
	padding-right: 0 !important;		
}		
			
#menuHeaderName {		
	font-weight: bold; 		
	margin-top: 10px;		
}

.panel {
    margin-bottom: 10px;
}		
			
#restrictionContainer .panel-body {		
	text-align: left; 		
	padding: 10px 0 20px 0;		
}

.rddlPopup .rddlItem {
    margin-bottom: 5px !important;
    font-size: 13px !important;
}

.rddlPopup .rddlItem.rddlItemDisabled {
    color: #bbb !important;
}

.rddlcol1 {
    width: 300px !important;
    height: 25px !important;
    margin-bottom: 20px !important;
    font-size: 14px !important;
}

.rddlcol2 {
    width: 90% !important;
    max-width:600px !important;
    height: 20px !important;
    font-size: 12px !important;
    margin-bottom: 16px !important;
}

.btnincdec {
    height: 28px; 
    width: 28px;
    top: 0px;
    position: relative;
}

.spnCount {
    height: 20px;
    width: 20px;
    line-height: 13px;
    margin-bottom: 12px;
    background: #a2a22f;
    border-radius: 50px;
    margin-top: 0px;
    padding: 3px 0 0 1px;
    font-size: 12px;
    font-family: 'TeXGyreAdventor-Regular';
}

#viewTotalNutritionContainer .panel-body,
#viewTotalNutritionContainerCopy .panel-body,
.myMealNutritionContainer .panel-body {
    padding: 5px 0;
}

#mycontainer[layout=Layout_2] #viewTotalNutritionContainerCopy {
    display:block
}

#mycontainer[layout=Layout_2] #viewTotalNutritionContainer {
    display:none
}

@media (max-width: 768px) {
  #mycontainer[layout=Layout_2] #viewTotalNutritionContainerCopy {
      display:none
  }
  
  #mycontainer[layout=Layout_2] #viewTotalNutritionContainer {
    display:block
  } 
}

.nutritionPanel1 {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-right: 20px;
    font-family: 'TeXGyreAdventor-Regular';
    color: #643618;
}

.nutritionbox {
    width: 100%;
    margin: auto;
    background-color: transparent;
    /*height: 25px;*/
    text-align: left;
    font-family: 'TeXGyreAdventor-Regular';
    color: #000;
    border-bottom: 1px solid #643618;
    margin-bottom: 10px;  
    padding-left:15px;
    padding-top:3px;
    padding-right:15px;
    padding-bottom:0;  
}

.nutritionbox:last-child{
    border-bottom:0px;
    margin-bottom:0;
}

.nutritionsubbox {
    margin-left:15px;
}

/*nutrition panel left*/
.nutritiontitle {
    font-family: 'TeXGyreAdventor-Regular';
    font-size:12px;
    font-weight:500;
    color: #000;
    padding-left:0;
    float:left;
}

.nutritiontitle.bold-title {
    font-weight:600;
}

/*nutrition panel right*/
.nutritionvalue {
    float:left;
    font-family: 'TeXGyreAdventor-Regular';
    font-weight: 500;
    font-size:12px;
    color: #000;
    padding-right:0;
    margin-left:5px;
}

.perPersonNutritionvalue {
    float:left;
    font-family: 'TeXGyreAdventor-Regular';
    font-weight: 400;
    font-size:13px;
    color: #000;
    margin-left:5px;
}

.perDailyNutritionvalue {
    float:right;
    font-family: 'TeXGyreAdventor-Regular';
    font-weight: 500;
    font-size:12px;
    color: #000;
    padding-right:0;
}

.nutritionValueSeperator {
    border-bottom: 1px dotted #000;
    line-height: 10px;
    margin: 0 5px;
}

@media screen and (max-width: 400px) {
    .nutritionvalue {
        font-size:12px;
    }

    .perPersonNutritionvalue {
        font-size:11px;
        margin-top:2px;
    }

    .perDailyNutritionvalue {
        font-size:12px;
    }

}

.middlecol {
    width: 100%;
    text-align: center;
}

.sidesName {
    display: block;
    margin: 0 auto;
    margin-left:33px;
    text-align: left;
    margin-bottom: 5px;
    font-family: 'TeXGyreAdventor-Regular';
    font-size:14px;
    font-weight: 500;
    color: #000;
}

#mycontainer {
    margin-top: 5px;
    background-color: rgba(255,255,255,0.0);
    text-align: left;
    font-size: 13px;
    text-align:center;
}

.description_div {
    font-size: 12px;
    margin-bottom: 0px;
}

#selectedMenuDescriptionContainer.description_div {
    margin-bottom: 0;
}

#divMenuDescriptionContainer {
    margin-top: 20px;
    margin-bottom: 0;
}

@media screen and (min-width: 200px) {
    #mycontainer {
        
    }

    .description_div {
        font-size: 12px;
    }
}

@media screen and (min-width: 300px) {
    #mycontainer {
        
    }

    .description_div {
        font-size: 12px;
    }
}

@media screen and (min-width: 500px) {
    .description_div {
        font-size: 12px;
    }
}

@media screen and (min-width: 600px) {
    .description_div {
        font-size: 12px;
    }

    #mycontainer {
    }
}

@media screen and (min-width: 800px) {
    #mycontainer {
        
    }

    .description_div {
        font-size: 13px;
    }
}

@media screen and (min-width: 1027px) {
    #mycontainer {
        max-width: 80%;
        width: 80%;
    }

    .description_div {
        font-size: 13px;
    }
}


h4, .h4 { font-size: 13px;font-weight:600 }

.column-panel {
    border : 1px solid #a2a22f;
}

.column-panel .panel-heading {
    background-color: #a2a22f;
    border-color: #a2a22f;
    padding : 5px 15px;
}

.column-panel .panel-heading h4 {
    margin : 0;
    padding-right: 28px;
    line-height: 22px;
    height: 26px;
    color: #fff;
}

.column-panel .panel-heading .panel-number {
    height: 24px;
    width: 24px;
    line-height: 18px;
    margin-bottom: 0px;
    background: #fff;
    border-radius: 24px;
    color: #000;
    font-size:15px;
    font-family: 'TeXGyreAdventor-Regular';
}

#pickAnItemContainer .column-panel .panel-body {
    /*min-height:217px;*/
}

#selectedRestrictionContainer .restriction-panel .panel-body {
    /*height:95px;*/
}

#selectedRestrictionContainer .menu-details-panel .panel-body {
    max-height:93px;
    min-height:31px;
}

#customizeTheItemContainer .column-panel .panel-body {

}

#viewTotalNutritionContainer .column-panel h4,
#viewTotalNutritionContainerCopy .column-panel h4 {
    text-align: left;
    margin-left: 35px;
}

#mycontainer[layout=Layout_2] #viewTotalNutritionContainer .column-panel h4,
#mycontainer[layout=Layout_2] #viewTotalNutritionContainerCopy .column-panel h4 {
    margin-left: 0px;
}

#viewTotalNutritionContainer .column-panel .panel-body,
#viewTotalNutritionContainerCopy .column-panel .panel-body {
}

@media screen and (max-width: 990px) {
    #customizeTheItemContainer .column-panel .panel-body,
    #viewTotalNutritionContainer .column-panel .panel-body,
    #viewTotalNutritionContainerCopy .column-panel .panel-body {
        height:auto;
    }
}

.column-panel .panel-body .rddlcol1 {
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-family: 'TeXGyreAdventor-Regular' !important;
    font-weight: 300 !important;
    height: 35px !important;
}

.column-panel .panel-body  .rddlcol1:first-child {
    margin-top: 0px !important;
}

.column-panel .panel-body .rddlcol1:focus,
.column-panel .panel-body .rddlcol2:focus {
    outline-width: 0px;
}

.column-panel .panel-body .rddlcol2 {
    width: 75% !important;
    margin-bottom: 25px !important;
    font-size: 14px !important;
    font-family: 'TeXGyreAdventor-Regular' !important;
    font-weight: 500 !important;
    height: 20px !important;
}

.column-panel .panel-body .rlbcol1 {
    width: 100% !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-family: 'TeXGyreAdventor-Regular' !important;
    font-weight: 300 !important;
}


#customizeTheItemContainer .column-panel .panel-body .middlecol {
    text-align:left
}

.clearfix {
    clear:both;
}

.column-panel .panel-body .rddlInner {
    background-color: #fff;
    background-image: none;
    color: #000;
    padding:7px 6px 8px 6px;
    border : 1px solid #643618 !important;
}

.column-panel .panel-body .rddlFocused,
.column-panel .panel-body .rlbFocused {
    background-color: #fff;
    background-image: none;
    color: #000;
}

.column-panel .panel-body .rddlFocused:focus,
.column-panel .panel-body .rlbFocused:focus {
    outline : none !important;
}

.column-panel .panel-body .rddlIcon,
.column-panel .panel-body .rddlFocused .rddlIcon {
    background-position : -26px -13px !important;
}

.rddlPopup {
    border-top: 0px !important;
    border-left: 1px solid #643618 !important;
    border-right: 1px solid #643618 !important;
    border-bottom: 1px solid #643618 !important;
    padding-top: 0px !important;
}

.rddlPopup .rddlItem.rddlItemSelected,
.rddlPopup .rddlItem.rddlItemHovered {
    color: #fff !important;
    background-color: #edae34 !important;
}

.rddlPopup .rddlItem {
    margin: 0 !important;
    padding: 5px 6px !important;
    min-height: 13px !important;
    font-size: 13px !important;
    font-family: 'TeXGyreAdventor-Regular' !important;
    font-weight: 300 !important;
}

.rlbGroup {
    border-top: 1px solid #643618 !important;
    border-left: 1px solid #643618 !important;
    border-right: 1px solid #643618 !important;
    border-bottom: 1px solid #643618 !important;
    padding-top: 0px !important;
    height: auto !important;
    max-height: 200px !important;
    overflow-y: auto !important;
    border-radius: 3px !important;
}

.rlbGroup .rlbItem.rlbSelected, 
.rlbGroup .rlbItem.rlbHovered {
    color: #fff !important;
    background-color: #edae34 !important;
}

.rlbGroup .rlbItem {
    margin: 0 !important;
    padding: 6px 15px !important;
    min-height: 13px !important;
    font-size: 13px !important;
    font-family: 'TeXGyreAdventor-Regular' !important;
    font-weight: 300 !important;
    text-align: left;
}

.description_div #mnuDescription,
.description_div #mnuDescriptionNutrition {
    font-family: 'TeXGyreAdventor-Regular'; 
    color: #000; 
    font-weight: 500; 
    margin-bottom: 15px;
    font-size:13px;
}

#alertBox .modal-dialog,
#infoBox .modal-dialog,
#sessionTimeOutBox .modal-dialog {
    max-width : 400px;
    margin-top : 150px;
}


#sendCartEmailBoxContainer .modal-dialog {
    max-width : 400px;
    margin-top: 50px;
}

#alertBox .modal-header,
#infoBox .modal-header,
#sessionTimeOutBox .modal-header {
    padding : 10px;
}

#alertBox .modal-footer,
#infoBox .modal-header,
#sessionTimeOutBox .modal-header {
    padding : 10px;
}

.panel-footer {
    border-top:1px solid #a2a22f;
}

/*Checkbox CSS*/
.md-checkbox {
  position: relative;
  margin: 16px 0;
}

.md-checkbox.accept-terms {
  margin: 0;
}

.md-checkbox label {
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px !important;
    font-family: 'TeXGyreAdventor-Regular' !important;
    font-weight: 500 !important;
    margin-bottom:0;
    margin-top:-4px;
    color:#000;
}

.md-checkbox .aspNetDisabled label {
    color: #bbb;
    cursor:default;
}

.md-checkbox .aspNetDisabled label:before {
    border-color: #bbb;
    cursor:default;
}

.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.md-checkbox label:before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #643618;
  border-radius: 2px;
  cursor: pointer;
  transition: background .3s;
}

.md-checkbox input[type="checkbox"] {
  outline: 0;
}

.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #a2a22f;
  border: none;
}

.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: rotate(-45deg);
    top: 6px;
    left: 2px;
    width: 16px;
    height: 6px;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
}

/*Radio CSS*/

.md-radio {
  margin: 0;
}

.md-radio.md-radio-inline {
  display: inline-block;
}

.md-radio input[type="radio"] {
  display: none;
}

.md-radio input[type="radio"]:checked + label:before {
  border-color: #a2a22f;
  animation: ripple 0.2s linear forwards;
}

.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}

.md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 15px 0 25px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
  font-family: 'TeXGyreAdventor-Regular' !important;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}

.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #643618;
}

.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #a2a22f;
}


.pref-icon-info {
    font-size: 20px;
    margin-left: 5px;
    position: absolute;
    top: -3px;
    color: #000;
    cursor:pointer;
}

.nav-tab-panel-body {
    font-size: 14px !important;
    font-family: 'TeXGyreAdventor-Regular' !important;
    font-weight: 300 !important;
}

.nav-tab-panel-body h4 {
    margin:0 !important;
}

.nav-tab-panel-body .tab-content {
    padding: 15px;
    padding-bottom: 0;
}

.nav-tab-panel-body .nav-tabs> li > a {
    border-radius: 0;
    width: 100%;
}

.nav-tab-panel-body .nav-tabs {
    border-bottom: 1px solid #db871d;
}

.nav-tab-panel-body .nav-tabs>li>a {
    border-bottom: 1px solid #db871d; 
}

.nav-tab-panel-body .nav-tabs li:first-child a {
    border-left-width: 0 !important;
}

.nav-tab-panel-body .nav-tabs li:last-child a {
    border-right-width: 0 !important;
}

.nav-tab-panel-body .nav-tabs li{
    width: 50%;
}

.nav-tab-panel-body .nav-tabs>li.active>a, 
.nav-tab-panel-body .nav-tabs>li.active>a:focus, 
.nav-tab-panel-body .nav-tabs>li.active>a:hover {
    border: 1px solid #db871d;
    border-bottom-color: transparent;
    border-top-color: transparent;
    background: #fff;
}

.nav-tab-panel-body .nav-tabs>li>a {
    color:#643618 !important;
    background:#eee;
}

.linkTermAndCondition-container {		
    line-height: 16px;	
    float:left;	
}

.linkTermAndCondition {
    cursor:pointer;
    color: #000 !important;
    font-size: 15px !important;
    font-family: 'TeXGyreAdventor-Regular' !important;
    font-weight: 300 !important;
}

.linkTermAndCondition:hover,
.linkTermAndCondition:focus {
    text-decoration:none;
}

.accept-terms {
    float:right;
}

#mycontainer[layout=Layout_2] .linkTermAndCondition-container {
    display:none;
}

#mycontainer[layout=Layout_2] .accept-terms {
    float: none;
    margin: 0 auto;
    width: 195px;
}

#mycontainer[layout=Layout_1] .accept-terms .linkTermAndCondition {
    display:none;
}


.btn.btn-custom {
    color: #000;
    background-color: #ffffff!important;
    border-color: #ffffff!important;
    background: #ffffff;
    padding: 2px 10px;
}

/*change restrictions button*/
.btn.change-restriction {
    position: absolute;
    top: 7px;
    right: 25px;
    font-size:12px;
}


.rddlItem.rddlItemTemplate .ddOption-menu-name {
    margin:0 !important;
    font-size: 13px !important;
    font-family: 'TeXGyreAdventor-Regular' !important;
    font-weight: 300 !important;
    line-height: unset !important;
    color: #333 !important;
}

.rddlPopup .rddlItem.rddlItemSelected .ddOption-menu-name, 
.rddlPopup .rddlItem.rddlItemHovered .ddOption-menu-name {
    color: #fff !important;
    background-color: #edae34 !important;
}

.rddlItem.rddlItemTemplate .ddOption-menu-calories {
    font-size: 14px !important;
}

#menuRemovablePanel,
#menuSubstitutablePanel,
#menuModifierPanel {
    margin-bottom: 25px;
}

#menuComponentListPanel h5,
#menuRemovablePanel h5,
#menuSubstitutablePanel h5,
#menuModifierPanel h5 {
    margin-top : 0;
    text-align: left;
    font-size: 16px;
}

#menuModifierPanel .btnincdec,
#menuModifierPanel .spnCount {
    float:right;
}

#customizeTheItemBody div:last-child {
    margin-bottom: 0;
}

#customizeTheItemBody div:last-child h5 {
    margin-bottom: 0;
}

.removed-component-item {
    text-align: left;
    margin-left: 15px;
    font-size: 14px;
}

.removed-component-item .IngredientName {
    text-decoration: line-through;
}

.valid-component-item .IngredientName {
    text-decoration: none;
}

/*this is the red x*/

.substitute-component-item .substitute-icon {
    font-size: 18px;
    color: #F39C12;
}

/*this is the green check mark*/
.valid-component-item .valid-icon {
    font-size: 18px;
    color: #1E8449;
}

.removed-component-item .remove-icon {
    font-size: 18px;
    color: #d82f2f;
}

.valid-component-item .IngredientName,
.valid-component-item .dropdown-icon,
.removed-component-item .IngredientName,
.removed-component-item .dropdown-icon,
.substitute-component-item .IngredientName,
.menuModifierPanelContainer .selectedModifierMenuName,
.menuModifierPanelContainer .dropdown-icon {
    cursor: pointer;
}

div.IngredientName,
div.selectedModifierMenuName {
    display:inline-block;
}

.valid-component-item.item-disabled,
.removed-component-item.item-disabled,
.substitute-component-item.item-disabled {
    cursor: text;
}
/*@atul - removed this- this is the yellow arrow for substitutes*/


/*@@atul added this - this is the right arrow to expand Ingredient*/
.valid-component-item .dropdown-icon,
.removed-component-item .dropdown-icon,
.substitute-component-item .dropdown-icon,
#menuModifierPanel .dropdown-icon {
    font-size: 22px;
    color: #a2a22f;
    float:right;
}

#menuComponentListPanel .valid-icon,
#menuComponentListPanel .remove-icon,
#menuComponentListPanel .substitute-icon,
#menuComponentListPanel .dropdown-icon,
#menuModifierPanel .dropdown-icon {
    width: 20px;
    margin-left:3px;
    vertical-align:top;
}

#menuComponentListPanel .valid-icon,
#menuComponentListPanel .remove-icon,
#menuComponentListPanel .substitute-icon {
    margin-top:3px;
}

#menuComponentListPanel,
#menuSubstitutablePanel {
    text-align: left;
}

#menuComponentListPanel .panel {
    margin-bottom: 0px;
}

#menuComponentListPanel h5,
#menuSubstitutablePanel h5,
#menuModifierPanel h5 {
    margin-bottom: 10px !important;
}

.substitute-component-item {
    text-align: left;
    margin-left: 15px;
    font-size: 14px;
}

#menuComponentListPanel .panel-heading,
#menuSubstitutablePanel .panel-heading,
#menuModifierPanel .panel-heading {
    background-color: #eee;
    color: #643618;
    text-align: left;
    border-color: #ccc;
    padding: 5px 10px;
}

/*Ingredient listing text*/
#menuComponentListPanel .panel-heading h4,
#menuSubstitutablePanel .panel-heading h4,
#menuModifierPanel .panel-heading h4 {
    font-size: 12px;
    color: #000;
}

#menuComponentListPanel .panel-body,
#menuSubstitutablePanel .panel-body {
    
}

#menuComponentListPanel .panel-body .substitute-sub-component-item,
#menuSubstitutablePanel .panel-body .substitute-sub-component-item,
#menuComponentListPanel .panel-body .swap-component-item,
.modifierMenuOptionListPanel .modifier-menu-item {
    margin-bottom: 10px;
    font-size: 15px;
    margin-left: 15px;
    margin-top: 0;
    border-bottom: 1px solid #ccc;
}

.modifierMenuOptionListPanel .modifier-menu-item {
    margin-left: 0;
}

#menuComponentListPanel .panel-body .substitute-sub-component-item:last-child,
#menuSubstitutablePanel .panel-body .substitute-sub-component-item:last-child,
#menuComponentListPanel .panel-body .swap-component-item:last-child,
#menuComponentListPanel .panel-body .modifier-menu-item:last-child {
    margin-bottom: 0;
}

.column-panel #menuComponentListPanel .panel-heading h4,
.column-panel #menuModifierPanel .panel-heading h4 {
    height: auto;
    padding-right:0;
}

#errorMessage {
    font-weight: normal;
    font-size: 20px;
    color: #f33636;
}

.SubstituteSubComponentList .md-checkbox label,
.SwapComponentList .md-checkbox label {
    font-size: 12px !important;
}

.IngredientNutritionPanel,
.ModifierIngredientNutritionPanel {
    padding: 7px 10px !important
}

.IngredientNutritionPanel table,
.ModifierIngredientNutritionPanel table {
    width: 100%;
}

.IngredientNutritionPanel table tr td,
.ModifierIngredientNutritionPanel table tr td {
    font-size:11px;
}

.IngredientNutritionPanel table tr td:first-child,
.ModifierIngredientNutritionPanel table tr td:first-child {
    width:75%;
    max-width: 80%;
    font-weight:400;
}

.IngredientNutritionPanel table tr td:last-child,
.ModifierIngredientNutritionPanel table tr td:last-child {
    max-width:20%;
    width: 25%;
}

.IngredientNutritionPanel {
    background-color: #fff !important;
    border: 0px solid #ddd !important;
    border-radius:0 0 4px 4px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;
    border-radius: 0 0 4px 4px !important;
}

.ModifierIngredientNutritionPanel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius:0 0 4px 4px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-radius: 4px;
}

.myMealComponentIngredientNutritionPanel {
    background-color: #fff !important;
    border: 0px solid #ddd !important;
    border-radius:0 0 4px 4px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.05) !important;
    border-radius: 0 0 4px 4px !important;
}


.ingredient-nutrition-title,
.ingredient-raw-material-title {
    font-family: 'TeXGyreAdventor-Regular';
    font-size: 12px !important;
    margin-left: 20px;
}

.ingredient-raw-material-title {
    margin-top: 10px !important;
}

.ingredient-nutrition-title + div.ingredient-nutrition-container {
    margin: 0 0 0 10px;
}

.ingredient-raw-material-title + div.ingredient-raw-material-container {
    margin-left: 25px !important;
    font-size: 11px !important;
}

.allergen-panel-label-title {
    font-size:16px;
}

.allergen-panel-sub-title {
    font-size: 16px;
    font-weight:600; 
    color: #b02622
}

.seperator {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #d25b5b;
}

.checkbox-with-image img {
    display:inline-block;
    width:30px;
    margin-right:5px;
    margin-bottom:6px;
}

.checkbox-with-image .md-checkbox {
    display:inline-table;
    margin: 10px 0;
}

#menuModifierPanel {
    margin-top: 20px;
}


.padding-0 {
    padding: 0 !important;
}

.padding-l-r-25 {
    padding: 0 25px !important;
}

.app-title {
    font-family: 'TeXGyreAdventor-Regular';
    margin: 0 0 10px;
    font-size: 25px;
    font-weight:800;
    color:#b02622;
}

#selectedRestrictionContainer .panel-body {
    border-radius: 0 0 4px 4px;
}

#selectedRestriction {
    margin: 0; 
    font-size: 15px;
    line-height: 30px;
}

#btnAddToCart {
    background-color: #a2a22f !important;
    border-color: #a2a22f !important;
    outline:0px auto -webkit-focus-ring-color;
    padding: 3px 15px;
}

.SubstitueParentIngredientNutritionPanel {
    margin-bottom: 15px;
}

.SubstitueParentIngredientNutritionPanel h5 {
    margin-left: 20px;
}

.SubstitueParentIngredientNutritionPanel table {
    width: 100%;
}

.SubstitueParentIngredientNutritionPanel table tr td {
    font-size:12px;
}

.SubstitueParentIngredientNutritionPanel table tr td:first-child {
    width: 75%;
    font-weight:400;
}

.SubstitueParentIngredientNutritionPanel table tr td:last-child {
    width: 25%;
}


.SubstitueIngredientNutritionPanel,
.SwapIngredientNutritionPanel,
.ModifierMenuOptionNutritionPanel {
    margin-bottom: 15px;
    padding-left: 19px;
}


.SubstitueIngredientNutritionPanel table,
.SwapIngredientNutritionPanel table,
.ModifierMenuOptionNutritionPanel table {
    width: 100%;
}

.SubstitueIngredientNutritionPanel table tr td,
.SwapIngredientNutritionPanel table tr td, 
.ModifierMenuOptionNutritionPanel table tr td {
    font-size:11px;
}

.SubstitueIngredientNutritionPanel table tr td:first-child,
.SwapIngredientNutritionPanel table tr td:first-child,
.ModifierMenuOptionNutritionPanel table tr td:first-child {
    width: 75%;
    font-weight:400;
}

.SubstitueIngredientNutritionPanel table tr td:last-child,
.SwapIngredientNutritionPanel table tr td:last-child,
.ModifierMenuOptionNutritionPanel table tr td:last-child {
    width: 25%;
}


/* substitution right expand arrow*/
.substitute-sub-component-item .dropdown-icon,
.swap-component-item .dropdown-icon,
.modifier-menu-item .dropdown-icon {
    float: right;
    font-size: 21px;
    color: #a2a22f;
    cursor:pointer;
}

.IngredientNutritionPanel .ingredient-nutrition-title,
.SubstitueIngredientNutritionPanel .ingredient-nutrition-title,
.SwapIngredientNutritionPanel .ingredient-nutrition-title, 
.ModifierMenuOptionNutritionPanel .ingredient-nutrition-title, 
.ModifierIngredientNutritionPanel .ingredient-nutrition-title,
.IngredientNutritionPanel .ingredient-raw-material-title,
.SubstitueIngredientNutritionPanel .ingredient-raw-material-title,
.SwapIngredientNutritionPanel .ingredient-raw-material-title,
.ModifierIngredientNutritionPanel .ingredient-raw-material-title,
.ModifierMenuOptionNutritionPanel .ingredient-raw-material-title {
    font-size: 10px !important;
    opacity: 0.8;
}


.modifierMenuOptionListPanel,
.ModifierIngredientNutritionPanel {
    text-align:left;
}

#selectedMenuDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 65px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 11px;
    text-align:left;
}


.valid-icon,
.remove-icon,
.substitute-icon {
    margin-right: 0px;
}   

/*@@atul added to this */
.valid-ingredient-plus,
.valid-ingredient-minus,
.removed-ingredient-plus,
.removed-ingredient-minus,
.substitute-ingredient-plus,
.substitute-ingredient-minus,
#menuModifierPanel .btnincdec,
.ingredient-swap {
    float:right;
    height: 22px;
    width: 23px;
    top: 0px;
    margin-left:3px;
    cursor:pointer;
}
/*@@atul added to this - ingredient count */
.valid-ingredient-count,
.removed-ingredient-count,
.substitute-ingredient-count,
#menuModifierPanel .spnCount,
.ingredient-swap {
    margin-bottom:0;
    float: right;
    width: 21px;
    height: 21px;
    font-size: 10px;
    text-align: center;
    margin-left:3px;
    background-color: #a2a22f !important;
	border-style: solid 1px #000 !important;
    padding: 2px;
    line-height: 18px;
    color:#fff;
}

/*Swap button Width*/
.ingredient-swap {
    width:31px;
    background-color: #fdba24 !important;
	font-size:9px !important;
	border-radius : 3px !important;
	color:#666;
}

.ingredient-swap:before {
    content:"SWAP";
    font-family:'TeXGyreAdventor-Regular';
}

.h4MenuPrice {
    display: inline-block;
    margin: 0 !important;
    font-size: 14px;
    line-height: 28px;
}

.divMenuCart {
    display:inline-block;
    margin: 0 0 0 10px;
    font-size: 18px;
    height: 28px;
}

#menuCartCount {
    display: inline-block;
    font-size: 18px;
}

/*@@change*/
#btnViewMeuCart {
    background-color: #edae34 !important;
    border-color: #edae34 !important;
    outline:0px auto -webkit-focus-ring-color;
    padding: 3px 15px;
}


/*New Control for Layout 2*/

#btnRedirectToPickAnItemScreen {
    padding: 20px 30px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    background-color: #ffffff !important;
    border-color: #a2a22f !important;
    color: #000 !important;
    font-size: 16px !important;
    background-image: none !important;
    max-width: 300px;
    width: 100%;
    white-space: normal;
    text-align: left;
    line-height:25px;
}

#btnRedirectToPickAnItemScreen:focus {
    outline:none !important;
}

#btnRedirectToPickAnItemScreen::before {
    content: "Go to Nutrition Calculator";
    float: left;
    display: inline-block;
    width: 140px;
}

#btnRedirectToPickAnItemScreen::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    float:right;
    line-height: 50px;
    color: #a2a22f !important;
}

#btnRedirectToSelectAnAllergenScreen {
    padding: 20px 30px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    background-color: #ffffff !important;
    border-color: #a2a22f !important;
    color: #000 !important;
    font-size: 16px !important;
    background-image: none !important;
    max-width: 300px;
    width: 100%;
    white-space: normal;
    text-align: left;
    line-height:25px;
}

#btnRedirectToSelectAnAllergenScreen:focus {
    outline:none !important;
}

#btnRedirectToSelectAnAllergenScreen::before {
    content: "I have food Allergies And Preferences";
    float: left;
    display: inline-block;
    width: 190px;
}

#btnRedirectToSelectAnAllergenScreen::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    float:right;
    line-height: 50px;
    color: #a2a22f !important;
}


.panel-header-icon {
    position: absolute;
    top: 3px;
    background: transparent;
    box-shadow: none;
    padding: 0;
    -webkit-appearance: button-bevel;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    border: 0;
}

.panel-header-icon:focus {
    outline: none;
}

.panel-header-icon.left-button {
    left: 30px;
    margin-right: 10px;
}

.panel-header-icon.left-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f0a8";
}

.panel-header-icon.right-button {
    right: 30px;
    border-style:none;
	border:0;
}


.panel-header-icon.right-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f015";
}

.repeaterGroupItem,
.repeaterCategoryItem {
    width: 100%;
    padding:0 10px 0 10px;
    height:60px;
    white-space: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.repeaterGroupItem:focus,
.repeaterCategoryItem:focus {
    outline:none;
}

.selectedRestrictionValue {
    height: auto !important;
    padding-left: 30px;
    padding-right: 30px;
}



/*Modifier section css*/

#menuModifierPanel .middlecol {
   margin-bottom: 15px !important;
}

#menuModifierPanel .modifierMenuSelectionContainer {
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    background-color: #eee;
    color: #000;
    text-align: left;
    border-color: #ccc;
    padding: 5px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    line-height: 1.42857143;    
}

#menuModifierPanel .modifierMenuSelectionContainer.dropdown-opend {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/*font for modifiers*/
#menuModifierPanel .rddlMenus {
    line-height: 22px;
    background-color: transparent;
    font-family: 'TeXGyreAdventor-Regular';
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: rgb(100, 54, 24);
    cursor:pointer;
}

#menuModifierPanel .rddlMenus .rddlInner {
    border: 0px solid #ccc !important;
    padding: 0px !important;
    background-color:transparent;
}

#menuModifierPanel .rddlMenus,
#menuModifierPanel .rddlMenus .rddlInner:focus {
    outline: none;
}

#menuModifierPanel .rddlMenus .rddlInner .rddlIcon, 
#menuModifierPanel .rddlMenus .rddlInner .rddlFocused .rddlIcon {
    background-position: -26px -18px !important;
    display:none;
}

.menuModifierRDDLMenusSlide .rddlPopup {
    border-color: #ddd !important;
}

.menuModifierRDDLMenusSlide .rddlItem {
    font-size:14px;
    padding:5px 10px !important
}


.groupContainerTitle,
.categoryContainerTitle {
    margin-top: 0px;
}

#selectedGroup,
#selectedCategory {
    margin-bottom: 0;
    margin-left:5px;
    font-weight: normal;
    font-size: 14px;
}

#disclaimerPanel p,
#disclaimerPanelCopy p {
    margin-bottom: 5px;
    font-size: 12px;
}

#disclaimerPanel a.linkTermAndCondition,
#disclaimerPanelCopy a.linkTermAndCondition {
    margin-bottom: 0;
    font-size: 13px !important;
    color:#b02622 !important;
}


/* Menu Cart List Page CSS */

.myMealDetailsContainer:last-child {
    margin-bottom: 0;
}

.myMealDetailsContainer > .panel-heading {
    background-color: #eee;
    color: #643618;
    text-align: left;
    border-color: #ccc;
    padding: 5px 10px;
}

.myMealDetailsContainer > .panel-body {
    text-align:left;
}

.myMealDetailsContainer > .panel-heading h4 {
    font-size: 14px;
    color: #000;
    padding-right:0;
    cursor:pointer;
}

.btnRemoveMyMeal {
    background: transparent;
    box-shadow: none;
    padding: 0;
    -webkit-appearance: button-bevel;
    cursor: pointer;
    color: #d82f2f;
    font-size: 20px;
    border: 0;
    float: right;
    line-height:22px;
}

.menu-cart-empty-message {
    margin-bottom: 0px;
}


.btnRemoveMyMeal:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
}

.btnRemoveMyMeal:focus {
    outline: none;
}

.myMealDetailsContainer .myMealName {
    display: inline-block;
}

/*@@change*/
.myMealDetailsContainer .myMealPrice {
    display: inline-block;
    margin-right: 10px;
    float:right;
}

.myMealDetailsContainer .myMealDropDownIcon {
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    vertical-align: top;
    font-size: 22px;
    color: #a2a22f;
    float:left;
}

.myMealDetailsContainer .myMealNutritionContainer .panel-heading h4,
.myMealDetailsContainer .myMealComponentDetailsContainer > .panel-heading h4 {
    text-align:center;
    padding-right: 0;
}

.myMealDetailsContainer .myMealComponentListPanel h5 {
    margin-bottom: 10px !important;
    margin-left: 10px !important;
    margin-top: 0;
    text-align: left;
    font-size: 16px;
}

.myMealDetailsContainer .myMealComponentListPanel .ingredient-nutrition-title + div.ingredient-nutrition-container {
    margin-left:0 !important;
}

.myMealDetailsContainer .myMealComponentListPanel .ingredient-raw-material-title + div.ingredient-raw-material-container {
    margin-left: 15px !important;
}

.myMealDetailsContainer .myMealComponentListPanel .panel {
    margin-bottom: 0px;
}

.myMealDetailsContainer .myMealComponentListPanel .panel-heading {
    background-color: #eee;
    color: #643618;
    text-align: left;
    border-color: #ccc;
    padding: 5px 10px;
}

.myMealDetailsContainer .myMealComponentListPanel .panel-heading h4 {
    font-size: 12px;
    color: #000;
    height:auto;
    padding-right:0;
}

.myMealDetailsContainer .myMealComponentListPanel .valid-icon, 
.myMealDetailsContainer .myMealComponentListPanel .remove-icon, 
.myMealDetailsContainer .myMealComponentListPanel .substitute-icon {
    margin-top: 3px;
}

.myMealDetailsContainer .myMealComponentListPanel .valid-icon, 
.myMealDetailsContainer .myMealComponentListPanel .remove-icon, 
.myMealDetailsContainer .myMealComponentListPanel .substitute-icon, 
.myMealDetailsContainer .myMealComponentListPanel .dropdown-icon {
    width: 20px;
    margin-left: 3px;
    vertical-align: top;
}

.myMealComponentIngredientNutritionPanel .ingredient-nutrition-title, 
.myMealComponentIngredientNutritionPanel .ingredient-raw-material-title {
    font-size: 10px !important;
    opacity: 0.8;
}

.myMealComponentIngredientNutritionPanel table {
    width: 100%;
}

.myMealComponentIngredientNutritionPanel table tr td {
    font-size: 11px;
}

.myMealComponentIngredientNutritionPanel table tr td:first-child {
    width: 75%;
    max-width: 80%;
    font-weight: 400;
}

.myMealComponentIngredientNutritionPanel table tr td:last-child {
    max-width: 20%;
    width: 25%;
}

.emailSendCartContainer {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    margin: 0 auto;
    border: 2px solid #a2a22f;
}

.emailSendCartContainer .sendCartEmail {
    text-decoration: none; 
    color: #a2a22f; 
    font-size: 28px;
    margin-top: 12px;
}

#sendCartEmailBoxContainer .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #a2a22f;
    border-radius: 4px 4px 0 0;
}

#sendCartEmailBoxContainer .modal-header h4 {
    color: #ffffff;
}

#sendCartEmailBoxContainer .modal-body {
    text-align:left;
}

#sendCartEmailBoxContainer .modal-body .form-group:last-child {
    margin-bottom:0;
}

#sendCartEmailBoxContainer .modal-footer {
    padding: 10px 15px;
    text-align:center;
}

#btnSendMyCartMenuList {
    background-color: #a2a22f !important;
    border-color: #a2a22f !important;
    outline: 0px auto -webkit-focus-ring-color;
    padding: 5px 15px;
}

.btn:active:focus {
    outline:none;
}


#servSizeSelectionContainer {
    margin-bottom:10px;
}

.servSizeSelectionLabel {
    margin-top: 0;
    display: inline-block;
    margin-right: 15px;
}

.servSizeSelectionLabel::after{
    content: ":";
}

#mycontainer[layout=Layout_2] .servSizeSelectionLabel {
    margin-top: 0;
    display: block;
    margin-right: 0;
}

#mycontainer[layout=Layout_2] .servSizeSelectionLabel::after{
    content: "";
}

@media (max-width: 768px) {
  .servSizeSelectionLabel {
    margin-top: 0;
    display: block;
    margin-right: 0;
  }

  .servSizeSelectionLabel::after{
    content: "";
  } 
}

.field-validation-error {
    color: #e82828;
}

.powered-by-gipsee-logo img {
    background: rgba(255,255,255,0.9);
    padding: 1px;
    border-radius: 4px;
    width: 140px;
    border : 1px solid rgba(255,255,255,0.9);
}

/*@@change*/
.myMealInfo {
   text-align: center;
    margin-bottom: 10px; 
}

.myMealInfo h5 {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 5px;
}

.myMealInfo p {
    font-size: 12px;
}

#locationSelectionContainer {
    margin:25px 0;
}

#locationSelectionContainer .input-group,
#nearByLocationSelectionContainer .input-group 
 {
    max-width: 300px;
    margin: 0 auto;
}
/*--------------------*/
.column-panel .panel-body .rddlcol1.stateList,
.column-panel .panel-body .rddlcol1.restaurantList.nearby
 {
    max-width: 268px !important;
    margin-top: 0 !important;
    margin-left: -4px !important;
    display:table-cell;
}

.column-panel .panel-body .rddlcol1.stateList .rddlInner,
.column-panel .panel-body .rddlcol1.restaurantList.nearby .rddlInner
{
    border-radius: 0 3px 3px 0;
}

#stateList-locationIcon,
#nearByRestaurantList-locationIcon
 {
    font-size: 28px;
    display: table-cell;
    line-height: 35px;
    vertical-align: middle;
    padding: 0 8px;
    background: #a2a22f;
    color: #fff;
    border-radius: 3px 0 0 3px;
}

/*---------------------------------------*/

.column-panel .panel-body .rddlcol1.restaurantList {
    max-width: 300px !important;
    margin-top: 20px !important;
}

.column-panel .panel-body .rddlcol1.restaurantList .rddlFakeInput {
    width: calc(100% - 18px);
}

.column-panel .panel-body .rddlcol1.stateList .rddlInner,
.column-panel .panel-body .rddlcol1.restaurantList .rddlInner {
    border: 1px solid #a2a22f !important;
}

.rddlSlide[id*="rddlStateList"] .rddlPopup,
.rddlSlide[id*="rddlRestaurantList"] .rddlPopup {
    border-color: #a2a22f !important;
}

.divSelectedLocation {
    margin-bottom: 5px;
}


.logo-left {

}
.app-logo {
	max-width:200px;
	width:20%;
	min-width:75px;
}


.lifestyle-preferences {
    position:relative;
}



#showHealthyLifestyleOptionSelection {
    position: absolute;
    bottom: -5px;
    font-size: 14px;
    right: -10px;
    cursor: pointer;
    background: #a2a22f;
    padding: 2px 10px;
    color: #fff;
    border-radius: 10px 0 0 10px;
}

#divHealthyLifestyleOptionSelection .nutrition-label {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #000;
}

#divHealthyLifestyleOptionSelection .RadSlider {
    height: 40px !important;
    border: 1px solid #e6e6e6;
    padding-top: 8px;
    border-radius: 30px;
    margin-bottom: 15px;
}

#divHealthyLifestyleOptionSelection .slider-section {
    text-align:center;
}

#divHealthyLifestyleOptionSelection .RadSlider_Default .rslHorizontal .rslTrack {
    background-image: linear-gradient(#fefefe,#eaeaea);
}

#divHealthyLifestyleOptionSelection .RadSlider_Default .rslHorizontal .rslSelectedregion {
    border-radius: 0;
    background-image: linear-gradient(#a2a22f,#a2a22f);
}

#divHealthyLifestyleOptionSelection .RadSlider_Default .rslTrack {
    border-color: #a2a22f;
}

#divHealthyLifestyleOptionSelection .RadSlider_Default .rslHorizontal a.rslDraghandle {
    border-color: #a2a22f !important;
    background-color: #a2a22f !important;
    background-image: linear-gradient(#a2a22f,#a2a22f) !important;
    width: 14px !important;
    height: 12px !important;
    top: 4px !important;
}

#divHealthyLifestyleOptionSelection .RadSlider .rslHorizontal .rslTrack {
    height: 6px !important;
}

#divHealthyLifestyleOptionSelection .RadSlider .rslHorizontal .rslLargeTick span {
    display: none;
}

#divHealthyLifestyleOptionSelection .RadSlider .rslHorizontal .rslLargeTick span.rslBRItemText {
    display:block;
    top: 16px;
}

#divHealthyLifestyleOptionSelection .RadSlider_Default a.rslHandle {
    border-color: #cccccc;
    background-color: #ffffff;
    background-image: linear-gradient(#ffffff,#ffffff);
    border-radius: 20px;
}

#divHealthyLifestyleOptionSelection .RadSlider.rslIncreaseHandle .rslHorizontal {
    padding-left: 30px;
    padding-right: 30px;
}

#divHealthyLifestyleOptionSelection .RadSlider .rslHorizontal a.rslDecrease {
    left: 6px;
}

#divHealthyLifestyleOptionSelection .RadSlider .rslHorizontal a.rslIncrease {
    right: 6px;
}

.RadAjax_Default .raTransp {
    opacity: 0 !important;
}

.RadAjax_Default .raDiv {
    /*background-image: url(../../../spinners/double-ring/lg_double-ring-spinner.gif) !important;*/
    background-image: none !important;
}

.RadAjax_Default .raDiv .spinner {
    display: block;
    position: fixed;
    z-index: 99999999;
}

.RadAjax_Default .raDiv .spinner-icon {
    text-align: center;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: solid 5px transparent;
    border-top-color: #edae34;
    border-left-color: #edae34;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
    margin-left: 7px;
    margin-bottom: 10px;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#aRestaurantLink {
    margin-bottom: 10px;
    background-color: #333 !important;
    border-color: #333 !important;
    outline: 0px auto -webkit-focus-ring-color;
    padding: 3px 10px;
}
#locationSelectionContainer .label-title,
#nearByLocationSelectionContainer .label-title 
 {
    font-size: 16px;
    max-width: 300px;
    margin: 10px auto;
    text-align: left;
}

.column-panel .panel-body .rddlcol1.restaurantList.nearby {
    margin-top: 0 !important;
}

#nearByRestaurantListContainer {
    margin-bottom: 20px !important;
}

/*@@change----------- 04/03/2019 --------------*/

.ingredient-cleanFoodScore {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    float: right;
    line-height: 22px;
    margin-right: 5px;
    text-align: center;
    color: #333;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    background: #97ec1c;
    border-radius: 50%;
    box-shadow: rgb(204, 204, 204) 1px 2px 2px;
    margin-top: 0px;
}

.SubstituteSubComponentList .ingredient-cleanFoodScore,
.SwapComponentList .ingredient-cleanFoodScore,
#menuModifierPanel .ingredient-cleanFoodScore {
    margin-top: 0;
    margin-right: 0;
    margin-left: 5px;
}

.SubstituteSubComponentList .menuPriceBox,
.SwapComponentList .menuPriceBox,
.modifierMenuOptionListPanel .menuPriceBox {
    float: right;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 5px;
    color: #333;
}

.repeaterModifierItem {
    margin-top: 15px;
}


.btnEditMyMeal {
    background: transparent;
    box-shadow: none;
    padding: 0;
    -webkit-appearance: button-bevel;
    cursor: pointer;
    color: #fdba24;
    font-size: 20px;
    border: 0;
    float: right;
    line-height:22px;
    margin-right: 10px;
}

.btnEditMyMeal:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f040";
}

.btnEditMyMeal:focus {
    outline: none;
}

#myCartContainerFooter #btnCheckout {
    background-color: #a2a22f !important;
    border-color: #a2a22f !important;
    outline: 0px auto -webkit-focus-ring-color;
    width: 150px;
}

#myCartContainerFooter #btnEmailMyMeals {
    background-color: #edae34 !important;
    border-color: #edae34 !important;
    outline: 0px auto -webkit-focus-ring-color;
    width: 150px;
}

#sendCartEmailBoxContainer .panel-body,
#checkoutCartBoxContainer .panel-body #divPickupBox,
#checkoutCartBoxContainer .panel-body #divDeliveryBox {
    text-align: left;
}

#sendCartEmailBoxContainer #btnSendMyCartMenuList {
    padding: 6px 12px;
    width: 150px;
}

#checkoutCartBoxContainer .btn-group {
    margin-bottom: 15px;
    margin-top: 10px;
}

#checkoutCartBoxContainer #btnPickup,
#checkoutCartBoxContainer #btnDelivery {
    padding: 7px 15px;
    min-width: 100px;
}

#checkoutCartBoxContainer #btnPickup.btn-primary, 
#checkoutCartBoxContainer #btnDelivery.btn-primary,
#checkoutCartBoxContainer #btnCheckoutCartNext.btn-primary,
#orderCartBoxContainer #btnPayNow.btn-primary,
#orderCartSuccessBoxContainer #btnOrderCartSuccessBack.btn-primary {
    background-color: #a2a22f !important;
    border-color: #a2a22f !important;
    outline: 0px auto -webkit-focus-ring-color;
}

#orderCartBoxContainer .panel-body {
    text-align: left !important;
}

/*------------*/

#checkoutCartBoxContainer #divPickupBox,
#checkoutCartBoxContainer #divDeliveryBox {
    text-align:left;
    color: #333;
}

#checkoutCartBoxContainer #restaurantStatus {
    font-size: 14px;
    margin: 0 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #333;
}

#checkoutCartBoxContainer #divPickupBox .section-title,
#checkoutCartBoxContainer #divDeliveryBox .section-title {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #333;
}

#checkoutCartBoxContainer #divPickupLocation {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 25px;
}

#orderItemContainer {
    margin: 15px 0;
}

#orderItemContainer table {
    width: 100%;
    border: 1px solid #ccc;
}

#orderItemContainer table tbody tr:first-child {
    border: 1px solid #a2a22f;
}

#orderItemContainer table th {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    background-color: #a2a22f;
    padding: 5px;
}

#orderItemContainer table td {
    vertical-align: top;
    padding: 10px 5px 5px;
    color: #333;
}

#orderItemContainer table td .itemPortionSize,
#orderItemContainer table td .menu-title,
#orderItemContainer table td .item-price {
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    margin:0;
    color: #333;
}

#orderItemContainer .menuComponentList {
    margin-left: 15px;
}

#orderItemContainer .menuComponentList .component-name {
    margin: 5px 0 0 0;
}

#orderItemContainer .menuComponentList .spnCount {
    border-radius: 0;
    float: none;
    margin-top: 5px;
    width: 32px;
    height: auto;
    line-height: 12px;
    border: 0;
    text-align: right;
    background-color: transparent !important;
    font-size: 12px;
    color: #333;
}

#orderItemContainer .tax-details {
    border-top: 2px solid #ccc;
}

#orderItemContainer .tax-details td {
    padding: 15px 10px;
}


#orderItemContainer .tip-details {
    border-top: 2px solid #ccc;
}

#orderItemContainer .tip-details td {
    padding: 0px;
}

#orderItemContainer .tip-details table {
    border: 0px solid #ccc;
}

#orderItemContainer .tip-details table tr:first-child {
    border: 0px solid #ccc;
}

#orderItemContainer .tip-details table td {
    padding: 15px 10px;
    vertical-align: middle;
}

#orderItemContainer .order-summary {
    border-top: 2px solid #ccc;
    background-color: #eee;
}

#orderItemContainer .order-summary td {
    padding: 15px 10px;
}

#orderItemContainer table td #taxRate,
#orderItemContainer table td #taxAmount,
#orderItemContainer table td #tipAmountLabel,
#orderItemContainer table td #tipAmount,
#orderItemContainer table td .totalLabel,
#orderItemContainer table td #orderTotalAmount,
#orderItemContainer table td #hGiftAmount {
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    margin:0;
    color: #333;
}

.menuComponentList table {
    border: 0 !important;
}

.menuComponentList table tbody tr:first-child {
    border: 0 !important;
}

.menuComponentList table td {
    padding: 0 !important;
}

.menuComponentList table td .IngredientName {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    cursor:default;
}

.pickupTimeContainer {
    margin-top: 25px;
    margin-bottom: 50px;
}

.pickupTimeContainer h4 {
    margin: 0px 0 10px 0;
    font-size: 14px;
    color: #333;
}

.pickupTimeContainer .RadPicker .riTextBox {
    padding: 10px;
    font-size: 14px;
}

.pickupTimeContainer .RadPicker .rcCalPopup,
.pickupTimeContainer .RadPicker .rcTimePopup {
    width: 40px !important;
}

.pickupTimeContainer .RadPicker .rcCalPopup:before, 
.pickupTimeContainer .RadPicker .rcTimePopup:before {
    color: #a2a22f;
}

.paymentOptionContainer {
    margin-top: 25px;
    margin-bottom: 25px;
}

.paymentOptionContainer h4 {
    margin: 0px 0 10px 0;
    font-size: 14px;
    color: #333;
}

.paymentOptionContainer .paymentOptions {
    margin-bottom: 15px;
}

.paymentOptionContainer .paymentOptions .fa {
    font-size: 35px;
    margin: 2px;
    cursor: pointer;
}

.paymentOptionContainer .paymentCardDetails h4 {
    color: #aaa;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 5px;
}



#orderCartSuccessBoxContainer .successMessageBox {
    height: 200px;
    width: 100%;
    text-align: center;
    padding-top: 32px;
}

#orderCartSuccessBoxContainer .successMessageBox .fa {
    font-size: 75px;
    color: #a2a22f;
}

#orderCartSuccessBoxContainer .successMessageBox h4 {
    margin-top: 25px;
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    font-weight: normal;
}

#orderCartSuccessBoxContainer .successMessageBox span {
    font-weight: 600;
}

#orderCartSuccessBoxContainer .pickupDirectionBox {
    height: 200px;
    width: 100%;
    text-align: center;
}

#orderCartSuccessBoxContainer .pickupDirectionBox h4 {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    margin: 0 0 20px 0;
}

#orderCartSuccessBoxContainer .pickupDirectionBox .fa {
    font-size: 55px;
    color: #333;
}



#orderItemContainer .RadSlider_Default .rslHorizontal .rslTrack {
    background-image: linear-gradient(#fefefe,#eaeaea);
}

#orderItemContainer .RadSlider_Default .rslHorizontal .rslSelectedregion {
    border-radius: 0;
    background-image: linear-gradient(#a2a22f,#a2a22f);
    background: transparent;
}

#orderItemContainer .RadSlider_Default .rslTrack {
    border-color: #a2a22f;
}

#orderItemContainer .RadSlider_Default .rslHorizontal a.rslDraghandle {
    border-color: #a2a22f !important;
    background-color: #e6e6e6 !important;
    background-image: linear-gradient(#fff,#e6e6e6) !important;
    width: 40px !important;
    height: 40px !important;
    top: 4px !important;
    line-height: 38px;
    text-indent: 0;
    font-size: 12px;
    font-weight: 600;
    color:#333;
}

#orderItemContainer .RadSlider_Default .rslHorizontal a.rslDraghandle span {
    line-height: 40px !important;
    text-align: center;
    width: 38px;
}

#orderItemContainer .RadSlider .rslHorizontal .rslTrack {
    height: 34px !important;
    top: -3px;
    background: transparent;
    border-radius: 0;
}

#orderItemContainer .RadSlider .rslHorizontal .rslLargeTick {
    /*display: none;*/
    top: 13px;
    height: 15px !important;
}

#orderItemContainer .RadSlider .rslHorizontal .rslLargeTick span {
    display: none;
}


#orderItemContainer .RadSlider .rslHorizontal .rslSmallTick {
    z-index: -999;
}

#orderItemContainer .RadSlider .rslHorizontal .rslLargeTick span.rslBRItemText {
    display:block;
    top: -16px;
}

#orderItemContainer .RadSlider_Default a.rslHandle {
    border-color: #a2a22f;
    background-color: #a2a22f;
    background-image: linear-gradient(#a2a22f,#a2a22f);
    width: 30px;
    height: 34px;
    top: 4px;
}

#orderItemContainer .RadSlider a.rslHandle:before {
    font-size: 33px !important;
}

#orderItemContainer .RadSlider_Default a.rslHandle:before {
    color: #f9f9f9;
}

#orderItemContainer .RadSlider.rslIncreaseHandle .rslHorizontal {
    padding-left: 36px;
    padding-right: 36px;
}

#orderItemContainer .RadSlider .rslHorizontal a.rslDecrease {
    left: 6px;
    border-radius: 20px 0 0 20px;
}

#orderItemContainer .RadSlider .rslHorizontal a.rslIncrease {
    right: 6px;
    border-radius: 0 20px 20px 0;
}


@media (max-width: 768px) {

    #orderItemContainer .RadSlider .rslHorizontal .rslLargeTick span.rslBRItemText {
        font-size: 7px;
    }
}

.SubstituteSubComponentList .menuPriceBox,
.SwapComponentList .menuPriceBox,
.modifierMenuOptionListPanel .menuPriceBox {
    float: right;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 5px;
    color: #333;
}


.RadCalendar_Default .rcTitlebar,
.RadCalendar_Default .rcMain .rcSelected,
.RadCalendar_Default .rcMain .rdHover,
.RadCalendarMonthView_Default .rcSelected a,
.RadCalendarMonthView_Default input {
    border-color: #a2a22f !important;
    color: #fff !important;
    background-color: #a2a22f !important;
    background-image: linear-gradient(#a2a22f,#a2a22f) !important;
}

.RadCalendarMonthView_Default {
    border-color: #a2a22f !important;
}

.RadCalendar_Default .rcMain td.rcOutOfRange {
    color: #ccc;
}

.column-panel .panel-heading h4 small {
    color: #eee;
}

/*Beacon Functionality*/

#saveUserDetailsModal .modal-header,
#redeemCouponCodeModal .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #a2a22f;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

    #saveUserDetailsModal .modal-header h4,
    #redeemCouponCodeModal .modal-header h4 {
        color: #ffffff;
    }

#saveUserDetailsModal .modal-body,
#redeemCouponCodeModal .modal-body {
    text-align: left;
}

    #saveUserDetailsModal .modal-body .form-group:last-child,
    #redeemCouponCodeModal .modal-body .form-group:last-child {
        margin-bottom: 0;
    }

#saveUserDetailsModal .beconMessageContainer,
#redeemCouponCodeModal .beconMessageContainer {
    text-align: center;
    padding: 10px 0;
}

    #saveUserDetailsModal .beconMessageContainer #imgBeaconImage,
    #redeemCouponCodeModal .beconMessageContainer #imgBeaconImage_redeemCoupon {
        width: 100%;
        max-width: 400px;
    }

    #saveUserDetailsModal .beconMessageContainer #hBeaconText,
    #redeemCouponCodeModal .beconMessageContainer #hBeaconText_redeemCoupon {
        margin: 0;
        font-size: 20px;
        color: #333;
    }

#saveUserDetailsModal .modal-footer,
#redeemCouponCodeModal .modal-footer {
    padding: 10px 15px;
    text-align: center;
}

#saveUserDetailsModal .btn-primary,
#redeemCouponCodeModal .btn-primary {
    background-color: #a2a22f !important;
    border-color: #a2a22f !important;
    outline: 0px auto -webkit-focus-ring-color;
    padding: 6px 12px;
    width: 150px;
}

#redeemCouponCodeModal .redeemCouponCodeForm {
    padding: 15px 0;
    text-align: center;
}

    #redeemCouponCodeModal .redeemCouponCodeForm #btnRedeemCouponCode {
        display: block;
        margin: 0 auto 15px auto;
        padding: 10px;
        width: 200px;
        font-size: 18px;
        background-color: #f4bf3d !important;
        border-color: #f4bf3d !important;
        border-radius: 15px;
    }

    #redeemCouponCodeModal .redeemCouponCodeForm #txtCouponCode {
        border: 2px solid #a2a22f;
        background: #fff;
        width: 100%;
        padding: 9px;
        font-size: 25px;
        text-align: center;
    }

    #redeemCouponCodeModal .redeemCouponCodeForm .noteInfo {
        font-size: 14px;
        text-align: left;
        color: #333;
        margin: 10px 0 0 0;
    }

#orderItemContainer .redeem-gift-id {
    border-top: 2px solid #ccc;
}

    #orderItemContainer .redeem-gift-id td {
        padding: 20px 10px;
        vertical-align: middle;
    }

    #orderItemContainer .redeem-gift-id .input-group {
        width: 100%;
    }

    #orderItemContainer .redeem-gift-id input {
        border-radius: 0;
    }

    #orderItemContainer .redeem-gift-id #btnApplyGiftID {
        color: #fff;
        background-color: #edae34;
        border-color: #edae34;
        border-radius: 0;
        width: 140px;
    }

    #orderItemContainer .redeem-gift-id #btnRemoveGiftID {
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
        border-radius: 0;
        width: 140px;
    }

#btnAllowLocation {
    color: #fff;
    background-color: #a2a22f;
    border-color: #a2a22f;
}

#divLoggedInUser {
    margin-bottom: 5px;
}

#orderItemContainer .redeem-gift-id .input-group {
    display: block;
}

#orderItemContainer .redeem-gift-id #btnApplyGiftID,
#orderItemContainer .redeem-gift-id #btnRemoveGiftID {
    width: 50%;
    margin-left: 0;
}

@media only screen and (max-width: 375px) {

    #btnAddToCart {
        display: block;
        float: none !important;
    }

	#btnAddToCart #btnViewMeuCart {
		width: 160px;
	}

    .divMenuCart {
        margin-left: 0px;
        margin-top: 5px;
    }
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
}

.tip-details .input-group-addon {
    padding: 5px;
    font-size: 20px;
}

.tip-details #txtTipAmount {
    padding: 5px 7px;
    text-align: left;
}