/****************************
 * General layout adjustments
 ****************************/
body,html{
  height:auto;
  background-color: #f5f5f5;
}
.left-drawer, .right-drawer{
  display:none;
  position:fixed;
  width:266px;
  height:100%;
  top:0;
  bottom:0;
  overflow:auto;
}
.left-drawer > ul{
  margin-bottom:-100px;
  padding-bottom:120px;
  min-height:100%;
  height:100%;
  height:auto !important;
}
.right-drawer{
  right:0;
}
.img-responsive{
  width:100%;
}
.snapjs-right .right-drawer,
.snapjs-left .left-drawer {
  display: inherit;
}

.snapjs-right, 
.snapjs-left{
  overflow:hidden;
  overflow-y:hidden;
}
#content{
  position:absolute;
  height:100%;
  left:0;
  right:0;
}
#readmore{
  overflow:hidden;
  max-height:10em;
}
#wrap {
  background: #FFF;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#content .container{
  overflow:auto;
}
footer{
  height:60px;
  width:100%;
  background:#f5f5f5;
}
@media (min-width: 768px){
  .cart>.table>tbody>tr:first-child>td{
    background-color:#FFF;
  }
  .cart{
    margin-left:15px;
  }
  #wrap{
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 80px;
  }
  .app_badge{
    float: left;
  }
  .apple-app-badge{
    margin-left: 2%;
  }
}


/****************************
 * Google Map Fixes 
 ****************************/
.locator img{ 
  max-width: none; 
}
.locator{
  width: 100%;
  height: 400px;
}

div.locator,div.locator div{ overflow:visible;}

a{
  color:#960000;
}
a:hover{
  color:#F00000;
  text-decoration: none;
}
.btn-default,
.btn-default:active{
  background-color:#960000;
  color:#FFF;
}
.btn-default:hover,
.btn-default:focus{
  background-color:#F00000;
  color:#FFF; 
}
.btn-default.disabled, 
.btn-default[disabled],
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover{
  background-color:#000000;
}
.cart>.panel-footer>button{
  border-radius:0;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border:0;
  padding-left:15px;
  padding-right:15px;
}
.cart>.panel-footer{
  padding:0;
  margin:-1px;
  line-height:30px;
}
#wrap > div.container.ng-scope > div.col-md-3.col-sm-4.col-xs-12.ng-scope{
  margin-bottom:25px;
}
.cart>.table>tbody>tr>td,
.cart>.panel-body+.table{
  border-top:0;
}
.cart>.table>tbody>tr>td:first-child,
.cart>.table>tfoot>tr>td:first-child{
  padding-left:15px;
}
.cart>.table>tbody>tr>td:last-child,
.cart>.table>tfoot>tr>td:last-child{
  padding-right:15px;
}
.cart>.table>tbody>tr:last-child>td{
  padding-bottom:15px;
}
.cart>.table tbody+tbody{
  border-top:2px solid #eee;
}
.cart>.table tfoot>tr>td{
  border-top:0;
}
.cart>.table tfoot>tr:first-child>td,
.cart>.table tfoot>tr:last-child>td{
  border-top:1px solid #ddd;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
  color:#FFF;
  background-color:#960000;
}
.has-error.panel-default{
  border-color:#b94a48;
}
.has-error>.panel-heading>p{
  color:#b94a48;
}
.left-drawer{
  padding:5px;
}
.list-group-item{
  border:none;
}
.navbar{
  border-top-style:solid;
  border-top-color:#D80000;
  border-top-width:10px;
  -moz-border-radius: 0;
  border-radius: 0;
  border-left:0;
  border-right:0;
  border-bottom: 1px solid #e7e7e7;
  background-color:#FFF;
}

.navbar-nav>li>.dropdown-menu>li>form{
  padding:10px;
}

.navbar .nav>li>a{
  border-bottom:0;
}
.navbar .nav>li>a.active{
  border-bottom:1px solid #960000;
  margin-bottom:-1px;
}
.navbar .nav>li>a:hover{
  background-color:#eee;
  border-left:0;
}
nav .navbar-btn{
  background-color:#FFF;
}
nav{
  padding-left:10px;
  padding-right:10px;
}
nav .navbar-btn:hover{
  background-color:#ebebeb;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color:#F00000;
}

.navbar-default .navbar-brand{
  font-size:30px;
  font-weight:200;
  color:#222;
}
.navbar-default .navbar-nav>li>a{
  color:#000;
}
.nav-pills>li>a{
  -moz-border-radius: 0;
  border-radius: 0;
  border-left:1px solid #960000;
  background-color:inherit;
  color:#555;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover, 
.nav-pills>li.active>a:focus,
.nav-pills>li>a:hover, 
.nav-pills>li>a:focus{
  border-left:2px solid #960000;
  margin-left:-1px;
  color:#F00000;
  background-color:#eee;
}

.panel.tab-content{
  border-top:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
}

.right-drawer>.cart>.btn-block{
  position:fixed;
  bottom:0;
  right:0;
  width:266px;
  padding-left:10px;
  padding-right:10px;
  border-radius:0;
}

.table>tbody>tr>td>.radio{
  margin:0;
}


/*****************************
 * Footer themeing
 *****************************/
footer{
  background:#333;
  color:#777;
  line-height: 60px;
  padding-left:25px;
  padding-right:25px;
}
footer a{
  color:#4581B5;
}
footer a:hover{
  color:#2a6496;
}

a.social{
  font-size: 30px;
}

span.social{
  margin-left:10px;
  margin-right:10px;
}
/*****************************
 * Space between app icons
 *****************************/
.app-icon-spacer{
  padding-left: 5%;
  padding-bottom: 2%;
}
.apple-app-badge{
  margin-right: 2%;
}

/** Mobile only **/
@media (max-width:767px) {
  .navbar-btn{
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-default .navbar-brand{
    font-size: 24px;
  }

  .navbar{
    /*min-height: 30px;
    max-height: 35px;*/
  }

  img.app_badge{
    margin-bottom: 25px;
  }

  button.mobile_nav:hover{
    background-color: transparent;
  }
  button.mobile_nav:focus{
    outline: none;
  }
  .bottomspace{
    margin-bottom: 30px;
  }
  .bottomborder{
    border-bottom: 30px solid white;
  }
  .bottompad{
    margin-bottom: 75px;
  }
  .cart>.table>tbody>tr:first-child>td{
    background-color:inherit;
  }
  .container{
    padding-left:0;
    padding-right:0;
  }
  #content{
    border-left:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
  }
  .navbar-default .navbar-brand{
    white-space:nowrap;
    position:absolute;
    left:75px;
    right:75px;
    width:auto;
    overflow:hidden;
    text-align:center;
  }
  .navbar{
    margin-bottom:0;
  }
  .store-hours-text, .store-hours-select{
   
  }
  .store-details{
    /*padding-left:0%;*/
    text-align:left;
  }
  .store-info{
    /*padding-left:20%;*/
    text-align: left;
  }
  .h3-pad{
    padding-left:20px;
  }
  .form-control.store-hours-select{
    margin-bottom: 25px;
  }
}
h3.about{
  display:inline-block;
}
div.about a.social{
  /*color: #458185;*/
}
a.btn.btn-default.btn-lg.order_now{
  width:185px;
  margin-top:10px;
}
a.btn.btn-default.btn-sm.btn-chng{
  margin-right: 10px;
}
a i.fa.fa-facebook-square{
  color: #3971B6;
}
a i.fa.fa-twitter-square{
  color: #A0D6E2;
}
a i.fa.fa-google-plus-square{
  color: #CE443E;
}
h3.about{
  margin-right: 10px;
}
a.social.nav{
  padding-top: 0px;
  padding-bottom: 0px;
}
div address {
  margin-bottom: 0px;
}
h5.store_hours{
  font-weight: bold;
}
p.storephone{
  font-size: 18px;
}

/*tip modal popup styling*/

.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position:fixed;
  z-index:9999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000000;
  opacity: 0.8;
}
.ng-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index:10000;
  position: fixed;
  width: 35%; /* Default */

  /* Center the dialog */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);

  background-color: #fff;
  box-shadow: 4px 4px 80px #000;
}
.ng-modal-dialog-content {
  padding:10px;
  text-align: left;
}
.ng-modal-close {
  position: fixed;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
}
#tipdialog, #tipdialogselect{
  width: 25%;
  min-width: 100px;
}
#tipdialogbutton{
  margin-right:15px;
  float:right;
  margin-bottom: 15px;
}
.moneysign{

}
/* coupon code box */
.input-group.coupon-form {
  width: 110%;
}
#tipselect{
  margin-bottom:15px;
}
/* futur ordering buttons */
.btn-asap, .btn-future{
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-asap.active, .btn-future.active{
  background-color: #960000;
  color: white;
}
.btn-asap:hover, .btn-future:hover{
  background-color: #F00000;
  color: white;
}
#hour, #minute, #period{
  width: auto;
  display: inline-block;
}
#credit.tab-pane.panel-body.credit-form {
  background-color: #ebebeb;
  border-radius: 4px;
}
#cc-icons{
  height: 30px;
  margin: 15px 10px -10px 0px;
  border-radius: 5px;
}
/*******store hours*********/
.store-hours-select{
  max-width: 250px;
  min-width: 225px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.store-hours-text{
  margin-top: 10px;
  margin-bottom: 10px;
}
/*** four square and trip advisor icons not part of fontawesome ***/
.img-icon{
  height: 27px;
  margin-bottom: 6px;
}
div button.btn.btn-default.btn-block.cart-btn{
  margin-top: 0px;
}
.total-cell{
  height:45px;
}
tr.total-cell td.total-txt{
  padding-top:10px;
}
p.store-info{
  margin-bottom: 0px;
}
p.storephone{
  margin-bottom: 10px;
}
.apple-app-badge{
  margin-left:5%;
}
@media (min-width:768px) and (max-width:991px){
  address > a.btn.btn-default.btn-sm.btn-dir{
    margin-left: 0px;
  }
  a.btn.btn-default.btn-sm.btn-chng{
    margin-right: 4px;
  }
  img.app_badge{
    float:left;
    width: 102px;
    height: auto;
  }
  .apple-app-badge{
    margin-left:0%;
  }
}
@media (min-width:300px) and (max-width:767px){
  img.app_badge{
    /*margin-left: 30%;*/
  }
  .apple-app-badge{
    margin-top: 10px;
    margin-left:0%;
  }
}
/* prevent scrolling on main page when cart slider is open*/
.snapjs-right{
  overflow:hidden;
}
.mobile-nav.button-cart{
  height: 28px;
  width: 30px;
}
.add-more{
  width:226px;
  color:#960000;
}
.btn-add-more{
  margin-bottom: 20px;
  height: 65px;
  width:100%;
  text-align:center;
}
.btn-padding{
  width:45px;
}
.red {
  color: #D80000;
}
.top-pad{
  margin-top:10px;
}
.balance-pad{
  padding-top:10px;
}