@font-face{
    font-family:"iTicketsIcons";
    src:url("/assets/fonts/iTicketsIcons.eot");
    src:url("/assets/fonts/iTicketsIcons.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/iTicketsIcons.svg#iTicketsIcons") format("svg"),url("/assets/fonts/iTicketsIcons.woff") format("woff"),url("/assets/fonts/iTicketsIcons.ttf") format("truetype");font-weight:normal;font-style:normal
}
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*
Order Styles
*/

body {
	font: 12px/16px normal Arial, Helvetica, sans-serif;
    color: #333;
}

/* rules lifted from old main.css stylesheet */
#container {
    margin: 0 auto;
    width: 980px;
    text-align: left;
    margin-top: 20px;
}
#footer {
    text-align: center;
    font: normal 10px Verdana, sans-serif;
    margin-bottom: 10px;
    padding: 0 190px 0 210px;
    color: #666;
}
#footer a {
    font-weight: bold;
    color: #666;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
option { padding: 4px 4px 3px 4px; }
hr { display: none; }
/* end rules lifted from old main.css stylesheet */

/* header, adapted from screen.css */
a {
    color: #c00;
    text-decoration: none;
}
a:hover, a:active {
    outline: 0;
}
a:hover {
    color: maroon;
    text-decoration: underline;
}
.navbar {
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1014;
    right: 0;
    left: 0;
}
.navbar .navbar-inner {
    background-color: #fff;
    position: relative;
    min-height: 40px;
    padding: 10px 0 10px 20px;
}
.navbar .brand {
    padding: 0;
    width: auto;
    height: 32px;
    margin: 0 30px 0 0;
    background: none;
    display: inline-block;
}
.navbar .brand svg {
    fill: #d03238;
    position: relative;
    height: 26px;
    width: 140px;
    top: 6px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar .nav.pull-right {
    float: right;
}
.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.navbar .nav > li {
    float: left;
    line-height: 20px;
}
.navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #d03238;
    text-decoration: none;
    text-shadow: none;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: #9d2428;
}
.nav > li > a {
    display: block;
}
.login .icon-user {
    font-style: normal;
    margin-right: 6px;

}
.icon-user {
    font-family: "iTicketsIcons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-user:before {
    content: "\e00d";
}
.top {
    padding-top: 70px;
}
@media screen and (max-width: 979px) {
    .navbar-inner {
        padding: 5px;
    }
}
/* end header, adapted from screen.css */

#orderbodyContainer {
  background: #fff;
}
#orderbody {
    display: block;
    width: 742px;
    padding: 0 6px;
    margin: 0 auto;
    background: white;
}

#orderbody hr {
    display: block;
}
body.custom #container { margin-top: 0; }
body.custom #footer { padding-top: 10px; }
body.custom #orderbody {
  padding: 20px 0;
  border-width: 0;
}
body.custom .custom-header {
  text-align: center;
}
body.custom .breadcrumbs {
  float: left;
}
body.custom .inner-login {
  float: right;
}
body.custom .top-event-info {
  clear: both;
}
#foot {
	border-top: 2px solid #afada0;
	padding: 12px 0;
	margin-top: 12px;
}

p {
	margin-bottom: 8px;
}

/* building blocks for lining on grids */

.blocks {
    margin-right: -10px;
	overflow: hidden;
}

.blocks div {
	display: inline;
	float: left;
	margin-right: 10px;
}


.blocks div.ign {
	display: block;
	float: none;
	margin: 0;
}

.oneW { width: 84px; }
.twoW { width: 178px; }
.threeW { width: 272px; }
.fourW { width: 366px; }
.fiveW { width: 460px; }
.sixW { width: 554px; }
.sevenW { width: 648px; }
.eightW { width: 742px; }

.blocks div.endcap {
	margin-right: 0;
}

.blocks .vertright {
    margin-right: 8px;
    padding-right: 2px;
    border-right: 1px solid #999;
}

.blocks hr {
	border: 0;
	border-bottom: 1px solid #999;
	margin: 6px 0;
	text-align: left;
}

.blocks hr.tight {
	margin: 0 0 12px 0;
}

.blocks.blockcaps, .blocks .blockcaps {
	text-transform: uppercase;
}

.b_right {
	text-align: right;
}
.blocks .pull-right {
  float: right;
}

.b_istretch input {
	width: 90%;
}
.b_istretch textarea {
    width: 93%;
}

input.b_radio {
    margin: 0 8px 2px 5px;
    vertical-align: middle;
}

input.b_check {
	margin-bottom: 0;
    vertical-align: middle;
}
select {
    font-size: 11px;
    margin: 0 0 6px 0;
    padding: 4px 0 3px;
}
textarea {
    margin-bottom: 6px;
}

/* stylez for UI text */

h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 16px;
}

h2 b {
	color: #767489;
}

h3 {
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 16px;
	font-weight: bold;
}
h3 strong {
    text-transform: none;
}
h3.event-header {
    margin: 0 0 16px;
    font-size: 130%;
    text-transform: none;
    padding: 10px 5px 8px;
    background: #252626;
    color: white;
    font-weight: 200;
}
h3.event-header .event-title {
  display: block;
  margin-bottom: 5px;
}
h3.event-header small {
  font-size: smaller;
  line-height: 1;
}
h3.group-name {
    background: #f4f6f7;
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: 8px 5px;
    margin-top: 0;
}
h4.group-description {
  background: #f4f6f7;
  padding: 0 5px 8px;
}
h3.tight {
    margin-top: 0;
}

#form {
    padding-top: 16px;
}

input {
	padding: 4px 4px 0 4px;
	margin-bottom: 6px;
}

label {
    line-height: 24px;
    vertical-align: middle;
}
.blocks div.submit-buttons {
    margin-top: 12px;
}
.blocks div.has-tracker {
  position: relative;
}
.blocks div.has-tracker div.submit-buttons {
  bottom: 0;
  position: absolute;
}

/* Button styles, adapted from Bootstrap */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 9px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
}

body.standard .btn-primary {
  text-shadow: none;
  background-color: #cc0000;
  *background-color: #cc0000;
  background-image: -moz-linear-gradient(top, #cc0000, #AD0000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc0000), to(#AD0000));
  background-image: -webkit-linear-gradient(top, #cc0000, #AD0000);
  background-image: -o-linear-gradient(top, #cc0000, #AD0000);
  background-image: linear-gradient(to bottom, #cc0000, #AD0000);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

body.standard .btn-primary:hover,
body.standard .btn-primary:focus,
body.standard .btn-primary:active,
body.standard .btn-primary.active,
body.standard .btn-primary.disabled,
body.standard .btn-primary[disabled] {
  background-color: #A80000;
  *background-color: #AD0000;
}

body.standard .btn-primary:active,
body.standard .btn-primary.active {
  background-color: #B21700 \9;
}

body.custom .btn-primary {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

body.custom .btn-primary:hover,
body.custom .btn-primary:focus,
body.custom .btn-primary:active,
body.custom .btn-primary.active,
body.custom .btn-primary.disabled,
body.custom .btn-primary[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

body.custom .btn-primary:active,
body.custom .btn-primary.active {
  background-color: #080808 \9;
}

strong {
    font-weight: bold;
}

/* event information at the top */
h1.evtitle {
	font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-top: 3px;
}
.top-event-info p {
  margin: 8px 0;
}
.top-event-info h3 {
  margin: 0;
}
.venue-address {
  display: inline-flex;
  flex-wrap: wrap;
}

.greyed {
	color: #999;
}

.bsmall {
	font-size: 11px;
}

.curstep {
	color: #333;
    font-weight: bold;
}

.font-normal {
    color: #333;
    font-style: normal;
    font-weight: normal;
}

ul.breadcrumbs {
    margin-bottom: 8px;
}
ul.breadcrumbs li {
    display: inline;
}
ul.breadcrumbs li.greyed {
    font-style: italic;
}

ul.dtypeopts {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: -5px;
}

ul.dtypeopts li {
	padding-left: 24px;
}

ul.dtypeopts li input {
	margin-left: -18px;
	margin-right: 4px;
}
ul.dtypeopts .b_small {
    display: inline-block;
    padding-right: 4px;
}
ul.dtypeopts i strong {
  font-style: italic;
}

.paytype .main {
	display: block;
	background: #ddd;
	border: 1px solid #bbb;
	border-left: 0;
	border-right: 0;
	margin-bottom: 12px;
	cursor: pointer;
}

.pt_active {
	background: #ffffaa !important;
}

div.highlight {
	background: #ffffaa;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 4px 0;
}

input.ticketqty {
  padding: 2px;
  width: 24px;
  text-align: right;
}
input.ticketcost {
  padding: 2px;
  width: 45px;
  text-align: right;
}

span.qtychange, span.costchange {
	font: 18px normal Verdana;
  vertical-align: middle;
}

span.qtychange a, span.costchange a {
	position: relative;
	top: -4px;
	display: inline;
	width: 10px;
	padding: 4px;
	color: #000;
	font-weight: bold;
  cursor: default;
}

span.qtychange a:hover, span.costchange a:hover {
	background: #ffffaa;
	text-decoration: none;
}

h4.seatopt-selection {
  margin-bottom: -1px;
}
h4.seatopt-selection span {
  font-size: 14px;
  display: inline-block;
  padding: 10px 10px 10px 5px;
  border: solid 1px #ddd;
  background: #f4f6f7;
  border-bottom-color: #f4f6f7;
}
ul.seatopts {
	margin-bottom: 18px;
  border: solid 1px #ddd;
  border-bottom-color: #999;
}

ul.seatopts li {
	padding: 4px 0;
}

ul.seatopts li:hover {
    cursor: pointer;
}
ul.seatopts label {
    display: block;
    cursor: pointer;
    margin: 2px 0;
}

ul.seatopts li.seats_active {
	background: #cfffad;
}

div.errors {
    background: #ffbbbb;
    border: 1px solid #c00;
    margin-bottom: 0;
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.top-errors {
    margin-bottom: 20px;
}
div.errors p {
  font-size: 18px;
  line-height: 1.2em;
  margin: 0;
}
div.errors strong {
    color: #ff0000;
}
.info-message {
  border: solid 1px #468847;
  background: #EEE;
  margin: 0;
  padding: 10px;
  color: #468847;
}
.info-message p {
  font-size: 18px;
  line-height: 1.2em;
  margin: 0;
}
.soldout {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 25px;
}
label.required {
    font-weight: bold;
}

/* auto complete */

div.order_autocomplete {
	width: 100px;
	background: #fff;
	display: inline;
}

div.order_autocomplete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

div.order_autocomplete ul li {
	margin: 0;
	padding: 3px;
}

div.order_autocomplete ul li.selected {
	background-color: #ffb;
}

div.order_autocomplete ul strong.highlight {
	color: #800;
	margin: 0;
	padding: 0;
}
div.cards img {
    border: 3px solid white;
    border-top-width: 0;
    border-bottom-width: 0;
    opacity: 0.5;
}
div.cards img.current {
    border-color: #00FF00;
    opacity: 1;
}

/* main order page */
.blocks div.tickThumb {
    text-align: right;
    margin-top: 6px;
}

#barcode {
    text-align: center;
    margin: 20px 0;
}
p.first {
    margin-top: 0;
}

/* collapsed ticket groups */
.ticket_grouping {
    margin-bottom: 40px;
}
.ticket_grouping .closed-info {
    display: none;
}
.ticket_grouping.collapsed .closed-info {
    display: block;
}
.ticket_grouping.collapsed .open-info {
    display: none;
}
.ticket_grouping.collapsible h3 {
    cursor: pointer;
}
.ticket_grouping.collapsed div {
    display: none;
}

/* ticket items */
.item-header-container {
  border-top: solid 1px #999;
  padding-top: 10px;
}
.blocks div.order-item {
  overflow: hidden;
  margin: 0;
  padding: 8px 0;
  border: 1px solid white;
}
.order-item input {
  margin: 0;
}
.blocks div.item-description {
  overflow: hidden;
  float: left;
  clear: left;
  padding-top: 2px;
}
.blocks div.ticketName {
  margin-top: 6px;
}
/* avoid unnecessary spacing on final tickets and descriptions; ticket groups already include
   margins so we don't need extra margins here. */
.blocks div.order-item:last-child {
  margin-bottom: 0;
}
.blocks div.order-item:last-child div.item-description {
  margin-bottom: 0;
}

/* hide dependent tickets by default */
.blocks div.is-dependent,
.blocks div.has-password {
  max-height: 0;
  padding: 0;
  transition: max-height 150ms ease,
              padding 150ms ease,
              background-color 500ms ease-in-out,
              border 500ms ease-in-out;
}
.blocks div.depends-on-available,
.blocks div.password-entered {
  max-height: 80px;
  padding: 8px 0;
}
.blocks div.depends-on-highlight,
.blocks div.password-entered-highlight {
  background-color: #ffffe0;
  border: 1px solid #ffd700;
}

/* coupon code */
.promo-code-input input {
    width: 90%;
}
.blocks.promo-code-section {
    margin-bottom: 10px;
}

/* receipt */
.events {
  width: 100%;
}
.events tr {
  color: #585858;
}
.events tr.odd td {
  background: #E6E6E6;
}
.events th {
  font-weight: bold;
  padding: 2px;
}
.events td {
  text-align: center;
  padding: 5px 3px;
}
.mail-in-note {
  margin-top: 10px;
  border-top: dotted 1px #999;
  padding-top: 10px;
  font-size: 14px;
}

/* seating chart styles */
.seatingSpinner img {
    vertical-align: text-bottom;
}
.seatingChart td, .seatingChart th {
    padding: 2px;
    text-align: center;
}
.seatingChart th {
    font-size: 10px;
    border: solid 1px transparent;
}
.seatingChart td a {
    display: block;
    width: 100%;
    height: 100%;
}
.seatingChart th.hover {
    background-color: #666;
    color: white;
}
.seatingChart th.left, .seatingChart th.right {
    padding: 1px 4px;
}
.seatingChart th.header, .seatingChart th.footer {
    padding: 2px 1px;
}
.accordion div.header,
.accordion div.header:hover {
    background: none;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 20px;
    position: relative;
}
.accordion div.header:focus {
    outline: thin dotted #666;
}
p.helptext {
    background-color: #ffffe0;
    border: 1px solid #ffd700;
    line-height: 1.5em;
    padding: 8px 10px;
}

/* payment schedule styles */
.paymentSchedule {
    width: 100%;
    margin-bottom: 8px;
}
.paymentSchedule tbody tr.cur td {
    background-color: #666;
    color: white;
}
.paymentSchedule .due {
    text-align: right;
}
.paymentSchedule .when {
    white-space: nowrap;
}
.paymentSchedule td, .paymentSchedule th {
    padding: 2px 5px;
}
.paymentSchedule th {
    color: #444;
    font-weight: bold;
    background-color: #ccc;
}
#flex_total {
    font-size: 17px;
}
table.amountDue th, table.amountDue td {
    padding: 2px 5px;
}
table.amountDue th {
    font-weight: normal;
}
table.amountDue td {
    font-family: Courier, "Courier New", fixed;
    font-size: 11px;
    text-align: right;
}
table.amountDue td.final {
    font-weight: bold;
    font-size: 17px;
}

/* receipt/approve page styles */
p.num {
    text-align: right;
    font-family: Courier, "Courier New", fixed;
    padding-right: 4px;
    margin-bottom: 0;
    color: #666;
}
div.final {
    margin-top: 10px;
    line-height: 20px;
}
div.final p {
    color: black;
    font-size: 16px;
}

/* the finalize button and its accompanying note */
.finalize-order input {
    max-width: 150px;
    width: 30%;
    float: left;
}
.finalize-order p {
    float: left;
    width: 68%;
    margin-left: 2%;
}

/* don't show anything that's only printable */
.onlyprint {
    display: none !important;
}

/* important stuff on the receipt screen */
.important {
    border: solid 1px #666;
    padding: 8px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}
.important .disclaimer {
    font-style: italic;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}
.important .disclaimer strong {
    font-style: inherit;
}

/* call out the admin box when placing an order as an admin in NO */
p.admin-order {
    padding: 5px;
    border: solid 1px green;
    background: #DDD;
}

/* compact page rules */
body.standard.compact #container {
    width: 755px;
}
body.standard.compact #orderbody {
    width: 100%;
    padding: 0;
    border: 0;
}

/* facebook stuff */
.facebook-share {
    background-color: #3b5998;
    color: white;
    font-weight: bold;
    padding: 8px 10px;
    border-radius: 5px;
    display: inline-block;
}
.facebook-share:hover {
    color: white;
}

/* event status information; used on the 'nosale' page */
.eventStatus {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
}
.eventLink {
    text-align: center;
    font-size: 12px;
}

/* notify form; used on the 'nosale' page */
.notifyForm, .notifyForm * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.notifyForm {
    width: 80%;
    margin: 20px 10%;
    padding: 20px;
    border: dashed 1px #444;
    font-size: 16px;
    line-height: 23px;
}
.notifyForm select {
    font-size: 16px;
    line-height: 23px;
}
.notifyForm .fields label {
    display: block;
    float: left;
    clear: left;
    width: 45%;
    font-weight: bold;
}
.notifyForm .fields input {
    width: 55%;
}
.order-referral {
  clear: left;
}
.order-referral input {
  width: 156px
}
.order-status {
  background-color: #ffffcc;
}
.event-za .order-status {
  border-bottom: 1px solid #999;
}
.payment-cardnum input {
  width: 120px;
}
.order-account,
#giftcard-form {
  border-bottom: solid 1px #999
}
.giftcard-label {
  width: 98px;
}
.all-required .required {
  font-weight: normal;
}
.approve-details {
  background: #ddd;
}
.mobile-fields {
  overflow: hidden;
}
.blocks .terms-conditions {
  margin: 8px 0;
  float: left;
  display: block;
}
.approve-details .order-section {
  overflow: hidden;
}
.blocks .receipt-totals {
  float: left;
}
.blocks .receipt-wording {
  float: right;
}
.blocks .receipt-wording .important {
  float: none;
  display: block;
}
.details-form,
#giftcard-form {
  padding: 0;
  clear: left;
  overflow: hidden;
}
.giftcard-submit input {
  text-transform: capitalize;
}
.giftcard-balance dl {
  margin-bottom: 12px;
  overflow: hidden;
}
.giftcard-balance dt {
  float: left;
}
.giftcard-balance dd {
  margin: 0;
  font-weight: bold;
  float: right;
}
/* Reference: Flexible multiline definition list with 2 lines of CSS */
/* http://lea.verou.me/2012/02/flexible-multiline-definition-lists-with-2-lines-of-css/ */
.giftcard-balance dd::after {
  content: "\A"; /* line feed (LF) */
  white-space: pre;
}
.details-form.freebie {
  clear: none;
  float: right;
}
.details-form ol {
  margin-left: 2em;
}
.details-form ol li {
  list-style-type: decimal;
}
.details-billing, .details-extra, .details-shipping {
  overflow: hidden;
}
.details-extra label {
  line-height: 1.5em;
}
.details-extra .custom-fields {
  overflow: hidden;
}
.details-extra .custom-field-label {
  clear: left;
}
.details-extra .custom-field-input {
  margin-bottom: 15px;
}
.details-extra textarea, .details-extra input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event-question textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* event list page (crossdomains only) */
.eventList h2 {
  font-size: 18px;
  line-height: 1.2em;
}
.eventList .nosale {
  font-size: 18px;
  text-align: center;
  line-height: 1.2em;
}
.eventList ul {
  padding-bottom: 10px;
  border-bottom: dotted 1px #999;
  margin: 0 0 10px;
}
.eventList ul ul {
  border: 0;
  padding: 0;
  margin: 5px 0 20px 20px;
}
.eventList li {
  font-size: 14px;
  margin-bottom: 5px;
}
.eventList .ticket {
  display: block;
}
.eventList .ticket p {
  line-height: 30px;
}

/* separate donation page */
.separate-donation .group-name {
  overflow: hidden;
}
.separate-donation p {
  font-size: 14px;
  line-height: 1.5em;
  margin: 10px 5px;
}
.separate-donation p img {
  float: left;
  margin: 0 5px 5px 0;
}
.separate-donation .donation-line {
  clear: both;
  overflow: hidden;
  margin: 0;
}
.separate-donation .donation-amount {
  float: right;
  text-align: right;
}
.separate-donation .donation-amount input {
  width: 30%;
  text-align: right;
  padding: 0;
  line-height: inherit;
  max-width: 90px;
}

/* social discounts page */
.social-actions .group-name {
  margin-bottom: 10px;
  overflow: hidden;
}
.social-actions div.social-action {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
.social-actions .facebook-widget {
  margin-top: 0;
}


/* the note telling people about the external payment */
.external-note {
  width: 50%;
  margin: 0 auto;
}
.external-note p {
  font-size: 14px;
  line-height: 1.4;
}
.external-note .external-warning {
  display: none;
}

/* paypal overlay on the approve page */
.paypal-button-overlay {
  overflow: auto;
}
.paypal-button-overlay.tos-required {
  pointer-events: none;
  background-color: white;
  opacity: 0.3;
}
.paypal-button-overlay.in-process {
  height: 0;
  opacity: 0;
}
.paypal-button-overlay p {
  width: 100%;
  margin: 10px 0 0;
}

/* admin sales note */
#orderbody .admin-presales {
  background: yellow;
  padding: 10px;
  margin: 0 0 10px;
  border: solid 1px #999
}

/* CSS only for 'standard' order pages (IOW, no custom order templates) */
body.standard #container {
    margin: 20px 0 0;
    width: auto;
}
body.standard #orderbodyContainer {
    width: 756px;
    margin: 0 auto;
}
body.standard #orderbody {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
body.standard #footer {
    margin-top: 10px;
    border-top: solid 1px #CCC;
    padding: 10px 0 0;
}
@media screen and (max-width: 900px) {
    body.standard #orderbody {
        border: 0;
    }
}
/* end CSS just for standard order pages */
