*, body, html {
  font: normal 14px/20px "Roboto";
}

#header nav {
  background: #f58b1e;
  color: #fff;
}
#header nav li > a {
  color: #fff;
  text-decoration: none;
}
#header nav li:hover, #header nav li.open, #header nav li.active {
  background-color: #faa651;
}
#header nav li:hover > a, #header nav li.open > a, #header nav li.active > a {
  background-color: transparent;
  color: #444444;
  outline: none;
}
#header nav li.active > a {
  color: #ffffff;
}
#header nav .dropdown-menu li > a {
  color: #444444;
}
#header nav .dropdown-menu li:hover, #header nav .dropdown-menu li.active {
  background-color: #1f335e;
}
#header nav .dropdown-menu li:hover > a, #header nav .dropdown-menu li.active > a {
  background-color: transparent;
  color: #fff;
}
#header .user-block {
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 0px 8px;
  text-align: center;
}
#header .user-block img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 4px;
}
#header .user-block .caret {
  border-top-width: 8px;
  border-left-width: 8px;
  border-right-width: 8px;
}

.user-block-link {
  text-decoration: none;
  color: inherit;
}
.user-block-link:hover {
  text-decoration: underline;
  color: inherit;
}

.user-block-avatar {
  display: flex;
}
.user-block-avatar .user-block-avatar-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 4px;
  background-size: cover;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  aspect-ratio: 1;
}
.user-block-avatar .user-block-details .user-block-name {
  font-weight: bold;
}
.user-block-avatar .user-block-details .user-block-business {
  font-size: 80%;
  line-height: 80%;
}
.user-block-avatar .user-block-remove {
  cursor: pointer;
  margin-left: 4px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #ff5555;
}

.dashboard-row-header {
  background-color: #1f335e;
  font-size: 18pt;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 4px;
  border-radius: 4px;
}

.btn-bnaa-secondary {
  text-transform: uppercase;
  box-shadow: 0px 1px 0px 0px #fce2c1;
  background: linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
  background-color: rgba(0, 0, 0, 0);
  background-color: #ffc477;
  border-radius: 6px;
  border: 1px solid #f5891e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 5px;
  padding: 10px 5px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #cc9f52;
}
.btn-bnaa-secondary:hover {
  background: linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
  background-color: rgba(0, 0, 0, 0);
  background-color: #fb9e25;
  color: #ffffff;
}

.btn-bnaa-committee {
  background: linear-gradient(to bottom, rgb(193.6573033708, 137.3426966292, 189.6348314607) 5%, #753d71 100%);
  border: 1px solid rgb(49.9550561798, 26.0449438202, 48.2471910112);
  text-shadow: 0px 1px 0px rgb(176.1797752809, 103.8202247191, 171.0112359551);
}

.btn-bnaa-committee:hover,
.btn-bnaa-secondary.btn-bnaa-committee:hover {
  background: linear-gradient(to bottom, rgb(176.1797752809, 103.8202247191, 171.0112359551) 5%, rgb(83.4775280899, 43.5224719101, 80.6235955056) 100%);
  border: 1px solid rgb(16.4325842697, 8.5674157303, 15.8707865169);
  text-shadow: 0px 1px 0px rgb(193.6573033708, 137.3426966292, 189.6348314607);
}

.btn-bnaa-committee-menu {
  background-color: rgb(193.6573033708, 137.3426966292, 189.6348314607);
}

.btn-bnaa-committee-menu:hover {
  background-color: rgb(193.6573033708, 137.3426966292, 189.6348314607);
}

.btn-bnaa-admin {
  background: linear-gradient(to bottom, #f00 5%, #f55 100%);
  border: 1px solid #f55;
}

.btn-bnaa-admin-menu {
  background-color: #f00;
}

.btn-bnaa-admin-menu:hover {
  background-color: rgba(255, 0, 0, 0.4666666667) !important;
}

.box-bnaa-committee-admin {
  background: linear-gradient(to bottom, rgba(255, 119, 208, 0.2) 5%, rgba(251, 37, 97, 0.2) 100%);
  border: 1px solid rgb(16.4325842697, 8.5674157303, 15.8707865169);
}

.box-bnaa-committee-admin:before {
  content: "COMMITTE ADMIN ONLY";
  font-weight: bold;
  display: block;
}

.box-bnaa-admin {
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0.2) 5%, rgba(255, 85, 85, 0.2) 100%);
  border: 1px solid #f55;
}

.box-bnaa-admin:before {
  content: "ADMIN ONLY";
  font-weight: bold;
  display: block;
}

.dashboard-row-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 18px 0 24px;
}
.dashboard-row-items > a {
  flex: 0 1 calc(33% - 20px);
  margin: 0px;
}

@media (max-width: 767px) {
  .dashboard-row-items > a {
    flex: 0 1 calc(50% - 20px);
  }
}
/* Mobile */
@media (max-width: 500px) {
  .dashboard-row-items > a {
    flex: 0 1 100%;
  }
}
.table-referrals td:first-child {
  border-left: 1px solid black;
}
.table-referrals td:last-child {
  border-right: 1px solid black;
}
.table-referrals td {
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
  vertical-align: middle !important;
}
.table-referrals .normal-row > td {
  border-bottom: 0px none transparent !important;
}

.btn-bnaa-primary {
  background-color: #1e325e;
  border-color: #1e325e;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
}
.btn-bnaa-primary:hover, .btn-bnaa-primary:focus, .btn-bnaa-primary:active, .btn-bnaa-primary:active:focus {
  background-color: #0074a2;
  border-color: #0074a2;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
}

.btn-bnaa-secondary-solid {
  background-color: #fb9e25;
  border-color: #f5891e;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
}
.btn-bnaa-secondary-solid:hover, .btn-bnaa-secondary-solid:focus, .btn-bnaa-secondary-solid:active, .btn-bnaa-secondary-solid:active:focus {
  background-color: #ffbb61;
  border-color: #ffb250;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
}

.dashboard-sidebar-section {
  background-color: #f5f5f5;
  margin-bottom: 16px;
  padding: 8px;
  line-height: 1.8em;
  border-radius: 4px;
}
.dashboard-sidebar-section .dashboard-sidebar-section-header {
  color: #f3871b;
  font-weight: bold;
}

.bnaa-panel-pre {
  margin: 0 auto;
  max-width: 600px;
  padding-left: 16px;
  padding-right: 16px;
}
.bnaa-panel-pre.bnaa-panel-full {
  max-width: 100%;
}

.bnaa-text-orange {
  color: #f3871b;
}

.bnaa-text-blue {
  color: #1e325e;
}

.bnaa-panel {
  background-color: #f5f5f5;
  margin: 0 auto;
  max-width: 600px;
  padding: 16px;
  margin-top: 32px;
  border-radius: 16px;
}
.bnaa-panel h2 {
  margin-top: 0;
  color: #f3871b;
  font-weight: bold;
}
.bnaa-panel.bnaa-panel-full {
  max-width: 100%;
}

fieldset {
  border-bottom: 0px none;
  padding: 16px;
  padding-bottom: 0px;
}
fieldset legend {
  margin-bottom: 0;
  border-bottom: 0;
  font-size: inherit;
  font-weight: bold;
  margin-left: -16px;
  margin-top: 16px;
}

.has-float-label {
  display: block;
  position: relative;
}

.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 75%;
  /*pointer-events: none;*/
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -0.5em;
  left: 12px;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}

.has-float-label label::after, .has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.has-float-label .form-control::-moz-placeholder {
  opacity: 1;
  transition: all 0.2s;
}

.has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
  transition: all 0.2s;
}

.has-float-label .form-control::placeholder {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 110%;
  opacity: 0.5;
  top: 0.6em;
  font-weight: normal;
}

.input-group .has-float-label {
  display: table-cell;
}

.input-group .has-float-label .form-control {
  border-radius: 4px;
}

.input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}

.customcss th {
  background-color: #f58b1e;
  background-image: url("./images/tableheader.jpg");
  background-position: left top;
  border: 0px solid #B2BABD;
  border-collapse: collapse;
  color: #FFF;
}

.customcss th a {
  color: #FFFFFF;
}

.customcss {
  border-spacing: 0;
  text-align: left;
  border-collapse: collapse;
}

.customcss td {
  background-color: #FFFFFF;
  border: 0px solid #D1DCEB;
  border-collapse: collapse;
  padding: 3px;
  vertical-align: middle;
}

table.customcss {
  border: 1px solid #D1DCEB;
  border-collapse: collapse;
  width: 100%;
}

table.customcss:not(.singlecolor) > tbody > tr:nth-child(even) td {
  background-color: #dadada;
}

.progress-container {
  display: flex;
}
.progress-container .progress {
  flex: 1;
  margin-right: 8px;
}
.progress-container .text {
  flex: 0 0 60px;
  text-align: left;
}

.button-row {
  display: flex;
  justify-content: space-around;
}

.light-red {
  background-color: #dd2b2b;
}

.light-green {
  background-color: #4cb34c;
}

.light-yellow {
  background-color: #ffa700;
}

.light-orange {
  background-color: #ffa700;
}

.navbar-header .navbar-brand {
  color: white;
}
.navbar-header .icon-bar {
  border: 1px solid white;
}

.spotlight-member > a {
  color: black;
}
.spotlight-member > a:hover, .spotlight-member > a:focus, .spotlight-member > a:active {
  color: black;
  text-decoration: none;
}

h4.ec-event-title {
  font-size: inherit;
}

.form-group {
  position: relative;
}

/* Red border when invalid */
.form-group:has(.form-control:required:user-invalid) .form-control {
  border-color: #dc3545;
}

/* Inject the "Required" message */
.form-group:has(.form-control:required:user-invalid)::after {
  content: "Required";
  color: #dc3545;
  font-size: 80%;
  display: block;
  margin-top: 4px;
}

/*# sourceMappingURL=bnaa.css.map */
