html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container-fluid {
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.psuedo-link {
    cursor: pointer;
}

.psuedo-link:hover, .psuedo-link:focus {
    color: #D21C2E;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }

    .menu-item {
        padding-top: 5px;
        border-bottom: 1px #c0c0c0 solid;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.navbar .dropdown-menu {
    padding: 0px;
    border: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.navbar .dropdown-menu li {
    line-height: 50px;
    padding: 0px;
}

.navbar .dropdown-menu li a {
    padding-top: 10.8px;
    padding-bottom: 10.8px;
    padding-left: 20px;
    padding-right: 20px;
}

.main-content, .modal-content {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border: #D21C2E solid 3px;
}

.main-content {
    background-color: rgba(255, 255, 255, 0.9);
    padding-bottom: 15px;
}

.preload {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
}

.preload::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 20000;
}

.preload::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url('../images/preloader.png');
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    z-index: 20001;
}

.alert {
    border-top-left-radius: 22px;
    border-bottom-right-radius: 22px;
}

.base-category-class, .base-toppingType-class {
    color: #D21C2E;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 20px 2px;
    border: 1px solid #c0c0c0;

}

legend {
    width: auto;
    border-bottom: none;
    color: #D21C2E;
}

.clear {
    clear: both;
}

.popover-button {
    border: none;
    padding: 0px;
    background-color: #fff
}

.printable {
    padding-top: 0px;
}

.create-order-header {
    border-bottom: 1px solid #c0c0c0;
}

.cart_icon {
    font-size: 24px;
    color: #D21C2E;
}

.badge-primary {
    background-color: #D21C2E;
}

.btn-margin-right {
    margin-right: 5px;
}

.btn-margin-top {
    margin-top: 5px;
}

@media (min-width: 320px) and (max-width: 567px) {
    #create-order {
        margin-bottom: 5px;
    }

    .extra-item-accordian > .panel-heading + .panel-collapse > .panel-body {
        padding: 0px !important;
    }

    .panel-title > a {
        word-wrap: break-word;
    }

    #customer-special-request {
        margin-bottom: 5px;
    }
}

a:hover, a:focus {
    text-decoration: none;
}

.navbar .dropdown-menu li a:hover, .navbar .dropdown-menu li a:focus {
    background-color: #D21C2E !important;
    color: #ffffff !important;
}

.navbar-nav li.active > a, .dropdown-menu > .active > a, .navbar-nav li.open > a {
    color: #D21C2E !important;
    background-color: #ffffff !important;
}

.navbar-right .dropdown-menu {
    left: 0;
}

.navbar-right .profile-menu .dropdown-menu {
    left: auto;
}


.special-requests {
    color: #D21C2E;
    font-weight: bold;
}

.checkout-amount-class {
    text-align: center;
}

.item-added-message {
    display: none;
    padding: 5px;
    text-align: center;
}

.success-class {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 5px;
}

.failed-class {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px;
}

.branch-call {
    font-size: 22px;
    color: #D21C2E;
}

.order-type {
    font-size: 14px;
    color: #333;
    padding: 5px;
}

.last-order {
    font-size: 16px;
}

.delete-quantity, .add-more-quantity {
    background: none;
    border: none;
    color: #D21C2E;
}

.total-amount {
    display: none;
}

#order-promocode {
    text-transform: uppercase;
}

.promo-order-button {
    margin-bottom: -15px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/aui/6.0.1/aui/css/icons/aui-icon-close.png);
    z-index: 999999;
}

.glyphicon-hourglass:before {
    content: "";
}

.price-per-item {
    font-size: 14px;
}

#gmaps-delivery-canvas, #gmaps-collection-canvas, #gmaps-eatIn-canvas, #gmaps-curbsideCollection-canvas {
    backgorund: pink;
    height: 300px;
    width: auto;
}

.thankyou-content {
    text-transform: uppercase;
}

.label-drinks {
    font-size: 13px;
}

.list-heading {
    font-weight: bold;
    font-size: 16px;
}

.list-content {
    padding-right: 20px;
}

.list-content li {
    font-weight: normal;
    font-size: 14px;
    padding: 6px 0px;
}

.terms-and-condition-list {
    text-align: justify;
}

.text-bold {
    font-weight: bold;
}

.promo-order-button, .forgot-password-button {
    border-radius: 0px;
    border-bottom-right-radius: 40px;
    width: 100%;
}

.site-forgot-password .form-group {
    margin-bottom: 0px;
}

.forgot-email, .site-forgot-password h1 {
    padding-left: 15px;
    padding-right: 15px;
}

.promo-codes-detail {
    margin-bottom: 10px;
}

.promo-name, .promo-description {
    margin: 5px;
}

.base-type-heading {
    color: #333;
    border-bottom: 1px solid #c0c0c0;
    padding: 5px;
    font-weight: bold
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    border: 1px solid grey;
    color: #fff;
    cursor: pointer;
}

.option-input:checked {
    background: #fff;
    color: #000;
}

.option-input:checked::before {
    width: 17px;
    content: 'X';
    display: inline-block;
    text-align: center;
    position: absolute;
    font-size: 13px;
}

.base-type-price, .topping-price-class {
    margin-right: 6px !important;
}

.base-type-main label {
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
}

span.base-type-description {
    float: left;
    font-size: 12px;
    clear: both
}

.base-type-name {
    font-size: 14px;
    color: #333;
}

.base-type-content {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 52px;
}

.base-type-main {
    padding: 0px;
}

input[type="radio"] {
    margin: 0px;
}

#form-order-location input[type="radio"] {
    margin-top: 4px;
}

.portion-main, .field-topping-name {
    margin-bottom: 0px;
}

.topping-name-class {
    font-weight: bold;
    font-size: 16px;
}

.quantity-class, .base-category-main {
    padding-right: 0px;
    padding-left: 0px;
}

.quantity-class {
    border-top: 1px solid #c0c0c0;
}

.topping-main {
    margin-top: 10px;
}

ul#customeOrderTab li a {
    padding: 10px 8px;
}

.topping-header {
    margin-bottom: 5px;
    border-bottom: 1px solid #c0c0c0;
}

.base-without-topping {
    margin-bottom: 0px;
}

.field-base-name {
    margin-bottom: 2px;
}

.upsize-porion-button {
    padding-right: 15px;
    padding-left: 30px;
    margin-top: 15px;
}

.customer_personal_detail_accordian .panel-heading, .customer_order_detail_accordian > .panel-heading {
    background-color: #D21C2E;
    color: #FFF;
}

.item-templates .base-type-heading {
    color: #D21C2E;
}

.item-template-description {
    font-size: 12px;
}

.view-cart-main {
    margin-bottom: 10px;
}

.increase-quantity {
    margin-right: 20px;
}

.increase-quantity a {
    color: #FFF;
}

.total-class {
    font-size: 24px;
    font-weight: normal
}

.total-checkout-item-main {
    overflow: hidden;
    border: 1px solid #c0c0c0;
}

.total-checkout-item {
    margin: 0;
    padding: 5px 6px;
}

.total-checkout-item-btn {
    float: right;
}

.change-location, .change-location:hover, .change-location:focus {
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}

h1 {
    color: #D21C2E;
}

.branch-accordian {
    width: 38%;
    display: inline-block;
}

.contact-branch-detail > .panel-heading {
    background-color: #FFF;
}

.branch-address {
    width: auto;
    height: 200px
}

.branch-detail-class p {
    font-size: 15px;
}

.cart-icon {
    font-size: 22px;
    color: #FFF;
}

.total_item {
    margin-bottom: 0px;
}

.recurring-order-class {
    padding-left: 0px;
    padding-right: 0px;
}

input[type="radio"], input[type="checkbox"] {
    margin-top: 0px;
}

.font-size-17 {
    font-size: 17px;
}

.extra-cart-icon {
    margin-left: 10px !important;
    font-size: 17px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #D21C2E !important;
    border-color: #CD0F1B !important;
}

.tabs-krajee.tabs-left .tab-content {
    margin-left: 132px;
}

.tabs-krajee.tabs-left .nav-tabs {
    width: 132px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .last-order {
        padding: 10px;
        text-align: center;
        margin-bottom: 5px;
    }

    .quantity-class, .price-item-class {
        text-align: center;
    }

    .quantity-class h4 {
        width: 100%;
    }

    .button-mobile {
        width: 100%;
        margin-right: 0px;
    }

    .checkout-button {
        margin-bottom: 20px;
    }

    .total-checkout-item {
        width: 67%;
    }

    .quantity-sm {
        float: none !important;
        border-top: #ddd solid 1px;
    }
}

.menu-section-toggle {
    cursor: pointer;
}

.collapse .panel-heading {
    padding: 0;
}

.panel-heading .panel-title .collapse-toggle {
    display: block;
    padding: 10px 15px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.progress-indicator {
    margin-bottom: 50px;
}

.progress-status {
    width: 33.3%;
    text-align: center;
    color: #999;
}

@media only screen and (max-device-width: 300px) {
    .progress-status {
        width: 100%;
        text-align: center;
    }

    .progress-line {
        display: none;
    }
}

.progress-status.active {
    color: #D21C2E;
}

.accepted-status .status-indicator {
    background-image: url("../images/accepted-active-inactive.png");
}

.preparing-status .status-indicator {
    background-image: url("../images/preparing-active-inactive.png");
}

.ready-status .status-indicator {
    background-image: url("../images/ready-active-inactive.png");
}

.status-indicator {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
    background-position: 0px 31px;
}

.active .status-indicator {
    background-position: 0px 0px;
}

.inactive .status-indicator {
    border-color: #999;
    color: #999;
}

.progress-line {
    width: 50%;
    float: left;
    margin-top: 5px;
    border: solid 1px;
    border-color: #999;
}

.progress-line.active {
    border-color: #D21C2E;
}

.progress-line.progress-line-offset {
    border: none;
}
footer.p {
    font-size: 12px !important;
}
footer.footer a {
    color: #ffffff !important;
}
footer.footer a:hover, a:focus {
    color: #D21C2E !important;
    text-decoration: underline;
    cursor: pointer;
}
