﻿/* Styles for the online ordering pages */

.aio-content {
	font-size: 15px;
}

.aio-content ul {
	list-style-type: disc;
	list-style-position: inside;
}
.aio-content ul li {
	list-style-type: square;
	list-style-position: initial;
	margin-left: 20px;
}

.ordering-heading {
	margin-top: 15px;
	color: #741E11;
	font-size: 20px;
}
.ordering-heading.short {
	margin-bottom: 8px;
}

table.options-selection {
	border: 1px #741E11 solid;
	border-collapse: separate;
	background-color: white;
}
table.options-selection td {
	border: 1px #741E11 solid;
	padding: 2px 4px;
}

/* Tables for selecting AIO Selections */
table.old-orders-selection,
table.aio-items-selection {
	border: 2px #741E11 solid;
	border-collapse: collapse;
	background-color: white;
	margin-top: 15px;
}
table.aio-items-selection {
  width: 95%;
}
table.old-orders-selection th,
table.aio-items-selection th {
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  padding: 2px 4px;
  background-color: floralWhite;
}
table.old-orders-selection th.right,
table.aio-items-selection th.right {
  text-align: right;
}

table.old-orders-selection td,
table.aio-items-selection td {
	border: 2px #741E11 solid;
	padding: 2px 6px;
}
table.aio-items-selection td {
	border-left: 0;
  border-right: 0;
}
table.old-orders-selection td .order-biz-name {
	font-size: 15px;
	font-weight: bold;
}
table.old-orders-selection td .order-day {
	font-size: 16px;
}
table.old-orders-selection .aio-old-order-select-button,
table.aio-items-selection .aio-items-select-button {
	display: inline-block;
	padding: 4px 6px 4px 4px;
	background-color: #FFF2E3;
	color: black;
	font-weight: bold;
	border: 1px gray solid;
	border-radius: 5px;
	cursor: pointer;
}
table.old-orders-selection .aio-old-order-select-button:hover,
table.aio-items-selection .aio-items-select-button:hover {
	color: maroon;
	background-color: bisque;
}
table.aio-items-selection .aio-items-select-button.submit-button-right {
	float: right;
}

/* Specific styles for the aio-items-selection table */
table.aio-items-selection td.info {
  text-align: left;
  font-size: 15px;
}
table.aio-items-selection td.price {
  text-align: right;
  width: 80px;
  font-weight: bold;
}
table.aio-items-selection td.included {
  text-align: right;
  width: 80px;
  font-style: italic;
}
table.aio-items-selection td.select-button {
  text-align: center;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 90px;
}

/* Shopping Cart Display */
table.shopping-cart {
	margin-top: 15px;
	border: 2px #741E11 solid;
	border-collapse: collapse;
	background-color: white;
	font-size: 16px;
}
table.shopping-cart th {
	padding: 2px 6px;
	font-size: larger;
	font-weight: bold;
	background-image: url('../img/icons/cart.png');
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 24px;
}
table.shopping-cart th.cart-ready {
	background-image: url(../admin/img/icon-check.png);
}
table.shopping-cart th.cart-pending {
	background-image: url(../admin/img/icons/exclamation.png);
}
table.shopping-cart th.cart-calc {
	background-image: url(../admin/img/icons/calculator.png);
}
table.shopping-cart th.cart-ready.on-row,
table.shopping-cart th.cart-pending.on-row,
table.shopping-cart th.cart-calc.on-row {
	font-size: smaller;
	border-top: 1px #741E11 solid;
}

table.shopping-cart tr.grayed, 
table.shopping-cart td.grayed {
	background-color: #ddd;
}
table.shopping-cart tr.little-headings {
	font-size: 12px;
	font-style: italic;
}
table.shopping-cart tr.subhead {
	font-size: 12px;
	font-style: italic;
	background-color: #e8e8e8;
}
table.shopping-cart td {
	border: 1px #741E11 solid;
	padding: 2px 6px;
}
table.shopping-cart td.item-name {
	min-width: 280px;
}

table.shopping-cart td.price, 
table.shopping-cart td.numeric {
	text-align: right;
}
table.shopping-cart td.icon {
	vertical-align: middle;
	padding-top: 6px;
	cursor: pointer;
}
table.shopping-cart td.cart-button {
  text-align: center;
}
table.shopping-cart td.cart-button a {
  font-size: 14px;
  color: blue;
	cursor: pointer;
}
table.shopping-cart td.cart-button a:hover {
  color: #741e11;
}
table.shopping-cart td.icon:hover,
table.shopping-cart td.cart-button:hover {
	background-color: #dff4ff;
  color: #741e11;
}
table.shopping-cart td.line-item-change-name {
	width: 340px;
}
table.shopping-cart td.line-item-change-name .line-item-change-description {
	font-size: smaller; font-style: italic;
}

table.shopping-cart td.line-item-action {
  font-size: 15px;
  width: 140px;
  padding: 6px;
  padding-right: 0;
	text-align: center;
}
table.shopping-cart td.line-item-action-wide {
	width: 200px;
	text-align: center;
}
/* Make sure the cell has sufficient top and bottom space when it contains a button */
table.shopping-cart td.line-item-action, table.shopping-cart td.line-item-action-wide {
	padding-top: 4px;
	padding-bottom: 4px;
}

table.shopping-cart .instructions-container {
	width: 50%;
}
table.shopping-cart .instructions-heading {
	font-weight: bold;
	text-decoration: underline;
}
table.shopping-cart .instructions-content {

}
table.shopping-cart .item-type, 
table.shopping-cart .includes-rolls {
	font-size: smaller;
	font-style: italic;
}
table.shopping-cart td.select-button {
  text-align: center;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 90px;
}
table.shopping-cart td.total-row {
	font-weight: bold;
	background-color: #dfd; /* pale green */
	font-size: 17px; /* bump up the total by 1px */
}

table.shopping-cart .cart-select-button { float: right;
	display: inline-block;
/*	padding: 4px 6px 4px 4px;*/
	padding: 4px 6px 4px 24px;
	margin: 2px 3px;
	background-color: #FFF2E3;
	background-image: url(../admin/img/icon-check.png); background-repeat: no-repeat;
	background-position: 6px center;
	color: black;
	font-weight: bold;
	border: 1px gray solid;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 1px 1px 1px gray;
}
table.shopping-cart .cart-select-button:hover {
	color: maroon;
	background-color: bisque;
	box-shadow: 1px 1px 1px white;
	margin: 3px 2px 1px 4px;
}
table.shopping-cart .cart-select-button.add-item {
	float: left;
	background-image: url(../admin/img/icon-add.png); background-repeat: no-repeat;
}

table.shopping-cart .cart-change-button {
	display: inline-block;
	padding: 3px 5px 3px 5px;
	margin: 2px 3px;
	background-color: #FFF2E3;
	color: black;
	font-weight: bold;
	border: 1px gray solid;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 1px 1px 1px gray;
}
table.shopping-cart .cart-change-button:hover {
	color: maroon;
	background-color: bisque;
	box-shadow: 1px 1px 1px white;
	margin: 3px 2px 1px 4px;
}
table.shopping-cart td.submit-button-cell {
	padding: 6px 10px;
}

/* Spinner control for shopping cart tables */
table.spinner-control {
	font-family: Verdana,Arial,sans-serif;
	font-size: 18px;
}
table.spinner-control td {
	border: 0;
	padding: 0;
	margin: 0;
}

table.spinner-control input.quantity, table.spinner-control .control {
	height: 22px;
	padding: 2px 1px;
	border: 2px solid #741E11;
	background-color: white;
	text-align: center;
	vertical-align: middle;
}
table.spinner-control input.quantity {
	width: 60px;
	background-color: #ffd;
}
table.spinner-control input.quantity:focus {
	background-color: #ff6;
}
table.spinner-control .control {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	height: 22px;
	width: 22px;
}
/*table.spinner-control .control:hover {
	background-color: #dff4ff;
}*/
table.spinner-control .control.down {
	border-right: 0;
	background-image: url(../img/icons/minus-black.png);
}
table.spinner-control .control.up {
	border-left: 0;
	background-image: url(../img/icons/plus-black.png);
}
table.spinner-control .control.zero {
	border-left: 0;
	background-image: url(../img/icons/shiny-red-x.png);
	background-color: #eee;
}
table.spinner-control .control:hover {
	background-color: #dff4ff;
}

/* "Naked" table */
table.naked {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.naked td {
	border: 0;
}

/* Buttons */
.ordering-buttons-group {
	margin-top: 15px;
}
.ordering-buttons-row {
}
.ordering-buttons-group a {
	margin-bottom: 5px;
}


/* Order Sumnmary Tables */
table.order-summary {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.order-summary td {
	padding: 2px 4px;
/*	border: 1px dashed maroon;*/
}
table.order-summary td.label {
	color: #741E11;
	font-size: 130%;
}
table.order-summary td.units {
	text-align: right;
	font-weight: normal;
	font-style: italic;
}
table.order-summary td.info {
	text-align: right;
	font-weight: bold;
	font-size: larger;
}

td.aio-total-billed {
	font-size: 18px;
	font-weight: bold;
}

p.aio-message {
	margin-left: 5px;
	font-size: 93%;
	font-style: italic;
}

div.aio-credit-card-display { }
div.aio-credit-card-display img {
	margin-right: 5px;
	margin-top: 5px;
	height: 40px;
}

.inside-label {
	display: inline-block;
}
.inside-label label {
	display: block;
	white-space: nowrap; 
	color: black;
	font-size: 85%;
	font-style: italic;
}

/* Radio Buttons */
table.options-selection td div.aio-radio-button {
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	margin: 2px 8px 2px 2px;
}
table.options-selection td div.aio-radio-button input[type=radio] {
	vertical-align: text-top;
}
/* Check Boxes */
table.options-selection td div.aio-check-box {
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	margin: 2px 8px 2px 2px;
}
table.options-selection td div.aio-check-box input[type=checkbox] {
	vertical-align: text-top;
}
/* Text Areas */
textarea.aio-instructions {
	width: 540px;
	height: 150px;
}
textarea.add-aio-instructions {
	width: 95%;
	height: 150px;
	margin: 1px;
	padding: 5px;
	border: 1px #741e11 solid;
}
table.aio-items-selection td.add-aio-instructions {
	padding: 0;
	margin: 0;
}

table.aio-entree-table {
	border-collapse: collapse;
	width: 99%;
}
table.aio-entree-table td.aio-entree-name {
	font-weight: bold;
}
table.aio-entree-table td.aio-entree-name:hover {
	color: #dd0000;
	cursor: pointer;
}
table.aio-entree-table tr.aio-entree-description {
	display: none; /* jQuery sets to row-table as needed */
}
table.aio-entree-table tr.aio-entree-description td div.aio-entree-details {
	margin: 3px 0 3px 10px;
	padding: 2px 20px 2px 14px;
	background-color: #F4E4A6;
	border-radius: 15px;
}
table.aio-entree-table tr.aio-entree-description .aio-entree-price {
	text-align: right;
}
table.aio-entree-table .aio-entree-select-button {
	display: inline-block;
	margin-left: 10px;
	padding: 4px 6px 4px 4px;
	background-color: #FFF2E3;
	color: black;
	font-weight: bold;
	border: 1px gray solid;
	border-radius: 5px;
	cursor: pointer;
}
table.aio-entree-table .aio-entree-select-button:hover {
	color: maroon;
	background-color: bisque;
}
table.aio-entree-table .aio-priceline {
	text-align: right;
}

/* Errors display for AIO ordering */
.aio-errors-display {
	color: maroon;
	background-color: #ff9;
	border: 1px maroon dashed;
/*	border-bottom: 1px maroon dashed;
	padding-bottom: 8px;*/
	padding: 4px 6px 8px 6px;
	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 108%;
}
.aio-errors-display p.aio-errors-notice {
	font-size: 116%;
	font-weight: bold;
	margin: 0;
	padding: 2px;
}
.aio-errors-display ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}

/* Standalone button */

form#options-selection input[type=submit] {
	border: 2px solid #741E11;
	border-radius: 5px;
	padding: 3px 5px;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: black;
	background-color: white;
	cursor: pointer;
}
form#options-selection {
	margin-left: 5px;
}

.test-text {
	font-style: italic;
	font-size: 77%;
}
.test-text.right {
	text-align: right;
}

/* Generic Styles for AIO */
.boilerplate-message {
	font-size: 15px;
	font-style: italic;
	border: 2px solid maroon;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
	padding: 5px;
}

/* Overrides for UI Datepicker */
.ui-datepicker {
	font-size: 1.5em; /* Make the calendar bigger by sizing up the font. */
}


