:root {
    --body-background: F5E1C3;
    --primary-blue: #00000;
    --link-color: #202281;
    --visited-link-color: #1417bb; 
    --hover-link-color: #FFEE66;
    --hover-menu-color: #000000;
    --active-menu-color: #000000; 
    --highlight-blue: #272987;
    --light-blue: #99c7ff;
    --secondary-blue: rgb(48,96,190); 
    --masthead-bg: rgb(18, 20, 11);
    --menu-bg: #7073d9; 
    --footer-color: black;
    --text-color: black;
    --error-color: red; 
    --error-bg: #9a4044;
    --grey-border-color: #475E6C;
    --selected-membership-bg: #475E6C; 
    --button-bg-blue: #FFBB00;
    --button-bg-grey: #FF9800;
    --orange-highlight: #E17009;
}



body {
	color: var(--text-color);
	background-color: var(--body-background);
	font-family: arial,helvetica,sans-serif; 
	font-size: 0.9em;
	
}

p {
	font-size: 0.9em;
	padding: 7px;
}

a:link {color:  var(--link-color); text-decoration: underline}
a:visited {color: var(--visited-link-color); text-decoration: underline}
a:hover {color:  var(--hover-link-color); text-decoration: underline overline}
a:active {color: #FFFFCC; text-decoration: underline overline}

a.menu:link {
	color:  var(--link-color);
	padding:1px;
	font-size:12px;
}
a.menu:visited {
	color:  var(--link-color);
	padding:1px;
	font-size:12px;
}
a.menu:hover {color:  var(--hover-menu-color);}
a.menu:active {color: var(--active-menu-color);}


img { border-style: none; }

ul { list-style-type: square; }

h1 {
	font-size: 1.2em;
	color:  var(--primary-blue);
	margin-left: 10px;
}

h2 {
	font-size: 1.1em;
	color:  var(--primary-blue);
	margin-left: 10px;
}

h3 {
	font-size: 1.0em;
	color:  var(--primary-blue);
	margin-left: 10px;
}

h4 {
	font-size: 0.9em;
	color:  var(--primary-blue);
	margin-left: 10px;
}


table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 1.0em;
	border-collapse: collapse;
}

.ui-front.ui-autocomplete {
    z-index: 101;
}

ul.naked li {
    list-style: none;
}

.masthead {
	background-color:  var(--masthead-bg);
}


.menu {
	padding-top: 5px;
	background-color:  var(--menu-bg);
	font-weight: bold;
	font-size: 15px;
	padding-left: 5px;
	color:  var(--light-blue);
	vertical-align: top;
	text-decoration: none;
}

.chooseEventForm {

}

.doubleLine {
	border-top-style:Solid;
	border-top-width:10px;
	border-top-color: var(--highlight-blue);
	border-bottom-color: var(--highlight-blue);
	border-bottom-width:5px;
	border-bottom-style:solid;
}

.menucont {
	background-color: var(--secondary-blue);
}

.leftmenu {
    border-radius: 1rem;
    background-color: #678DDA; 
    background-repeat: no-repeat;
    color: #2c3240;
    padding: 5px;
    vertical-align: top;
    font: bold 1.2rem arial,helvetica,sans-serif;
    text-decoration: none;	
    width: 15rem;
}

.leftmenu .quicksearch {
    margin: 5px;
}

.leftmenu a {
	text-decoration: none;
}

.leftmenu a.link {
	font-size: 1rem;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.leftmenu a.link:hover {
	color: #fff;
}

.leftmenu a.title {
	color: #fff;
	background-color: #3060BE;
	display: block;
	border-bottom: 1px solid #1b356a;
	border-right: 1px solid #1b356a;
	border-top: 1px solid var(--secondary-blue);
	border-left: 1px solid var(--secondary-blue);
	margin: 3px;
	margin-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 5px;
	text-decoration: none;
}


.leftmenu a.title:hover{
	color: #E17009;
	background-color: #3060BE;
	border-top: 1px solid #1b356a;
	border-left: 1px solid #1b356a;
}

.leftmenu p.title {
	color: #FFFFFF;
	background-color:  var(--highlight-blue);
	display: block;
	border-top: 1px solid #3f42ee;
	border-left: 1px solid #3f42ee;
	margin: 3px;
	margin-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 5px;
	text-align: left;
}

.leftmenu p.seperator {
	color: var(--visited-link-color);
	border: 1px solid #3f42ee;
	font-size: 0.8rem;
	width: 80%;
	margin-left: 5px;
	text-align: center;
	padding-right: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}

.footer {
    text-align: center;
    font-size: 1em;
    color: var(--footer-color);
}

.footer a {
    /*Ew, need to get rid of !important*/
    text-decoration: inherit !important;
    color: inherit !important;
}


/* start stuff kay added for dashboards*/

h2.dashboardlink {
	font-size: 1.1em;
	margin-left: 5px;
	margin-bottom: 2px;
	text-decoration: none;
}

h2.dashboardlink:hover {
	font-size: 1.1em;
	margin-left: 5px;
	margin-bottom: 2px;
	text-decoration: none;
	color: white;
	
}

p.dashboarddescription {
	margin: 3px;
	margin-top: 1px;
	margin-left: 10px;
	width: 70%;
}

/* end stuff kay added for dashboards */

.somthing {
	background-color:  var(--menu-bg);
	font-size: 15px;
	color:  var(--light-blue);
	padding-left: 10px;
	font-weight: bold;
	vertical-align: top;
	border-style:solid;
	border-width:0px;
	border-color: var(--highlight-blue);
}

.spacer {
    min-width: 20px;
}

.main {
        padding:1rem;
        padding-top:30px;
        color: rgb(0, 15, 0);
        background-color: #fff;
        border-radius: 1rem;
}

.middle {
	background-color: #fff;
}

img.cornerimg {
  padding-right: 0px;
  width: 20px;
  float: left;
  padding-left: 1px;
}

.bottomMain { background-color: #fff; }

.bottom {
	border-top-color: var(--highlight-blue);
	border-top-width:0px;
	border-top-style:solid;
}

.highlight {
	border: 1px solid green;
	background-color: white;
	width: 450px;
	margin-left: 25px;
}
/* ... Stuff above is from rain furrest site.*/
.normText {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #EE6633;
	text-align: justify;
}
.medText {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-style: normal;
	font-weight: bold;
	color: #EE9933;
	text-align: left;
	text-indent: 0em;
}
.bigText {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC33;
	text-align: left;
	font-weight: bold;
	text-indent: 0em;
}


/************************************ Modernized Table Style "portrayinfo" *********************************************/
table.portrayinfo {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

table.portrayinfo th {
  background-color: #dba100;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 12px;
  text-align: center;
}

table.portrayinfo td {
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
  font-size: 1em;
  color: #333;
  text-align: center;
}

table.portrayinfo td.titlerow {
  background-color: #FFBB00;
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  text-align: center;
}

table.portrayinfo td.info {
  font-family: 'Courier New', Courier, monospace;
  text-align: left;
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
}

table.portrayinfo td.money {
  font-family: 'Courier New', Courier, monospace;
  text-align: right;
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
}

/* Alternating row colors for .info cells */
table.portrayinfo tr:nth-child(even) td.info {
  background-color: #f9f9f9;
}

table.portrayinfo tr:nth-child(odd) td.info {
  background-color: #ffffff;
}

/* Hover effect */
table.portrayinfo tr:hover td.info {
  background-color: #e6f0ff;
}

/* Styling for select dropdowns */
table.portrayinfo select {
  padding: 6px 10px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Styling for submit buttons */
table.portrayinfo input[type="submit"] {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 1em;
  background-color: #FFBB00;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  box-sizing: border-box;
}

table.portrayinfo input[type="submit"]:hover {
  background-color: #474b41;
}
/*************************************************************************************************************************/


#head {color: #FFEE00; font-size: 15pt; line-height: 18pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif}
#subhead {color: #FFAA00; font-size: 11pt; line-height: 12pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif}
#nanohead {color: #EE9922; font-size: 9pt; line-height: 10pt; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif}

/* button css for username kiosk */
.bluebutton {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	color: #0000000 !important;
	background-color: var(--button-bg-blue) !important;
	text-decoration: none !important;
        border-radius: 4px; 
        top-margin 20px !important;
}


.greybutton {
    border: 0;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    color: #ffff !important;
    background-color: var(--button-bg-grey) !important; /* Muted color */
    text-decoration: none !important;
    border-radius: 4px;
    top-margin: 10px; 
}


.midVAlignDiv {
    vertical-align: middle;
}

.teenyButtonText { /* Used in the kioisk to ad a second teeny text lin on a .blueButton or .greyButton */
  font-size: 8px; /* Adjust to make the text smaller */
  vertical-align: super; /* Optional: aligns the small text slightly higher */
}
input {
    width: 90%;                /* responsive width */
    max-width: 300px;          /* prevents over-stretching */
    padding: 10px 12px;        /* more breathing room inside */
    border: 1px solid #ccc;    /* soft border */
    border-radius: 6px;        /* rounded corners */
    font-size: 1rem;           /* modern readable text */
    box-sizing: border-box;    /* keep padding inside width */
    background-color: #f9f9f9; /* light background */
    transition: all 0.2s ease; /* smooth focus/hover animation */
}

/* Focus effect */
input:focus {
    border-color: #FF9800;
    box-shadow: 0 0 5px rgba(76, 91, 66, 0.4);
    outline: none;
}
/* Modernized multipleFirstTitle table styles */
table.multipleFirstTitle {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

table.multipleFirstTitle th {
  background-color: #667256;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 12px;
  text-align: center;
}

table.multipleFirstTitle td {
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
  font-size: 1em;
  color: #333;
  text-align: center;
}

/* Alternating row colors */
table.multipleFirstTitle tr:nth-child(even) td {
  background-color: #f9f9f9;
}

table.multipleFirstTitle tr:nth-child(odd) td {
  background-color: #ffffff;
}

/* Hover effect */
table.multipleFirstTitle tr:hover td {
  background-color: #b8c2ab;
}

/* Submit buttons */
table.multipleFirstTitle input[type="submit"] {
  padding: 10px 20px;
  font-size: 1em;
  background-color:#FFBB00;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  box-sizing: border-box;
}

table.multipleFirstTitle input[type="submit"]:hover {
  background-color: #FFBB00;
}


input[type="submit"] {
  padding: 10px 20px;
  font-size: 1em;
  background-color: #FFBB00;
  color: #FFFFFF; /* Black text for visibility */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  max-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}

input[type="submit"]:hover {
  background-color: #FFBB00;
  color: #FFFFF; /* Maintain black text on hover */
}



select[name="registrant_locale_new"] {
  padding: 6px 10px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
}


.bluebutton {
    margin-top: 10px;
}


#resendButton {
    margin-top: 10px;
}


.ui-dialog-buttonpane {
    display: none !important;
}







