/* EDO/Edorrito- NEXTEP Mobile css */

/* Fonts */
@font-face {
    font-family: 'prometo';
    src: url('../fonts/Prometo-Regular.ttf'),
      url('../fonts/Prometo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'prometo-med';
    src: url('../fonts/Prometo-Medium.ttf'),
      url('../fonts/Prometo-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'prometo-bold';
    src: url('../fonts/Prometo-Bold.ttf'),
      url('../fonts/Prometo-Bold.ttf') format('truetype');
}


/* Main Body background */
body {	
    height: 100%;
    background-color:#FFF5E0;
    color: #333;
    font-family:'prometo';
}

a,
a:focus,
a:hover,
a:active,
a:visited {
    color: #333;
    text-decoration: none;
}

.navbar-nav a {
    color: #fff !important;
}

.text-muted a,
.text-muted a:focus,
.text-muted a:hover,
.text-muted a:active,
.text-muted a:visited {
    color: #ee2d2c;
    text-decoration: none;
}

.remember-me{
    color: #333;}


#targets h1,
.bg-info {
    margin-top:0;
    font-size: 26px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: none !important;
}

.privacy-policy-link {
    margin-right: 5px;
}

.btn-default {
    color: #fff;
    background: #333;
    border-radius: 10px 10px 10px 10px;
    border: 0;
    min-width: 100px;

}


/* File Input Button */
.file-input .btn-default {
    margin-top: 50px;
    margin-left: 50px;
    min-width: 75px;
}

.file-input .btn-primary {
    margin-top: 50px;
    min-width: 75px;
}


/* Order Button */
.btn-primary,
.btn-primary.disabled {
    color: #fff;
    background: #333;
    border-radius: 10px 10px 10px 10px;
    border: 0;
    min-width: 100px;
    margin-top: 50px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-primary.disabled  {
    color: #fff;
    background: #333;
    border-radius: 10px 10px 10px 10px;
    border: 0;
  }

.btn-default:visited,
.btn-primary:visited {
    color: #fff;
    background: #333;
    border-radius: 10px 10px 10px 10px;
    border: 0;
  }

.input-md {
    font-size: 16px;
}

/* Bottom Nav Bar buttons/controls */
#clip-controlbuttons .navbar-fixed-bottom {
    background-color: transparent;
    border-top: none;
}

#footer .text-muted {
    font-size: 12px;
    color: #98c540;
    margin-top: 10px;
}

/* Top Nav Bar background color */
.navbar-fixed-top {
    background-color: #ee2d2c;
}

/* Top Nav Bar header position and font size */
.navbar-header {
    position: relative;
    margin-top: -35px;
    padding-left: 190px;
    width: 100%;
    font-size: 14pt;
}

/* Bottom Nav Bar background color */
.navbar-fixed-bottom {
    background: #613f2f;
    background-image: url("../images/wood-2.png");
    background-repeat:repeat;
    border: 0 solid;
}

#footer .navbar-fixed-bottom,
#clip-footer .navbar-fixed-bottom {
    display: none;
    background: transparent;
    background-image: none;
    background-repeat: no-repeat;
}

.navbar-text {
    margin-top: 10px;
    color: #fff !important;
    font-family: 'prometo-med';
}

#navChangeAccount:hover,
#navChangeAccount:focus
 {
    color: #FFF;
    text-decoration: underline;
}

#navChangePassword:hover,
#navChangePassword:focus
 {
    color: #FFF;
    text-decoration: underline;
}

#navLogout:hover,
#navLogout:focus
 {
    color: #FFF;
    text-decoration: underline;
}

.form-control:focus {
    border-color: #98c540;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 197, 64, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(152, 197, 64, 0.6);
}

/* Main Header Bar under the nav */
.menu-header-bg {
    margin-top: 85px;
    height: 100%;
    background-color: #613f2f;
    background-image: url("../images/wood-2.png");
    background-repeat:repeat;
    background-size:auto;
    height: 70px;
    width: 100%;
}


/* Order Total box (comes down/hidden) */
.iorderfast-content {
    margin-top: -50px;
}

/* Logo */
.brand-logo {
    height: 75px;
    width: 75px;
    background-image:url("../images/edoritto-logo.png");
    background-repeat: no-repeat;
    -o-background-size: contain;
    -moz-background-size : contain;
    -webkit-background-size : contain;
    background-size: contain;
}

/* Main Header Text and the border underneath it */
.page-header{
    color:#fff;
    font-family: 'prometo-bold';
    font-size: 24pt;
    text-align: left;
    margin-top: -10px;
    height : 70px;
    border-bottom: 4px solid #98c540;
    box-shadow: 0 4px 0 #ee2d2c;
    font-weight: bold;
} 

/* Order button position */
.order-now {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

/* receipt */
#clip-receipt {    
    float:right;
    width:50%;
    visibility:collapse;
 }

.order-receipt {
    color:  #333;
    text-align: right;
    margin-top: 0;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom:5px;
    max-width:150px;    
    min-height:0;
    visibility:hidden;
    font-weight: bold;
    background-color: #98c540;
    border-radius: 10px 10px 10px 10px;
}

/* Total Text */
#txtTotalLabel {
    font-size: 10pt;
    text-transform: uppercase;
}

/* Total */
#txtTotal {
    font-size: 14pt;
}

/* Buttons (spacing between the rows of template buttons) */
.row .menu-1 {
    margin-bottom:-15px;
}

#controlbuttons .row,
#futureorder-controlbuttons .row,
#previousorders-controlbuttons .row,
#payment-controlbuttons .row,

/* Margin for control buttons*/
#complete-controlbuttons .row {
    margin-top: 5px;
    margin-bottom:0;
    margin-left: 15px;
}

/* Centering the cancel button */
.row-centered {
    text-align:center;
}

/* Styles the button rows */
#row0{
    margin-right:-15px;
}

#row1{
    margin-right:-15px;
}

.row{
    margin-bottom:0px;
}

/* Styles the button columns */
.col-centered {
    display: inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
    width: 300px;
}

.Select-Many-of-NE-Check-buttons .col-centered {
    width: 200px;
}

.Select-1-of-Mod-Upsell-buttons  .col-centered {
    width: 200px;
}



/* Styles the template buttons */
.buttons {
    min-height: 250px;
    margin-bottom: 50px;
}

.Yes-No-buttons {
    padding-top:125px;
}

.Yes-No-buttons .buttons {
    min-height: 50px;
}

/* Styles the entire button */
.thumbnail{
    position:relative;
    height:250px;
    min-height: 250px;
    max-width: 300px;
    padding: 0 0 30px 0;
    margin: 15px 0 0 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background-color:transparent;
}

.Yes-No-buttons .thumbnail{
    height:50px;
    min-height: 50px;
    max-width: 150px;
    background-color: #98c540;
    border-radius: 0 0 0 0;
}

/* Styles the button image */
.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: 300px;
    height: 200px;
    margin: 0 0 0 0;
    border-bottom: 0;
    position : absolute;
    top:0;
}

.overlaycontainer .overlay {
  z-index: 100;
  position: relative;
  top:0;
  height: 20px;
}

.raw {
    background-image:url("../Images/Overlay-Raw.png");
}

.spicy1 {
    background-image:url("../Images/Overlay-Spicy 1.png");
}

.spicy2 {
    background-image:url("../Images/Overlay-Spicy 2.png");
}

.spicy3 {
    background-image:url("../Images/Overlay-Spicy 3.png");
}


.menu-description  {
    background-color: transparent;
    margin: 0 auto;
    height: 50px;
    width: 100%;
    background-image: url("../Images/edo_disclaimer_lg.png");
    background-repeat: no-repeat;
    position: fixed;
    z-index: -10;
    bottom: 50px;
}

.order-now-message {
   display: none;
}

.Yes-No-buttons .image-cropped{
display: none;
width: 0;
height: 0;
}

/* Styles the area behind the button text */
.caption {
    display: table;
    top: 200px;
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: transparent;
}

.Yes-No-buttons .caption{
    display: table;
    top: 0;
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: transparent;
}

/* Styles the button text */
.button-text {
    color: #333;
    background-color: transparent;
    display: table-cell;
    text-align: center;    
    font-size: 13pt;
    font-weight: bold;
    vertical-align: central;
}


.Yes-No-buttons .button-text{
    color: #fff;
    background-color: transparent;
    display: table-cell;
    text-align: center;    
    font-size: 14pt;
    font-weight: bold;
    vertical-align: middle;
}

/* Styles the button price text */
.thumbnail .caption {
    padding: 0 0 0 0;
    font-size: 16px;
    text-align:center;
}

.button-price {
    color: #333;
    border-style: inset;
    border: none;
    margin: -35px 0 3px 3px;
    padding-left: 10px;
    padding-right: 5px;
    border-radius: 10px 0 0 0;
    position : absolute;
    right: 0;
    font-size: 11pt;
    font-weight: bold;
}

/* Styles the check mark */
.selectmanyof #check {
    line-height: 110px
}

.button-many-unselected{
    visibility:hidden;
}

.Select-Many-of-NE-Check-Sauce-buttons .button-down-state #check{
    visibility:visible;
}

.Select-Many-of-NE-Check-Sauce-buttons .button-down-state #check,
.button-many-selected {
    float: none;
    background-image: url("../Images/yes.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:50px;
    left:85px;
    height: 100px;
    width: 100px;
}

.Select-Many-of-N-buttons .button-down-state #check{
    visibility:visible;
}

.Select-Many-of-N-buttons .button-down-state #check,
.button-many-selected {
    float: none;
    background-image: url("../Images/yes.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:50px;
    left:85px;
    height: 100px;
    width: 100px;
}

.Select-Many-of-NE-Check-buttons .button-down-state #check{
    visibility:visible;
}

.Select-Many-of-NE-Check-buttons .button-down-state #check,
.button-many-selected {
    float: none;
    background-image: url("../Images/yes.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:50px;
    left:35px;
    height: 100px;
    width: 100px;
}

.Select-1-of-Mod-Upsell-buttons .button-down-state #check{
    visibility:visible;
}

.Select-1-of-Mod-Upsell-buttons .button-down-state #check,
.button-many-selected {
    float: none;
    background-image: url("../Images/yes.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:50px;
    left:35px;
    height: 100px;
    width: 100px;
}


.sub-buttons {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    position: relative;
    z-index: 5;
}

.sub-button-price {
    color:#333;
    font-size : 9pt;
    text-align: center;
}

.sub-button {
    font-size: 8pt;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    margin-top:80px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 2px 2px 2px 2px;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    text-align: center;
}

.sub-button-check {
    background-image: url("../Images/edorrito_check_50px.png");
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -moz-background-size : cover;
    -webkit-background-size : cover;
    background-size: cover;
    height: 25px;
    width: 25px;
    font-size: 16pt;
    margin-top: -5px;
    margin-left: 10px;
    position:relative;
}

.sub-button-text {
    color: #333;
    font-size : 6pt;
    text-align: center;
    width:100%;
}


.ibutton,
.ibutton:active {
    background-color: transparent;
    background-image:url("../Images/i-button.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    -moz-background-size : contain;
    -webkit-background-size : contain;
    height:35px;
    width: 35px;
    margin-top: -85px;
    margin-left: 5px;
    position:absolute;
    box-shadow: none !important;
}

.ibutton-showing {
    background-image:url("../Images/x-button.png");
    height: 35px;
    width: 35px;
    margin-top: -85px;
    margin-left: 5px;
    position:absolute;
}

.ibutton-nutrition-info {
    width: 100%;
    text-align: center;
}

.ibutton-nutrition-button {
    background-color: #d6d6d6;
    color:#333;
    height: 2.5em;
    font-size: 12px;
    font-weight: bold;
}

.ibutton-nutrition-button:hover {
    background-color: #fff;
    color:#333;
    height: 2.5em;
    font-size: 12px;
    font-weight: bold;
}

.popover {
    border:2px solid #fff;
    background-color: #333;
    color: #fff;
}

.popover.top .arrow {
    border-top-color: #fff;
}

.modal-dialog {
    margin: 25% auto;
}

#popup-nutrition .modal-dialog {
    width:500px;
    height:80px;  
    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("../Images/x-button.png");
    background-repeat:no-repeat;
    background-size: contain;
    content:"";
    height: 35px;
    width: 35px;
    right: 0;
    z-index: 999;
    position:absolute;
    color:transparent;
    opacity:1.0;
    margin-right: -20px;
    margin-top:-5px;
}

.nutrition {
    background-color: #333;
    color: #fff;
    width:500px;
    height:82px;    
    font-weight: normal;
    border:2px solid #ee2d2c;
}

.nutrition-info {
    display: inline-block;
    font-size: 16px;
}

.nutrition-amount {
    font-size: 16px;    
    text-align: right;
    width: 30px;
    min-width: 30px;
    padding-left: 7px;
    padding-right: 7px;
    line-height:1em;
    border: 1px solid #98c540;
    background-color: #e4e4e4;
    color: #333;
    border-radius: 10px;
}

/* select one quantity buttons */
.selectonespecial .sub-buttons {
    width: 100%;
    height: 50px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;    
}

.selectonespecial .selectonequantity-minus,
.selectonespecial .selectonequantity-quantity,
.selectonespecial .selectonequantity-plus{
    position: relative;
    display:inline-block;
    text-align:center;
}

.selectonespecial .selectonequantity-minus,
.selectonespecial .selectonequantity-plus {
    background-color: #333;
    color: #fff;
    width: 40px;    
    border-radius: 5px 5px 5px 5px;
    border: none;
}

.selectonespecial .selectonequantity-quantity {
    background-color: #fff;
    color:#333;
    font-family: 'prometo-bold';
    font-size: 14pt;
    font-weight: bold;
    width: 45px;
}

/* select one v2 quantity */
.selectonespecialv2 .sub-buttons {
    width: 100%;
    height: 50px;
    position: absolute;
    top:40px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;    
}

.selectonespecialv2 .selectonequantity-minus,
.selectonespecialv2 .selectonequantity-quantity,
.selectonespecialv2 .selectonequantity-plus{
    position: relative;
    display:inline-block;
    text-align:center;
}

.selectonespecialv2 .selectonequantity-minus,
.selectonespecialv2 .selectonequantity-plus {
    background-color: #333;
    color:#fff;
    width: 40px;    
    border-radius: 5px 5px 5px 5px;
    border-color: #fff;
    border-style: 1px solid;
}

.selectonespecialv2 .selectonequantity-quantity {
    background-color: rgba(255,255,255, 0.9);
    color:#333;
    font-size: 14pt;
    font-weight: bold;
    width: 45px;
}

/* order review */
#orderreview {
    background-color : transparent;
    border-bottom: 4px dotted #98c540;
    color: #333;
    display : table;
    font-size : 12pt;
    margin-bottom: 10pt;
    margin-left : 15%;
    margin-right: 15%;
    width: 70%;
    position:relative;
}

.order-review-quantity {
    display : table-cell;   
    min-width : 100px;
    vertical-align : middle;
}

.order-review-quantity-button {
    background-color: rgba(255, 255, 255, 0.00);
    border: none;
    color: #333;
    display: inline-block;
    padding-top : 3px;
    padding-bottom : 3px;
    margin-left:auto;
    margin-right: auto;
    vertical-align : top;
}

.order-review-quantity-button:hover {
    background-color: rgba(255, 255, 255, 0.00);
    border: none;
    color: #333;
    display: inline-block;
    padding-top : 3px;
    padding-bottom : 3px;
    margin-left:auto;
    margin-right: auto;
    vertical-align : top;
}

/* Styles the quantity text in order review */
.order-review-quantity-text {
    display : inline-block;
    font-size : 22pt;
    font-weight: 300;
    text-align : center;
    width : 15px;
    line-height:26px;
    vertical-align: middle;
    padding-right:  20px;
    padding-left: 3px;
    color: #333;
}

/* Styles the item text in order review */
.order-review-text {
    background-color: none;
    display : table-cell;
    vertical-align : middle;
    width : 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.order-review-itemtext {
    font-weight: bold;
}

/* Styles the mod text in order review */
.order-review-modtext {
    font-size : 11pt;
}

/* Styles the price text in order review */
.order-review-amount {
    display : table-cell;
    font-size: 22pt;
    font-weight:300;
    text-align : right;
    min-width:150px;
    vertical-align : top;
    color: #333;
}



/* Control buttons at bottom*/
.control-button {
    color: #fff;
    background-color: transparent !important;
    border-radius: 0;
    padding-top : 2px;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-size: 16pt;
    height: 40px;
    width: 100%;
    font-weight: bold;
}

.control-button div {
   display:inline-block;
}

.control-button:hover,
.control-button:focus,
.control-button:active {
    color: #fff;
    background-color: transparent !important;
    border-radius: 0;
    padding-top : 2px;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-size: 16pt;
    height: 40px;
    width: 100%;
    font-weight: bold;
}

.control-button:visited {
    color: #fff;
    background-color: transparent !important;
    border-radius: 0;
    padding-top : 2px;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-size: 16pt;
    height: 40px;
    width: 100%;
    font-weight: bold;
}

.control-button-left {
    text-align:center;
}

.control-button-center{
    text-align:center;
}

.control-button-cancel{
    text-align: center;
    border-left:solid 3px #fff;
    border-right:solid 3px #fff;
}

.control-button-cancel:hover{
    border-left:solid 3px #fff;
    border-right:solid 3px #fff;
}

.control-button-cancel:visited{
    border-left:solid 3px #fff;
    border-right:solid 3px #fff;
}

.control-button-right{
    text-align: center; 
}

.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;
}

/* Styles the popups */
.modal-body {
    font-size: 22px;
    text-align: center;
}

/* Styles the bottom half of the popup */
.modal-footer {
    text-align: center;
}

#checkout-service-form .row,
#checkout-tender-form .row,
.complete-content  {
    width: 80%;
    margin-left:12%;
}

#checkout-tender-form .row,
.complete-content  {
    min-height: 300px;
}

.modal-header .close {
    margin-top: -10px;
}


/* tablet landscape */
@media (max-width: 1024px) {

    .brand-logo {
        height: 90px;
    }

.navbar-fixed-top {
 height: 130px;
}

    .page-header {
        font-size: 14pt;
    }

#header {
    margin-top: 130px;
}

    .navbar-header {
    font-size: 12pt;
}

    .navbar-text {
        margin-top: 12px;
    }

    .button-many-selected {
    left:55px;
    height: 65px;
    width: 65px;
}


    #clip-controlbuttons .row {
        margin-left: 0;
        margin-right: 0;
    }

    .control-button-left {
        padding-left: 0;
    }

    .control-button-right {
        padding-right: 0;
    }

    .ibutton,
    .ibutton:active {
        margin-top: -15px;
        margin-left: -10px;
        position:absolute;
    }

}


/* tablet portrait*/
@media (max-width: 992px) {

    .iorderfast-content {
        margin-left: 5px;
    }
    
    .ibutton,
    .ibutton:active {
        margin-left:-15px;
    }

    .col-centered {
    width: 195px;
}

        .button-many-selected {
    left:35px;
    }
        .navbar-header {
    position: relative;
    margin-top: -75px;
    padding-left: 190px;
    width: 100%;
    font-size: 14pt;
}
}

/* phones */
@media(max-width: 767px) {

    .overlaycontainer {
        display:inline;
    }

    .overlaycontainer .overlay {
        height: 40px;
        width: 40px;
        left: 60px;
        top: -15px;
    }

    .buttons {
        background-color: #FFF5E0; 
    }

    #over21 {
        width: 150px;
        height: 40px;
        font-size: 16px;
        padding: 0;
        margin-bottom: 10px;
    }

     #under21 {
        width: 150px;
        height: 40px;
        font-size: 16px;
        padding: 0;
        margin-bottom: 10px;
    }

     #messageText {
        font-size: 16px;
    }

    .menu-description {
    background-color: transparent;
    float: none;
    margin-left: 0;
    height: 50px;
    background-image: url("../Images/edo_disclaimer_lg.png");
    background-repeat: no-repeat;
}

    .brand-logo {
        visibility: hidden;
    }

    .navbar-header {
    position: relative;
    margin-top: -40px;
    padding-left: 0px;
    width: 100%;
    font-size: 14pt;
}
   .description-text {
    visibility:hidden;
}
 
  
    .menu-header-bg {
        margin-top: -70px;
    }

    .iorderfast-content {
        padding: 0 3px 0 0;
        margin-top:-50px;
    }

    .thumbnail {
        border-bottom: solid 2px #98c540;
    }

    .menubuttonv3 .thumbnail,
    .thumbnail {
        display: table;
        width: 100%;
        box-shadow: 0 0 0;
        margin-bottom: 5px;
        border-radius : 0;
        min-height: 47px;
        margin: 0;
        padding: 0;
        max-width: 100%;
        height: 50px;
        position:relative;
    }

    .menubuttonv3 .image-cropped, 
    .image-cropped {
        position:absolute;
        width: 70px;
        border-radius : 0 0 0 0;
        background-position: center center;
        height: 50px;
        top:0;
    }


    .menubuttonv3 .caption,
    .caption {
        top:0;
        bottom:0;
        border-left: 70px solid transparent;
        border-radius: 0 0 0 0;
        background-color: rgba(0, 0, 0, 0.00);
    }

    .button-text {
        display:table-cell;
        position:relative;
        font-size: 16px;
        min-height:47px;
        vertical-align:middle;
        text-align: left;
        line-height: 16px;
        padding-left: 15px;
    }

    .menubutton .caption,
    .selectone .caption,
    .selectmanyof .caption {
        background: none;
    }

    .menubuttonv2 .caption,
    .selectonev2 .caption,
    .selectne .caption {
        border-left: 0;
    }

    .col-centered {
        padding-left: 10px;
        width: 325px;
    }

    .Select-Many-of-NE-Check-buttons .col-centered {
        padding-left: 10px;
        width: 325px;
    }

    .Select-1-of-Mod-Upsell-buttons .col-centered {
        padding-left: 10px;
        width: 325px;
    }


    /* Price Text next to item */
    .button-price {
        font-size : 12px;
        margin-top:-5px;
       right: 10px;
        color: #333;
        border: none;
        visibility:visible;
    }

    .selectmanyof #check {
        line-height: 47px;
    }

    .button-many-selected {
        font-size: 24pt;
        top: 10px;
        left: 17px;
        height: 35px;
        width: 35px;
        margin-top: -5px;
    }

    .Select-Many-of-N-buttons .button-down-state #check, .button-many-selected {
        top: 7px;
        left: 17px;
        height: 35px;
        width: 35px;
    }

    .Select-Many-of-NE-Check-buttons .button-down-state #check, .button-many-selected {
        top: 7px;
        left: 17px;
        height: 35px;
        width: 35px;
    }

    .Select-Many-of-NE-Check-Sauce-buttons .button-down-state #check, .button-many-selected {
        top: 7px;
        left: 17px;
        height: 35px;
        width: 35px;
    }

    .Select-1-of-Mod-Upsell-buttons .button-down-state #check, .button-many-selected {
        top: 10px;
        left: 17px;
        height: 35px;
        width: 35px;
    }

    .selectonequantity .image-cropped {
        overflow: visible;
        background-position-x: 0;
    }

    .selectonequantity .sub-buttons {
        display:block;
        position:relative;
        margin-right:0px;
        margin-left: 100px;
        z-index: 99;
        margin-top: 5px;
        width: 150px;
        text-align: center;
    }

    .selectonequantity-minus,
    .selectonequantity-plus {
        opacity: 1.0;
    }

    .row {
        margin-bottom: auto;
    }

    .popover {
        z-index: 1031;
    }

    .item-description-text {
        font-size: 10pt;
        margin-bottom: 5px;
    }

    .sub-button {
    margin-top: 5px;
}

    .ibutton-nutrition-button {
        height: 26px;
        font-size: 8pt;
    }

    .ibutton,
    .ibutton:active {
        right: 15px;
        height: 25px;
        width: 25px;
        top:35px;
    }
    
    /* nutrition popup */
    .nutrition {
        width: 320px;
        height: 70px;
        padding: 0 0 0 0;
    }

    .nutrition-info {
        font-size: 10pt;
    }

    .nutrition-grams {
        margin-top : 5px;
        line-height: 25px;
    }

    /* anything else */
    .Anything-Else-buttons .menubutton .thumbnail,
    .Anything-Else-buttons .menubutton .image-cropped,
    .Anything-Else-buttons .menubutton #bimage {
        height: 47px;
        box-shadow: none;
    }

    .Anything-Else-buttons .menubutton .caption {
        position:relative;
        margin-left: 0;
        border: 0 solid;
        left:0;
        width:100%;
    }

    .Yes-No-buttons {
    padding-top:0;
}

    .Yes-No-buttons .thumbnail{
    width: 100%;
    max-width: 350px;
}

    .Yes-No-buttons .button-text {
    text-align: center;
}

    .Yes-No-buttons .caption{
    display: table;
    top: 0;
    position: absolute;
    width: 0;
    height: 50px;
    background-color: transparent;
}

    .menu-3 {
    background-color: #fff;
    border: none;
    border-radius: 10px 10px 10px 10px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

    /* page header*/
    .page-header {
        font-size: 22px;
        text-align: left;
        padding-left: 10px;
    }

    .menu-header-text {
        width: 150px;
    }
   

    /* receipt */
    #clip-receipt {
        width: 75px;
    }

    #txtTotalLabel {
        font-size:8pt;
    }

    #txtTotal {
        font-size: 12pt;
    }

    

    /* Styles the the nav bar */
    .navbar-fixed-top {
        height: 100px;
        margin-top:-40px;
    }

    .navbar-default .navbar-toggle {
        border-color: #333;
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover { 
    background-color: #fff;
}
    .navbar-default .navbar-toggle:focus{
        background-color: #fff;
    }

    .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: #98c540;
    }

    .navbar-text {
        margin-left:15px;
        font-size: 18px;
    }

    #controlbuttons .row,
    #futureorder-controlbuttons .row,
    #previousorders-controlbuttons .row,
    #payment-controlbuttons .row,
    #complete-controlbuttons .row {
        margin-left: 3px;
        padding-right: 3px;
    }

    .control-button {
        font-size : 9pt; 
        box-shadow: none;
    }

    .control-button:hover,
    .control-button:focus,
    .control-button:active{
        font-size : 9pt; 
    }

    .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: 0;
    }

    .control-button-continue {
        float: right;
        margin-right: 0;
    }
    
    .control-button-orderreview {
        float: right;
        margin-right: 0;
    }

    .control-button-submit {
        float: right;
        margin-right: 0;
    }

    #orderreview {
        margin-left: 0;
        min-height : 40px;
        width: 100%;
        padding-left:5px;
        padding-right: 5px;
    }

    .order-review-amount {
        font-size: 12pt;
        min-width:60px;
        height:100%;
        vertical-align: middle;
    }

    .order-review-quantity {
        min-width : 85px;
    } 
       
    .order-review-quantity-text {
        font-size : 16px;
        font-weight: bold;
        width: 10px;
        text-align: center;
        padding-right: 10px;
    }

    .order-review-amount-text {
        font-size : 16px;
        font-weight: bold;
    }

    .order-review-quantity-button {
        font-size: 16px;
    }

    .order-review-text {
        font-size: 10pt;
    }

    .order-review-modtext {
        font-size : 9pt;
    }

    #checkout-service-form .row,
    #checkout-tender-form .row,
    .complete-content  {
        width: 100%;
        margin-left:0;
    }

    /* complete */
    .order-complete{
        margin-top: 15px;
    }
    
    .order-receipt {
    color:  #fff;
    text-align: right;
    margin-left: auto;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom:5px;
    max-width:150px;    
    min-height:0;
    visibility:hidden;
    font-weight: bold;
    background-color: #98c540;
    border-radius: 10px 10px 10px 10px;
    font-size: 11px;
}
}

/* iphone landscape*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 

    .caption {
        width:88%;
    }
}