.myaccount-section .flex-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 0 10px;
}
.myaccount-section .submit-row {
    max-width: 250px;
    margin: 5px auto 0;
}
.submit-row-moa {
    width: 100%;
    margin: 5px auto 0;
    text-align: center;
}
.button-box .text-nav {
    margin-top: 10px;
}
#myaccount-right-col .button-box {
    background-color: #ffffff;
}
.myaccount-section .page-right-col {
    align-items: flex-start !important;
    position: relative;
}
.myaccount-username {
    font-weight: bold;
    font-size: 24px;
}
.myaccount-no-input {
    margin-bottom: 37px !important;
}
#myaccount-contact-form {
    width: 100%;
}
#user_profile_list h3 {
    font: 400 16px sofia-pro-soft, sans-serif !important;
    margin-bottom: 15px !important;
}
#user_profile_list .profile-list>a {
    font-weight: 600;
}
#user_profile_list a {
    color: inherit;
}
#user_profile_list a:hover {
    color: #83003f;
}
#user_profile_list .profile-list>a>span {
    color: #cd193f;
    font-weight: normal !important;
    font-size: 13px !important;
}
#myaccount-profiles .button-box {
    background: none;
}
#myaccount-right-col .rcol-floating {
    position: relative !important;
    margin-top: 10px;
    width: 100%;
}
.myaccount-profile-warn {
    color: #83003f;
    font-weight: 500;
}
#profile_msg_no {
    margin: 10px 0 !important;
}
#user_profile_list .need-location {
    color: #cd193f !important;
    font-weight: 400;
}
#myaccount-contact-form label.checkbox {
    padding-top: 0px;
}
.myaccount-left-col {
    margin-bottom: 20px !important;
}
.left-col-block {
    /*margin-top: 39px;*/
}
.myaccount-left-col p {
    text-transform: none !important;
    font-size: 22px;
    line-height: 30px;
    font-family: utopia-std, sans-serif;
    font-weight: 400;
    color: #484848;
}
#add_new_profile {
    color: #cd193f !important;
}
.add_new_link {
    margin-top: 30px;
    text-align: center !important;
}
.upd-required {
    display: none;
}
.click-profile {
    margin-bottom: 15px !important;
    font-weight: 400;
    font-size: 15px;
    margin-top: 3px;
    display: inline-block;
}
.profile-has-orders {
    font-size: 12px;
    font-style: italic;
    display: none;
    width: 100%;
    margin-top: 10px;
}
.fcdollar {
    display: inline-table  !important;
}
.fcdollar span {
    width: 20px;
    text-align: left;
    display: inline-table !important;
}
.fcamount {
    display: inline !important;
}
.fcamount span {
    width: 30px;
    text-align: right;
    display: inline !important;
}
.fcname {
    padding-left: 40px;
}
.fcname>a {
     font-weight: 400;
 }

#moa_profile_add_funds th,
#moa_profile_add_funds td,
#ar_amount_table td {
    padding: 10px;
    font-size: 15px;
    font: inherit;
}
#moa_profile_add_funds th {
    font-weight: 700;
}
#moa_profile_add_funds .pname  {
    width: 150px;
    text-align: left;
}

#ar_amount_table .pname {
    width: 200px;
    text-align: left;
}
#moa_profile_add_funds .moa_amount,
#ar_amount_table .moa_amount {
    text-align: right;
    width: 125px;
}
#moa_profile_add_funds input,
#ar_amount_table input {
    width: 105px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    padding: 5px 10px;
    font: inherit;
    font-size: 15px;
    min-height: 30px;
}
#moa_add_funds .button-box,
#ar_amount_table .button-box,
#moa_add_funds .button {
    margin-bottom: 0px !important;
}
.cb_line {
     text-align: left;
     font-size: 12px !important;
    font-style: italic !important;
}
.moa_amounts_columns {

}
#moa_add_funds_title {
    font-size: 24px !important;
}
.trans-hist-links {
    text-align: right;
}
#moa_credit_history h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.student_id_field_required {
    display: none;
}
/* Slider control */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 16px;
    margin-right: 10px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #83003f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}
.auto-replenish {
    margin-top: 20px;
    /*color: #83003f;*/
}
#auto_replenish_amount {
    font-size:15px;
    width:55px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.auto-replenish .button {
    padding: 2px 5px 2px 5px;
    min-width: 60px;
    font-size: 10px;
}
#ar_amount_popup .button-box {
    background: none;
    padding: 5px;
}
#ar_amount_popup .modal-popup-content {
    padding: 50px 40px 20px 40px;
}
#ar_amount_popup .button {
    margin-bottom: 0px;
}
.ar_payment_failed {
    color: #cd193f !important;
}
.moa_col_left {
    flex: 1 0 40% !important;
}
.moa_col_right {
    flex: 1 0 20% !important;
}
.moa_col_right_50 {
    flex: 1 0 50% !important;
}
.moa_col_100 {
    flex: 1 0 100% !important;
}
.trans-hist-links {
    margin-top: 10px;
}
i.fa-edit {
    color: #83003f;
    padding: 3px 5px 0 5px;
    /*font-weight: 500 !important;*/
}
i.fa-edit:hover {
    cursor: pointer;
}
.autorep-heading {
    font-weight: 500;
}
.autorep-desc {
    margin-top: 15px;
    font-size: 12px;
    padding-left: 40px;
    font-style: italic;
    color: inherit;
}


.error {
    margin-top: 5px;
    color: #83003f;
    font-size: 12px !important;

}
#profile-form, #profile-form-self {
    width: 70% !important;
    margin-left: 70px;
}
#profile-form .button-box,
#profile-form-self .button-box
{
    background-color: inherit !important;
}
#profile-form-self span {
    font-size: 15px !important;
    padding: 5px 10px;
}
#profile-self h3, #profile-other h3
{
    font-size: 22px;
    line-height: 30px;
    font-family: utopia-std, sans-serif;
    margin-bottom: 25px;
}

#register-right-col .right-col-content{
    vertical-align: top !important;
    min-height: 400px;
}

/* password reset form */
.pass-reset-form,
.check-url-form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.pass-reset-form .formBox,
.check-url-form .formBox {
    width: 100%;
    max-width: 500px !important;
    margin: 0 auto;
    border-radius: 5px;
    background: url(../images/bg.jpg) repeat;
}

.pass-reset-form p{
    margin: 0 auto;
    text-align: center;
}
.pass-reset-form .button {
    max-width: 200px !important;
}
.preset-invalid {
    margin: 30px 10px !important;
}

#account-form h3 {
    text-align: center;
    font-family: utopia-std, sans-serif;
}

#username-form .flex-col {
    width: 100% !important;
}

.uname_msg {
    text-align: left !important;
    font-size: 12px !important;
    margin: 20px 20px !important;
}

.uname_msg a {
    font-weight: 700 !important;
}

#comments {
    width: 100%;
    height: 70px;
}
#select-from-list {
    margin-top: 30px;
}
#url-list {
    margin-top: 20px;
    margin-bottom: 30px;
    overflow: auto;
    max-height: 600px;
}
#url-list h3,
#url-list a,
.ckurl-modal-text {
    font: 400 16px sofia-pro-soft, sans-serif;
}
#ckurl-msg-url {
    color: #83003f;
}
input[type='sname'] {
    margin-top: 20px;
}
.text-left {
    text-align: left !important;
}
.mcycle_button {}
.homeNav-no-center {
    padding:0 25px;
    margin-bottom:46px;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #83003f;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    /*float: right;*/
    margin: 0 auto;
}

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

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.cart-not-empty {
    background: #24bcca;
    font-weight: bold;
}
.msg-warning {
    font-size: 18px;
    font-weight: 800;
    color: #83003f;
    text-align:  center;
}
.plum-bold {
    font-weight: 400;
    color: #83003f;
}
#home_profile_msg .modal-popup-content{
    padding: 10px 10px !important;
    /*width: 600px !important;*/
}
#home_profile_msg .modal-popup-content .massage-box {
    /*width: 550px;*/
}
#home_profile_msg span {
    display: block;
    color: #83003f;
    font-weight: 400;
    padding-bottom: 10px;
}

/* powered by section in footer */
.footerLogo .pow-by {
    color: #eeeeee;
    vertical-align: middle;
}
.footerLogo img {
    vertical-align: top;
}

/* site name under school name */
.site-name {
    color: #ffffff;
    font-family: sofia-pro-soft, sans-serif;
    padding-top: 20px;
    text-align: center;
    display: inline-block;
    font-size: 16px !important;
}

.month-Nav {
    margin: 0 auto 10px !important;
    text-align: center;
}

.page-headbox h2 {
    margin: 50px 0 40px 0 !important;
}
.homeNav h5{
    display:block;
    margin-bottom:15px;
    text-align:center;
    font:300 15px/30px sofia-pro-soft;
}
#curMonth {
    font-size: 20px !important;
}
form#not-show-again {
    width: 100%;
    max-width: 150px;
    margin: 15px auto 0;
}
form#not-show-again label.checkbox {
    font-size: 13px;
    padding-left: 22px;
    padding-top: 2px;
}
form#not-show-again input[type="checkbox"]{
    width: 15px;
    height: 15px;
}
form#not-show-again label.checkbox:before{
    width: 15px;
    height: 15px;
}
form#not-show-again label.checkbox:after{
    width: 15px;
    height: 15px;
}
.tt_profile_list {
    margin: 5px 5px;
    min-width: 200px;
}
.tt_profile_list span {
    display: block;
    padding-bottom: 5px;
}
.plist_header {
    font-weight: 700;
    color: #83003f;
}
#home_profile_msg .massage-box-enlarged{
    max-height: 500px;
    overflow: scroll;
}
#home_profile_msg .large-plist {
    margin-right: 30px !important;
}
#mps_message {
 padding-top: 10px !important;
 color: #83003f;
}

/*#curMonth:hover {*/
    /*cursor: pointer;*/
/*}*/
/*div[role="tooltip"].ui-widget-shadow {*/
    /*background: #ffffff;*/
    /*opacity: 1;*/
/*}*/
a:link.cal_mcycle_name,
a:visited.cal_mcycle_name
{
    text-decoration: none;
    color: #484848 !important;
}
/*.modal-popup {
    background: rgba(255, 255, 255, 0.25) !important;
}*/
a.cal_previous {
    background: url(../images/icons/icon_arrow_left_red.png) no-repeat left center / 100%;
    width: 10px;
    height: 11px;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
}
a.cal_next {
    background: url(../images/icons/icon_arrow_right_red.png) no-repeat left center / 100%;
    width: 10px;
    height: 11px;
    margin-left: 7px;
    display: inline-block;
    vertical-align: middle;
}
#cal_mc_name:hover {
    color: #83003f !important;
}

#cal_days a:hover {
    color: #ffffff !important;
}

.calendar table td>a{ color: #484848; }

#cal_section .month-Nav {
    width: 70%;
    position: relative;
    text-align: center;
}

/*#cal_section a.print {*/
    /*display: inline-block;*/
    /*padding-left: 20px;*/
    /*position: relative;*/
/*}*/
.cal-links {
    position:relative;
    float: left;
}

#cal_section .page-headbox {
    padding-bottom: 25px !important;
}
.view-only {
    background-color:  #d1d1d1 !important;
    color: #ffffff !important;
}

a.view-only:hover {
    color: #ffffff  !important;
    background: #f15d22 !important;
}

.cal_day_clicked {
    color: #ffffff  !important;
    background: #f15d22 !important;
}
.menu-notification {
    /*background: #cd163f !important;*/
    /*color: #ffffff !important;*/
    border-radius: 5px;
    /*border-color: #cd163f !important;*/
    /*border-width: 2px !important;*/
    border: 1px solid #cd163f !important;
}
.cart-notification {
    /*background: #24bcca !important;*/
    /*color: #ffffff !important;*/
    border-radius: 5px;
    border: 1px solid #24bcca !important;
}
.other-order-notification {
    /*background: #767676 !important;*/
    /*color: #ffffff !important;*/
    border-radius: 5px;
    border: 1px solid #767676 !important;
}
.order-notification {
    /*background: #f15d22 !important;*/
    /*color: #ffffff !important;*/
    border-radius: 5px;
    border: 1px solid #f15d22 !important;
}
.cal-hint {
    margin-top: 5px !important;
}
.apply-to {
    color: #83003f !important;
    /*font-weight: 700 !important;*/
}
.blank-right-col {
    vertical-align: top !important;
    align-items: center !important;
}
#home_link {
    margin-bottom: 10px;
}
.cal-toggle-icon{
    position:relative;
}
.cal-toggle-icon:after {
    content: "+";
    font: 500 25px/18px sofia-pro-soft, sans-serif;
    color:#890c48;
    vertical-align: top;
}
.cal-mc-multi {
    font: 500 25px/18px sofia-pro-soft, sans-serif;
    color:#890c48;
    position: relative;
    bottom: .1em;
}
#cal_header h2 {
    font-size: 22px !important;
}
.curr_day {
    border: 1px solid #83003f;
}

/** menu cycle more info link **/
.mc_more_info {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    display: block;
}
.mc_more_info a {
    font-size: 16px !important;
}
.iwaitlist {
    color: #CD163F;
    font-weight: 400;
    display: inline-block !important;
}
.wl_name {
    width: unset !important;
    display: inline-block !important;
}

p.login_error {
    padding-bottom: 10px;
    color: #83003f;
}
.form-field-grop input[type="username"]{
    background: #ffffff;
    font:400 15px/18px sofia-pro-soft;
    padding: 8px 15px 10px;
    border: 1px solid #c4c4c4;
    width: 100%;
    border-radius: 3px;
    height: 43px;
}
a.comodo-icon {
    width: 100px;
}
a.comodo-icon i {
    display: block;
    background: url(../images/comodo.png) no-repeat left top / 100%;
    width:100px;
    height:85px;
    margin-right: 10px;
}
.bottom-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}
.bottom-nav i {
    text-align: right;
}
.bottom-nav span {
    vertical-align: baseline;
}
.bottom-nav a.comodo-icon {
    float: right;
    margin-right: 20px;
}

/* login page */
.loginInner-Wrap {
    position: relative;
    min-height: 0 !important;
}
.login-welcome {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 200;
    color: #ffffff;
    width: 100%;
    vertical-align: bottom;
    font-family: sofia-pro-soft, sans-serif;
    margin-top: 50px;
}
/* powered by section in footer */
.login-footer-logo {
    position: relative;
    margin: 0px auto;
    vertical-align: bottom;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.login-footer-logo .pow-by {
    color: #eeeeee;
    vertical-align: middle;
}
.login-footer-logo img {
    vertical-align: top;
}
.login-footer-logo .by-logo {
    margin-left: 0px !important;
}
.login-footer-terms {
    display:block;
    color: #ffffff;
    font-size: 10px;
    font-style: italic;
}
.termsofuse {
    padding-top: 10px;
}
.termsofuse a {
    font-size: 12px !important;
}
.login-head {
    padding-top: 18px !important;
}
.login-fields {
    border-top: inherit !important;
}
/** Welcome Modal **/
.hearRow span {
    display: inline-block;
    vertical-align: middle;
}
span.arrow-span {
    margin: 0 10px;
}
.hearRow {
    margin-bottom: 30px;
}
.modal-popup-content h2 span {
    line-height: 1;
    display: block;
    font: 300 16px/1.3 sofia-pro-soft, Arial, sans-serif;
}
.tour_info_box{
    padding: 50px 30px 25px;
    border: 1px solid #9e0c38;
    border-radius: 5px;
    background: url(../images/bg.jpg) repeat;
    width: 100%;
    max-width: 500px;
    position: absolute;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);
    z-index: 55;
    opacity:0;
}

.modal-popup-content.quick_tour_content{
    border: 1px solid #9e0c38;
    z-index: 55;
    width: 100%;
    max-width: 750px;
    box-shadow: 0 0 30px rgba(0,0,0,0.8);
    padding-top: 50px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
}
.modal-popup.quick_tour_popup{
    background:rgba(255, 255, 255, 0.85);
    z-index: 55;
    /*opacity:0;*/
    overflow: auto !important;
}
p.mb-msg-header {
    text-align: center;
    font-weight: 700;
}
.mb-msg img
{
    display: block;
    margin: 15px auto;
    margin-bottom: 30px;
    width: 100px;
    height: 100px;
}
.mb-msg a {
    width: 100%;
    text-align: right;
    text-decoration: underline;
    font-size: 12px;
}
#mb-coming-soon {
    min-width: 250px !important;
    margin: auto 5px !important;
    padding: 10px !important;
}
#mb-coming-soon .modal-popup-content{
    padding: 50px 15px;
    margin: auto 5px !important;
}
#login-msg-icon {
     display: block;
     margin: 15px auto;
     margin-bottom: 30px;
     width: 60px;
     height: 60px;
 }
.login-top-nav {
    z-index: -1 !important;
}
.notice-wrap {
    padding: 10px;
}
.important-notice {
    padding: 10px !important;
}


/* highlight item when hovering */
.food-list li:hover {
    background: #efefef !important;
}

li.innerItem:hover {
    /*background: #efefef !important;*/
    color: #890c48 !important;
    cursor: pointer;
}
#requirements {
    margin-top: 30px;
}

#requirements span {
    font-size: 12px;
    color: #890c48;
}

label.readonly {
    color: #cccccc !important;
}

.min-max-msg {
    font-size: 10px !important;
}

/* warning modal to stay on top of everything else */
#add_item_warning {
    z-index:1000 !important;
}

/* remove outline around quantity button, change to hand cursor on hover */
input.qtyminus, input.qtyplus {
    outline:none;
    cursor: pointer;
}
input.qtyminus::-moz-focus-inner,
input.qtyplus::-moz-focus-inner{
    border: 0;
}

/* remove outline around with side/drink select box on Mozilla */
.form-field-grop select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.week-Nav {
    text-align: center !important;
}

.menu-accordion-content-show {
    padding: 20px 7px;
    background: #ffffff;
    border-top: 1px solid #ebebeb;
}

.cart-added-massage {
     min-width: 250px !important;
}

/*.cart-added-massage .button{*/
    /*width:220px !important;*/
/*}*/
.cart-added-massage .button-box
{
    width: 250px !important;
    background-color: inherit !important;
    margin: 0 auto !important;
}
.cart-added-massage .button-box
{
    margin-top: 30px !important;
}
.rcol-floating .button-box {
    background-color: inherit !important;
}
.save_cbox {
    width: 100%;
    /*position: absolute;*/
    position: relative;
    height: 25px;
    display: block;
}
.curr_choices {
    text-align: left !important;
    font-size: 10px !important;
    margin-left: 30px;
    position: relative;
    width: 90%;
    /*top: 60%;*/

}
.curr_choices .food-name,
.curr_choices .food-details {
    font-size: 10px !important;
}

#copy_to_list {
    padding: 30px 0px 10px;
 }

#copy_to_list label.checkbox {
    padding-left: 30px !important;
    font-weight: 400 !important;
}
#copy_to_list .checkbox-list li {
    text-align: left !important;
    margin-top: 10px;
    margin-left: 40px !important;
    width: 100% !important;
}
#copy_to_list .checkbox-list {
    margin-bottom: 5px; !important;
}
#copy_to_list .checkbox-list label {
    display: inline-block !important;
    width: 98%;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.curr_order {
    display:block;
    line-height: 1.5;
    color: #83003f !important;
}
#copy_to_list h4 {
    margin-bottom: 30px !important;
}
#builder_main .page-right-col {
    align-items: flex-start !important;
    position: relative;
}
#builder_main .page-right-col:before,
#builder_main .page-right-col:after {
    content: "";
    display: table;
}

#builder_main .page-right-colr:after {
    clear: both;
}

.rcol-floating {
    position: relative !important;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 80px;
}
.rcol-floating .right-col-content {
    width: 100%;
}
.builder-button{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 20px;
}
.builder-button .button-box {
    width: 100%;
}
.just-added {
    background-color: #ededed;
}
.inventory {
    color: #f15d22;
    font-weight: 500;
}

#tt_idesc {
    display: none;
}

#tt_add_item_link {
    width: 100%;
    display: block;
    margin-top: 10px;
}
#tt_add_item_link a {
    min-width: unset;
    padding: 5px;
    color: #9e0c38;
    font-size: 12px;
}
.builder-item-desc {
    border: none !important;
    background: transparent !important;
}
.item-desc-content {
    display: none;
}
#tt_desc_iname {
    font-size: 15px;
}
#item_description_box{
    padding: 10px 10px !important;
    font-family:sofia-pro-soft, sans-serif !important;
}
#item_description_box h2  {
    font-family:sofia-pro-soft, sans-serif !important;
}
#tt_desc_content {
    font-size: 12px !important;
}
#tt_desc_content img {
    max-height: 200px;
    max-width: 200px;
}

.star-msg {
    font-size: 12px !important;
    display: block;
    font-weight: 100;
}

.star-msg span {
    display: inline;
}
.alt-rount-savecart {
    position: relative;
    width: 15px;
    height: 15px;
    text-align: center;
    /*top: -10px;*/
    /*right: -16px;*/
    display: inline;
    vertical-align: top;
}
.alt-rount-savecart i.altIconStar {
    display: inline-block;
    margin-right: 3px;
    background:url(../images/icons/Icon_Star_Grey.png) no-repeat center center / 100%;
    width:15px;
    height:15px;
    vertical-align: middle;
}
.alt-rount-savecart i.altIconStarSlash {
    display: inline-block;
    margin-right: 3px;
    background:url(../images/icons/Icon_Star_Grey_Slashed.png) no-repeat center center / 100%;
    width:15px;
    height:15px;
    vertical-align: middle;
}
/** builder 2 make left column wider */
.mini-tab {
    max-width: none !important;
    margin-right: 10px;
}
.mini-tab label.checkbox {
    overflow: visible;
    display: block;
    width: 95%;
}
/** builder 2 more spacing between options */
.checkbox-list li {
    overflow: visible;
    display: block !important;
}

.week-Nav span {
    padding-bottom: 5px;
}
/** EZ Builder **/
.no_order_reason {
    display: block;
    margin-left: 40px;
    font-size: 10px;
    color: #f15d22;
}
.alt-rount-ezb{
    position: relative;
    width: 15px;
    height: 15px;
    text-align: center;
    /*top: -10px;*/
    /*right: -16px;*/
    display: inline;
}
.alt-rount-ezb i.altIcon {
    width: 15px;
    height: 15px;
    background-color: #cd163f;
    border-radius: 100px;
    background-image:url(../images/icons/alert_ahite.png);
}
.ez-motd {
    display: inline;
}
.ez-motd-div {
    margin-top: 3px;
    margin-left: 40px;
}
.food-list li.selected-item {
    background-color: #efefef;
}
.food-list .selected_ordered:before {
    content: url(../images/icons/Icon_Checkmark_Circle_Orange_Selected.png);
    display: inline;
    margin-right: 5px;
}
.food-list .selected:before {
    content: url(../images/icons/Icon_Checkmark_Circle_Blue.png);
    display: inline;
    margin-right: 5px;
}
.day-heading {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.ezbuilder-section .week-Nav {
    width: 60%;
    position: relative;
    text-align: center;
    display: block;
}
.week-Nav span,
.week-Nav span a {
    font-size: 20px;
    /*font-weight: 400;*/
}
li.ezb-innerItem:hover {
    /*background: #efefef !important;*/
    color: #890c48 !important;
    cursor: pointer;
}
.scroll-helper {
    position: fixed;
    top: 50%;
    right: 30px;
    text-align: right;
    z-index: 99;
}
.rcol-scroll-helper {
    display: block;
    margin-left: 10px;
    color: #83003f;
    font-weight: 400;
    visibility: hidden;
    clear: both;
}
.rcol-scroll-helper a::before {
    content: url(../images/icons/icon_arrow_up_red.png);
    display: inline;
    margin-right: 5px;
}
#same-menu-next-month::before {
    content: url(../images/icons/icon_arrow_right_red.png);
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
/** menu cycle more info link **/
.mc_more_info {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    display: block;
}
.mc_more_info a {
    font-size: 16px !important;
}
.page-headbox a.back-link {
    vertical-align: top;
}
.cycle-name-header {
    padding-top: 20px;
}
.qtyform input[type='text'] {
    background: #ffffff;
    color: inherit;
}
.qtyform select {
    font-size: 12px;
    padding: 0 !important;
    width: 45px !important;
    height: 30px !important;
}
.qtyform option {
    font-size: 12px;
}
.page-headbox a.backTo {
    vertical-align: top;
}
#add_and_go_to_next {
    margin-top: 30px;
}
.ez-menu-date {
    font-weight: bold !important;
    color: inherit !important;
}
.date-display {
    padding-bottom: 10px;
}
#builder_main .page-right-col{
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.admin-added-item {
    font-size: 10px !important;
    color: #83003f !important;
    font-weight: 700 !important;
    display: inline-block !important;
}
.rcol-ordering-for {
    padding: 20px;
    text-align: center;
    font: 300 15px/1.3 sofia-pro-soft, Arial, sans-serif;
}
.rcol-ordering-form select {
    margin-top: 20px;
}
.bld-mc-multi {
    font: 500 25px/18px sofia-pro-soft, sans-serif;
    color:#890c48;
    position: relative;
    bottom: .1em;
}
#switch-menu {
    color: #484848 !important;
}
.page-left-col h2 {
    font-size: 22px !important;
}
#another_profile {
    padding: 20px 10px !important;
    font-family: sofia-pro-soft;
}
#another_profile h5 {
    font-family: sofia-pro-soft !important;
}
.next-options-button,
.next-sides-button {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
div.selected_ordered {
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
    content: url(../images/icons/Icon_Checkmark_Circle_Orange_Selected.png);
    left: -20px;
    margin-right: -20px;
}
div.selected {
    width: 15px;
    height: 15px;
    position: relative;
    float: left;
    content: url(../images/icons/Icon_Checkmark_Circle_Blue.png);
    left: -20px;
    margin-right: -20px;
}
.builder_rtg {
    display: block;
    font-size: 13px;
    color: #9a9a9a;
}
.bookmark {
    width: 15% !important;
}
.bookmark a {
    margin: 0px 0 0 12px !important;
}
i.fa-user-plus {
     color: #83003f;
    padding: 3px 0 0 5px;
 }
i.fa-star {
    color: #83003f;
    padding: 3px 5px 0 5px;
}
#copyfuture_days_list,
#copytoprofile_list {
    border: none;
    padding: 0 !important;
    min-width: 300px;
}
#copyfuture_days_list li,
#copytoprofile_list li {
    width: 100%;
    margin-bottom: 10px !important;
}
#copyfuture_days .modal-popup-content,
#copytoprofile .modal-popup-content{
    max-width: 500px !important;
}
.copyfuture_button,
.copyprofile_button {
    text-align: center;
}
.copyfuture_button a,
.copyprofile_button a {
    width: 150px !important;
}
.cf-has-order {
    color: #83003f;
    font-weight: bold;
    float: none !important;
}
.copyfuture_button .text-nav {
    margin: auto !important;
}
.off-section-cancel {
    text-decoration: underline;
}
.off-window-cancel-row {
    text-align: center;
    width: 100%;
    font-size: 11px;
    color: #83003f !important;
    margin-bottom: 10px;
}
.copy-icons-tt {
    font-size: 14px !important;
    border-radius: 5px;
    font-family:sofia-pro-soft, sans-serif !important;
    border-color: #83003f !important;
}
.pending-icon-tt {
    font-size: 14px !important;
    border-radius: 5px;
    font-family:sofia-pro-soft, sans-serif !important;
    border-color: #31bcc9 !important;
}
.purchased-icon-tt {
    font-size: 14px !important;
    border-radius: 5px;
    font-family:sofia-pro-soft, sans-serif !important;
    border-color: #F15D22 !important;
}
#low_stock_msg span {
    color: #83003f;
    font-weight: bold
}
#low_stock_ok {
    margin-bottom: 0px !important;
}
.cart-food-list,
.cart-day-total{
    vertical-align: top !important;
}
#remove-all-link {
    width: 100%;
    vertical-align: top !important;
    overflow:hidden;
}
#remove-all-link span{
    display: block;
    float: right;
}

.cart-food-list .small-gray-text {
    color: #484848 !important;
}
#cart_cleanup_msg .modal-popup-content{
    width: 100% !important;
}
#cart_main .page-right-col {
    align-items: flex-start !important;
    position: relative;
}
#cart_main .button-box {
    background: inherit;
}
.cart-admin-added {
    font-size: 11px;
    font-style: italic;
}
.cycle_msg {
    font-size: 13px;
    color: #cd163f;
    font-weight: 300;
}
.cycle_msg i.altIcon {
    display: inline-block;
    margin-right: 3px;
    background:url(../images/icons/Icon_Alert_White.png) no-repeat center center / 100%;
    width:15px;
    height:15px;
    border-radius: 100%;
    vertical-align: middle;
    background-color: #cd163f;
    background-image: url(../images/icons/alert_ahite.png);
}

i.fa-check-circle {
    color: #F15D22;
    padding-left: 2px;
    font-size: 8px;
}
#non-card-payment {
    margin-top: 5px;
    margin-left: 35px;
}

#non-card-payment input[type="text"] {
    width: 120px;
   /* margin-left: 10px; */
}

#non-card-payment span {
    display: block;
    margin-bottom: 10px;
}

div.success {
    height: 500px !important;
}
.menu-accordion-content-show {
    padding: 20px 7px;
    background: #ffffff;
    border-top: 1px solid #ebebeb;
}
#non_card_warning,
#trans_error_msg{
    color: #83003f;
    font-weight: bold;
}
#payment-information {
    font-weight: bold;
}
#edit_billing_address_form .button-box,
#cc_details_form .button-box,
#cvv_only_details_form .button-box,
#whats_cvv .button-box,
#ach_details_form .button-box,
#add-tip-form .button-box
{
    background-color: inherit !important;
}

#cvv_only_details_form .cvv-field,
#add-tip-form .tip-field
{
    text-align: center;
    width: 50% !important;
    margin: 0 auto !important;
}
#add-tip-form input {
    text-align: center;
}
#add-tip-form .button-box {
    padding: 20px !important;
}
#add-tip .modal-popup-content {
    padding: 50px 40px 20px 40px !important;
}
#bcc,
#bcc .error,
#bcc .valid {
    font-size: 24px !important;
    text-align: center;
}
#cc_details_form label.error {
    padding-bottom: 5px !important;
}
#cc_details_form .cvv-field {
    width: 140px !important;
}

#cc_details_form .exp-date {
    width: 200px !important;
}

#div_default_payment_method {
    margin-top: 10px !important;
}
.proc_wait {
    color: #83003f;
    font-weight: bold;
    font-size: 24px !important;
    padding-top: 45px;
}
#proc_trans_loading .modal-popup-content {
    border: 1px solid #ffffff !important;
    text-align: center !important;
    overflow: hidden !important;
}
.saved-card {
    margin-left: 35px;
}
#what_is_cvv {
    font-size: 10px;
}
/*.cvv-field input {*/
    /*width: 60px !important;*/
/*}*/

#cvv_only_details_form .cvv-field label {
    text-align: center !important;
    /*padding-left: 40px !important;*/
}

#cvv_only_details_form .button-box .error {
    margin-bottom: 10px;
}

#cvv_o_pay_now {
    margin-top: 10px;
}
.ccs_accepted {
    margin-bottom: 15px;
}
a.cc_visa, a.cc_mc, a.cc_disc, a.cc_amex {
    position: relative;
    width: 38px;
    margin-right: 10px;
}
a.cc_visa i {
     display: inline-block;
     background: url(../images/visa_logo_3.gif) no-repeat left top / 100%;
     width:35px;
     height:22px;
}
a.cc_mc i {
    display: inline-block;
    background: url(../images/mastercard_logo_3.gif) no-repeat left top / 100%;
    width:37px;
    height:22px;
}
a.cc_amex i {
    display: inline-block;
    background: url(../images/amex.jpg) no-repeat left top / 100%;
    width:28px;
    height:28px;
}
a.cc_disc i {
    display: inline-block;
    background: url(../images/discover_logo_3.gif) no-repeat left top / 100%;
    width:35px;
    height:22px;
}
.cvv-agree-to-terms {
    margin-top: 20px !important;
}
.payline-info {
    width: 100%;
    padding: 20px 30px 10px 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
}
.payline-info span {
    display:block;
    padding-bottom: 5px;
}
.payline-info .pheader {
    font-weight: 700;
    color: #cd163F;
    font-size: 15px !important;
}
#cc_details .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*display: table-cell;*/
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: block;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.field-ccn,
.field-exp-cvv {
    min-height: 60px;
}

.helper-text {
    font-size: 12px;
    color: #83003f;
    display: none;
}

/*
Theme Name: 	Boonli
Description: 	Boonli Product Site
Version: 		1.0
Author: 		Raj
Author URI:
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
:after,
:before {
  box-sizing: border-box;
}
/********* END CSS RESET *********/
/****** THEME STYLE *******/
/****** END THEME STYLE *******/
/****************/
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background: #ffffff url(../images/bg.jpg) repeat;
  font-family: sofia-pro-soft, sans-serif;
  color: #484848;
  font-size: 15px;
  letter-spacing: 0.4px;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: utopia-std, Arial, sans-serif;
  margin-bottom: 15px;
  font-weight: 400;
}
h2 {
  font-size: 28px;
  line-height: 30px;
  font-family: utopia-std, sans-serif;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clrfix,
.clear {
  clear: both;
}
p {
  font: 300 15px/1.3 sofia-pro-soft, Arial, sans-serif;
  margin-bottom: 15px;
}
ol li,
ul li {
  font: 300 15px/1.3 sofia-pro-soft, Arial, sans-serif;
}
a {
  color: #83003f;
  text-decoration: none;
  font: 300 14px/16.8px sofia-pro-soft, Arial, sans-serif;
}
a,
input {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover,
a:focus {
  color: #484848;
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
figure img {
  width: 100%;
}
header,
footer {
  display: block;
}
form,
input {
  margin: 0;
}
.flex-row {
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}
.figure img {
  width: 100%;
  height: auto;
}
/****************** END PAGE RESET ******************/
/****************** START HOME PAGE ******************/
/*** START HEADER ****/
.top-navigation {
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 20px;
}
.top-navigation > .back-link {
  position: absolute;
  left: 20px;
  color: #ffffff;
  top: 25px;
}
a.back-link.whiteback-arrow {
  background-image: url(../images/icon_arrow_back_w.png);
}
h1.logo {
  width: 112px;
  margin: 0 auto;
  padding: 10px 0;
}
h1.logo a {
  display: block;
}
.userName {
  color: #ffffff;
  font: 300 22px/30px sofia-pro-soft, sans-serif;
  text-align: center;
  margin: 0;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
}
a.cart-icon {
  position: relative;
  width: 45px;
  margin-right: 20px;
}
a.cart-icon i {
  display: block;
  background: url(../images/icon_cart.png) no-repeat left top / 100%;
  width: 30px;
  height: 34px;
}
.cart-count {
  position: absolute;
  top: -1px;
  right: -9px;
  width: 24px;
  height: 11px;
  background: #ffffff;
  text-align: center;
  padding: 2px 0;
  border-radius: 6px;
  line-height: 0.7;
  font-size: 10px;
  color: #484848;
}
a.menu-link {
  float: left;
  position: relative;
  width: 38px;
}
.menu-link span {
  height: 4px;
  width: 100%;
  margin-bottom: 6px;
  background: #ffffff;
  border-radius: 1px;
  display: block;
}
.menu-link span:last-child {
  margin-bottom: 0;
}
ul.user-menu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  right: 20px;
  top: 18px;
}
ul.user-menu li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
ul.user-menu li:before {
  content: '';
  position: absolute;
  right: -2px;
  top: 7px;
  height: 13px;
  width: 1px;
  background: #ffffff;
}
ul.user-menu.cartmenu li:first-child:before {
  display: none;
}
ul.user-menu li:last-child:before {
  display: none;
}
ul.user-menu li a {
  display: block;
  color: #ffffff;
  font-size: 13px;
  padding: 4px 1px;
}
/*** END HEADER ****/
.pageWrap {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pageWrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pageWrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+95&0.45+0,0+95 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 95%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.pageWrap-overlay {
  position: relative;
  z-index: 1;
}
.loginInner-Wrap {
  padding: 15px 20px;
  min-height: 78vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-flow: row wrap;
}
/******* FORM BOX ********/
.formBox {
  width: 100%;
  max-width: 346px;
  margin: 0 auto;
  border-radius: 5px;
  background: url(../images/bg.jpg) repeat;
}
.form-head {
  background: url(../images/formHeadbg.jpg) repeat;
  padding: 20px 0 15px;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  width: 100%;
}
.form-head h2 {
  font: 28px/30px utopia-std;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
.form-head h5 {
  display: block;
  margin-bottom: 0;
  text-align: center;
  font: 300 15px/27px sofia-pro-soft;
}
span.userLogo {
  display: block;
  margin: -80px auto 10px auto;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.error-box {
  background: #cd163f;
  color: #ffffff;
  text-align: center;
  font: 300 13px/20px sofia-pro-soft;
}
.alt-bar {
  background: #24bcca;
  color: #ffffff;
  text-align: center;
  font: 300 13px/33.6px sofia-pro-soft;
}
i.altIcon {
  display: inline-block;
  margin-right: 10px;
  background: url(../images/icons/Icon_Alert_White.png) no-repeat center center / 100%;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
.alt-blue-icon {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: #24bcca url(../images/icons/alert_ahite.png) no-repeat center center / 100%;
  vertical-align: middle;
  border-radius: 100%;
}
.alt-red-icon {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: #cd163f url(../images/icons/alert_ahite.png) no-repeat center center / 100%;
  vertical-align: middle;
  border-radius: 100%;
  border: 0;
}
.error-box a,
.alt-bar a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: underline;
  font: 13px/33.6px sofia-pro-soft;
}
.form-field-grop {
  padding: 30px 48px 10px;
  border-top: 1px solid #c4c4c4;
}
.form-bottom-link {
  padding: 0 48px 10px;
  text-align: center;
  min-height: 60px;
}
.form-field-grop p {
  margin: 0 0 9px 0;
  line-height: 1;
}
.form-field-grop input[type="text"],
.form-field-grop input[type="email"],
.form-field-grop input[type="password"],
.form-field-grop input[type="email"],
.form-field-grop input[type="sname"] {
  background: #ffffff;
  font: 400 15px/18px sofia-pro-soft;
  padding: 8px 15px 10px;
  border: 1px solid #c4c4c4;
  width: 100%;
  border-radius: 3px;
  height: 43px;
}
.field-grop input[type="text"],
.field-grop input[type="email"],
.field-grop input[type="password"],
.field-grop input[type="email"],
.field-grop input[type="sname"] {
  background: #ffffff;
  font: 400 15px/18px sofia-pro-soft;
  padding: 8px 15px 10px;
  border: 1px solid #c4c4c4;
  width: 100%;
  border-radius: 3px;
  height: 43px;
}
.form-field-grop .button {
  width: 100%;
  margin-top: 20px;
}
.pink-btn {
  background: #ec008c;
  color: #ffffff;
  min-width: 200px;
  padding: 14px 15px;
  font-size: 15px;
  display: inline-block;
  border: none;
}
.button,
.homeNav > ul > li > a {
  background: #ffffff;
  border: 1px solid #9e0c38;
  color: #9e0c38;
  text-align: center;
  font: 500 14px/18px sofia-pro-soft;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 14px 15px 12px;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  min-width: 150px;
  display: inline-block;
}
.button:hover,
.button:focus,
.homeNav > ul > li > a:hover,
.homeNav > ul > li > a:focus {
  color: #ffffff;
  border: 1px solid transparent;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650031+0,c7153e+100 */
  background: #650031;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #650031 0%, #c7153e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #650031 0%, #c7153e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#650031', endColorstr='#c7153e', GradientType=1);
  /* IE6-9 */
  outline: none;
}
.button.hidden {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  color: #cccccc;
}
.form-bottom-link p {
  line-height: 1;
  margin-bottom: 10px;
}
.register-form .pink-btn {
  margin: 5px 0 5px 0;
}
.register-form {
  width: 100%;
  max-width: 346px;
  margin: 0 auto;
}
.password-info {
  width: 100%;
  text-align: center;
  color: #ffffff;
  margin: 25px auto 0;
}
.registration-form .flex-row {
  padding: 30px 25px 0;
}
.registration-form .flex-col {
  -webkit-box-flex: 1;
  flex: 1 0 50%;
  padding: 0 10px;
}
.registration-form .submit-row {
  max-width: 250px;
  margin: 5px auto 0;
}
/******** HOME PAGE *********/
.homeBox {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 5px;
  background: url(../images/bg.jpg) repeat;
  position: relative;
}
.homeBox.toggle-open {
  background: url(../images/openBoxBg.jpg) repeat;
}
.page-headbox {
  padding: 25px 25px 15px 25px;
}
.page-headbox h2 {
  font: 28px/30px utopia-std;
  margin: 25px 0 0 0;
  padding: 0 10px;
  text-align: center;
}
.page-headbox h5 {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font: 300 15px/30px sofia-pro-soft;
}
.powered-by {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 12px;
  color: #7f7f7f;
}
.powered-by span {
  display: inline-block;
  vertical-align: middle;
}
.by-logo {
  margin-left: 10px;
}
.homeNav {
  padding: 0 25px;
  text-align: center;
  margin-bottom: 46px;
}
.homeNav > ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 220px;
}
.homeNav > ul > li {
  display: block;
  margin-bottom: 15px;
}
.homeNav > ul > li > a {
  display: block;
  width: 100%;
  text-align: center;
}
.notifications {
  padding: 20px;
  text-align: center;
  background: url(../images/formHeadbg.jpg) repeat;
  border-top: 1px solid #c4c4c4;
  border-radius: 0 0 5px 5px;
}
.notifications > ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.notifications > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  line-height: 1;
}
.notifications > ul > li a {
  display: block;
}
.count-box {
  display: inline-block;
  vertical-align: middle;
  background: #83003f;
  padding: 0 7px;
  color: #ffffff;
  font-size: 10px;
  border-radius: 8px;
}
.align-center {
  text-align: center;
}
.notifications-content {
  padding: 30px 40px;
  background: url(../images/bg.jpg) repeat;
  max-height: 365px;
  overflow-y: scroll;
  position: absolute;
  bottom: 60px;
  left: 0;
  display: none;
  box-shadow: 0px -1px 7px 0px rgba(0, 0, 0, 0.25);
}
.notifications-content::-webkit-scrollbar {
  display: none;
}
a.close-box {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/icons/icon_x_grey.png) no-repeat center center / 100%;
  width: 16px;
  height: 16px;
}
a.close-box:hover {
  background: url(../images/icons/Icon_X_Red.png) no-repeat center center / 100%;
}
.notification-list h2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: utopia-std;
}
.notification-list ul,
.accordion-list ul {
  list-style: none;
}
.notification-list ul > li {
  display: block;
  margin-bottom: 45px;
}
.notification-list ul > li h3 {
  margin: 0;
  font: 21px/30px utopia-std;
}
.date {
  display: block;
  color: #767676;
  font-size: 13px;
  line-height: 14px;
}
.noti-content {
  margin-top: 20px;
  margin-left: 30px;
}
.alt-content {
  color: #767676;
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion-list h2 {
  text-align: center;
  margin-bottom: 25px;
  font-family: utopia-std;
}
#accordion {
  margin-bottom: 60px;
}
#accordion > li {
  border: 1px solid #c4c4c4;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 4px 20px;
  border-radius: 3px;
  display: block;
  margin-bottom: 10px;
  background: #ffffff;
}
#accordion .accordion-title {
  line-height: 1.2;
  font-size: 15px;
  margin: 0;
}
#accordion .accordion-title a {
  font-weight: 400;
  color: #484848;
  padding: 10px 15px 10px 0;
  position: relative;
  display: block;
}
.accordion-title a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 13px;
  border-style: solid;
  border-width: 5px 5px 5px 7px;
  border-color: transparent transparent transparent #484848;
}
.open .accordion-title a:before {
  border-color: #484848 transparent transparent transparent;
  border-width: 7px 5px 5px 5px;
}
.accordion-content {
  display: none;
  padding-top: 5px;
}
.menu-accordion-content {
  display: none;
}
/******** END HOME PAGE *********/
/******** ALL NOTIFICATION ********/
.container {
  max-width: 940px;
  margin: 0 auto;
}
.homeBox.container {
  max-width: 940px;
  padding: 30px 50px;
}
.all-notifications h2 {
  text-align: left;
  margin-bottom: 45px;
}
.homeBox.container .powered-by {
  right: 40px;
  top: 35px;
}
.homeBox.container .page-headbox {
  padding: 10px 0;
  margin-bottom: 30px;
}
a.back-link {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  background: url(../images/icons/Icon_Arrow_Back_Red.png) no-repeat left center / 12px;
}
.backTo {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  background: url(../images/icons/Icon_Arrow_Back_Red.png) no-repeat left center / 12px;
}
.all-notifications {
  max-width: 650px;
}
.select-items a.backTo {
  margin-bottom: 15px;
}
/****** START SIDEBAR *******/
.sideBarMenu {
  position: fixed;
  left: -280px;
  top: 0;
  width: 280px;
  height: 100%;
  background: #484848;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sideBarMenu.slideRight {
  left: 0;
}
.menuTop {
  background: #303132;
  padding: 65px 20px 35px 20px;
}
.menuTop h2 {
  font-size: 28px;
  color: #ffffff;
  line-height: 1.3;
}
.subMenu {
  list-style: none;
}
.subMenu li {
  display: inline-block;
  margin-right: 15px;
}
.subMenu li a:hover {
  color: #cccccc;
}
.subMenu li a {
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-decoration: underline;
}
.menuList ul {
  list-style: none;
}
.menuList ul li {
  display: block;
  border-bottom: 1px solid #545559;
}
.menuList ul li a {
  display: block;
  padding: 20px;
  color: #ffffff;
  font-size: 15px;
}
.menuList ul li a:hover {
  color: #ffffff;
  background: #650031;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #650031 0%, #c7153e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #650031 0%, #c7153e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#650031', endColorstr='#c7153e', GradientType=1);
  /* IE6-9 */
}
.pageWrap.moveRight {
  margin-left: 280px;
}
/****** END SIDEBAR *******/
/****** STARE INNERPAGE *******/
.pageInner-Wrap {
  padding: 0px 20px 0;
  min-height: 87vh;
}
.pageInner-Wrap .footer {
  background: #484848;
  padding: 10px 30px 10px;
}
.pageInner-Wrap .copyRight {
  padding: 0;
}
.pageInner-Wrap .homeBox {
  border-radius: 5px 5px 0 0;
}
a.previous {
  background: url(../images/icons/icon_arrow_left_red.png) no-repeat left center / 100%;
  width: 10px;
  height: 11px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
a.next {
  background: url(../images/icons/icon_arrow_right_red.png) no-repeat left center / 100%;
  width: 10px;
  height: 11px;
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
}
.week-Nav {
  margin-left: 20%;
  display: inline-block;
}
.month-Nav span {
  display: inline-block;
  vertical-align: middle;
}
.week-Nav span {
  display: inline-block;
  vertical-align: middle;
}
.month-Nav {
  margin-bottom: 10px;
}
.week-Nav {
  margin-bottom: 10px;
}
.page-title {
  margin-bottom: 30px;
}
.page-left-col {
  width: 65%;
  padding-right: 3%;
  padding-left: 40px;
  padding-bottom: 30px;
  border-right: 1px solid #9c9c9c;
}
.page-right-col {
  width: 35%;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-align: end;
  align-items: flex-end;
}
.calendar table {
  width: 100%;
  color: #767676;
  font-family: sofia-pro-soft, sans-serif;
}
.calendar table th {
  text-align: center;
  text-transform: uppercase;
  padding: 18px 5px;
  font: 400 15px sofia-pro-soft, sans-serif;
}
.calendar table td {
  text-align: center;
  color: #767676;
  font: 300 16px sofia-pro-soft, sans-serif;
  padding: 10px 5px;
}
.calendar table td > a {
  position: relative;
  margin: 8px auto;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1;
  font-size: 15px;
  border-radius: 100%;
}
.calendar table td > a:hover {
  background: #f15d22;
  color: #ffffff;
}
.calendar table tbody > tr > td:first-child {
  color: #c4c4c4;
}
.calendar table tbody > tr > td:last-child {
  color: #c4c4c4;
}
.red-rount {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #cd163f;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  font: 300 12px sofia-pro-soft, sans-serif;
  top: -10px;
  right: -16px;
}
.alt-rount {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  top: -10px;
  right: -16px;
}
.alt-rount i.altIcon {
  width: 20px;
  height: 20px;
  background-color: #cd163f;
  border-radius: 100px;
  background-image: url(../images/icons/alert_ahite.png);
}
.blue-bg i.altIcon {
  background-color: #24bcca;
}
.blue-rount {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #24bcca;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  font: 300 12px sofia-pro-soft, sans-serif;
  top: -10px;
  right: -13px;
}
.orange-rount {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #f15d22;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  font: 300 12px sofia-pro-soft, sans-serif;
  top: -10px;
  right: -8px;
}
.plum-rount {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #83003f;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  font: 300 12px sofia-pro-soft, sans-serif;
  top: -10px;
  right: -8px;
}
.grey-rount {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #767676;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  font: 300 12px sofia-pro-soft, sans-serif;
  top: -10px;
  right: -8px;
}
.highlight {
  border-radius: 100%;
  box-shadow: -1px 2px 8px -2px rgba(0, 0, 0, 0.3);
}
.highlight.selected {
  background: #f15d22;
  color: #ffffff;
}
.homeBox.container.innerPage {
  padding: 30px 0 0 0;
}
.homeBox.container.innerPage .page-headbox {
  padding-left: 40px;
}
.button-box {
  background: #e1e1e1;
  padding: 30px 20px;
  text-align: center;
  width: 100%;
}
.selected-date {
  margin-bottom: 40px;
  width: 100%;
}
.right-col-content {
  padding: 0 40px;
  width: 100%;
}
.selected-date span {
  color: #767676;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
  font: 400 12px sofia-pro-soft, sans-serif;
}
.food-menu-list {
  margin-bottom: 50px;
  width: 100%;
}
.empty_Calendar {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.empty_Calendar h3 {
  color: #c4c4c4;
  font: 300 22px sofia-pro-soft, sans-serif;
}
.empty_Calendar h4 {
  color: #c4c4c4;
  font: 300 16px sofia-pro-soft, sans-serif;
}
.empty_Calendar p {
  color: #c4c4c4;
  font: 300 15px/1.3 sofia-pro-soft, Arial, sans-serif;
}
.food-menu-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.food-menu-list ul li {
  margin: 0 0 30px 0;
}
.food-menu-list h3 {
  color: #484848;
  font: 400 16px sofia-pro-soft, sans-serif;
  margin-bottom: 5px;
}
.food-menu-list span {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.button.hidden-btn {
  background: none;
  color: #cccccc;
  border-color: #cccccc;
  box-shadow: none;
}
.no-items {
  color: #c4c4c4;
}
.add-menu-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.add-menu-list h3 {
  font: 400 16px sofia-pro-soft, sans-serif;
  margin-bottom: 15px;
}
.menu-name {
  font: 400 14px sofia-pro-soft, sans-serif;
  display: inline-block;
  vertical-align: middle;
  width: 73%;
}
.qty-box {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  text-align: right;
}
.weekDay {
  margin-bottom: 5px;
}
.qty-box label {
  display: inline-block;
  vertical-align: middle;
  font: 400 14px sofia-pro-soft, sans-serif;
}
.qtyform {
  width: 20px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
input.qty {
  border: none;
  text-align: center;
  width: 20px;
  padding: 0;
}
input.qtyminus {
  background: url(../images/top-arrow.png) no-repeat left center;
  border: none;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  right: -17px;
  text-indent: -999999px;
}
input.qtyplus {
  background: url(../images/down-arrow.png) no-repeat left center;
  border: none;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 2px;
  right: -17px;
  text-indent: -999999px;
}
.item-details {
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}
.add-menu-list h4 {
  margin-bottom: 5px;
}
.food-details {
  width: 75%;
  font-size: 13px;
}
.food-details span {
  display: block;
  line-height: 1.5;
}
.bookmark {
  width: 25%;
  text-align: center;
  vertical-align: top;
}
.bookmark a {
  display: block;
  font-size: 35px;
  background: url(../images/icons/Icon_Star_White.png) no-repeat left top / 100%;
  width: 20px;
  height: 20px;
  margin: 0px 0 0 auto;
}
.bookmark a:hover {
  background-image: url(../images/icons/Icon_Star_Grey.png);
}
.bookmark.selected a {
  background-image: url(../images/icons/Icon_Star_Grey.png);
}
/******* TOOLTIP ********/
.tooltip {
  position: relative;
  text-align: center;
}
.tooltip > span {
  display: none;
  position: absolute;
  bottom: -40px;
  left: -80%;
  background: #ffffff;
  padding: 6px 5px;
  border: 1px solid #767676;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 300;
  min-width: 95px;
  text-transform: none;
  text-align: center;
  box-shadow: -1px 1px 2px -3px rgba(0, 0, 0, 0.1);
}
.tooltip:hover > span {
  display: block;
  color: #484848;
}
.tooltip > span:after {
  content: '';
  position: absolute;
  top: -18px;
  left: 37%;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}
.tooltip > span:before {
  content: '';
  position: absolute;
  top: -21px;
  left: 36%;
  border-width: 11px;
  border-style: solid;
  border-color: transparent transparent #767676 transparent;
}
.tooltip.bottom-arrow > span {
  padding: 5px 5px 8px;
  bottom: auto;
  top: -40px;
}
.tooltip.bottom-arrow > span:after {
  content: '';
  position: absolute;
  bottom: -18px;
  top: auto;
  left: 37%;
  border-width: 10px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.tooltip.bottom-arrow > span:before {
  content: '';
  position: absolute;
  bottom: -21px;
  top: auto;
  left: 36%;
  border-width: 11px;
  border-style: solid;
  border-color: #767676 transparent transparent transparent;
}
.item-descriptor-tt {
  font-size: 14px !important;
  border-radius: 5px;
  font-family: sofia-pro-soft, sans-serif !important;
  border-color: #F15D22 !important;
}
.add-menu-list li {
  margin-bottom: 35px;
  position: relative;
}
.innerPage .month-Nav {
  display: inline-block;
}
.individual > span {
  display: inline-block;
  color: #767676;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 10px;
}
ul.select-individual {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.select-individual li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.select-individual li a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1;
  font-size: 14px;
  border-radius: 100%;
  box-shadow: -1px 2px 8px -2px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  color: #484848;
  text-transform: uppercase;
}
.select-individual li a:hover,
.select-individual li.selected a {
  background: #83003f;
  color: #ffffff;
}
.individual {
  margin-bottom: 35px;
}
.select-items h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: utopia-std, sans-serif;
  margin-bottom: 25px;
}
.item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.item-list > li {
  margin-bottom: 8px;
  border-bottom: 1px solid #890c48;
  box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.item-title a {
  display: block;
  padding: 18px;
  color: #484848;
}
.item-name span {
  color: #c4c4c4;
  padding-left: 10px;
  font-weight: 300;
  font-size: 15px;
}
.item-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
}
.item-icon img {
  width: 100%;
  height: auto;
}
.item-name {
  font-size: 16px;
  vertical-align: middle;
}
.toggle-icon {
  float: right;
  position: relative;
}
.toggle-icon:before {
  content: "+";
  position: absolute;
  font: 500 25px/18px sofia-pro-soft, sans-serif;
  right: 0;
  color: #890c48;
}
.open .toggle-icon:before {
  content: "-";
}
.menu-accordion-content {
  display: none;
  padding: 20px 7px;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
}
.food-list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}
.small-gray-text,
.item_preface {
  display: block;
  color: #c4c4c4;
  font-size: 13px;
  font-weight: 300;
}
.food-name {
  display: block;
  color: #484848;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 4px;
}
.food-name .gray-altIcon {
  background: url(../images/icons/Icon_Info_Grey.png) no-repeat center center / 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
}
.amount {
  display: block;
  color: #484848;
  font-size: 13px;
  font-weight: 400;
}
.food-list li {
  display: block;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 18px;
}
.foodType {
  margin-left: 15px;
  color: #F15D22;
  font-weight: 400;
}
.foodType .tooltip {
  margin-right: 10px;
  border-color: #F15D22;
}
.foodType .tooltip > span {
  border-color: #F15D22 !important;
}
.foodType .tooltip > span {
  margin-left: -100%;
}
.foodType .tooltip > span:before {
  border-color: transparent transparent #F15D22 transparent !important;
}
.button-box a strong {
  font-weight: 400;
}
.remove-item {
  width: 14px;
  height: 14px;
  position: absolute;
  left: -25px;
  top: 5px;
  background: url(../images/icons/Icon_X_Red.png) no-repeat center center / 100%;
  cursor: pointer;
}
.builder-section .flex-row {
  min-height: 50vh;
}
.page-left-col .empty_Calendar h3 {
  color: #c4c4c4;
  font: 300 22px sofia-pro-soft, sans-serif;
}
.empty_Calendar {
  margin: 20% 0 0 0;
}
.right-col-content .empty_Calendar {
  margin-top: 40%;
}
h3.food-name {
  margin-bottom: 2px;
}
.prepared {
  display: block;
  color: #767676;
  font-weight: 400;
}
.prepared .small-gray-text {
  display: inline-block;
}
.ItemTitle {
  margin-bottom: 35px;
}
ul.mini-tab-title {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
ul.mini-tab-title li a {
  display: block;
  color: #c4c4c4;
  font-size: 15px;
  font-weight: 400;
}
ul.mini-tab-title li {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
ul.mini-tab-title li:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 4px;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #c4c4c4;
}
ul.mini-tab-title li:last-child:before {
  display: none;
}
ul.mini-tab-title li.active a {
  color: #83003f;
}
.mini-tab-panel {
  display: none;
}
.mini-tab-panel .form-field-grop {
  padding: 0;
  border: none;
}
.mini-tab-panel .form-field-grop p {
  margin-bottom: 20px;
}
.mini-tab {
  width: 100%;
  max-width: 400px;
}
input[type="radio"] {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.form-field-grop label {
  display: inline;
  vertical-align: middle;
  font-weight: 400;
  width: 80%;
}
.form-field-grop label .amount {
  float: right;
  font-size: 15px;
  color: #767676;
  font-weight: 300;
}
select {
  border: 1px solid #c4c4c4;
  padding: 10px;
  border-radius: 3px;
  font-size: 15px;
  background: #ededed;
  width: 100%;
  box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.1);
}
select option {
  background: #ffffff;
  border-bottom: 1px solid #c4c4c4;
  font-size: 15px;
  padding: 10px 0;
}
.form-field-grop h4 {
  font: 400 15px/1.3 sofia-pro-soft, Arial, sans-serif;
}
.checkbox-list {
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}
.checkbox-list li {
  margin-bottom: 30px;
  width: 50%;
  padding-right: 15px;
  position: relative;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 15px;
  display: inherit;
}
label.checkbox {
  font-weight: 300;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 35px;
}
label.checkbox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #767676;
}
label.checkbox:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icons/Icon_Checkmark_Orange.png) no-repeat center center / 78%;
  z-index: 1;
  display: none;
}
input[type=checkbox]:checked + label.checkbox:after {
  display: block;
}
.itemAdded {
  position: relative;
}
.itemAdded:before {
  position: absolute;
  content: '';
  top: -1px;
  right: 0px;
  width: 10px;
  height: 10px;
  background: #f15d22;
  border: 1px solid #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cart-added-massage {
  padding: 40px 0;
  margin: 0 auto;
  /*width:270px;*/
}
.cart-added-massage h3 {
  font: 300 22px sofia-pro-soft;
  margin-bottom: 40px;
}
.cart-added-massage .button {
  display: block;
  margin-bottom: 20px;
}
.cart-added-massage a {
  display: block;
}
.text-align-center {
  text-align: center;
}
/****** END INNERPAGE *******/
.add-menu-links {
  margin-top: 40px;
}
.add-menu-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.add-menu-links ul li {
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
}
.add-menu-links li a {
  display: block;
  color: #484848;
  font-size: 14px;
}
i.addIcon {
  display: inline-block;
  background: url(../images/icons/Icon_Add_Item_Red.png) no-repeat center center / 100%;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  vertical-align: middle;
}
.text-nav {
  display: block;
  margin-bottom: 15px;
}
.qty-box span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.cart-total ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.cart-total ul li {
  display: block;
  margin-bottom: 5px;
}
.cart-total .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
}
.cart-total .value {
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: 300;
}
.cart-item-row .food-list li {
  width: 100%;
  margin: 0 0 35px 0;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}
/**.cart-item-row .food-list li {
    width: 100%;
	margin:0 0 35px 0;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 -ms-flex-flow: row wrap;
     flex-flow: row wrap;
	 -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}**/
.date {
  text-transform: uppercase;
  margin-bottom: 8px;
}
.col-left {
  -webkit-box-flex: 1;
  flex: 1 0 72%;
  padding-right: 20px;
}
.col-right {
  -webkit-box-flex: 1;
  flex: 1 0 28%;
}
.col-right span {
  font-size: 15px;
  display: block;
}
.text-align-right {
  text-align: right;
}
.action-link {
  margin-top: 20px;
}
.action-link a {
  display: inline-block;
}
.action-link a:first-child {
  margin-right: 10px;
}
ul.cart-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cart-item-row h3 {
  font-size: 22px;
}
.cart-item-row {
  margin-bottom: 40px;
}
.payment-form {
  padding: 0 15px;
}
.payment-form ul {
  list-style: none;
}
.card-icon {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
.payment-form ul li {
  padding: 15px 0;
}
.card-payment .form-field-grop {
  padding: 0;
  border: none;
}
a.add-credit-card {
  margin: 3px 0 0 35px;
  font-size: 15px;
}
.billing-address {
  padding: 0 15px;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}
.user-name {
  display: block;
  font-weight: 400;
}
.massage-box {
  padding: 30px;
  /*max-width:350px;*/
  margin: 0 auto;
  max-height: 600px;
  overflow: auto;
}
.massage-box .button {
  margin: 45px 0 10px;
}
.flex-row.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
a.print {
  display: block;
}
.full-page-content {
  padding: 0 40px;
  width: 100%;
}
/******* TABLE **********/
.transaction-title-row h2.page-title {
  float: left;
  margin-bottom: 15px;
}
table.table {
  width: 100%;
  border-bottom: 1px solid #830140;
  margin-bottom: 50px;
}
table.table th {
  padding: 18px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
table.table td {
  padding: 18px;
  text-align: center;
  font-size: 15px;
}
table.table tbody tr {
  background-color: #ffffff;
}
table.table tbody tr:nth-child(even) {
  background-color: #ededed;
}
/****** Order List********/
.print.float-right {
  float: right;
  margin-bottom: 20px;
  margin-top: 10px;
}
.order-id.small-gray-text {
  color: #767676;
  margin-bottom: 10px;
}
.action-links {
  margin-bottom: 30px;
}
.filter-by .menu-accordion-content {
  padding: 20px;
}
.filter-by li.accordion-panel {
  margin-bottom: 20px;
}
.menu-accordion-content .checkbox-list li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.menu-accordion-content .checkbox-list li:last-child {
  margin: 0;
}
.page-right-col.item-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.date-field {
  position: relative;
}
.field-group label {
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
.date-field {
  position: relative;
  width: 55px;
  padding: 5px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
}
.date-field input.qtyminus {
  right: 1px;
  top: 5px;
}
.date-field input.qtyplus {
  right: 1px;
  bottom: 5px;
}
.year input[type="text"] {
  width: 100%;
  text-align: center;
  border: none;
}
.field-group {
  margin-bottom: 20px;
}
.success-icon {
  width: 38px;
  height: 38px;
  display: block;
  margin: 0 auto 20px;
}
.modal-title-icon {
  width: 50px;
  display: block;
  margin: 0 auto 20px;
}
.flex-modal-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  padding: 10% 30px;
}
/******** MODAL POPUP ***/
.modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 50;
  padding: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.modal-popup-content {
  padding: 50px 40px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background: #ffffff;
  /*max-width: 500px;*/
  position: relative;
  overflow: auto;
  max-height: 800px;
}
a.close-modal {
  position: absolute;
  right: 25px;
  width: 15px;
  height: 15px;
  top: 25px;
}
.modal-popup-content h2 {
  text-align: center;
  margin-bottom: 30px;
}
.modal-popup-content p {
  margin-bottom: 30px;
}
.modal-popup-content .button {
  margin-bottom: 20px;
}
.field-grop {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.field-grop label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
}
.field-grop input[type="text"] {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  width: 100%;
  padding: 5px 10px;
  font-size: 15px;
  min-height: 42px;
}
.inline-group {
  display: -webkit-box;
  display: flex;
}
.field-grop.city-field {
  min-width: 180px;
}
.field-grop.zip-code-field {
  min-width: 100px;
}
.inline-group .field-grop {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.inline-group .field-grop:last-child {
  padding-right: 0;
}
.submit-row {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 0;
}
.submit-row input.button {
  margin-bottom: 20px;
  width: 70%;
}
.field-grop.exp-date input[type="text"] {
  width: 60px;
  margin-right: 9px;
  text-align: center;
}
.field-grop.exp-date input[type="text"]:last-child {
  margin-right: 0;
}
.field-grop.exp-date {
  width: 160px;
  margin-right: 10px;
  margin-bottom: 40px;
}
.field-grop.cvv-field {
  width: 60px;
}
.field-grop.cvv-field input[type="text"] {
  text-align: center;
}
.field-grop label.checkbox {
  font-weight: 300;
  padding-top: 3px;
  width: auto;
}
p strong {
  font-weight: 400;
}
h2 p {
  margin: 0;
}
.product-details .figure-box {
  margin: 40px auto 0;
  width: 240px;
}
.product-details h2 {
  margin-bottom: 25px;
}
.duplicate-order h2 {
  margin-bottom: 20px;
}
.duplicate-order p {
  margin-bottom: 30px;
}
.duplicate-order form {
  width: 220px;
  margin: 0 auto;
}
.duplicate-order form .field-grop {
  width: 180px;
  margin: 0 auto 20px;
}
li.innerItem {
  margin-bottom: 15px;
}
#linked_items_div input {
  display: inline;
}
.linked_item_with_sub {
  font-weight: 400;
  margin-bottom: 10px;
}
.linked_item_sub {
  margin-left: 15px !important;
  width: 200px;
  font-size: 12px !important;
  padding: 3px;
}
.linked_item_sub option {
  font-size: 12px !important;
}
.linked_item_sub label {
  font-weight: unset !important;
}
.linked_item_sub_price {
  float: right;
}
.linked_item_price_qty {
  display: unset;
  float: right;
  font-size: 100%;
  font-weight: unset !important;
  vertical-align: middle;
}
.linked_item_price {
  padding-top: 3px;
}
.linked_qty {
  font-size: 12px !important;
  padding: 3px;
  width: 45px;
}
.linked_qty option {
  font-size: 12px !important;
}
label[for^=linked_qval] {
  margin-left: 20px;
  font-weight: unset !important;
  font-size: 10px;
}
.linked_item_group {
  margin: 10px 0px;
}
.linked_item_spacer {
  width: 129px;
  display: block;
}
/***********************/
.copyRight {
  padding: 10px 20px 24px;
  text-align: center;
}
.copyRight p {
  line-height: 1;
  font-size: 12px;
  margin: 0;
}
.footerLogo {
  margin-top: 5px;
}
.footer .copyRight p {
  color: #ffffff;
}
.footer .footer-terms {
  font-size: 10px;
  font-style: italic;
  color: #ffffff;
}
.reg-container {
  margin-bottom: 10px;
}
.tip-button {
  background: #ffffff;
  border: 1px solid #9e0c38;
  color: #9e0c38;
  text-align: center;
  font: 500 12px/14px sofia-pro-soft;
  /*text-transform: uppercase;*/
  border-radius: 3px;
  padding: 4px 5px 4px;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  min-width: 50px;
  display: inline-block;
}
.tip-button:hover {
  color: #ffffff;
  border: 1px solid transparent;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#650031+0,c7153e+100 */
  background: #650031;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #650031 0%, #c7153e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #650031 0%, #c7153e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#650031', endColorstr='#c7153e', GradientType=1);
  /* IE6-9 */
  outline: none;
}
.tip-link {
  margin-left: 25px;
  text-decoration: underline;
  font-weight: 400;
}
.tip-link > a {
  color: #CD163F !important;
}
/*** food item markups (vegetarian, vegan, etc.) */
.foodType span[title=Vegetarian] {
  color: #4C9D2A;
}
.foodType span[title="Gluten Free"] {
  color: #EFC500 !important;
}
.foodType span[title=Organic] {
  color: #F15D22 !important;
}
.foodType span[title=Kosher] {
  color: #83003F !important;
}
.foodType span[title="Dairy Free"] {
  color: #1C7AA1 !important;
}
.foodType span[title="Soy Free"] {
  color: #457731 !important;
}
.foodType span[title="Contains Shellfish"] {
  color: #F86A69 !important;
}
.foodType span[title="Contains Nuts"] {
  color: #CA7F57 !important;
}
.foodType span[title=Vegan] {
  color: #93D609 !important;
}
.foodType span-items[title="Egg Free"] {
  color: #F49C20 !important;
}
.foodType span[title=Spicy] {
  color: #CD163F !important;
}
.foodType span[title="Contains Fish"] {
  color: #24bcca !important;
}
/**** START @media ***/

/*# sourceMappingURL=styles.css.map */

.order-total ul{
    list-style:none;
    margin:0 0 35px 0;
    padding:0;
}
.order-total ul li{display:block;margin-bottom:5px;}
.order-total .label{
    display:inline-block;
    vertical-align:middle;
    font-size:15px;
    font-weight:400;
    width: 140px;
}
.order-total .value{
    display:inline-block;
    /*float:right;*/
    font-size:15px;
    font-weight:300;
}
a.order-sort {
    font-weight: 400 !important;
    color: #484848;
}

a.order-sort:hover {
    color: #83003f !important;
}
.avail-credit {
    display: block;
    width: 100%;
    float: left;
    text-align: right;
    margin-bottom: 30px;
}

.avail-credit .aclabel {
    font-weight: 400;
    color: #83003f;
}
.avail-credit .aclabel-moa {
    font-weight: 400;
    color: #83003f;
    margin-right: 20px;
}

#detail_main .page-right-col {
     align-items: flex-start !important;
     position: relative;
 }
#detail_main .button-box {
    background: inherit;
}
.cycle_total {
    text-align: right;
    color: #83003f;
    font-weight: 400;
}
.menu-subtotal {
    max-width: 100px !important;
}
.print-receipt-link {
    display: block;
    margin-top: 3px;
}
.detail-head{
    overflow: auto;
    margin-bottom: 20px !important;
}
.order_rtg {
    display: block;
    font-size: 13px;
    color: #9a9a9a;
}
.item-receipt-info {
    margin-left: 10px;
    margin-bottom: 0px !important;
    font-size: inherit !important;
}
.pinfo-wide {
    max-width: inherit !important;
}
span.markdown_green {
    color: #83003F; /* formerly #457731 */
}
span.markdown_plum {
    color: #83003F;
}
span.markdown_red {
    color: #CD163F; /* formerly #BE4025 */
}
span.markdown_orange {
    color: #F15D22; /* formerly #ED6823 */
}
span.markdown_italic {
    /* mantis 997 - suppress bold and italic
    font-style: italic;
    */
}
span.markdown_bold {
    font-weight: bold;
}
span.markdown_normal {
    font-weight: normal;
}
.program-info .accordion-list ul {
     list-style-type: disc !important;
     padding-left: 40px !important;
 }
.program-info .accordion-list ol {
    padding-left: 40px !important;
}
.program-info .accordion-content a {
    text-decoration: underline !important;
}
.program-info .accordion-content h1 {
    font-size: 28px; !important;
    font-weight: bold !important;
}
.notif-month-nav {
    margin-top: 20px !important;
}
.notif-page-headbox {
    margin-bottom: 15px !important;
}
/*# sourceMappingURL=boonli.min.css.map */
