.eventimage-overlay {
	color: white;
    background-color: rgba(0, 0, 0, 0.2);
}

#event-information-title {
	color: white;
}

#event-information-subtitle {
	color: white;
}

#customErrorMsgs {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}

div#formSection {
    max-width: 800px !important;
    padding-left: 0.5em !important;
}

form.marketingForm {
    padding-top: 2em;
}

.crmEntityFormView, .entitylist, .modal-content, .popover-content {
	border:0 !important
}

.crmEntityFormView .cell {
    padding: 0px 0px 10px 0px;
}

.crmquickform-cell:first-child{
	border-right: 0 !important
}

a{
    text-decoration: underline !important;
    color: #016B45 !important;
}

td {
    padding-top: 0.25em !important;
    padding-right: 0.5em !important;
}

.table-info{
    --bs-table-border-color: #ffffff !important
}

.btn:hover{
    background: #FECF66 !important
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #000  !important;
    background-color: #C6C6C6 !important;
}

.discardButton {
   background-color: #842029 !important;
}

.discardButton:hover {
   background-color: #a8363f !important;
}

.eventInformation{
    background-color: #00000080  !important;
    border: #000000 1px solid;
    text-align: center;
    padding: 2em !important;
}

.alert-danger{
    color: #842029 !important;
    font-weight: bold !important;
}

.notification-container{
    margin-top: 50px !important;
}

.crmquickform-cell .table-info label{
    color:#016B45 !important;
    border-bottom: #cccccc 1px solid;
    line-height: 130%;
    width: 100%;    
}

.crmEntityFormView fieldset{
    margin-bottom: 3px !important;
}

.crmEntityFormView .cell{
    margin-bottom: 5px !important;
}

h3{
    margin-top: 10px !important;
    color:#016B45 !important;
    border-bottom: #cccccc 1px solid;    
}

.crmEntityFormView .section-title {
    margin-bottom: -5px!important;
}

.crmEntityFormView label {
    margin-left: 3px;
}

.quickform {
    max-width: 800px !important;
}

.form-control {
    background-color: #eeeeee!important;
}

input.form-control{
    border: 1px solid #cccccc !important;
    padding-left: 10px !important;    
}

input.form-control.money {
    border: 1px solid #cccccc !important;
    padding-left: 12px !important;   
}

.cell.boolean-radio-cell input[type=radio] {
    margin: 0px !important;
}

.boolean-radio {
  display: grid;
  grid-template-columns: 20px 1fr;
  row-gap: 0.5rem;
  column-gap: 0.5rem;
}

.boolean-radio input[type="radio"] {
  grid-column: 1;
  margin-top: 5px;
  accent-color: #016B45 !important;
}

.boolean-radio label {
  grid-column: 2;
  display: block;
}

input[type=checkbox] {
    transform: scale(1.4);
    accent-color: #016B45 !important;
}

.menu-bar {
    display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loaderSpinner {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: auto;
	position: absolute;
    top: 40%;
    left: 46%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Define Proxima Nova Bold */
@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNova-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

/* Define Proxima Nova Regular */
@font-face {
    font-family: 'Proxima Nova';
    src: url('ProximaNova-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Heading 1 */
h1 {
    font-family: 'Proxima Nova', sans-serif !important;
    font-weight: bold !important;          /* Use bold style */
    font-size: 26px !important;            /* Font size 26px */
    line-height: 100% !important;          /* Line height 100% of font size */
}

/* Heading 2 */
h2 {
    font-family: 'Proxima Nova', sans-serif !important;
    font-weight: bold !important;          /* Use bold style */
    font-size: 20px !important;            /* Font size 20px */
    line-height: 120% !important;          /* Line height 120% of font size */
}

/* Heading 3 */
h3 {
    font-family: 'Proxima Nova', sans-serif !important;
    font-weight: bold !important;          /* Use bold style */
    font-size: 15px !important;            /* Font size 15px */
    line-height: 130% !important;          /* Line height 130% of font size */
}
/* Heading 4 */
h4 {
    font-family: 'Proxima Nova', sans-serif !important;
    font-weight: bold !important;          /* Use bold style */
    font-size: 15px !important;            /* Font size 15px */
    line-height: 130% !important;          /* Line height 130% of font size */
}
/* Heading 5 */
h5 {
    font-family: 'Proxima Nova', sans-serif !important;
    font-weight: bold !important;          /* Use bold style */
    font-size: 15px !important;            /* Font size 15px */
    line-height: 130% !important;          /* Line height 130% of font size */
}


/* Body Text */
body {
    font-family: 'Proxima Nova', sans-serif !important;
    font-weight: normal !important;        /* Use normal weight */
    font-size: 15px !important;            /* Font size 15px */
    line-height: 150% !important;          /* Line height 150% of font size */
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    padding: 12px 0px;
    border-radius: .25rem
}
.card>hr {
    margin-right: 0;
    margin-left: 0
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 20px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.footer {
    margin-top: 190px !important;
}

#registration-list {
	padding: 1.5em;
	max-width: 700px;
    text-align: left;
}

#registration-list > ul {
	border-radius: 5px;
}

.registration-information {
	display: inline-block;
    width: 70%;
    padding:5px;
}

.registration-fullname {
	font-weight: bolder;
}

.registration-button-wrapper {
	display: inline-flex;
    text-align: right;
    gap: .5rem;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.registration-edit-button {
	padding: 6px 10px;
}

.registration-delete-button {
	padding: 6px 10px;
}

#epr_passes_label:after {
  content:" *";
  color: red;
  visibility: visible;
}

.submitButtonWrapperInner {
  display: inline-flex;   /* or flex */
  gap: .75rem;            /* space between buttons */
}

.submitButtonWrapper > button {
  background-color: #016B45;
}

.submitButton:hover{
    background-color: #02AA6E;
}

.bootstrap-datetimepicker-widget tr td button{
	background-color: #efefef !important
}

.bootstrap-datetimepicker-widget{
	background-color: #efefef !important
}

.bootstrap-datetimepicker-widget tr td.active button{
    background:#016B45 !important;
    background-color:#016B45 !important;
}

td.day.active {
    background-color: #016b45 !important;
}



/* Make the dropdown list always visible */
.msos-selection-container {
  position: relative !important;     /* stop fixed positioning */
  display: block !important;       /* force visibility */
  width: 100% !important;
  max-height: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc;
  margin-top: 0.5rem;
  border:none !important;
  z-index: 1 !important;                       /* keep it low so other popups can overlay it */
}

/* Ensure the options list is visible */
.msos-selection {
  display: block !important;
  max-height: none;                /* show all items */
  overflow: visible;
}

/* Optional: add scrolling instead of infinite height */
.msos-selection {
  max-height: 500px !important;              /* adjust as needed */
  overflow-y: auto;
}

/* Keep each option stacked cleanly */
.msos-option {
  display: block;
}

/* Hide caret button (dropdown affordance) */
.msos-caret-container {
  display: none;
}

/* Optional: hide "view mode" collapsed text */
.msos-viewmode-container {
  display: none;
}

.msos-filter-container{
    display: none !important;
}

.msos-selectall {
    display: none !important;
}

.msos-container{
    font-family: 'Proxima Nova', sans-serif !important;
    font-weight: normal !important;        /* Use normal weight */
    font-size: 13px !important;            /* Font size 15px */
}

.msos-label .msos-checkbox{
    margin: 0px 0px 0px 10px !important;
    opacity: 1 !important;
    width: 1em !important;
    clip: auto !important;
}

.msos-label .msos-checkbox+.msos-label-text:before {
    margin: 10px;
    color: #ffffff !important;
}

