﻿/**
============================
    No Fonts
============================
**/

.no-fontface .container {
    display: none !important;
}

.no-fontface .notsupportdiv {
    display: block !important;
}

/**
============================
    Icons
============================
**/
.icon_font:before,
.icon_font:after {
    font-family: bmicons;
    display: inline-block;
    text-decoration: none;
    vertical-align: bottom;
    text-align: right;
    font-size: 1.25em;
}

.icon-speaker:before {
    content: "\e000";
}

.icon-info:before {
    content: "\e001";
}

.icon-minus:before {
    content: "\e002";
}

.icon-plus:before {
    content: "\e003";
}

.icon-backarrow:before {
    content: "\e004";
}

.icon-question:before {
    content: "\e005";
}

.icon-trash:before {
    content: "\e006";
}

.icon-storehour:before {
    content: "\e007";
}

.icon-spicy:before {
    content: "\e008";
}

.icon-settings:before {
    content: "\e009";
}

.icon-search:before {
    content: "\e00a";
}

.icon-reorder:before {
    content: "\e00b";
}

.icon-directions:before {
    content: "\e00c";
}

.icon-delivery:before {
    content: "\e00d";
}

.icon-star:before {
    content: "\e00e";
}

.icon-history:before {
    content: "\e00f";
}

.icon-heart:before {
    content: "\e010";
}

.icon-filter:before {
    content: "\e011";
}

.icon-home:before {
    content: "\e012";
}

.icon-sidebar:before {
    content: "\e013";
}

.icon-profile:before {
    content: "\e014";
}

.icon-billing:before {
    content: "\e015";
}

.icon-cash:before {
    content: "\e016";
}

.icon-card:before {
    content: "\e017";
}

.icon-phone:before {
    content: "\e018";
}

.icon-pickup:before {
    content: "\e019";
}

.icon-location:before {
    content: "\e01a";
}

.icon-cross:before {
    content: "\e01b";
}

.icon-selector:before {
    content: "\e01c";
}

.icon-check:before {
    content: "\e01d";
}

.icon-cart:before {
    content: "\e01e";
}

.icon-invoice:before {
    content: "\e01f";
}

.icon-rightarrow:before {
    content: "\e020";
}

.icon-morefood:before {
    content: "\e021";
}

.icon-visible:before {
    content: "\e022";
}

.icon-invisible:before {
    content: "\e023";
}

.icon-logout:before {
    content: "\e024";
}

.icon-fire:before {
    content: "\e025";
}

.icon-gps:before {
    content: "\e026";
}

.icon-feedback:before {
    content: "\e027";
}

.icon-dinein:before {
    content: "\e028";
}

.icon-edit:before {
    content: "\e029";
    color: #808080;
    padding-right: 0.5em;
}

.icon-reservation:before {
    content: "\e02a";
}

.icon-drink:before {
    content: "\e02b";
}

.icon-thumbsup:before {
    content: "\e02c";
}

.icon-thumbsup-line:before {
    content: "\e02d";
}

.icon-coupon:before {
    content: "\e02e";
}

.icon-search:before {
    color: #808080;
    padding-right: 0.5em;
}

.icon-trash:before {
    color: #ae3b1d;
    padding-right: 0.5em;
}

.msg_container .icon-cross:before {
    content: "\e01b";
    font-family: bmicons;
    display: inline !important;
    font-size: 1em !important;
    vertical-align: middle;
    color: #4a4a4a;
    float: right;
    cursor: pointer;
}

/**
============================
    Base
============================
**/

html, body {
    height: 100%;
}

    html.no-js {
        opacity: 0.01;
    }

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: Roboto;
    color: #2a2a2a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
}

input[type=text], input[type=tel], input[type=password], textarea, select {
    border: 1px solid #d0d0d0;
    width: 100%;
    padding: 0.75em;
    background: none;
    outline: none;
    resize: none;
    background: white;
    -webkit-border-radius: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        padding: 0.65em 0.75em;
        background: #fff;
    }
}

select::-moz-focus-inner {
    border: 0;
    padding: 0;
}

@-moz-document url-prefix() {
    select {
        padding: 0.65em 0 !important;
    }
}

@media screen\0 {
    select {
        padding: 0.65em 0.75em;
    }
}

input, textarea, select, option, marquee {
    font-family: Roboto;
    outline: none;
}

    input[type=checkbox], input[type=radio] {
        display: none;
    }

    input[type=button], input[type=submit] {
        font-family: Roboto, Helvetica Neue, Arial, sans-serif;
        border: 0;
        cursor: pointer;
        border-radius: 0.2em;
        padding: 0.5em 2em;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-weight: 300;
}

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

    table td {
        vertical-align: top;
    }

p {
    padding: 0.25em 0;
}

/**
============================
    MasterPage
============================
**/

.container {
    min-width: 1000px;
}

    .container > div {
        width: 100%;
        text-align: center;
    }

    .container .content_wrapper {
        width: 1000px;
        margin: 0 auto;
        text-align: left;
    }

.header a,
.header a:visited,
.header a:active,
.header a:focus,
.footer a,
.footer a:visited,
.footer a:active,
.footer a:focus {
    color: white;
    text-decoration: none;
}

.body a,
.body a:visited,
.body a:active,
.body a:focus {
    color: #4a4a4a;
    text-decoration: none;
    outline: none;
}

a.widebutton {
    font-family: Roboto, Helvetica Neue, Arial, sans-serif;
    border: 0;
    cursor: pointer;
    border-radius: 0.2em;
    padding: 0.5em 2em;
    text-align: center;
}

.container > .body {
    background: #f4f4f4;
    padding: 1em 0;
}

.container > .header, .container > .footer {
    background: #6bb50c;
    position: relative;
    z-index: 350;
    border-bottom: 1px solid #65AD08;
    box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.5);
}

    .container > .header > .content_wrapper, .container > .footer > .content_wrapper {
        background: #6bb50c;
        color: white;
        padding: 1em;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .container > .header table td {
        vertical-align: bottom;
    }

.container > .footer {
    border-bottom: none;
    border-top: 1px solid #65AD08;
}

    .container > .footer .copyright {
        color: #4f8509;
        margin-top: 2em;
    }

        .container > .footer .copyright a {
            color: #4f8509;
        }

            .container > .footer .copyright a:hover {
                color: #fff;
            }

    .container > .footer table {
        margin-top: 0.5em;
    }

        .container > .footer table td {
            width: 25%;
        }

            .container > .footer table td > a {
                display: block;
                padding: 0.25em 0;
            }

.container > .header .fontlogo {
    width: 200px;
}

    .container > .header .fontlogo > .logo_title {
        font-family: Title;
        font-weight: 300;
        font-size: 3em;
        margin-top: .25em;
        display: block;
        line-height: 0.92em;
    }

.container > .header .menu_nav {
    text-align: right;
}

    .container > .header .menu_nav ul {
        list-style: none;
        float: right;
    }

        .container > .header .menu_nav ul > li {
            display: block;
            float: left;
        }

            .container > .header .menu_nav ul > li > a {
                line-height: 1.5em;
                font-size: 1.15em;
                border-radius: 0.25em;
                padding: 0.5em 1em;
            }

                .container > .header .menu_nav ul > li > a.active {
                    background: white;
                    box-shadow: 1px 3px 6px -3px #4f8509;
                    color: #6bb50c;
                }

            .container > .header .menu_nav ul > li > a {
                width: 100%;
                height: 100%;
            }

.hidden {
    display: none;
}

.dropdownmenu {
    position: absolute;
    z-index: 650;
    color: #4a4a4a;
    text-align: left;
    height: 100%;
    width: 100%;
}

    .dropdownmenu .content_wrapper {
        position: relative;
    }

    .dropdownmenu ul {
        background: rgb(255, 255, 255);
        border: 1px solid #d0d0d0;
        list-style: none;
        margin-top: 0;
        width: 15em;
        font-size: 1em;
        position: absolute;
        top: 6em;
        right: 0;
        box-shadow: 0 0 2em -0.5em rgba(0, 0, 0, 0.75);
    }

        .dropdownmenu ul li {
            width: 100%;
            border-left: 3px solid #ffffff;
        }

        .dropdownmenu ul > li > a {
            text-decoration: none;
            color: #4a4a4a;
            display: block;
            line-height: 1em;
            padding: 1em;
        }

        .dropdownmenu ul li:hover {
            background: #f4f4f4;
            cursor: pointer;
            border-left: 3px solid #183792;
        }

.modalBackground {
    background: rgba(0, 0, 0, 0.6);
}

.cuisine_box {
    float: left;
    width: 150px;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.zip, .region, .cuisine {
    text-align: left;
    padding-left: 15px;
    float: left;
    width: 100px;
}

.popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    text-align: center;
    padding-top: 1em;
}

.pop_container {
    margin: auto;
    border: 10px solid #d0d0d0;
    border: 10px solid rgba(50, 50, 50, 0.3);
    border-radius: 0.2em;
}

    .pop_container > div {
        background: #ffffff;
    }

    .pop_container .header {
        width: 100%;
        font-size: 1em;
    }

    .pop_container .tab {
        width: 50%;
        padding: 0.5em;
        float: left;
        cursor: pointer;
        background: rgba(50,50,50,0.3);
        color: white;
    }

        .pop_container .tab.active {
            background: #ffffff;
            color: #4a4a4a;
            z-index: 27;
        }

.signin_body {
    padding: 1em;
    background: #ffffff;
    color: #4a4a4a;
    width: 100%;
    margin: 0 auto;
}

.signin_bodywithborder {
    padding: 1em;
    width: 60%;
    border: 0.6em solid #d0d0d0;
    text-align: center;
}

    .signin_bodywithborder td:first-child {
        border-right: 1px solid #d0d0d0;
    }

.signin_body .input_row {
    width: 100%;
    margin: 0.6em auto;
}

.signin_body a.forgotpwdlink {
    float: right;
    text-decoration: none;
    color: #ae3b1d;
    font-weight: normal;
}

table.signin_body td {
    width: 50%;
    padding: 1em;
}

.signin_body .textbox {
    width: 60%;
    padding: 1em;
    margin-bottom: 0.5em;
    border: 1px solid #8c8c8c;
    border-radius: 0.2em;
    outline: none;
}

.signin_body .input_col1 {
    width: 47%;
    float: left;
}

.signin_body .input_col2 {
    width: 50%;
    float: right;
}

.social_login {
    margin: 0 auto;
    background: #ffffff;
    text-align: center;
}

    .social_login .m_facebook_welcome {
        line-height: 2.5em;
    }

    .social_login a {
        color: #183792;
        text-decoration: underline;
    }

    .social_login > .social_button {
        font-family: Roboto, Helvetica Neue, Arial, sans-serif;
        width: 75%;
        margin: 0.5em auto;
        border: 0;
        height: 2.5em;
        font-size: 1.25em;
        cursor: pointer;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        border-radius: 0.2em;
    }

        .social_login > .social_button > img {
            float: left;
            margin: 0.5em;
            height: 1.5em;
            width: auto;
        }

        .social_login > .social_button > span {
            line-height: 2.5em;
            display: block;
        }

.connectfb_btn {
    color: #fff;
    background: #3b5998;
}

.connectgo_btn {
    color: #4a4a4a;
    background: #fff;
}

/**
============================
    Common
============================
**/
.body_container {
    width: 100%;
    margin: 0.5em auto;
    background: transparent;
    color: #4a4a4a;
    font-size: 1em;
    font-family: Roboto, Helvetica Neue, Arial, sans-serif;
    height: auto;
    min-height: 550px;
    border: 1px solid #d0d0d0;
    background: white;
}

h4 {
    font-size: 1em;
    color: #808080;
}

.widebutton {
    background: #6bb50c;
    font-size: 1.25em;
    padding: 0.5em 2em;
    color: #ffffff;
}

    .widebutton:focus {
        background: #4f8509;
    }

a.widebutton,
a.widebutton:checked,
a.widebutton:hover,
a.widebutton:visited,
a.widebutton:active,
a.widebutton:focus {
    color: #ffffff;
}

.fancy_input {
    cursor: pointer;
    line-height: 1em;
    padding: 0.5em;
    margin: 0.5em 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .fancy_input label {
        line-height: 1em;
        vertical-align: middle;
        cursor: pointer;
        color: #808080;
    }

    .fancy_input:hover label {
        color: #4a4a4a;
    }

    .fancy_input .icon_font:before {
        color: #d0d0d0;
        margin-right: 0.5em;
        border-radius: 0.15em;
        border: 1px solid #d0d0d0;
        content: " ";
        width: 0.85em;
        height: 0.85em;
        line-height: 1em;
    }

    .fancy_input.active {
        border-color: #183792;
        background: white;
    }

        .fancy_input.active label {
            color: #183792;
        }

.fancy_checkbox.active .icon_font:before {
    border-color: #dadada;
    color: #183792;
    content: "\e01d";
}

.fancy_radio .icon_font:before {
    border-radius: 0.5em;
}

.fancy_radio.active .icon_font:before {
    color: #183792;
    content: " ";
    background: #183792;
}

.search_container {
    padding: 1em;
    margin-bottom: 1.5em;
}

    .search_container .input_wrapper {
        margin-right: 1em;
        float: left;
        width: 80%;
        border-radius: 0.5em;
    }

        .search_container .input_wrapper > div .icon_font {
            line-height: 3em;
            left: 0.5em;
            z-index: 1;
        }

        .search_container .input_wrapper > div {
            position: relative;
            float: left;
            width: 65%;
        }

        .search_container .input_wrapper .search_textbox {
            border-radius: 0.5em 0 0 0.5em;
        }

        .search_container .input_wrapper > .business_textbox {
            width: 35%;
        }

    .search_container .business_textbox .search_textbox {
        border-left: 0;
        border-radius: 0 0.5em 0.5em 0;
    }

    .search_container .widebutton {
        float: left;
        width: 10em;
        border: 1px solid transparent;
    }

    .search_container .icon_font {
        position: absolute;
    }

        .search_container .icon_font:before {
            font-size: 0.9em;
            color: #acacac;
            margin: 0 0.1em 0 0.1em;
        }

    .search_container .search_textbox {
        width: 100%;
        float: left;
        height: 3em;
        padding: 1em 2em;
        border-radius: 0.4em;
        font-size: 1em;
        border: 1px solid #acacac;
    }

    .search_container div table td {
        position: relative;
    }

.homepage_search_container .search_container .input_wrapper {
    /*box-shadow: 0 0 5em 0.5em rgba(0,0,0,0.5);*/
}

    .homepage_search_container .search_container .input_wrapper .errormsgcontainer {
        display: block;
        margin-top: 0.3em;
        padding: 0.7em;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 0.4em;
        text-align: left;
        font-size: 0.9em;
        font-weight: 500;
        color: #ffffff;
    }

.homepage_search_container .search_container .widebutton {
    background: #183792;
    padding: 0.5em;
}

.inrow_widebutton {
    height: auto;
    width: 10em;
    font-size: 1em;
    padding: 0.25em 0.5em;
    margin-right: 1em;
}

.delete {
    background: #ae3b1d;
    float: right;
    padding: 0.1em 0.2em;
    height: auto;
    width: auto;
}

.msg_container {
    font-size: 1em;
    color: #ae3b1d;
    padding: 0.5em;
    text-align: center;
    border-radius: 0.25em;
    margin: 0.25em 0.75em;
}

.error {
    background: #FAD4CA;
    border: 1px solid #ae3b1d;
}

.success {
    background: #e3fbc5;
    border: 1px solid #6bb50c;
}

.validator_errorMsg {
    color: #ae3b1d;
    font-size: 0.9em;
    font-weight: bold;
}

.notsupportdiv {
    width: 100%;
    padding: 1em 0;
    text-align: center;
    font-size: 1.1em;
}

    .notsupportdiv .signin_bodywithborder {
        margin: 0 auto;
    }

    .notsupportdiv table td {
        width: 20%;
    }

    .notsupportdiv .browserblock {
        background: #ffffff;
        font-size: 1em;
        padding: 0.5em;
        margin: 0 auto;
        text-align: center;
    }

        .notsupportdiv .browserblock .normaltext {
            text-decoration: none;
            color: #4a4a4a;
            font-size: 0.9em;
        }

        .notsupportdiv .browserblock img {
            width: 50px;
            height: 50px;
            border: none;
        }

/**
============================
    Get App
============================
**/

.sendapp_wrapper {
    width: 29%;
    float: right;
    background: #ffffff;
    height: auto;
    text-align: center;
    padding: 0 1em;
}

    .sendapp_wrapper img {
        width: auto;
        height: 2.5em;
        margin-right: 0.5em;
    }

    .sendapp_wrapper .downloadicons_container {
        margin-top: 1em;
    }

    .sendapp_wrapper .mobile_ad {
        text-align: center;
        margin: 1em 0 2em 0;
    }

        .sendapp_wrapper .mobile_ad .title {
            font-weight: 500;
            font-size: 1.25em;
        }

        .sendapp_wrapper .mobile_ad .desc {
            font-weight: 400;
            font-size: 1em;
        }

    .sendapp_wrapper .sendtext_form {
        font-size: 0.95em;
        width: 100%;
        margin: 0 auto;
    }

        .sendapp_wrapper .sendtext_form .input_phone {
            border-radius: 0.25em 0 0 0.25em;
            font-size: 1em;
            padding: 0;
            margin: 0;
            height: 2.5em;
            border: 1px solid #183792;
            float: left;
            width: 50%;
            text-align: center;
        }

        .sendapp_wrapper .sendtext_form input[type=submit] {
            border-radius: 0 0.25em 0.25em 0;
            background: #183792;
            float: left;
            padding: 0;
            margin: 0;
            width: 50%;
            height: 2.5em;
            font-size: 1em;
            color: white;
        }

    .sendapp_wrapper .storebuttons {
        border-top: 1px solid #d0d0d0;
        margin-top: 2em;
        padding-top: 0.5em;
    }

/**
============================
    AC Results
============================
**/

.gac_results {
    background: white;
    width: 95%;
    margin-top: 1px;
    margin-left: 2.5%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    z-index: 140;
}

    .gac_results table {
        width: 100%;
        table-layout: fixed;
    }

        .gac_results table tr {
            cursor: pointer;
        }

            .gac_results table.hover tr td {
                background: #f0f0f0;
            }

                .gac_results table.hover tr td.icon_container span.icon_font:before {
                    color: black;
                }

        .gac_results table:first-child td {
            box-shadow: inset 0 5px 5px -4px #808080;
        }

        .gac_results table td {
            height: 2em;
            border-bottom: 1px solid #cacaca;
            vertical-align: middle;
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
            font-size: 0.95em;
        }

            .gac_results table td.icon_container {
                width: 36px;
                text-align: center;
            }

                .gac_results table td.icon_container span.icon_font {
                    line-height: 2.5em;
                    position: relative;
                    padding: 0;
                }

/**
============================
    Helpers
============================
**/

.float_wrapper {
    clear: both;
}

.clear {
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.input_row {
    display: block;
    color: #4a4a4a;
    font-size: 1em;
    text-align: left;
    margin: 0.75em 1em;
}

    .input_row > label {
        font-weight: bold;
        display: block;
        color: #4a4a4a;
    }

.fancy_button {
    display: block;
    margin: 0 auto;
    border: 0;
    background: #6bb50c;
    color: white;
    font-weight: bold;
    padding: 1em 2em;
    font-size: 1.15em;
    border-radius: 0.4em;
    outline: none;
    cursor: pointer;
}

    .fancy_button.disabled {
        background: #D9AEA3;
        color: #ffffff;
        box-shadow: none;
        font-weight: lighter;
    }

        .fancy_button.disabled:hover,
        .fancy_button.disabled:focus,
        .fancy_button.disabled:active {
            background: #D9AEA3;
        }

    .fancy_button:hover {
        background: #80BF2E;
    }

    .fancy_button:focus,
    .fancy_button:active {
        background: #4f8509;
    }

.button_container .cancel_button {
    padding: 0.5em 1.5em;
}

.cancel_button {
    background: #acacac;
    font-weight: 300;
}

    .cancel_button:hover {
        background: #bababa;
    }

.body a.fancy_button, .body a.fancy_button:hover, .body a.fancy_button:active {
    color: white;
}

.cartsummary {
    display: table;
    width: 100%;
    margin: 1em 0;
}

    .cartsummary > div {
        display: table-row;
        width: 100%;
    }

    .cartsummary h4 {
        display: table-cell;
        text-align: right;
        padding: 0.5em;
    }

    .cartsummary span {
        display: table-cell;
        width: 7.5em;
        text-align: left;
    }

        .cartsummary span i {
            color: #ae3b1d;
            font-weight: bold;
        }

    .cartsummary h4 small {
        color: #ae3b1d;
        font-weight: 400;
        margin-right: 0.4em;
        vertical-align: baseline;
    }

.errorcolor {
    color: #ae3b1d;
}

.error_msg {
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #ae3b1d;
}

.choice_disabled {
    color: #acacac !important;
    border-color: #acacac !important;
    background: #d0d0d0;
}

.btndisabled {
    background: #d0d0d0;
    box-shadow: none;
    cursor: default;
}

    .btndisabled:hover {
        top: 0;
        box-shadow: none;
        background: #d0d0d0;
    }

.emptylist {
    text-align: center;
    padding: 1em;
    color: #acacac;
}

.emptyimage {
    height: 7em;
    width: auto;
    margin: 4em auto 0 auto;
    opacity: 0.35;
    display: block;
}

.container > div.feedback_wrapper {
    position: fixed;
    right: 0;
    bottom: 10em;
    width: 300px;
    z-index: 10001;
}

    .container > div.feedback_wrapper > div {
        display: table;
    }

        .container > div.feedback_wrapper > div > div {
            display: table-cell;
            vertical-align: middle;
        }

    .container > div.feedback_wrapper #feedback_handle {
        cursor: pointer;
    }

        .container > div.feedback_wrapper #feedback_handle img {
            border: 1px solid white;
            border-right: 0;
            box-shadow: -0.15em 0 0.5em rgba(0, 0, 0, 0.75);
            border-radius: 0.25em 0 0 0.25em;
            vertical-align: middle;
        }

    .container > div.feedback_wrapper #feedback_form {
        background: white;
        box-shadow: 0 0 2em rgba(0, 0, 0, 0.75);
        border: 1px solid #808080;
        width: 270px;
    }


.container > div.feedback_collapsed {
    width: 30px;
    z-index: 0;
    bottom: 15em;
}

    .container > div.feedback_collapsed #feedback_form {
        width: 0;
        box-shadow: none;
        display: none;
    }

.search_container {
    width: 1000px;
    margin: 0 auto;
}

.topbar_txt {
    color: #fafafa;
    font-weight: normal;
    border-bottom: 1px dashed #d0d0d0;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 26em;
    white-space: nowrap;
    padding: 0.25em;
    margin: 0 1em 0 5em;
    float: left;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .topbar_txt:hover {
        color: white;
        border-bottom: 1px dashed #fff;
    }

    .topbar_txt .header_txt {
        font-size: 0.92em;
        color: #325405;
        display: block;
        margin-bottom: 0.25em;
    }

.headersearchcontainer {
    padding: 0 0 0 1em;
    width: 100%;
}

#btneditaddress {
    float: right;
}

    #btneditaddress:before {
        color: white;
        font-size: 1em;
        vertical-align: middle;
    }

#divSearchContainer {
    background: #FFD2A2;
    height: 5em;
    width: 100%;
    text-align: center;
    z-index: 351;
    position: relative;
    height: 5em;
    box-shadow: 0 0.5em 0.75em -0.5em rgba(0, 0, 0, 0.5);
}

    #divSearchContainer.collapsed {
        height: 0;
        overflow: hidden;
    }

.stars_wrapper, .stars_wrapper:before, .stars_wrapper > span:before {
    font-family: bmicons;
    display: inline-block;
    text-decoration: none;
    text-align: right;
    white-space: nowrap;
    vertical-align: top;
}

    .stars_wrapper:before, .stars_wrapper > span:before {
        content: "\e00e\e00e\e00e\e00e\e00e";
    }

.stars_wrapper {
    position: relative;
}

    .stars_wrapper:before {
        color: #cacaca;
    }

    .stars_wrapper > span {
        color: #FF6C01;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }

    .stars_wrapper > b {
        font-weight: normal;
        color: #cacaca;
        margin-left: 0.5em;
        font-family: Roboto;
        vertical-align: top;
    }

    .stars_wrapper > span[data-r00] {
        width: 0;
    }

    .stars_wrapper > span[data-r10] {
        width: 1em;
    }

    .stars_wrapper > span[data-r20] {
        width: 2em;
    }

    .stars_wrapper > span[data-r30] {
        width: 3em;
    }

    .stars_wrapper > span[data-r40] {
        width: 4em;
    }

    .stars_wrapper > span[data-r50] {
        width: 5em;
    }

.headersearchcontainer .address {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 23em;
    white-space: nowrap;
    display: block;
    float: left;
}

.loading_progress {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    z-index: 100002;
    display: table;
    background: rgba(0, 0, 0, 0.25);
}

    .loading_progress > div {
        vertical-align: middle;
        display: table-cell;
        text-align: center;
    }

        .loading_progress > div > div {
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 12em;
            box-shadow: 0 0 3em 4em white;
            background: white;
            margin: 0 auto;
        }

    .loading_progress img {
        width: 80px;
        height: 80px;
        margin: -30px 0 0 -30px;
    }

.searchpopup .search_container {
    width: 100%;
    text-align: center;
}

    .searchpopup .search_container .input_wrapper {
        width: 100%;
    }

    .searchpopup .search_container > input {
        margin: 1em auto;
        float: none;
    }

.pop_container .popup_title {
    padding: 0.75em 0 0.25em 0;
    font-weight: 500;
}

.pac-container {
    z-index: 100002 !important;
}
