/* LUNCH MENUS
----------------------------------------------- */
.lunch-menu {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 1rem;
}
    .lunch-menu--soup {
        font-style: italic;
        margin-left: 20px;
    }
    .lunch-menu--soup b {
        font-weight: normal;
    }
    .lunch-menu--menu {
        font-weight: bold;
    }
    .lunch-menu--allergen {
        background: #fff;
        font-style: normal;
        font-weight: normal;
        padding: 0 0 0 .4em
    }
    .lunch-menu--item {
        line-height: .7;
        margin-bottom: 5px;
    }
    .lunch-menu--item.no-border {
        background: transparent;
    }
    .lunch-menu--item b {
        background: #fff;
    }
    .lunch-menu__label {
        max-width: 520px;
        display: inline-block;
        line-height: 1.2;
        padding-left: 20px;
        text-indent: -18px;
    }
    .lunch-menu--price {
        float: right;
        background: #fff;
        line-height: 1.2;
    }
    .lunch-menu--note {
        margin-left: 20px;
    }
    .lunch-menu--menu-link {
        text-align: right;
        margin: 15px 0 5px 0;
    }
    .lunch-menu--dots {
        margin-right: 0.5em;
        flex: 1;
        width: 100%;
        height: 20px;
        display: flex;
        position: relative;
      }
    .lunch-menu--dots:after {
        content: '';
        border-bottom: dotted 2px rgb(148, 148, 148);
        top: 10px;
        right: 0;
        flex:1;
    }
  .lunch-menu--menu-link .button-link-to-detail {
    background: #306397;
    border-radius: 2px;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    font-weight: bold;
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255,.2), inset -1px -1px 1px 0px rgba(0,0,0,.2);
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
  }
  .lunch-menu--menu-link .button.button--email {
      padding: 6px 10px 6px 36px;
  }
  .lunch-menu--menu-link .button.button--email:before {
      width: 30px;
      background-size: 16px;
  }
  
.lunch-widget {
    font-size: 1rem;
}
    .lunch-widget ul li {
        list-style: none;
        padding: 10px 0 10px 15px; margin: 0;
        background: url(/html/images/module/lunch/widget-icon.png) no-repeat left center;
    }
    .lunch-widget li a {
        display: block;
        padding-left: 10px;
        font-weight: normal;
        margin-top: -2px;
    }
    .lunch-widget .footer {
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }
    .lunch-widget .footer .count {
        display: inline-block;
        padding: 7px 0;
    }
    .lunch-widget .footer .count a {
        font-weight: bold;
    }
    .lunch-widget-image {
        background: url(/html/images/module/lunch/teaser.jpg) no-repeat;
        height: 98px;
        margin: -10px -10px 5px -10px;
    }
.lunch-add-button {
    float: right;
    margin-top: -10px;
}
.lunch-buttons .button--print {
  float: right;
  margin-right: 10px;
}
.content .lunch-menu-footer {
    display: none;
}

.subscribe-menu table, .subscribe-menu .content .subscribe-form-info {
    width: 500px;
    margin: auto;
}

.restaurant-detail {
    font-size: 1rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
    .restaurant-detail .box {

    }
    .restaurant-detail .images img {
        max-width: 100%;
    }
    .restaurant-detail .images a {
        display: inline-block;
    }
    .restaurant-detail .images .main {
        display: block;
    }
    .restaurant-detail .images .sub {
    }
    .restaurant-detail .images .sub:nth-child(4) {
        margin-right: 0;
    }
    .restaurant-detail address {
        line-height: 1.8;
        font-style: normal;
    }
    .restaurant-detail .send-user-message-overlay {
        font-size: .9em;
        margin-top: 1.2em;
        display: inline-block;
        background: url(/html/images/module/lunch/Flag.png) no-repeat left center;
        padding-left: 30px;
    }
    .restaurant-detail .opening-hours {
        background: #fffcda;
        border: 1px solid #e3d74d;
        border-radius: 5px;
        padding: 10px;
        line-height: 1.6;
        min-width: initial;
    }
    .restaurant-detail .opening-hours .title {
        display: block;
        background: url(/html/images/module/lunch/time.png) no-repeat left center;
        padding-left: 30px;
        margin-bottom: -10px;
    }
    .restaurant-detail .opening-hours span {
        display: inline-block;
        width: 30px;
    }
    .restaurant-detail .opening-hours em {
        font-style: normal;
        font-size: .9em;
    }

.restaurant-list-item {
    padding-bottom: 15px;
}
.restaurant-list-item h3 {
    font-weight: bold;
}

/* INVOICE
----------------------------------------------- */
.invoice-wrapper {
    display: flex;
    margin: 50px;
}

.invoice-wrapper__container {
    border: 1px solid #afd4e2;
    width: 620px;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.invoice-wrapper__aside {
    margin: 0 0 0 30px;
}

.invoice__button {
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    padding: 0 20px;
    text-decoration: none;
    border-radius: 5px;
    background: #279dc8;
    color: #fff;
    border: 0 solid #176d8c;
    border-bottom-width: 2px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    display: block;
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 50px;
    text-align: left;
    font-weight: normal;
}

.invoice__button--highlight {
    background: #82b648;
    border-color: #5a8030;
}

.invoice__button:hover {
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px;
    left: 0px;
    color: #fff;
}

.invoice__paid {
    font-size: 20px;
    line-height: 50px;
    border: 1px solid #279dc8;
    border-radius: 5px;
    margin: 50px 0 0px;
    padding: 0 10px;
    background: #fff;
    color: #279dc8;
    text-align: center;
}


/* ORDERS
----------------------------------------------- */
.orders-order__summary {
    width: 600px;
    margin: 0 auto;
}
.orders-order__summary abbr {
    border: 0;
    text-decoration: none;
}
.orders-order__summary td {
    border: 1px solid #ccc;
    padding: 10px 25px;
    font-size: 1.25em;
}
.orders-order__summary td:last-child {
    padding-left: 45px;
}
.orders-order__summary__total {
    font-size: 1.3em;
    font-weight: bold;
}
.orders-order__summary__status--error {
    background: #ffc1c2;
}
.orders-order__summary__status--warning  {
    background: yellow;
}
.orders-order__summary__status--positive {
    background: #c4ffa7;
}
    .orders-order__summary__payment {
        text-align: center;
        width: 500px;
        margin: 20px auto;
        font-size: 1.3em;
    }
    .orders-order__summary__payment .button {
        margin: 20px auto;
        width: 350px;
        text-transform: uppercase;
    }
    
#portal_infobox {
    margin: 0 0 10px 0;
    display: block;
}

    #portal_infobox .infobox__wrapper {
        display: block;
        width: 100%;
        border: solid 1px #ce2525;
        background: #FFF;
        height: 40px;
        box-sizing: border-box;
        position: relative;
        line-height: 40px;
        overflow: hidden;
        border-radius: 2px;
        text-align: auto;
        font-size: 14px;
    }
    #portal_infobox .infobox__label {
        bottom: 0;
        height: 100%;
        position: absolute;
        background-color: #ce2525;
        text-transform: uppercase;
        text-align: center;
        color: #FFF;
        font-weight: 700;
        z-index: 3;
        padding: 0 15px;
        white-space: nowrap;
    }
    #portal_infobox .infobox__content {
        position: absolute;
        left: 190px;
        overflow: hidden;
        height: 100%;
    }

    
    