﻿/*masonry specific*/
/*.grid-main {
    height: auto !important;
}

.stamp {
    position: absolute;
    background: orange;
    border: 4px dotted black;
}

.stamp1 {
    left: 30%;
    top: 10px;
    width: 20%;
    height: 100px;
}

.stamp2 {
    right: 10%;
    top: 20px;
    width: 70%;
    height: 30px;
}*/

.larrow {
    float: left;
    position: absolute;
    right: 5px;
    top: 46px;
    z-index: 100;
}

.rarrow {
    float: right;
    position: absolute;
    left: -5px;
    top: 46px;
    z-index: 100;
}



#MenuItemModalBody {
    width: 100% !important;
}

.iconButton img {
    max-height: 50px !important;
    padding: 5px;
}

.popup {
    display: none;
    position: absolute;
    color: darkred;
    padding: 1em;
    font-size: medium;
    /*border: solid 1px #ddd;*/
    background: lightgray;
    text-align: center;
    width: 200px;
    z-index: 9999;
}

/*Navigation*/
.navbar-right {
    float: right !important;
    margin-right: 15px;
}

input[type=search] {
    height: auto;
    width: auto;
}

input[type=button] {
    height: auto;
    width: auto;
}

.input_range {
    height: auto;
    width: 100px;
    background: transparent;
}

.btn-close {
    position: fixed;
    left: 5px;
    top: 5px;
    z-index: 99;
}

.hamburger {
    /*background: none;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 45px;
    padding: 5px 15px 0px 15px;
    color: #999;
    border: 0;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    outline: none;*/
    z-index: 10000000000000;
}

.cross {
    /*background: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 20px 0px 15px;
    color: #999;
    border: 0;
    font-size: 3em;
    line-height: 65px;
    font-weight: bold;
    cursor: pointer;
    outline: none;*/
    z-index: 10000000000000;
}

. /*menu {
    z-index: 1000000;
    font-weight: bold;
    min-width: 250px;
    max-width: 250px;
    background: white;
    position: absolute;
    text-align: center;
    font-size: 12px;
    margin-top: -130px;
    padding: 1em 1em 0em 1em;
}*/
.menu {
    z-index: 99999;
    font-weight: bold;
    background: white;
    text-align: center;
    font-size: 12px;
    padding: 1em 1em 0em 1em;
    background-color: lightgray;
}

    /*.menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: none;
    }

    .menu li {
        display: block;
        padding: 15px 0 15px 0;
        border-bottom: #dddddd 1px solid;
    }

        .menu li:hover {
            display: block;
            background: #ffffff;
            padding: 15px 0 15px 0;
            border-bottom: #dddddd 1px solid;
        }

    .menu ul li a {
        text-decoration: none;
        margin: 0px;
        color: #666;
    }

        .menu ul li a:hover {
            color: #666;
            text-decoration: none;
        }*/

    .menu a {
        text-decoration: none;
        color: #666;
    }

        .menu a:hover {
            text-decoration: none;
            color: #666;
        }



.glyphicon-home {
    color: white;
    font-size: 1.5em;
    margin-top: 5px;
    margin: 0 auto;
}

body {
    /*font-size: 12px;*/
}

#MenuItemModalBody {
    text-align: left;
    max-height: 80vh;
    overflow-y: auto;
}

#MenuItemModalBodyContent h1 {
    text-align: center !important;
    cursor: default !important;
}


#MenuItemModalTitle {
    text-align: center;
}

.header {
    /*position: fixed;*/
    text-align: center;
    /*top: 0px;
    left: 0;
    width: 100%;
    background-color: lightgray;*/
}

.content {
    /*margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 150px;
    position: absolute;
    overflow: auto;
    width: 100%;
    background-color: gray;*/
    text-align: center;
    /*bottom: 20px;*/
}

.footer {
    /*position: fixed;
    text-align: center;
    left: 0;
    bottom: 0;
    width: 100%;*/
    font-weight: bold;
}

.top-bar {
    width: 100%;
    height: 20px;
    background: gray;
}

.bottom-bar {
    width: 100%;
    /*height: 60px;*/
    background: gray;
    text-align: center;
    padding: 1em 1em 0em 1em;
}

.client-logo img {
    max-height: 180px;
    padding: 1em 0em;
    /*display: none;*/
}

.border-image {
    width: 300px;
    height: 5px;
    background: gray;
    margin: auto;
}

.mymenu-logo {
    max-height: 60px;
    margin: 1em 0em;
    display: inline;
}

.mymenu-logo-small {
    max-height: 30px;
}

mymenu-sections {
    /*background-color: lightgray;*/
}

.mymenu-description {
}

.mymenu-content {
    /*max-width: 1200px;*/
    margin: auto;
    /*background-color: lightgrey;*/
    /*min-height: 958px;*/
    /*display: inline-block;*/
    font-size: larger;
}

.moduleHeader {
    background-color: gray;
    text-align: center;
    padding: 1em 1em 0em 1em;
    border: 1px solid black;
    /*margin: 5px 5px 5px 5px;*/
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    min-width: -webkit-fill-available;
    /*display: contents;*/
    display: inline-block;
    font-size: larger;
}

.moduleHeader h1 {
        font-size: -webkit-xxx-large;
}

.moduleHeaderNoText {
    background-color: gray;
    text-align: center;
    /*padding: 1em;*/
    border: 1px solid black;
    /*margin: 5px 5px -5px 5px;*/
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    min-width: -webkit-fill-available;
    /*display: contents;*/
    display: inline-block;
}

.moduleSubHeader {
    background-color: lightgray;
    text-align: center;
    padding: 1em 1em 0em 1em;
    margin: 5px 5px 5px 5px;
    text-transform: none !important;
    text-decoration: none !important;
    font-weight: bold;
    min-width: -webkit-fill-available;
    /*display: contents;*/
    display: inline-block;
}

.moduleHeaderHidden {
    /*background-color: lightgrey;*/
    /*padding: 1em 1em 0em 1em;*/
    /*margin: 5px 5px 5px 5px;*/
    text-transform: none !important;
    text-decoration: none !important;
    min-width: -webkit-fill-available;
    /*display: contents;*/
    display: inline-block;
}

.moduleGo {
    text-align: center;
    /*padding: 1em 1em 0em 1em;*/
    text-transform: none !important;
    text-decoration: none !important;
}

.moduleText {
    text-align: center;
    /*margin: -5px 5px -5px 5px;*/
    background-color: lightgray;
    padding: .25em;
    /*display: contents;*/
}

.moduleSubText {
    text-align: center;
    /*margin: -5px 5px 5px 5px;
    background-color: lightgray;*/
    padding: 1em 1em 0em 1em;
    /*display: contents;*/
}

.moduleChoices {
    text-align: center;
    /*margin: -5px 5px 5px 5px;*/
    /*background-color: white;*/
    /*padding: 1em 1em 0em 1em;*/
}

a {
    text-transform: none !important;
    text-decoration: none !important;
}

/*.modal {
    background-color: black;
}*/

.modal-body {
    text-align: left;
    padding: 30px !important;

{
    position: relative;
    padding: 30px;
}
}

.glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.ui-links {
    max-width: 1200px;
    margin: auto;
}

.ui-buttons {
    width: 120px;
    /*height: 40px;*/
}

.ui-radio {
    width: 40px !important;
    height: 40px !important;
}

.ui-choices {
    width: auto;
    height: auto;
}

.section {
    margin: 10px;
    text-transform: none !important;
    text-decoration: none !important;
}

.sectionHeader {
    text-align: left;
    font-weight: bold;
    padding: 1em 1em 0em 1em;
    /*border: 1px solid black;*/
    text-decoration: none !important;
}

.sectionText {
    /*background-color: white;*/
    /*padding: 1em 1em 0em 1em;*/
    display: inline-block;
    width: 100%;
}

.imgWrap {
    max-height: 300px;
    max-width: 100%;
    /*padding: 1em 1em 0em 1em;*/
}

.imgWrap-landing {
    height: 200px;
}

.nutrients_MM_body {
    display: none;
}

a {
    padding: initial !important;
}

table {
    width: 100%;
}

th * {
    padding: initial !important;
}

th, td {
    /*text-align: center;*/
    font-weight: normal;
    /*border: 1px solid lightgrey;*/
    vertical-align: top;
}

.filter_image {
    height: 50px;
    width: 50px;
}

.sorting, .sorting_asc, .sorting_desc {
    background-size: 2em;
}

/* HIDE RADIO */
/*[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}*/

/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + img {
    outline: 2px solid #f00;
}

/* HIDE CHECKBOX */
.hidden {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
[type=checkbox] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
[type=checkbox]:checked + img {
    outline: 2px solid #f00;
}

.nutrient_slider {
    min-width: 175px;
    text-align: left;
    padding: 10px 20px;
    max-width: 80vw;
}

    .nutrient_slider .ui-slider .ui-slider-handle {
        border-radius: 50%;
        width: 25px;
        height: 25px;
        margin-top: -8px;
        background-color: black;
        border-color: black;
    }

    .nutrient_slider .slider_range {
        height: 5px;
        margin: 10px 0 0 0;
    }
    .nutrient_slider .ui-slider .ui-slider-range {
        background-color: black;
    }


.default_filters, .custom_filters {
    min-width: 90px;
    min-height: 140px;
    padding: 1em 1em 0em 1em;
}

.menuItem {
    min-width: 245px;
    /*max-width: 325px;*/
    font-size: 12px;
    background-color: white;
    /*border: solid;*/
    border-color: gray;
    padding: 1em 1em 0em 1em;
    /*margin: 5px;*/
    /*width: 24%;*/
    text-align: left;
    min-height: 420px; /*optimized for noodles*/
}

.btn-nutrition {
    font-size: 12px;
}

.pill {
    margin-left: 0 !important;
    float: none;
    margin: 5px 5px 5px 0;
    display: inline-block;
    background: white !important;
    color: #585757 !important;
    text-shadow: none !important;
    border-radius: 10px;
    border: 1px solid #585757;
    border-color: #585757 !important;
    padding: 5px 15px;
    font-weight: bold;
}

.pill.xpill {
    color: red !important;
    border-color: red !important;
    font-weight: bold !important;
}

    .pill.pluspill {
        color: #00a651 !important;
        border-color: #00a651 !important;
        font-weight: bold !important;
    }

.mbPill {
    padding: 5px 15px;
    font-weight: bold;
    float: left;
    margin-bottom: 20px;
    /*display:none;*/
}

th {
    text-align: center;
}

.nutritional {
    text-align: center !important;
    font-size: larger
}

.OOR {
    color: red;
}

.imgBlank{
    min-height: 50px;
    max-height: 50px;
}

.iframe-footer {
    height: 650px;
    min-height: 650px;
}

.footer-row {
    /*display: none;
    position: fixed;
    bottom: 0px;*/
}

@media (max-width:990px) {
    .menu-item {
        max-height: unset !important;
        min-height: unset !important;
    }

    .imgBlank {
        display: none !important;
    }
}

@media (min-width:769px) {
    .showcell {
        display: none;
    }
}

@media (max-width:768px) {

    .footer-row {
        display: none;
    }

    .nutrient_slider {
        /*min-width: 275px;*/
        text-align: left;
    }

    .default_filters, .custom_filters {
        display: block;
    }

    .nutrient_slider {
        padding: 1em 1em 0em 1em;
    }

    .menu-item-details {
        display: none;
    }

    .imgWrap {
        height: auto;
        width: 100%;
    }

    .menuItem {
        min-width: 100%;
        min-height: 400px;
    }

    .hidecell {
        display: none;
    }

    .showcell {
        display: initial;
    }

    .default_filters, .custom_filters {
        min-height: initial;
    }

    .iframe-footer {
        height: 1350px;
    }
}

/*Nutritin/Allergen Tables*/
.dtrg-group {
    /*text-align: left !important;*/
    /*font-size: large;*/
}

* {
    background-position: top !important;
}

.btn_Go {
    /*display: none;*/
}

.btn_Personalize, .btn_GoToMyMenu {
    width: auto !important;
    position: fixed;
    z-index: 99;
    top: 60px;
    right: 10px;
}

/*.button {
    margin: 0 0 0 5px;
    text-indent: -9999px;
    cursor: pointer;
    width: 29px;
    height: 29px;
    float: left;
    text-align: center;
    background: url(../images/buttons.png) no-repeat;
}*/

.button, a, button {
    cursor: pointer;
}

.dec {
    font-size: xx-large !important;
}

.inc {
    font-size: xx-large !important;
}

.quantity {
    /*float: left;*/
    /*width: 2em;*/
    height: 2em;
    /*font-weight: bold;*/
    /*font-size: 20px;*/
    /*padding: 3px 0 0 0;*/
    text-align: center;
    vertical-align: top;
    border-width: 0px;
    border: none;
}

.qgroup {
    display: none;
}

.mymenu-label {
    /*font-weight: bold !important;
            vertical-align: top;*/
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
}

.mymenu-disabled-image {
    width: 2em;
    height: 2em;
}

@media print {
    body {
        margin: 0;
        color: #000;
        background-color: #fff;
    }

    .dataTables_filter {
        display: none;
    }

    .hidecell {
        display: table-cell !important;
    }

    .table {
        width: 100% !important;
    }

    .btn {
        display: none !important;
    }


}

.modal-backdrop {
    opacity: 0.5 !important;
}

