.spacer {display:block; clear:both; height:10px;}
.min-spacer {display:block; clear:both; height:5px;}
.img-responsive {margin: 0 auto;}
.no-margin {margin:0;}
.pointer {cursor:pointer;}


.panel-kiosk {background-position:center center; background-size:cover; box-shadow:0 0 5px #444, inset 0 0 5px #888; /*min-height:150px; max-height:150px;*/}
.panel-kiosk .panel-title {font-weight:bold; text-align:center; text-shadow:0 0 8px #000;}
.panel-kiosk .panel-heading {background-color:rgba(0,0,0,.8); box-shadow: inset 0 3px 3px #333}
.panel-kiosk .panel-footer {background-color:rgba(0,0,0,.5); color: #eee; text-shadow: 0 0 5px #000;}
.panel-kiosk .panel-body {min-height:100px;}

.datetimepicker-hours thead tr th,
.datetimepicker-hours thead tr th.prev,
.datetimepicker-hours thead tr th.next,
.datetimepicker-hours thead tr th.switch {display:none !important; visibility:hidden !important; height:1px; max-height:1px;}

.datetimepicker-minutes table, 
.datetimepicker-hours table {width:99% !important;}

/* nutritional info on  the checkout page */
.dl-sm > dt {width:70px;}
.dl-sm > dd {margin-left:90px;}

/* panel titles on checkout */
.panel-brighter {color:#eee; font-weight:bold;}

/* Credit Card Form */

/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.6);
}
.credit-card-box label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box .payment-errors {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
.credit-card-box label {
    display: block;
}
/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}
.credit-card-box .display-tr {
    display: table-row;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

/* notify plugin FF fix */
[data-notify="container"] {
  animation-iteration-count: 1;
}
/* progress bars for noltify */
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}


/* gallery plugin */
.selected-pic .well {border: 1px solid #2A9FD6; box-shadow: 0px 1px 1px rgba(42, 159, 214, 0.5) inset;}
@media screen and (max-width: 480px){
	.row[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	.row[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 769px) {
	.row[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}
@media screen and (min-width: 1300px){
  .row[data-columns]::before {
    content: '4 .column.size-1of4';
  }
}

img.table-img {max-height:100px; width:auto; margin:0 auto;}
img.gallery-img {max-height:140px; width:auto; margin:0 auto;}


.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 13px 16px;
  font-size: 24px;
  line-height: .7;
  border-radius: 35px;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}