body {
  //background: rgba(0, 0, 0, 0) url("/images/pizza-bg-01.jpg") repeat scroll 0 0;
}

.maincontent {
  background-color: rgba(255, 255, 255, 0.9);
}

/**
	Mobile view
*/
@media (max-width: 1620px) {
	.navbar {
		height: 80px;
	}
	.navbar li {
		/*		background-color: #FAFAFA;*/
		background-color: #2E6DA3;
		border-top: 1px solid #74A9D8;
		border-bottom: 1px solid #74A9D8;
	}
	.navbar li a {
		color: #FFFFFF !important;
	}
	.maincontent {
		margin-top: 100px;
	}
	.navlogo {
		height: 50px;
	}
	.navtitle {
		width: 100%;
	}
	.tipbtns-mobile {
		display: block;
	}
	.tipbtns-desktop {
		display: none;
	}
	#alerts {
		position: absolute;
		top: 30px;
		width: 100%;
		z-index: 1000;
	}
}
/**
	Desktop view
*/
@media (min-width: 768px) {
	.navbar {
		height: 130px;
	}
	.highlight-menu-item {
		background-color: #CC0000;
	}
	.highlight-menu-item a {
		color: #FFFFFF !important;
		font-weight: bold;
	}
	.maincontent {
		margin-top: 150px;
		width: 750px;
	}
	.navlogo {
		height: 100px;
	}
	.navtitle {
		width: 100%;
		max-width: 920px;
	}
	.tipbtns-mobile {
		display: none;
	}
	.tipbtns-desktop {
		display: block;
	}
	#alerts {
		position: absolute;
		top: 80px;
		width: 100%;
		z-index: 1000;
	}
}
/**
	Bootstrap navbar overrides
*/
.navbar-default {
	background-image: none;
	background-color: #000;
	border-color: #000;
	/*	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);*/
	box-shadow: none;
}
.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #CC0000;
}
/**
	Reset navbar breakpoint
*/
@media (max-width: 1620px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}

/**
	Misc
*/
#deliveryModal .modal-dialog {
/*	width: 40%;*/
}
.footer {
	margin-top: 50px;
	text-align: center;
}
.page-title {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-style: italic;
	/*	border-bottom: 2px solid gray;*/
	color: white;
	background-color: #2E6DA3;
	margin: 0 0 10px 0;
	padding: 3px;
}
.section-title {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	padding-bottom: 10px;
}
.footer-slogan p {
	text-align: center;
	font-family: 'Permanent Marker', cursive;
	color: #FFFFFF;
	font-size: 20pt;
	background: rgba(0, 0, 0, 0) url("/images/pizza-bg-01.jpg") repeat scroll 0 0;
	text-shadow: 3px 4px 0px black;
}
.rounded-corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
.order_header {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-style: italic;
	border-bottom: 2px solid gray;
	margin: 10px 0 10px 0;
}
span.qty {
	font-weight: bold;
	margin: 0 20px 0 20px;
	font-size: 20pt;
	vertical-align: middle;
}
span.qty-small {
	font-weight: bold;
	margin: 0 3px 0 3px;
	font-size: 14pt;
	vertical-align: middle;
}
span.total {
	font-weight: bold;
	font-size: 20pt;
	vertical-align: middle;
}
/* CREDIT CARD STUFF */
.cc-invalid,
.securitycode-invalid,
.postalcode-invalid {
	border: 1px solid red;
}
/*.ccwidth {
	width:50px;
	display:inline;
}*/
.custom-error-message {
	border:1px solid red;
	margin-top:5px;
	padding:5px;
	font-size:80%;
	height:50px;
}
.custom-error-message-hidden {
	display:none;
}

/*
	Time lapse highlights
*/
.time-cool td {
	color: black;
}
.time-warm td {
	background-color: yellow;
	color: black;
}
.time-warmer td {
	background-color: orange;
	color: black;
}
.time-hot td {
	background-color: red;
	color: white;
}

.myalert {
	margin-top: 51px;
	position: relative;
	display: none;
}

.toppings-list {
	font-size: 10px;
	margin-left: 25px;
}

.confirmation-table tr td {
	vertical-align: text-top;
}

.quickorder-box {
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}
.quickorder-header {
	font-size: 18pt;
}
.quickorder-table {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
.quickorder-table tbody tr td {
	text-align: left;
}
.quickorder-rowname {
	font-weight: bolder;
}
.quickorder-highlight {
	font-weight: bolder;
}
.quickorder-buttons button {
	margin: 10px;
}

.benefits-highlight {
	color: #339933;
	font-weight: bold;
	background-color: yellow;
	padding: 3px;
}

#payment-option-buttons {
	text-align: center;
}
#payment-option-buttons button {
	margin: 10px;
}

.btn-pad {
	margin: 5px;
}

#map {
	width: 100%;
	height: 500px;
}

.flyer-font {
	font-family: 'Permanent Marker', cursive;
	color: #FF0000;
	font-size: 24pt;
	text-shadow: 2px 2px 0px black;
}

.flyer-table {
	font-family: 'Passion One', cursive;
}

.flyer-header {
	font-family: 'Permanent Marker', cursive;
	font-size: 12pt;
	color: #000;
}

.flyer-row {
	font-size: 16pt;
	color: #7D7D7D;
}

.flyer-toprow {
	font-size: 24pt;
	color: #FF0000;
}

td.tipmodal {
	font-weight: bold;
	font-size: 14pt;
	vertical-align: middle;
}

td.tipmodal-right {
	width: 120px;
	text-align: right;
}

#order-status {
	text-align: center;
}

#order-status a {
	display: block;
	padding: 10px;
	background-color: yellow;
	margin: 5px 0 5px 0;
}

.reminder {
	color: black;
	text-align: center;
	border: 4px double #339933;
	padding: 5px;
}
.reminder p {
	font-size: 12pt;
	color: #339933;
	font-weight: bold;
	font-style: italic;
}
