/*
    customer_base.css
    mhb 2/13/2012
    Version of base.css with styling similar to that used at
    www.spanishriverconcerts.com
*/

:root {
    --site-width: 980px;
    --sr-maroon-background-color: #8b0000;
    --sr-menu-hover-color: #e3aa38;
    --src-gold: rgba(227, 170, 56, 1);
    /*rgb(243, 211, 100)*/
    --btn-hover-background-color: #AAA;
    --btn-disabled-background-color: #AAA;
}

/*body {background-color: rgb(108,0,0)}*/
body {background-color: #fcfcfc}

.quiet { /* quieter than the Blueprint default */
    color: #999999;
    font-style: italic;
}

.border {
    color: rgb(99,15,1);
}

.box {
/*    background: rgb(254,239,205); */
    background: rgb(230,215,175);
}

div.colborder {
    background: green;
}

h1, h2, h3, h4, h5, h6 {
    /*color: rgb(108,0,0);*/
    color: black;
}

.loud {
    color: black;
}

.bold {
    font-weight:bold;
}

hr {
    background: #aaa;
    height: 1px;
}

hr.thin {
    background: rgb(99,15,1);
    height: 0.1em;
    margin-top: 6px;
    margin-bottom: 6px;
}

.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

form {
	text-align: left;
}

.cpa-h3 {
    padding-left: 20px;
    line-height: 1.5em;
}

.main-button {
    font-size: large;
    font-weight: bold;
    min-width: 100%;
	padding: 5px;
	margin: 2px 0px;
    color: rgb(108,0,0);
}

ul#main-button-list {
    list-style: none;
}

#main
    {
    background: #FCFCFC;
    }

fieldset {
    padding: 1.5em 0 1.5em 0;
    border: none;
}

input.cpa_input, input.cpa_form_input, select,
input.cpa_form_short_input, input.cpa_form_date_input,textarea,
input.cpa_form_wide_input, input.cpa_form_med_input,
input.cpa_form_number_input, input.cpa_form_number_med_input,
input.cpa_form_number_input_3_digits,
input.cpa_form_number_input_5_digits,
input.cpa_form_input_12_char,
input.cpa_form_input_40_char {
    margin-top: 0px;
    color: black;
    padding: 0.2em 0.4em;
    -webkit-border-radius:5px;
	border-radius: 5px;
	/*background:#eee;*/
    vertical-align: middle;
    border: thin solid #000000;
}

input.cpa_form_number_input,
input.cpa_form_number_med_input,
input.cpa_form_number_input_3_digits,
input.cpa_form_number_input_5_digits {
    font-size: large;
    border: thin solid black;
    text-align: right;
}

input.cpa_form_number_input_3_digits {
    width: 2em;
}

input.cpa_form_number_input_5_digits {
    width: 4em;
}

input.cpa_form_number_input {
    width: 3em;
}

input.cpa_form_number_med_input {
    width: 5em;
}

input.cpa_form_input {
	width: auto;
	padding: 0.2em 0.4em ;
}

#id_alternate_name {
    margin: 0px 0px .5em;
}

input.cpa_form_short_input {
    width: 39%;
}

input.cpa_form_input_12_char {
    width: 12rem;
}

input.cpa_form_input_40_char {
    width: 400px;
}

input.med {
    width: 300px;
}

input.cpa_form_med_input {
    width: auto;
}

input.cpa_form_wide_input {
    width: 100%;
}

input.cpa_form_date_input {
    width: 100px;
}

input[type="button"], input[type="submit"] {
    padding: 0.3em 0.5em;
    border: 1px solid #888;
    color: black;
    text-decoration: none;
    /*background:#B7B7B7;*/
    /*background:#CCC;*/
    background:#DDD;
    border-radius: 5px;
	/*font-style: italic;*/
	/*margin: 0% 0% 1em;*/
}

/*input[type="button"]:hover,input[type="submit"]:hover {*/
/*    cursor: pointer;*/
/*    background: transparent;*/
/*    border-color: #aaab9c #fff #fff #ccc;*/
/*	color: #800000;*/
/*}*/

input[type="button"]:disabled,input[type="submit"]:disabled {
    color: #888;
    cursor: auto;
    background:#C8C8C8;
    border-color: #888;
}

.cpa-notes {
    margin-top: 3px;
    max-width: 100%;
    height: 60px;
    /*border: 1px solid rgb(108,0,0);*/
    border: 1px solid black;
    color: black;
    font-family: Arial,Helvetica,Geneva,sans-serif;;
}

.addendum {
    color: dimgray;
    margin-top: -7px;
    margin-bottom: 8px;
    margin-left: 3px
}

input.quiet {
    color: #999999;
}

.cpa-button {
    font-size: large;
    min-width: 50px;
    /*width: fit-content;*/
/*    margin-left: 10px; */
    color: black;
    height: fit-content;
}

.cpa-button:disabled {
    /*color: rgb(50, 0, 0);*/
    color: #888;
    background:#C8C8C8;}

/*input[type='button'].cpa-button:hover {*/
input.cpa-button:hover {
    color: black;
    background: var(--btn-hover-background-color);
    /*border-color: #aaab9c #fff #fff #ccc;*/
}

/*input[type='button'].cpa-button:disabled:hover,*/
/*input[type='button'].cpa-button:disabled {*/
input.cpa-button:disabled:hover,
input.cpa-button:disabled {
    color: gray;
    background:#B7B7B7;
    border-color: #aaab9c #fff #fff #ccc;
}

.search-button {
    font-size: large;
    min-width: 50px;
    color: rgb(108,0,0);
}

.search-button:disabled {
    color: gray;
}

table.result-table, table.general-table{
/*    font-size:medium; */
/*    border: 1px solid; */
    font-size: small;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-spacing: 0;
    border-collapse: collapse;
    line-height: 1.2;
}

.result-table td, .result-table th {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-collapse: collapse;
    padding: 3px 4px;
}

.general-table th {
    border: 1px solid #6c0000;
}

td.right-align, th.right-align {
    text-align: right;
}

.general-table col.center-align,
td.center-align,
th.center-align,
tr.center-align,
h4.center-align {
    text-align: center;
}


.general-table col.center-valign,
td.center-valign,
th.center-valign,
tr.center-valign,
h1.center-valign,
h2.center-valign,
h3.center-valign,
h4.center-valign,
input.center-valign,
td.center-valign h4 {
    vertical-align: middle;
    margin: 0 0 0 0;
}

.number-text {
    text-align: right;
}

.member-in-table a{
  text-decoration: none;
}

td.member-in-table:hover,
.hover-link-inline:hover {
    background: rgb(210,190,160);
}

div.hover-link:hover,
div.underlined-hover-link:hover {
    background: rgb(180,160,130);
}

.confirm_table {
/*    border: 1px solid #6c0000; */
    width: 40%;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #6c0000
}

.exchange_confirm_table {
    border: 1px solid #6c0000;
    width: 90%;
}

.exchange_confirm_table th {
  font-size: larger;
  font-weight: bold;
  padding-left: 0.5em;
}

.exchange_confirm_table td {
  font-size: larger;
  padding-left: 0.5em;
  border: 1px solid #6c0000;
}

.confirm_table td,
.error_result_table td {
    font-size: larger;
    padding-left: 2em;
/*    border: 1px solid #6c0000; */
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-collapse: collapse;
}

.confirm_table th,
.error_result_table th {
    font-size: larger;
    font-weight: bold;
    padding-left: 2em;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-collapse: collapse;
}

table.review-table {
    font-size: large;
    line-height: 1.0;
    width: auto;
}

table.customer-concert-table {
    font-size: small;
    font-weight: bold;
    line-height: 1.0;
    /* width: auto; */
    /*border: 1px solid #000;*/
    border: none;
    border-collapse: collapse;
}

table.customer-concert-table th,
table.customer-concert-table td {
    font-size: small;
    font-weight: bold;
    line-height: 1.0;
    /* width: auto; */
    /*border: 1px solid #000;*/
    border: none;
    /*border-spacing: 0;*/
    border-collapse: collapse;
}

table.customer-concert-table tr {
    border-bottom: 1px solid #aaa;
}

table.customer-concert-table h3 {
    font-weight: bold;
    color: black;
}

table.customer-concert-table h3.sold_out {
    font-weight: bold;
    color: #666;
}

table.customer-concert-table a {
    color: #762400;
    border-bottom: 1px #762400 solid;
}

table.cart-table {
    font-size: medium;
    line-height: 1.0;
    width: auto;
    font-weight: normal;
}

table.cart-table th {
    font-size: small;
    font-weight: normal;}

table.cart-table tr.bold td, table.cart-table tr.bold th {
    font-weight: bold;
}

p.review-text {
    font-size: large;
}

.errorlist {
  color: red;
  padding-left: 2em;
}

.cpa-select {
    font-size: large;
    padding: 1px 0px 1px 2px;
}

select.cpa-select-med {
    font-size: medium;
    padding: 1px 0px 1px 2px;
}

input.cpa-input-med {
    font-size: medium;
    padding: 1px 0px 1px 2px;
    margin-top: -1px;
    border: 1px solid #6C0000;
}

input.cpa-checkbox {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    top: 0;
}

input.cpa-res-checkbox {
    width: 20px;
    height: 20px;
    margin-left: 0px;
    vertical-align: middle;
    top: 0;
}

input.cpa_radio {
    width: 20px;
    height: 20px;
    top: 0;
}

input.cpa-little-checkbox {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    top: 0;
}

textarea {
    font-size: large;
}

input #confirm-button {
    position: relative;
    left: 20px;
}

input #confirm-cancel-button {
    margin-left: 30px;
}

/* general labels and labels in forms */
.cpa-label {
    margin-bottom: 0px;
    margin-left:3px;
    display:block;
}

/*label {*/
    /*display:block;*/
/*}*/

label + input.optional {
    font-weight: normal;
}

/* checkbox labels are inline */
input[type='checkbox'] + label {
    display: inline;
}

.cpa-error {
    color: red;
    margin-bottom:1em;
    margin-top:1em;
}

.ss-cb {
    width: 180px;
    float:left;
    margin-right: 10px;
    margin-bottom: 5px;
}

div.ss-cb .cpa_form_short_input {
    width: 100px;
    padding: 1px 5px;
}

p.help {
    margin-top: -2px;
    margin-bottom: 1em;
}

.form-add {
    font-size: medium;
    float: left;
}

.general-table th, td, caption {
    padding: 4px 7px;
}

.form-delete {
    font-size: medium;
    display: block;
}

div.cpa-form {
    margin-top: 1em;
}

.add-popup {
    font-size: medium;
    margin: 1em 0 1em 0;
}

/* for showsrequest.html */
#delete-app-button {
    margin-left: 1em;
}

#done-app-button {
    margin-left: 1em;
}

.deemphasize-button {
    height: 2em;
    font-size: medium;
}

.emphasize-button {
    height: 3em;
    min-width: 6em;
    font-size: x-large;
    font-weight: bold;
}

/* ----------------------------------- */

/* special seats */

.ss_cb_highlight {
    background: rgb(210,190,160);
}

h4.ul_title {
    margin-bottom: 0.25em;
}

.cpa_li {
    color: rgb(108,0,0);
    font-size:medium;
}

.credit {
    color: green;
}

.debit {
    color: red;
}

.right {
    float: right;
}

div.right_indented {
    margin-right: 25px;
}

.left {
    float: left;
}

.hidden {
    display: none;
}

.red {
    color: red;
}

form#name_search ul,
form#member_search ul {
    list-style: none;
    padding-left: 0;
}

label.cpa-radio {
    display: block;
    font-size: small;
}

input.cpa-radio {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

input.cpa-checkbox {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

input.cpa-big-checkbox {
    width: 30px;
    height: 30px;
    vertical-align: bottom;
}

input.cpa-ss-checkbox {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

form#name_search input.cpa-radio-select,
form#member_search input.cpa-radio-select {
    height: 20px;
    width: 20px;
    vertical-align:middle;
}

.grouping {
    padding:.8em;
    margin-bottom: 1em;
    border: 2px solid #BF9999;
    background: #DECCA9;
}

.ui-tabs .ui-tabs-panel,
.cpa-ui-tabs .ui-tabs-panel {
    background: #DECCA9;
    border-color: #BF9999;
}

.ui-tabs .ui-widget-content,
.cpa-ui-tabs .ui-widget-content {
    background: #DECCA9;
    border-color: #BF9999;
}

.icon-link {
    vertical-align:text-bottom;
}

.icon-link:hover {
    cursor: pointer;
}

a.hover-link {
    text-decoration: none;
}

/*a.hover-link:hover {*/
a:hover {
    background-color: var(--src-gold);
    color: #fff;
    cursor: pointer;
}

a.no_bgnd_hover {
    background-color: white;
}

.hover-link-inline {
    /*text-decoration: none;*/
    cursor: pointer;
    color: #000;
}

input.hover-link:hover {
  border-color: black;
  background: white;
}

input.date {
  width: 6em;
  text-align: right;
}

.page-head-foot {
    font-size: small;
}

.baseline {
/*    vertical-align: baseline; */
    margin: 0 0 0 15px;
}

.none-found {
    font-size: medium;
}

.navbar_left {
    margin-top: 0px;
    /* background-image: "/static/images/navBG_brown2.jpg"; */
    /* background-position: 0px 0px; */
    /* background-repeat: repeat-x */}

.right_navbar {
    position: fixed;
    /* top: 220px; */
    right: 5em;
    width: 10em;
    /* width: 100%; */
}

.left_navbar {
    position: fixed;
    /* top: 220px; */
    left: 1em;
    width: 10em;
    /* width: 100%; */
}

/* ----------------------------------- */
/* from Claire Campbell in Listamatic */
/* Creates a fixed position set of vertical buttons on the right side */
.navcontainer
{
	margin: 15px auto !important;
	padding: 0px;
	float: none !important;
	height: 0;
}

/* to stretch the container div to contain floated list */
.navcontainer:after
{
    content: ".";
    display: block;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}

ul.navlist {
    text-align: left;
    list-style: none;
    padding: 0px 2%;
    margin: 0 auto;
    width: 100%;
    font-size: 2em;
}

ul.navlist li.wide
{
    width: 15%;
    margin: 0.5em;
}

ul.navlist li {
	display: block;
    width: auto;
	/* width: 80%; */
	padding: 0.1em 0.1em 0.1em 0.5em;
    /*margin: 0.1em;*/
	border-width: 1px;
	border-color: #888;
	border-style: solid;
	color: rgb(108,0,0);
	text-decoration: none;
	background:#B7B7B7;
    -webkit-border-radius:15px;
	border-radius: 10px;
}

ul.navlist li a {
    color:#2C2C2C;
    text-decoration: none;
	font-style: italic;
}

.navcontainer>ul.navlist li a,
.navcontainer>ul.navlist li
{ width: auto; }

.navcontainer>ul.navlist li:hover {
    cursor: pointer;
    background: #ECE4CA;
    border-color: #aaab9c #fff #fff #ccc;
}

/* ul.navlist li#active a */
ul.navlist li.active a,
ul.navlist li.active
{
    /* background: #f0e7d7; */
    /* background: #e0d7c7; */
    background: #ECE4CA;
    color: #800000;
    border-color: #aaab9c #fff #fff #ccc;
}

ul.navlist li a:hover, ul.navlist li#active a:hover,
ul.navlist li a:hover, ul.navlist li#active:hover
{
    color: #800000;
    background: transparent;
    border-color: #aaab9c #fff #fff #ccc;
}

.navcontainer>ul.navlist li.alpha-list {
    width:auto;
    padding:0 0.3em;
}

.navcontainer>ul.navlist li.alpha-list a {
    padding: 0;
}

.navcontainer>ul.navlist li.alpha-list {
    margin: 0.2em;
}

/* ----------------------------------- */
/* for using cpa-buttons as links */
ul.navlist>li.cpa-button:hover {
    color: rgb(108, 0, 0);
    background: #ECE4CA;
    border-color: #aaab9c #fff #fff #ccc;
}

ul.navlist li.cpa-button a:hover {
    color: rgb(108, 0, 0);
}

ul.navlist li.cpa-button {
    width: 250px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
}

ul.navlist_horizontal {
    list-style-type: none;
}

.sub-title {
    padding: 1.2em 0 0.5em 0;
}

.large {
    font-size: large;
    line-height: 1.2em;
    margin-bottom: 0;
}

.medium {
    font-size: medium;
    line-height: 1.2em;
}

/* Hide today button on datepicker because it is non-intuitive - it doesn't */
/* enter today's date in the input when clicked */
.ui-datepicker-current {
  visibility:hidden
}

.row_spacer {
  background: #BF9999;
  height: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* max height of autocomplete listing. Taller than this will scroll */
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  /* add padding to account for vertical scrollbar */
  padding-right: 20px;
}

/* colored background and radius corners */
.shaded {
    /*padding: 1.0em 0 1.0em 0;*/
    /*border: none;*/
    border: 1px solid #ddd;
    /*background: #CCC2BA;*/
    background: #FCFCFC;
}

input[type=text]:focus,
input[type=password]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus  {
    outline: none;
    box-shadow: inset 0 0 2px 2px orange;
}

input[type=text]:active,
input[type=password]:active,
input.text:active,
input.title:active,
textarea:active,
select:active  {
    outline: none;
}

input.cpa_file_input {
    padding: 0px;
    width: 500px;
}

tr.row2 {
    background: rgb(220, 203, 167);
}

thead th {
    background: rgb(220, 203, 167);
}

td.table_cell_image {
    text-align: center;
}

.paragraph {
    line-height: 0;
}

li.cpa {
    color: rgb(108,0,0);
}

.accordion .head,
.header {
    background: rgb(210,190,160);
    padding: 5px;
}

.vcenter {
    margin: 5px 0px;
}

p.singlespace {
    margin: 0 0 0 0;
}

.res-highlight {
    background: rgb(210,190,160);
}

h4.section-heading,
h3.section-heading {
    margin-top: 0.3em;
    margin-bottom: 0.5em;
}

h4.text {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 0em;
} 

#pageFooter {
    background-color: #CCC2BA;
    color: #000000;
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 14px;
    /* font-weight: bold; */
    /* letter-spacing: 1px; */
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.center {
    text-align:center;
}

.validateError {
background: #FBE3E4;
color: #8A1F11;
border: 2px solid #FBC2C4;
padding: .8em;
margin-bottom: 1em;
font-size: small;
line-height: 15px;
}

.parenthetical {
    font-size: smaller;
}

input:disabled {
    background-color: var(--btn-disabled-background-color);
}

.descriptive-paragraph {
    font-size: medium;
}

.ui-widget-overlay {
   position: fixed !important;
    z-index: 1001;
}

.ui-widget {
    z-index: 1002;
}

.subtext {
    font-size: 55%;
    padding: 0%;
    margin: 0%;
}

.item_heading {
    margin-bottom: 5px;
}

.delete_cart_item {
    cursor: pointer;
}

.lock_expires_display {
    margin-bottom: 10px;
}

.header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;    /*width: 80%;*/
    /*max-width: 1800px;*/
    /*margin: 0 auto;*/
}

.header-margin {
}

header {
/*    background-color: #555; */
    background-color: rgba(139, 0, 0, 1);
    /*border-bottom: 7px solid rgba(249, 208, 86, 1);*/
    border-bottom: 7px solid var(--src-gold);  /* darker gold since next to white */
}

.header-wrapper {
/*    border-bottom: 1px #666 solid;
    border-top: 1px #666 solid; */
}

/*logo*/

.logo a {
    padding: 0 !important;
	margin: 0;
}
	
.logo a:hover {
	background:none !important;
}

.logo img {
    background-position: 0px 0px;
    background-size: auto 605px;
    width: 245px;
    height: 93px;
}

.top-menu a {
    text-decoration: none;
}

/* no hover color - same as background */
.top-menu a:hover {
    background-color: rgba(139, 0, 0, 1);
}

.top-menu a {
    /*color: #ffe17e;*/
    color: white;
    font: normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;
}

.top-menu .home {
    color: rgba(249, 208, 86, 1);
}

.top-menu a {
    /*float: left;*/
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 17px;
}

.top-menu a.home {
    padding-left: 0;
}

.top-menu a:hover {
    background-color: rgba(249, 208, 86, 1);
    color: black;
}

/*.logo div {background-image: url('/static/images/logoanimation_src.png');} */

/*
.logo div:hover {
	-o-animation:logo .4s steps(1);
	-o-animation-play-state: running;
	-webkit-animation:logo .4s steps(1);
	-webkit-animation-play-state: running;
	-moz-animation:logo .4s steps(1);
	-moz-animation-play-state: running;
	animation:logo .4s steps(1);
	animation-play-state: running;
	}

@-o-keyframes logo {
    0%   { background-position:0px -55px; }
    9%   { background-position:0px -110px; }
    18%   { background-position:0px -165px; }
    27%   { background-position:0px -220px; }
    36%   { background-position:0px -275px; }
    45%   { background-position:0px -330px; }
    54%   { background-position:0px -385px; }
    63%   { background-position:0px -440px; }
    72%   { background-position:0px -495px; }
	81%   { background-position:0px -550px; }
	90%   { background-position:0px -605px; }
	100%  { background-position:0px -660px; }
}

@-webkit-keyframes logo {
    0%   { background-position:0px -55px; }
    9%   { background-position:0px -110px; }
    18%   { background-position:0px -165px; }
    27%   { background-position:0px -220px; }
    36%   { background-position:0px -275px; }
    45%   { background-position:0px -330px; }
    54%   { background-position:0px -385px; }
    63%   { background-position:0px -440px; }
    72%   { background-position:0px -495px; }
	81%   { background-position:0px -550px; }
	90%   { background-position:0px -605px; }
	100%  { background-position:0px -660px; }
}

@-moz-keyframes logo {
    0%   { background-position:0px -55px; }
    9%   { background-position:0px -110px; }
    18%   { background-position:0px -165px; }
    27%   { background-position:0px -220px; }
    36%   { background-position:0px -275px; }
    45%   { background-position:0px -330px; }
    54%   { background-position:0px -385px; }
    63%   { background-position:0px -440px; }
    72%   { background-position:0px -495px; }
	81%   { background-position:0px -550px; }
	90%   { background-position:0px -605px; }
	100%  { background-position:0px -660px; }
}

@keyframes logo {
    0%   { background-position:0px -55px; }
    9%   { background-position:0px -110px; }
    18%   { background-position:0px -165px; }
    27%   { background-position:0px -220px; }
    36%   { background-position:0px -275px; }
    45%   { background-position:0px -330px; }
    54%   { background-position:0px -385px; }
    63%   { background-position:0px -440px; }
    72%   { background-position:0px -495px; }
	81%   { background-position:0px -550px; }
	90%   { background-position:0px -605px; }
	100%  { background-position:0px -660px; }
}
 */

#footer {
    /*background: #555;*/
    background: #e8e6e6;
}

.footer-inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1800px;
    padding: 2em 0 2em;
}

.hover-link label {
    padding: 0 0.5em 0 0;
}

/*#footer h3 {*/
    /*color: white;*/
    /*font-size: 18px;*/
    /*font-weight: 500;*/
    /*margin: 0 0 .5em 0 !important;*/
/*}*/

.foottext {
    color: #414141;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 .5em 0 !important;
}


.footer-wrapper {
    border-bottom: 1px #666 solid;
    border-top: 1px #666 solid;
    padding: 1em 1em 0em 0em;
    line-height: 36px;
}

#footer a {
    color: #414141;
}

#footer .icon {
    display: inline-block;
    /*background: none repeat scroll 0 0 #fff;*/
    /*height: 25px;*/
    margin: 5px 3px;
    overflow: hidden;
}

#footer .icon a {
    margin: 0;
    padding: 0;
}

#footer .icon img {
    height: 100%;
}

footer .icon img:hover {
    opacity: .8;
}

footer .icon a:hover {
    background: none !important;
}

footer a:hover {
    background-color: var(--src-gold);
}

.foottext_contact {
    font-size: 16px;
}

.foottext_help {
    font-size: large;
    margin-left: 20px;
}

/*Line spacing for when making a list of h3's'*/
.h3_list {
/*    line-height: 150%;  */
}

/*#mainNavigation .h3_list a {*/
    /*!*color: #ffe17e;*!*/
    /*color: rgba(249, 208, 86, 1);*/
/*}*/

.cpa-select {
    font-size: large;
	width:auto;
	padding: 0.2em;
}

.no_margin {
    margin: 0;
}

.strikeOut {
    text-decoration: line-through;
}

.footer-fineprint {
    color: #414141;
    font-size: smaller;
    padding-bottom: 10px;
}

h3.important-notice {
    font-size: medium;
}

div.section-title {
    background: #BBB;
    /*background: rgba(139, 0, 0, 1);*/
    margin-bottom: 10px;
}

div.section-title h3, div.section-title h4{
    color: black;
    /*color: rgba(249, 208, 86, 1);*/
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*border-bottom: 3px solid rgba(249, 208, 86, 1);*/
    /*border-bottom: 3px solid var(--src-gold);  !* darker gold since next to white *!*/
}

div.section {
    padding-bottom: 10px;
    margin-bottom: 15px;
}

div.section-body {
    padding-left: 30px;
    padding-right: 30px;
}

/* Imported from blueprint customer_base.css */
/* Don't know what's used from this */
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:xx-large;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;}
/*h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}*/
h3 {font-size:1.5em;line-height:1.2;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:0.3rem;}
/*h4 {font-size:1.2em;line-height:1.6;}*/
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
/*ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}*/
ol {list-style-type:decimal;}
dl {margin:0 0 12px 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
/*table {margin-bottom:1.4em;width:100%;}*/
table {width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:1em}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
/*fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}*/
/*legend {font-weight:bold;font-size:1.2em;}*/
/*input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}*/
/*input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}*/
input[type=text], input[type=password], input.title, textarea, select {margin-bottom:8px;}
/*input.text, input.title {width:300px;padding:5px;}*/
input.title {font-size:1.5em;}
/*textarea {width:390px;height:250px;padding:5px;}*/
/*form.inline {line-height:3;}*/
/*form.inline p {margin-bottom:0;}*/
/*.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}*/
/*.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}*/
/*.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}*/
/*.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}*/
/*.error a {color:#8a1f11;}*/
/*.notice a {color:#514721;}*/
/*.success a {color:#264409;}*/

div.border {padding-right:4px;margin-right:5px;border-right:1px solid #eee;}
div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #eee;}
.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ccc;color:#ddd;clear:both;float:none;width:100%;height:2px;margin:4px 0 8px;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}


/* grid stuff */
@media (max-width: 375px) {
@supports(display: grid) {
    .grid {
        display: grid;
        grid-template-columns: minmax(0, 5px) repeat(1, minmax(300px, 900px)) minmax(0, 5px);
        grid-column-gap: 10px;
    }
}
}

@supports(display: grid) {
    .grid {
        display: grid;
        /*grid-template-columns: minmax(0, 150px) repeat(1, minmax(300px, 1fr)) minmax(0, 150px);*/
        grid-template-columns: minmax(0, 100px) repeat(1, minmax(300px, 900px)) minmax(0, 150px);
        grid-column-gap: 10px;
    }

    div#main-body {
        grid-template-columns: repeat(5, 1fr);
    }

    .span2 {
        grid-column-end: span 2;
    }

    .span3 {
        grid-column-end: span 3;
    }

    .subitems {
        /*display: grid;*/
        /*grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));*/
        /*grid-column-gap: 10px;*/
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    #footer .section-body {
        padding-left: 0;
        padding-right: 0;
    }

    div.span3.distribute {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    div.span3.distribute {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        /*text-align: center;*/
    }

    div.span3.distribute div + div { /* center middle of three in a distributed group */
        text-align: center;
    }

    .subitems > *{ margin: 0 10px 8px 10px; }
}

.no_bullet, .no_bullet ul{
    list-style: none;
}

.no_bullet label{
    font-size: 110%;
}

.radio {
  display: inline-flex;
  align-items: center;
}

.cb_list input {
  margin-right: 5px;
}

.labels_above label{
    display: block;
    width: fit-content;
}

p.review-text, ul.review-text {
    padding-left: 20px;
}

p.review-text.heading {
    padding-left: 0px;
}

/*th, td, caption {padding:4px 7px;}*/
table.review-table td.number-text {
    padding-left: 15px;
}

table.review-table tr>td {
    padding-top: 3px;
    padding-bottom: 3px;
}

table.receipt_table {
    margin-top: 10px;
    margin-bottom: 10px;
}

.small.note {
    margin-top: -8px;
    margin-bottom: 10px;
}

/*.radio {*/
    /*vertical-align: middle;*/
/*}*/

/*.radio input{*/
    /*vertical-align: middle;*/
/*}*/

/* jquery ui */
/*.jqDialog.ui-widget-header {*/
.jqDialog .ui-widget-header {
    border: #AAA;
    background: #AAA;
}

.jqDialog .ui-dialog-title {
    color: black;
}

.jqDialog .ui-dialog-buttonpane .ui-button {
    border: 1px solid #888;
    color: #2c2c2c;
    text-decoration: none;
    background: #DDD;
}

.jqDialog .ui-dialog-buttonpane .ui-button:hover {
    color: rgb(108, 0, 0);
    background: transparent;
    border-color: #aaab9c #fff #fff #ccc;
}

.jqDialog .ui-button {
    color: #2c2c2c;
    text-decoration: none;
    background: #DDD;
}

.jqDialog .ui-button:hover {
    color: rgb(108, 0, 0);
    background: transparent;
    border-color: #aaab9c #fff #fff #ccc;
}

.jqDialog .ui-state-default .ui-icon {
    background-image: url("ui-lightness/images/ui-icons_222222_256x240.png");
}

.sub-section-title h3 {
    font-size: medium;
    font-style: italic;
}

.ui-buttonset {
    margin-bottom: 10px;
}

.section-notes {
    font-size: 1.2em;
    line-height: 1.25;
}

.spacer-60 {
    margin-left: 60px;
    margin-right: 60px;
}

label.ui-checkboxradio-label {
    background: rgb(170, 170, 170);
    color: black;
}

label.ui-checkboxradio-label.ui-checkboxradio-checked {
    background: white;
}

#map-canvas {
    border: 1px solid black;
    position: relative;
    display: block;
}

div#map-canvas.is-zoomed:hover {
    cursor: move;
}

p.seat_description {
    margin-left: 15px;
}

.display_if_items_in_cart label:hover {
    color: white;
    background: cadetblue;
    border-color: #aaab9c #fff #fff #ccc;
}

.display_if_items_in_cart input[type="radio"]{
    vertical-align: middle;
    margin-top: -4px;
}

.display_if_items_in_cart label{
    vertical-align: middle;
}

#seat_map_legend {
    width: 150px;
    height: 85%;
    background: #fafafa;
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 0;
    font-size: 0.9em;
    border: 1px solid #a0a0a0;
    border-right: 1px solid black;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

div#show_legend_button_container {
    position: absolute;
    top: 10px;
    right: 10px;
}

div#close_legend_button_container {
    position: absolute;
    top: 10px;
    right: 10px;
}

#display_seat_map_legend, #close_seat_map_legend {
    background: #EEE;
    font-size: large;
    padding: 2px 6px;
    border: 1px solid black;
}

#display_seat_map_legend:hover, #close_seat_map_legend:hover, .zoom_control_btn:hover {
    background: #ccc;
	color: #2c2c2c;
    border-color: #aaab9c #fff #fff #ccc;
}

#close_legend_button {
    /*position: relative;*/
    position: absolute;
    height: 20px;
    width: 20px;
    display: flex;
    flex-direction: column;
    /*display: block;*/
    justify-content: center;
    border: 1px solid black;
    background: #EEE;
    top: 16px;
    right: 10px;
}

#close_legend_button:hover {
    background: #ccc;
	color: #2c2c2c;
    border-color: #aaab9c #fff #fff #ccc;
    cursor: pointer;
}

#close_legend_button::before,
#close_legend_button::after {
    position: absolute;
    content: '';
    width: 95%;
    height: 2px; /* cross thickness */
    background-color: black;
    right: 0;
}

#close_legend_button::before {
    transform: rotate(45deg);
}

#close_legend_button::after {
    transform: rotate(-45deg);
}

.legend_description_term svg {
    fill: currentColor;
}

.legend_description_group {
    display: flex;
    margin-top: 10px;
}

.legend_description_term {
    flex: 0 0 30px;
}

.legend_heading_wrapper {
    background-color: #eee;
    padding: 15px;
    padding-right: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a0a0a0;
    flex-direction: row;
}

.legend_zone_list > dd {
    font-weight: 700;
}

dt, dd {
    line-height: 21px;
}

.legend_zone {
    padding: 0 15px 0;
}

.legend_heading {
    margin: 0;
    font-size: 1.8em;
    font-weight: 400;
}

.legend_zone_price_info {
    font-style: italic;
    font-weight: normal;
    font-size: 1.1em;
}

.legend_zone_list, .legend_seat_type_list {
    font-weight: normal;
    font-size: 1.4em;
}

#legend_zone_list {
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 10px;
    font-weight: bold;
}

.legend_zone_container {
    overflow-y: auto;
    bottom: 0;
    left: 0;
    height: inherit;
}
dd.legend_description_details {
    margin-left: 1em;
}

.zoom_controls {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
}

.zoom_control_btn {
    width: 45px;
    height: 36px;
    line-height: 1;
    padding: 0;
    background-color: #f7f7f7;
    display: block;
    position: relative;
    border: 1px solid #aaa;
    color: #333;
}

/*.zoom_control_btn::before, .zoom_control_btn::after {*/
/*    content: "";*/
/*    background-color: currentColor;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    -webkit-transform: translate(-50%,-50%);*/
/*    transform: translate(-50%,-50%);*/
/*}*/

/*.zoom_control_btn_zoom::before, .zoom_control_btn_zoom::after {*/
/*    width: 3px;*/
/*    height: 15px;*/
/*}*/

.zoom_control_btn_zoom:disabled {
    color: #888;
    cursor: auto;
    background:#B7B7B7;
    border-color: #888;
}

/*.zoom_control_btn_zoom::after {*/
/*    transform: translate(-46%, -46%) rotate(90deg);*/
/*}*/

/*#zoom_out_button:before {*/
/*    display: none;*/
/*}*/

#zoom_all_button {
    margin-bottom: 5px;
}

#zoom_in_button {
    margin-bottom: -1px;
}

/*#zoom_all_button::before {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-radius: 12px;*/
/*    background-color: #f7f7f7;*/
/*    -webkit-box-shadow: 0 0 0 1px #999;*/
/*    box-shadow: 0 0 0 1px #999;*/
/*}*/

/*#zoom_all_button::after {*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    border-radius: 8px;*/
/*}*/

.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.screen_view_components {
    position: relative;
}

body.donate {
    background-image: url("/static/images/donate_background.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /*width: var(--site-width);*/
    display: grid;
    grid-gap: 15px;
}

header.donate {
    background-color: transparent;
    border-bottom: none;
    margin-top: 20px;
}

/*body.donate .header-inner {*/
/*    padding-top: 20px;*/
/*}*/

img.audience {
    clip-path: circle(122px at center);
}

div.audience-img-container {
    display: flex;
    justify-content: center;
}

div.donation-levels {
    display: grid;
    grid-gap: 15px;
    width: max-content;
    margin: auto;
}

div.donation-level-row-1 {
    display: grid;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*grid-template-columns: repeat(auto-fill, minmax(250px,1fr));*/
    grid-template-columns: 1fr 1fr 1fr;
}

div.donation-level-row-x {
    display: grid;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*grid-template-columns: repeat(auto-fill, minmax(400px,1fr));*/
    grid-template-columns: 1fr 1fr;
}

div.donate-img {
    display: flex;
}

div.donate-img-last {
    justify-content: right;
}

div.donate-img-middle {
    justify-content: center;
}

div.donate-img-first {
    justify-content: left;
}

div.donate-1 {
    margin: auto;
    max-width: var(--site-width);
    display: grid;
    grid-gap: 20px;
}

div.audience-and-text {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 30px;
}

div.please-mail-text {
    margin-top: 20px;
}

/* CSS to make elements look like those on the Spanish River web site */
.sr-top-menu {
    margin-left: 140px;
}

/* no hover color - same as background */
/*.donate-top-menu a:hover {*/
/*    background-color: rgba(139, 0, 0, 1);*/
/*}*/

/*.donate-top-menu a {*/
/*    float: left;*/
/*    text-align: center;*/
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
/*    text-decoration: none;*/
/*    color: black;*/
/*    font: normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;*/
/*}*/

ul.donate {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: var(--sr-maroon-background-color);
}


li.donate {
    float: left;
}

li.donate a {
    display: block;
    color: white;
    padding: 0 35px;
    text-decoration: none;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
}

li.donate p {
    padding: 0 15px;
    line-height: 39px;
}

li.donate a:hover {
    background-color: var(--sr-menu-hover-color);
    color: black;
}

header.donate div.logo {
    margin-bottom: 17px;
}

.donate-header-text {
    font-size: 2em;
    font-weight: bold;
}

p.seats_left {
    /*font-weight: bold;*/
    font-size: 110%;
}

#id_seating_tier li, #id_opt-seating_tier li {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 10px;
}

.cpa_column {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*margin: 0 -10px;*/
}

div.vert-centered {
    display: flex;
    align-items: center;
}

select {
    background-color: transparent;
}

h3.customer-note {
    font-size: medium;
    font-style: italic;
}

div#tos {
    max-width: 500px;
}

div#tos ol {
    margin: 5px;
    padding: 5px;
}

div#tos ol li {
    margin: 5px;
}

div#tos h5 {
    margin-bottom: 5px;
}

div#tos a:hover {
    background-color: var(--src-gold);
}

input.tos.cpa-button {
    background: #DDD;
    color: #2C2C2C;
    border-radius: 5px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: #888;
    padding: 0.2em 0.4em;
    margin-top: 10px;
    display:flex;
    flex-direction:row;
}

input.tos.cpa-checkbox {
    margin-left: 0;
}

p#display_tos_link:hover {
    background-color: cadetblue;
    cursor: pointer;
}

p#display_tos_link {
    font-size: medium;
    text-decoration: underline;
    width: fit-content;
    margin: 5px 0px;
}

div.above-section {
    margin-bottom: 10px;
}

h3.button-helper {
    display: inline-flex;
    margin-left: 10px;
}

/* grid stuff */
@supports(display: grid) {
    .seat_map_grid {
        display: grid;
        grid-template-columns: minmax(0, 150px) repeat(1, minmax(300px, 1fr)) minmax(0, 150px);
        /*grid-template-columns: minmax(0, 150px) repeat(1, minmax(300px, 700px)) minmax(0, 150px);*/
        /*grid-template-columns: minmax(0, 150px) 1fr minmax(0, 150px);*/
        /*grid-column-gap: 10px;*/
    }

    div#main-body {
        grid-template-columns: repeat(5, 1fr);
    }

    .span2 {
        grid-column-end: span 2;
    }

    .span3 {
        grid-column-end: span 3;
    }

    .subitems {
        /*display: grid;*/
        /*grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));*/
        /*grid-column-gap: 10px;*/
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    div.span3.distribute {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    div.span3.distribute {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        /*text-align: center;*/
    }

    div.span3.distribute div + div { /* center middle of three in a distributed group */
        text-align: center;
    }

    .subitems > *{ margin: 0 10px 8px 10px; }
}

/*@media only screen and (max-width: 400px) {*/
/*    .seat_map_grid {*/
/*        display: grid;*/
/*        !*grid-template-columns: minmax(0, 150px) repeat(1, minmax(300px, 1fr)) minmax(0, 150px);*!*/
/*        !*grid-template-columns: minmax(0, 150px) repeat(1, minmax(300px, 700px)) minmax(0, 150px);*!*/
/*        grid-template-columns: 1fr;*/
/*        !*grid-column-gap: 10px;*!*/
/*    }*/
/*}*/

/* 2023 */

/* body is the whole page
Header, main body and footer are grid rows */
body {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 10px;
}

/*
Header, footer and main area have 3 grid columns - left and right are margins
Central column of header is a grid with:
Two grid rows:
Top row with logo and phone number
Bottom row with menu  */

div#main {
    display: grid;
    grid-template-columns: minmax(10px, 100px) auto minmax(10px, 100px);
}

@media(min-width: 450px) {
    header, footer {
        display: grid;
        grid-template-columns: minmax(10px, 100px) auto minmax(10px, 100px);
    }
}

/*#header-pic {*/
/*    margin: 15px auto;*/
/*	width: 100%;*/
/*	height: auto;*/
/*}*/

.header-text {
    color: #EEEEEE;
    font-size: x-large;
    font-weight: bold;
}

.customer_fieldset {
    border-color: rgb(200, 200, 200);
    border-style: solid;
    border-width: 2px;
	border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

ul.series_selection_list button {
    background: none;
}

/* Buttons/links in cust_order_intro */
button span.primary {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: large;
    background-color: transparent;
    color: rgb(34, 34, 34);
    display: block;
    text-align: left;
    font-weight: bold;
}

button span.secondary {
    font-size: medium;
    display: block;
    text-align: left;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#promo_entry_grid {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: repeat(3, auto); /* Three rows, each sized based on its content */
    gap: 10px; /* Adjust gap as needed */
    /*justify-items: center;*/
    align-items: center;
}

#promo_code_container {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

button#add_promo_button {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    width: fit-content;
}

#promo_or {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

button#no_promo_button {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    width: fit-content;
}

input#promo_code {
    margin-bottom: 0;
}

/* waiting notes animation */
.waiting_notes {
    display: none;
    position: absolute;
    top: 45px;
    right: 10px;
    width: 170px;
    height: fit-content;
}

.musical_note {
    position: absolute;
    height: 40px;
    animation: moveNote 4s ease-in-out infinite;
}

@keyframes moveNote {
    0%, 100% {
        left: 0;
    }
    50% {
        left: 100px;  /* 100px (parent width) - 20px (note width) */
    }
}

.musical_note:nth-child(1) {
    animation-delay: 0s;
}

.musical_note:nth-child(2) {
    animation-delay: 0.5s;
}

.musical_note:nth-child(3) {
    animation-delay: 1s;
}

.musical_note:nth-child(4) {
    animation-delay: 1.5s;
}

.watermark {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 12em;
    color: rgba(0, 0, 0, 0.1); /* Adjust transparency */
    z-index: 0;
    pointer-events: none;
    white-space: nowrap;
}

.watermark.red {
    color: rgba(255, 0, 0, 0.3); /* Adjust transparency */
}

table.customer-order-table {
    font-size:medium;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-spacing: 0;
    border-collapse: collapse;
    /*line-height: 1.2;*/
}

.customer-order-table td, .customer-order-table th {
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-collapse: collapse;
    padding: 3px 4px;
}
