/* MAL/Malibu Poke - NEXTEP Mobile css */

@font-face {
    font-family: "glyphicons-halflings-regular";
    src: url("https://static.nextepsystems.com/fonts/glyphicons-halflings-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Brandon_bld";
    src: url("https://static.nextepsystems.com/fonts/Brandon_bld.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #fff;
    color: #4D4D4F;
    font-family:"Brandon_bld", sans-serif;
}

a,
a:focus,
a:hover,
a:active,
a:visited {
    color: #4D4D4F;
    text-decoration: none;
}

#targets h1,
.bg-info {
    margin-top: 0;
    font-size: 26px;
    text-align: center;
    width: 100%;
}

.glyphicon-plus:before {
    margin-left: 1px;
}

/* default & primary buttons */

.btn-default {
    background-color: #597396;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-family: "Brandon_bld", sans-serif;
    font-weight: normal;
    min-width: 165px;
}

.btn-primary {
    background-color: #597396;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-family: "Brandon_bld", sans-serif;
    font-weight: normal;
    min-width: 165px;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #597396;
    color: #f8a695;
    border-radius: 10px;
    border: none;
    text-decoration: none;
}

.btn-default:active,
.btn-default.visted {
    background-color: #597396;
    color: #f8a695;
    border-radius: 10px;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #597396;
    color: #f8a695;
    border-radius: 10px;
    border: none;
    text-decoration: none;
}

.btn-primary:active,
.btn-primary.visted {
    background-color: #597396;
    color: #f8a695;
    border-radius: 10px;
    border: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: rgba(89, 115, 150, .75);
    color: #f8a695;
    border-radius: 10px;
    border: none;
    text-decoration: none;
}

#btnLogin {
    margin-bottom: 20px;
}

.malibu-menu-footer {
    color: transparent;
    text-align: center;
    width: 100%;
}

.MALPOKE1 .malibu-menu-footer:after {
    content: 'Malibu Poke, 3888 Oak Lawn #105 - Dallas, TX';
    font-size: 1.2em;
    color: #597396;
}


.MALPOKE2 .malibu-menu-footer:after {
    content: 'Malibu Poke, 211 Walter Seaholm Drive, Suite LR115 - Austin, TX';
    font-size: 1.2em;
    color: #597396;
}

.MALPOKE3 .malibu-menu-footer:after {
    content: '2355 Olive St #145, Dallas, TX 75201';
    font-size: 1.2em;
    color: #597396;
}

.input-md {
    font-size: 16px;
}

.input-sm {
    margin-bottom: 10px;
}

.jumbotron {
    margin-top: 50px;
    background-color: rgba(255, 255, 255, 0.90);
    color: #597396;
    font-family: "Brandon_bld", sans-serif;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Brandon_bld", sans-serif;
    font-weight: normal;
}

#clip-complete {
    margin-top: 60px;
}

#clip-controlbuttons .navbar-fixed-bottom {
    background-color: #fff;
    border-top: none;
    padding-bottom: 10px;
}

#footer .text-muted {
    font-size: 12px;
    color: #4D4D4F;
}

#navMobile {
    margin-left: 0;
    padding-top: 20px;
     color: #597396;
}

.navbar-fixed-top {
    background-color: #fff;
}

.navbar-nav {
    margin-top: -14px;
}

#navBack {
    margin-bottom: 20px;
}

#btnCreate {
    margin-bottom: 20px;
}

.navbar-header {
    position: relative;
    margin-top: 0;
    padding-left: 0;
    width: 100%;
    font-size: 14pt;
}

.navbar-fixed-bottom {
    background: #fff;
}

.navbar-default .navbar-text {
    margin-top: -4px;
    color: #597396;
} 

.navbar-default .navbar-nav > li > a {
    color: #597396;
}

#navChangeAccount:hover,
#navChangeAccount:focus {
    color: #597396;
}

#navChangePassword:hover,
#navChangePassword:focus {
    color: #597396;
}

#navLogout:hover,
#navLogout:focus {
    color: #597396;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f8a695;
}

.menu-header-bg {
    margin-top: 50px;
    background-color: #f8a695;
    height: 70px;
    width: 100%;
    border-bottom: none;
}

.page-header {
    color: #fff;
    font-size: 22pt;
    text-align: center;
    margin-top: -55px;
    height: 50px;
    border-color: transparent;
    font-family: "Brandon_bld", sans-serif;
    font-weight: lighter;
}

.splash {
    margin-top: 50px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    line-height: 1;
}

.order-now {
    margin-top: 5px;
    text-align: center;
}

.order-now-message {
    color: #597396;
}

.btn-file {
    text-align: center;
    padding: 4px 0 0 4px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50px;
}

.fileinput-remove-button {
    text-align: center;
    padding: 0 0 0 0;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50px;
}

#btnReset {
    margin-bottom: 20px;
}

#btnChange {
    margin-bottom: 20px;
}

/* previous orders */

#orders.previous-orders {
    margin-top: -50px;
    padding-top: 0;
}

.previous-orders-welcome {}

.previous-orders-instructions {}

.previous-order .thumbnail {
    background-color: #597396;
    position: relative;
    height: 80px;
    min-height: 80px;
    max-width: 100%;
    padding: 10px 10px 10px 20px;
    margin: 15px 0 0 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    color: #fff;
    border-radius: 10px;
}

/* receipt */

#clip-receipt {
    float: right;
    margin-top: -57px;
    width: 100%;
    margin-right: 5px;
}

.order-receipt {
    background-color: #597396;
    color: #fff;
    text-align: right;
    margin-top: -20px;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 20px;
    max-width: 180px;
    min-height: 0;
    visibility: hidden;
    font-family: "Brandon_bld", sans-serif;
    font-weight: lighter;
    border-radius: 40px;
    height: 45px;
}

#txtTotalLabel {
    font-size: 10pt;
    text-transform: uppercase;
    float: left;
    padding-top: 5px;
}

#txtTotal {
    font-size: 14pt;
}

/* buttons */

.row {
    margin-bottom: 15px;
}

#controlbuttons .row,
#futureorder-controlbuttons .row,
#previousorders-controlbuttons .row,
#payment-controlbuttons .row,
#complete-controlbuttons .row {
    margin-top: 3px;
    margin-bottom: 0;
    margin-left: 15px;
}

.control-button-center {
    text-align: center;
}

.row-centered {
    text-align: center;
    padding-bottom: 20px;
}

.col-centered {
    display: inline-block;
    float: none;
}

.Dressing-Options-Select-1-Mod-buttons .row-centered {
    margin-top: 150px;
}

.Dressing-Options-Select-1-Mod-buttons .buttons {
    min-width: 165px;
    min-height: 50px;
}

.Dressing-Options-Select-1-Mod-buttons .thumbnail {
    background-color: #fff;
    color: #597396;
    border-radius: 40px;
    border: none;
    font-family: "Brandon_bld", sans-serif;
    min-width: 165px;
    min-height: 50px;
    height: 50px;
}

.Dressing-Options-Select-1-Mod-buttons .image-cropped {
    display: none;
    width: 0;
    height: 0;
}

.Dressing-Options-Select-1-Mod-buttons .caption {
    top: 0;
}

.Sauce-Options-Select-1-Mod-buttons .row-centered {
    margin-top: 150px;
}

.Sauce-Options-Select-1-Mod-buttons .buttons {
    min-width: 165px;
    min-height: 50px;
}

.Sauce-Options-Select-1-Mod-buttons .thumbnail {
    background-color: #fff;
    color: #597396;
    border-radius: 40px;
    border: none;
    font-family: "Brandon_bld", sans-serif;
    min-width: 165px;
    min-height: 50px;
    height: 50px;
}

.Sauce-Options-Select-1-Mod-buttons .image-cropped {
    display: none;
    width: 0;
    height: 0;
}

.Sauce-Options-Select-1-Mod-buttons .caption {
    top: 0;
}

.Yes-No-buttons .row-centered {
    margin-top: 150px;
}

.Yes-No-buttons .buttons {
    min-width: 165px;
    min-height: 50px;
}

.Yes-No-buttons .thumbnail {
    background-color: #fff;
    color: #597396;
    border-radius: 40px;
    border: none;
    font-family: "Brandon_bld", sans-serif;
    min-width: 165px;
    min-height: 50px;
    height: 50px;
}

.Yes-No-buttons .image-cropped {
    display: none;
    width: 0;
    height: 0;
}

.Yes-No-buttons .caption {
    top: 0;
}

.Yes-No-Mod-buttons .caption {
    top: 0;
}

.Yes-No-Mod-buttons .image-cropped {
    display: none;
    width: 0;
    height: 0;
}

.Yes-No-Mod-buttons .row-centered {
    margin-top: 150px;
}

.Yes-No-Mod-buttons .buttons {
    min-width: 165px;
    min-height: 50px;
}

.Yes-No-Mod-buttons .thumbnail {
    background-color: #fff;
    color: #4D4D4F;
    border-radius: 40px;
    border: none;
    font-family: "Brandon_bld", sans-serif;
    min-width: 165px;
    min-height: 50px;
    height: 50px;
}

.Yes-No-Mod-buttons .button-text,
.Yes-No-buttons .button-text {
    font-family: "Brandon_bld", sans-serif;
}

.buttons {
    min-height: 300px;
    margin-bottom: 50px;
}

.thumbnail {
    border: 0;
    position: relative;
    height: 100%;
    min-height: 152px;
    max-width: 200px;
    padding: 0 0 30px 0;
    margin: 15px 0 15px 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background-color: transparent;
}

.image-cropped {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    border-bottom: 0;
    position: absolute;
}

.caption {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 0 solid;
    background-color: transparent;
    top: 153px;
}

.button-text {
    color: #597396;
    background-color: transparent;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    vertical-align: middle;
    font-family: "Brandon_bld", sans-serif;
}

.thumbnail .caption {
    padding: 0 0 0 0;
}

.button-price {
    color: #597396;
    background-color: transparent;
    margin: -20px 0 3px 3px;
    padding-left: 30px;
    padding-right: 5px;
    position: absolute;
    right: 0;
    font-size: 10pt;
    font-family: "Brandon_bld", sans-serif;
    font-weight: normal;
}

.selectne {
    cursor: pointer;
}

.selectmanyof #check {
    line-height: 110px;
}

/*.Select-Many-of-NE-Check-buttons .col-md-3 {
    width: 16%;
}*/

.alcoholbeverages .col-md-3 {
    width: 33%;
}

.selectonetext .thumbnail {
    width: 200px;
    height: 200px;
    background-color: #597396;
    border: none;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 45px;
    padding: 0;
}

.selectonetext .button-text {
    color: #fff;
    line-height: 1;
}

.selectonetext .image-cropped {
    display: none;
}

.selectonetext .caption {
    top: 0;
}

.selectonetext .button-price {
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    font-size: 16px;
    font-weight: normal;
}

.text-description {
    position: relative;
    width: 100%;
    color: #597396;
}

.description-text {
    font-size: 16px;
    color: #597396;
    text-align: center;
}

.Select-Many-of-NE-Check-buttons .col-md-3,
.Select-1-of-Mod-buttons .col-md-3 {
    width: 16%;
}

.button-many-unselected {
    visibility: hidden;
}

.button-many-selected {
    float: none;
    background-image: url("../Themes/MalibuPoke/Media/Images/checkblue.png");
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 60px;
    left: 70px;
    height: 75px;
    width: 75px;
    margin-top: -5px;
}

.Select-Many-of-NE-Check-buttons .button-down-state #check,
.Select-Many-of-NE-Check---Medium-buttons .button-down-state #check {
    visibility: visible;
}

.Select-Many-of-NE-Check-buttons .button-down-state #check,
.Select-Many-of-NE-Check---Medium-buttons .button-down-state #check,
.button-many-selected {
    float: none;
    background-image: url("../Themes/MalibuPoke/Media/Images/checkblue.png");
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 35px;
    left: 60px;
    height: 75px;
    width: 75px;
}

.Select-Many-of-NE-Check-Small-buttons .button-down-state #check {
    visibility: visible;
}

.Select-Many-of-NE-Check-Small-buttons .button-down-state #check,
.button-many-selected {
    float: none;
    background-image: url("../Themes/MalibuPoke/Media/Images/checkblue.png");
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 35px;
    left: 65px;
    height: 75px;
    width: 75px;
}

.button-down-state .thumbnail {}

.sub-buttons {
    width: 85px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding-top: 4px;
    text-align: center;
    color: #fff;
    background-color: #4D4D4F;
    border-radius: 50px;
    border: 2px #fff solid;
}

.Select-Many-of-LNM-Small-buttons .sub-buttons {
    background-color: #BCBEC0;
}

.Select-Many-of-LNM-Small-buttons .sub-button {
    margin-top: 50px;
}

.ibutton,
.ibutton:active,
.ibutton:hover,
.ibutton:focus {
    background-color: transparent;
    background-image: url("../Themes/MalibuPoke/Media/Images/mal_ibutton.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    color: transparent;
    height: 30px;
    width: 30px;
    margin-top: -150px;
    margin-left: -100px;
    position: absolute;
    border-radius: 0;
    border: none;
    z-index: 1000;
}

.ibutton-showing {
    background-image: url("../Themes/MalibuPoke/Media/Images/mal_xbutton.png");
    height: 30px;
    width: 30px;
}

.ibutton-nutrition-info {
    width: 100%;
    text-align: center;
}

.ibutton-nutrition-button {
    background-color: #4D4D4F;
    color: #FFF;
    height: 2.5em;
    font-size: 12px;
    font-family: "Brandon_bld", sans-serif;
    font-weight: normal;
}

.overlaycontainer {
    z-index: 500;
    position: relative;
    top: 0px;
    width: 65px;
    height: 45px;
}

.popover {
    color: #597396;
    background-color: #fff;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid#f8a695;
}

.popover.bottom .arrow {
    border-top-color: #597396;
    color: #597396;
}

.popover.bottom .arrow:after {
    border-bottom-color: #597396;
}

#popup-nutrition .modal-dialog {
    width: 250px;
    height: 320px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

#popup-nutrition .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: 0 solid;
}

#popup-nutrition .modal-header {
    border: 0 solid;
}

#popup-nutrition .close {
    background-image: url("../Themes/MalibuPoke/Media/Images/x-button.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 40px;
    width: 40px;
    right: 0;
    z-index: 999;
    position: absolute;
    color: transparent;
    opacity: 1.0;
    margin-right: -20px;
    margin-top: -5px;
}

.nutrition-wrapper {
    display: none;
}

.nutrition {
    background-color: #fff;
    width: 250px;
    height: 320px;
}

.nutrition-info {
    display: table-cell;
    font-size: 12pt;
    float: left;
    width: 105px;
    text-align: left;
    font-weight: normal;
}

.nutrition-amount {
    font-size: 12pt;
    text-align: right;
    width: 105px;
    float: right;
}

/* SELECT ONE QUANTITY BUTTONS */

.selectonespecial2 .sub-buttons {
    width: 75%;
    height: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #597396;
}

.selectonespecial2 .selectonequantity-minus,
.selectonespecial2 .selectonequantity-quantity,
.selectonespecial2 .selectonequantity-plus {
    position: relative;
    display: inline-block;
    text-align: center;
}

.selectonespecial2 .selectonequantity-minus,
.selectonespecial2 .selectonequantity-plus {
    padding-top: 8px;
    background-color: #f8a695;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    box-shadow: none;
}

.selectonespecial2 .selectonequantity-minus:active,
.selectonespecial2 .selectonequantity-plus:active {
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #597396;
}

.selectonespecial2 .selectonequantity-quantity {
    background-color: transparent;
    color: #597396;
    font-size: 20pt;
    font-weight: normal;
    width: 40px;
    height: 40px;
    text-shadow: none;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    border: none;
}

/* order review */

#orderreview {
    background-color: transparent;
    color: #597396;
    display: table;
    font-size: 12pt;
    margin-bottom: 10pt;
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    position: relative;
    border-radius: 10px;
    border: 3px solid #597396;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-review-quantity {
    display: table-cell;
    min-width: 120px;
    vertical-align: middle;
}

.order-review-quantity-button {
    background-color: #f8a695;
    border: none;
    color: #fff;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    border-radius: 50px;
}

.order-review-quantity-text {
    display: inline-block;
    font-size: 16pt;
    text-align: center;
    width: 35px;
    line-height: 26px;
    vertical-align: middle;
    padding-right: 3px;
    padding-left: 3px;
    font-family: "Brandon_bld", sans-serif;
    font-weight: normal;
    background-color: none;
    border-radius: 30px;
}

.order-review-text {
    background-color: transparent;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Brandon_bld", sans-serif;
    font-weight: normal;
}

.order-review-modtext {
    font-size: 11pt;
}

.order-review-amount {
    display: table-cell;
    font-size: 18pt;
    font-weight: 700;
    text-align: right;
    min-width: 150px;
    vertical-align: top;
    font-family: "Brandon_bld", sans-serif;
    font-weight: normal;
}

/* Control buttons*/

.control-button {
    padding-top: 2px;
    padding-bottom: 0;
    margin-bottom: 2px;
    font-size: 10pt;
    height: 40px;
    width: 200px;
}

.control-button div {
    display: inline-block;
}

.control-button-text {
    padding: 0 10px 0 10px;
}

/*.control-button-cancel {
    text-align: center;
    padding: 3px 0 0 2px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50px;
}*/

.control-button-center .control-button-text {
    display: none;
}

.control-button-right {
    text-align: right;
}

.control-button-back,
.control-button-additem,
.control-button-orderreview,
.control-button-done,
.control-button-continue,
.control-button-submit {}

.control-button-complete {
    text-align: center;
    float: none;
}

.modal-dialog {
    margin-top: 10%;
    width: 100%;
}

.modal-content {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-body {
    font-size: 16pt;
    text-align: center;
    color: #597396;
    font-family: "Brandon_bld", sans-serif;
    font-weight: normal;
}

.modal-footer {
    text-align: center;
    border-top: none;
}

#checkout-service-form .row,
#checkout-tender-form .row,
.complete-content {
    width: 80%;
    margin-left: 12%;
}

#checkout-tender-form .row,
.complete-content {
    min-height: 300px;
}

.dragalong {
    display: none;
}

/* tablet landscape */

@media (max-width: 1024px) {}

/* tablet portrait*/

@media (max-width: 992px) {}

/* phones */

@media(max-width: 767px) {
    .menu-header-bg {
        margin-top: 50px;
    }
    .iorderfast-content {
        padding: 0 20px 0 20px;
    }
    #navMobile {
        margin-left: 0px;
        margin-top: 0px;
    }
    /* page header*/
    .page-header {
        font-size: 12pt;
        text-align: left;
        width: 60%;
        margin-top: -45px;
    }
    /* receipt */
    #clip-receipt {
        margin-top: -69px;
    }
    #txtTotalLabel {
        font-size: 8pt;
    }
    #txtTotal {
        font-size: 10pt;
        margin-top: 2px;
    }
    .order-receipt {
        font-size: 8pt;
        padding-right: 10px;
        max-width: 120px;
        padding-left: 10px;
    }
    .navbar-fixed-top {
        height: 50px;
    }
    .navbar-default .navbar-toggle {
        border-color: #333;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333;
    }
    .navbar-toggle {
        margin-right: -15px;
        padding: 5px 5px;
        margin-top: -30px;
        float: right;
        color: #666;
    }
    .navbar-default .navbar-collapse {
        border: 0 solid;
    }
    .navbar-collapse {
        background-color: #fff;
    }
    .navbar-text {
        margin-left: 15px;
        font-size: 18px;
    }
    .row-centered {
        padding-bottom: 0;
    }
    /*.thumbnail {
        padding: 0 0 30px 0;
        margin-bottom: 15px 0 15px 0;
    }*/
    .thumbnail {
        display: table;
        width: 100%;
        box-shadow: 0 0 0;
        border-radius: 0;
        min-height: 47px;
        margin: 0 0 0 0;
        padding: 0;
        max-width: 100%;
        height: 50px;
        position: relative;
        border-bottom: 2px solid #f8a695;
    }
    .Select-1-of-N-Text-buttons .thumbnail,
    .Select-1-of-Mod-Text-buttons .thumbnail,
    .Select-1-of-Mod-Upsell-Text-buttons .thumbnail {
        width: 200px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .image-cropped {
        position: absolute;
        width: 70px;
        border-radius: 0 0 0 0;
        background-position: center center;
        height: 50px;
        top: -2px;
        overflow: visible;
    }
    .caption {
        display: table;
        top: 0;
        left: 75px;
        position: absolute;
        width: 66%;
        height: 100%;
        border-top: 0 solid;
        background-color: transparent;
    }
    .button-text {
        display: table-cell;
        position: relative;
        font-size: 14px;
        min-height: 50px;
        vertical-align: middle;
        text-align: left;
    }
    .button-price {
        bottom: 0;
        right: -45px;
    }
    .row {
        margin-bottom: 0;
    }
    .Yes-No-buttons .thumbnail {
        min-width: 100px;
        padding: 0 0 0 0;
    }
    .selectonespecial2 .sub-buttons {
        bottom: 7px;
    }
    .selectonetext .caption {
        width: 100%;
        left: 0;
    }
    .selectonetext .button-text {
        text-align: center;
    }
    .Select-Many-of-NE-Check-buttons .col-md-3 {
        width: 100%;
    }
    .Select-Many-of-NE-Check-Small-buttons .button-down-state #check,
    .Select-Many-of-NE-Check---Medium-buttons .button-down-state #check,
    .button-many-selected {
        top: 0px;
        left: 12px;
        height: 50px;
        width: 50px;
    }
    .Select-Many-of-NE-Check-buttons .button-down-state #check,
    .button-many-selected {
        top: 35px;
        left: 35px;
        height: 50px;
        width: 50px;
    }
    .ibutton,
    .ibutton:active,
    .ibutton:hover,
    .ibutton:focus {
        margin-top: -160px;
        margin-left: -60px;
    }
    .btn-default {
        font-size: 12px;
        min-width: 100px;
    }
    .btn-primary {
        font-size: 12px;
        min-width: 100px;
    }
    #controlbuttons .row,
    #futureorder-controlbuttons .row,
    #previousorders-controlbuttons .row,
    #payment-controlbuttons .row,
    #complete-controlbuttons .row {
        margin-left: 3px;
        padding-right: 10px;
    }
    .control-button {
        background-color: #597396;
        color: #fff;
        border-radius: 10px;
        border: none;
        font-family: "Brandon_bld", sans-serif;
        font-weight: normal;
        width: 55px;
    }
    .control-button-left {
        padding: 0 0 0 0;
        text-align: left;
    }
    .control-button-center {
        padding: 0 0 0 0;
    }
    .control-button-right {
        padding: 0 0 0 0;
    }
    .control-button-done {
        float: right;
        margin-right: 10px;
    }
    .control-button-continue {
        float: right;
        margin-right: 10px;
    }
    .control-button-orderreview {
        float: right;
        margin-right: 10px;
    }
    .control-button-submit {
        float: right;
        margin-right: 10px;
    }
    #orderreview {
        margin-left: 0;
        min-height: 40px;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .order-review-amount {
        font-size: 12pt;
        min-width: 70px;
        height: 100%;
        vertical-align: middle;
    }
    .order-review-quantity-text {
        font-size: 10pt;
        width: 10px;
        text-align: center;
        padding-right: 10px;
    }
    .order-review-quantity-button {
        font-size: 8pt;
    }
    .order-review-text {
        font-size: 10pt;
    }
    .order-review-modtext {
        font-size: 9pt;
    }
    .order-review-quantity {
        min-width: 100px;
    }
    #checkout-service-form .row,
    #checkout-tender-form .row,
    .complete-content {
        width: 100%;
        margin-left: 0;
    }
    /* complete */
    .order-complete {
        margin-top: 15px;
    }
    .modal-dialog {
        margin-top: 20%;
        width: 100%;
        margin-left: 0;
    }
    .input-md {
        font-size: 16px;
    }
    #clip-controlbuttons {
        padding-top: 50px;
    }
    .previous-orders-welcome {
        font-size: 12pt;
    }
    .previous-orders-instructions {
        font-size: 12pt;
    }
}

/* iphone landscape*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
    .caption {
        width: 88%;
    }
}

/* JAMES UPDATES 4/19/18 */

.mainmenu #buttons .row>div,
.bowlsbase #buttons .row>div,
.bowlsmodifytoppings #buttons .row>div {
    width: 25%;
}

.caption {
    display: flex;
    flex-direction: column;
}

#buttons .row>div {
    width: 33.33%;
    margin-bottom: 1em;
}

.bowlsbase #buttons .row>div {
    width: 25%;
}

.selectonetext .caption {
    justify-content: center;
}

.ibutton,
.ibutton:hover,
.ibutton:active,
.ibutton:focus {
    background-color: transparent;
    margin: 0px;
    color: transparent;
    right: 10px;
    top: 10px;
}

#buttons .popover {
    position: absolute;
    top: 35px !important;
    right: 30px;
    height: auto !important;
}

.arrow,
.arrow:after {
    display: none !important;
}

#nutritionButton {
    display: none;
}

@media only screen and (max-width: 767px) {
    #buttons .row>div,
    .mainmenu #buttons .row>div,
    .bowlsbase #buttons .row>div,
    .bowlsmodifytoppings #buttons .row>div {
        width: 100%;
    }
    .thumbnail {
        border-bottom: 0px;
        height: 120px;
        max-height: none;
        display: flex;
        justify-content: space-between;
    }
    .image-cropped {
        width: 120px;
        height: 120px !important;
        max-height: none !important;
        background-size: contain;
    }
    .caption {
        left: 120px;
        display: flex;
        justify-content: center;
        width: calc(100% - 120px);
    }
    .button-text {
        display: flex;
        align-items: center;
    }
    .selectonetext .button-text {
        justify-content: center;
    }
    .description-text {
        text-align: left;
    }
    #price {
        bottom: 0px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        right: 20px;
    }
    #buttons .row>div {
        border-bottom: 1px solid #597396;
        margin: 0em;
    }
    #buttons .row:last-of-type>div:last-of-type {
        border-bottom: 0px !important;
    }
    .selectonetext {
        border-bottom: 0px !important;
        margin-bottom: 1.5em !important;
    }
    #buttons .popover {
        top: 24px !important;
    }
    #check {
        top: 40px;
        left: 32px;
    }
}

/*.carousel-inner {
    display: none;
}*/
