﻿@charset "UTF-8";
@font-face {
  font-family: "Source Sans Pro";
  src: url("/assets/fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/assets/fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/assets/fonts/SourceSansPro-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/*****/
body {
  padding: 0;
  color: #222222;
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.approval-view .card,
.meeting-overview .card {
  margin-bottom: 1.25rem;
}

.program-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  padding: 0.6rem 1rem;
  margin-bottom: 1rem;
  background-color: #f5f7fa;
  border: 1px solid #dde1e7;
  border-radius: 4px;
}
.program-meta-bar .program-meta-item {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}
.program-meta-bar .program-meta-label {
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: none;
  letter-spacing: 0;
  color: #5B5B67;
}
.program-meta-bar .program-meta-label::after {
  content: ":";
}
.program-meta-bar .program-meta-value {
  font-size: 1rem;
  font-weight: 500;
  color: #212529;
}

/* Bootstrap / forms / tables inherit the same face as the reference screens */
.btn,
.form-control,
.form-select,
input,
button,
select,
textarea,
.table,
.dataTable,
.dataTables_wrapper,
#primary-menu,
#header-menu,
#page-content,
.navbar,
.modal,
.list-group,
.nav {
  font-family: inherit;
}

/* Kendo UI widgets often set their own font */
.k-widget,
.k-input,
.k-input-inner,
.k-table,
.k-grid {
  font-family: "Source Sans Pro", sans-serif !important;
}

.k-edit-form-container {
  width: inherit !important;
}

.hidden {
  display: none !important;
}

.k-grid-edit-command .k-button-icon {
  display: none;
}

body.page-login {
  background: #fff;
  min-height: 100vh;
}

/* Bootstrap 5 removed .hide - restore for Location page and other uses */
.hide {
  display: none !important;
}

/* ── Bootstrap 3 → Bootstrap 5 col-xs-* compatibility shim ──────────────
   Bootstrap 5 dropped the "xs" breakpoint prefix.  All migrated views that
   still use col-xs-N (Budget Admin, etc.) need these aliases so columns
   display side-by-side inside Bootstrap 5 .row (which is a flex container).
   ─────────────────────────────────────────────────────────────────────── */
.col-xs-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-xs-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-xs-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-xs-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-xs-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.col-xs-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-xs-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-xs-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.col-xs-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-xs-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-xs-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

.col-xs-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* ─────────────────────────────────────────────────────────────────────── */
/* Login page specific: hide empty nav bar (login has no menu items) */
body.page-login .container-nav.login-nav-hidden {
  display: none;
}

/* Login card - matches image: light grey/off-white box, slightly rounded corners */
.login-card {
  background: #eaeaea;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
}

.login-title {
  color: #222222 !important;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.login-subtitle {
  color: #5B5B67;
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.login-subtitle-secondary {
  color: #5B5B67;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

#login-form .form-control-lg {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d1d9e0;
  padding: 0.6rem 1rem;
}

#login-form .form-control-lg:focus {
  border-color: #004e95;
  box-shadow: 0 0 0 3px rgba(0, 78, 149, 0.15);
}

/* Log In button - GE button radius */
.btn-login {
  background-color: #004e95;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
}

.btn-login:hover {
  background-color: #003d73;
  color: white;
}

.login-link {
  color: #6022A6;
  text-decoration: none;
}

.login-link:hover {
  color: #401679;
  text-decoration: underline;
}

a {
  color: #222222;
  text-decoration: none;
}

a:hover {
  color: #222222;
  text-decoration: none;
}

.color-rectangles {
  display: flex;
  margin: 15px -15px 4px -15px;
}

.color-rectangle {
  height: 5px;
  width: 25%;
}

.yellow-rectangle {
  background-color: #fcd678;
}

.pink-rectangle {
  background-color: #f099aa;
}

.blue-rectangle {
  background-color: #90d1e2;
}

.green-rectangle {
  background-color: #dedc2a;
}

.container {
  background: #FFF;
  max-width: 1920px;
}

.container-nav,
.container-top,
.container-footer {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-content {
  padding-top: 30px;
}

.normal-weight {
  font-weight: normal;
}

.weight-300 {
  font-weight: 300;
}

.light-green-bg {
  background-color: #97D700;
}

.brand-primary-bg {
  background-color: #008AB4;
}

.purple-bg {
  background-color: #80225F;
}

.white-fg {
  color: #FFF;
}

.required,
.error,
.error-message {
  color: #cc0000;
}

.error-bold {
  color: #cc0000;
  font-weight: bold;
}

.label-red-bold {
  color: #cc0000;
  font-weight: bold;
}

.btn {
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 35px;
  padding-right: 35px;
  border-radius: 8px;
}

/*a.btn-default,
.btn-default {
    color: #008AB4;
}*/
a.header:hover, a.header:active, a.header {
  text-decoration: none;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
  color: white;
  background-color: #6022A6;
  border-color: white;
}

.btn-primary:hover {
  color: white;
  background-color: rgb(135.75, 89.25, 188.25) !important;
  border-color: rgb(135.75, 89.25, 188.25) !important;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: rgb(135.75, 89.25, 188.25);
  border-color: rgb(135.75, 89.25, 188.25);
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: white;
  background-color: rgb(135.75, 89.25, 188.25);
  border-color: rgb(135.75, 89.25, 188.25);
}

a.btn-clear,
.btn-clear {
  color: #FFF;
  background-color: #6022A6;
  border-color: #FFF;
}

.gray-bg a.btn-clear,
.gray-bg .btn-clear {
  background: #6022A6;
  border: solid 1px white;
  color: #fff;
  font-weight: 600;
}

.gray-bg .btn-clear:hover,
.gray-bg .btn-clear:focus,
.gray-bg .btn-clear:active {
  background: rgb(135.75, 89.25, 188.25);
  color: #FFF;
}

.btn-clear:focus,
.btn-clear.focus {
  color: #333;
}

.btn-clear:hover {
  background-color: #FFF;
  color: #1E058B;
}

.form-actions .btn + .btn,
.k-grid-toolbar .k-button + .k-button,
#InvitesGrid + div .btn + .btn {
  margin-left: 16px;
}

.block-tile {
  padding: 15px;
  font-size: 13px;
  color: #222222;
}

.block-tile h2 {
  font-size: 2em;
  margin: 0px 0px 10px;
}

.block-tile .btn-go {
  width: 100%;
  display: block;
  font-weight: normal;
}

.block-tile.light-green-bg .btn-go:hover {
  color: #97D700;
}

.block-tile.purple-bg .btn-go:hover {
  color: #80225F;
}

.block-tile.gray-bg .btn-go:hover {
  color: white;
}

.form-inline label {
  margin-left: 15px;
  margin-right: 10px;
}

.form-inline label.first {
  margin-left: 0px;
}

.form-label-baseline {
  margin-top: 6px;
}

.form-no-border {
  border: 0;
  box-shadow: none;
}

.no-border {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  height: auto;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.m-10 {
  margin: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.m-15 {
  margin: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.m-20 {
  margin: 20px;
}

.pagination > li > a,
.pagination > li > span {
  color: #222222;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #6022A6;
  border-color: #6022A6;
}

.checkbox-list > span {
  display: block !important;
}

.checkbox-list input[type=checkbox] {
  margin: 3px 10px 0px 0px;
  display: inline-block;
}

.rblabel label {
  font-weight: 500;
}

.radio-list {
  margin-left: 20px;
}

.page-controls {
  margin: 30px 0px;
}

.width-50 {
  width: 50%;
}

.width-100 {
  width: 100%;
}

.date-picker-spacing {
  margin-right: 10px;
}

/* Date input with calendar icon - keep text box and icon on the same line */
.date-input-inline {
  display: flex;
  align-items: center;
  gap: 6px;
}

.date-input-inline .form-control {
  flex: 1;
  min-width: 0;
}

.date-input-inline .ui-datepicker-trigger {
  flex-shrink: 0;
  vertical-align: middle;
}

/* Spacing between Date Option and Time Option columns */
.program-date-time-table td:first-child {
  padding-right: 2rem;
}

.program-date-time-table td:last-child {
  padding-left: 2rem;
  min-width: 180px;
}

#ui-datepicker-div .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-next span {
  display: none !important;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  position: absolute;
}

#ui-datepicker-div .ui-datepicker-prev::after,
#ui-datepicker-div .ui-datepicker-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-weight: bold;
}

#ui-datepicker-div .ui-datepicker-prev::after {
  content: "‹";
}

#ui-datepicker-div .ui-datepicker-next::after {
  content: "›";
}

.speaker-choice-label {
  font-weight: 700;
}

.remove-speaker,
.remove-speaker:hover,
.remove-speaker:focus {
  color: #337ab7;
  text-decoration: underline;
}

.submitted-meeting-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submitted-meeting-modal-title {
  margin: 0;
  text-align: left;
}

#page-header {
  position: relative;
  margin-bottom: 5px;
}
#page-header > div:has(menu#header-menu > a)::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -12px;
  width: calc(100vw - 170px);
}
#page-header.dark-header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 120px;
  height: 150px;
  user-select: none;
  background: linear-gradient(135deg, #6022A6 0%, #7A4EB6 100%);
}
#page-header.dark-header > .row {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 170px);
}
#page-header .dark-header-logo {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  height: 80%;
  margin-left: 100px;
  object-position: left center;
  object-fit: scale-down;
  pointer-events: none;
}
#page-header .dark-header-title {
  margin: 0;
  color: white;
}
#page-header .dark-header-title-loggedin {
  transform: translate(-10%, 0px);
}
#page-header .masthead-logo {
  margin: 25px 0 25px 10px;
}
#page-header .row {
  position: relative;
}
#page-header .tagline {
  position: absolute;
  top: 45px;
  right: 30px;
  text-transform: uppercase;
  font-size: 1.2em;
  color: #777;
  font-weight: 600;
}

.dark-header .tagline {
  display: none;
}

.dark-header #header-menu a {
  color: white;
}

.dark-header #header-menu div button {
  color: white;
  background: inherit;
}

.dark-header #header-menu a:hover,
.dark-header #header-menu a:focus,
.dark-header #header-menu a:active {
  color: white;
}

.header-text1 {
  color: #ffffff;
  margin-left: 100px;
  margin-top: 0;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.header-text2 {
  color: #F0A055;
  margin-left: 100px;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

#page-header .masthead-logo {
  margin: 25px 0 25px 10px;
}

#page-header .row {
  position: relative;
}

#page-header {
  position: relative;
  margin-bottom: 0;
}

#page-header .tagline {
  position: absolute;
  top: 45px;
  right: 30px;
  text-transform: none;
  font-size: 1.2em;
  color: #777;
  font-weight: 600;
}

#header-menu {
  position: absolute;
  top: 0;
  right: 30px;
  line-height: 20px;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

#header-menu a {
  display: inline-block;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  color: #008AB4;
  font-size: 13px;
  padding: 6px 17px;
  text-decoration: none;
  text-transform: none;
}

/* Container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Button */
.dropdown-btn {
  padding: 5px 20px 6px 20px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  cursor: pointer;
  font-size: 13px;
}

/* Menu (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background: #6022A6;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1000;
}

/* Individual menu items */
.dropdown-content li a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
}

.dropdown-content li a:hover {
  background: #7A4EB6;
}

/* Show menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Menu items */
.dropdown-content .menu-item {
  padding: 0.5em 1.5em;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  width: auto; /*Default is auto (fit content)*/
  min-width: 100px; /*Optional: Minimum width per item*/
}

#primary-menu {
  margin: 0;
  position: relative;
  /* Subtle drop shadow under nav bar (Field Force reference — separates white bar from content) */
  box-shadow: 0 2px 6px rgba(0, 35, 93, 0.12);
  /*background-color: $brand-secondary;
  color: $brand-primary;*/
}

#primary-menu ul,
#primary-menu ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}

#primary-menu > ul {
  border-bottom: 0px;
}

#primary-menu > ul > li {
  width: 25%;
  text-align: center;
  display: inline-block;
}

/* Rep/Manager/VP menus: centered bar (reference UI), equal-width tabs inside the bar */
#primary-menu > ul.rep-menu {
  display: flex;
  flex-wrap: nowrap;
  width: 75%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
  background-color: #ffffff;
}

.rep-menu > li {
  flex: 1;
  width: auto !important;
  text-align: center;
  display: block;
}

#primary-menu > ul > li > a {
  color: #6022A6;
  display: block;
  font-size: 15px;
  padding: 0px;
  line-height: 55px;
  background-color: rgb(215.25, 199.75, 232.75);
}

#primary-menu > ul > li.active > a {
  background-color: #7A4EB6;
  color: white;
}

#primary-menu ul > li:hover.active > a {
  background-color: #6022A6;
  color: white;
}

#primary-menu ul li:hover > a {
  background-color: #6022A6;
  text-decoration: none;
}

#primary-menu ul > li:hover > a {
  color: #fff;
}

#primary-menu ul ul {
  display: none;
  position: absolute;
  top: 55px;
  left: 0px;
  z-index: 100;
  width: 100%;
  background: #fff;
  min-height: 48px;
  padding: 0 1rem;
  box-shadow: 0 2px 8px rgba(0, 35, 93, 0.06);
  text-align: left;
}

#primary-menu ul ul li {
  display: inline-grid;
  text-align: left;
  font-size: 0px;
}

#primary-menu ul ul li a {
  padding: 14px 15px 12px;
  background-color: transparent;
  color: #6022A6;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

#primary-menu ul ul li.active a,
#primary-menu ul ul li:hover.active a {
  padding: 14px 15px 12px;
  background-color: transparent;
  color: #6022A6;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: none;
  border-bottom: 3px solid #6022A6;
}

#primary-menu ul ul li:not(.active) a:hover {
  color: #6022A6;
  background-color: transparent;
  border-bottom-color: #6022A6;
}

#primary-menu > ul > li.active > ul.rep-programs-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

#primary-menu > ul > li.active > ul.rep-programs-menu li {
  flex: 1 1 0;
  min-width: 0;
  float: none;
  width: auto !important;
  display: block;
}

#primary-menu > ul > li.active > ul.admin-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

#primary-menu > ul > li.active > ul.admin-menu li {
  flex: 1 1 0;
  min-width: 0;
  float: none;
  width: auto !important;
  display: block;
}

ul.admin-menu li {
  width: 16.5%;
}

ul.rep-programs-menu li {
  width: 11.11%;
  float: left;
}

ul.help-menu li {
  width: 33.3%;
}

ul.mgt-programs-menu li {
  width: 12.5%;
}

ul.mtg-view-menu li {
  width: 50%;
}

ul.approval-menu li {
  width: 49%;
  float: left;
}

ul.mgt-view-menu {
  padding-right: 10px;
}

ul.mgt-view-menu li {
  width: 14%;
  float: left;
  margin-right: 0.5%;
}

ul.admin-menu li a,
ul.help-menu li a,
ul.mgt-programs-menu li a,
ul.mtg-view-menu li a,
ul.rep-programs-menu li a,
ul.mgt-view-menu li a,
ul.approval-menu li a {
  display: block;
  text-align: center;
}

/*#primary-menu ul ul.admin-menu li a,
#primary-menu ul ul.admin-menu li.active a,
#primary-menu ul ul.admin-menu li:hover.active a {
    padding: 20px 108px;
}
*/
/*#primary-menu ul ul.rep-programs-menu li a,
#primary-menu ul ul.rep-programs-menu li.active a,
#primary-menu ul ul.rep-programs-menu li:hover.active a {
    padding: 20px 90px;
}
*/
#primary-menu > ul > li.active > ul {
  display: block;
}

#page-footer {
  color: white;
  background-color: #6022A6;
  padding: 0;
  margin-bottom: 0;
  height: 50px;
  align-content: center;
}

.container-footer .footer__content {
  padding: 0;
  margin-bottom: 0;
}

.footer_brand {
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 30px;
  display: inline-block;
  height: 41px;
}

.footer__content {
  font-size: 0.75em;
  padding-top: 1.5em;
}

#page-content {
  color: #222222 !important;
  margin: 40px 0px;
}

#page-content.has-submenu {
  margin-top: 90px;
}

#page-content h1 {
  color: #222222;
  font-size: 30px;
  margin: 20px 0;
}

#page-content h1.title {
  color: #222222;
  font-size: 30px;
  margin: 20px 0;
}

#page-content h1.title.banner {
  padding: 25px 150px 40px 30px;
  font-size: 2.7em;
  background: #008AB4;
  color: #FFF;
  border-bottom: solid 5px #C7C9CB;
  margin-top: -1px;
  margin-left: -15px;
  margin-right: -15px;
}

#page-content h1.agenda {
  font-size: 30px;
  margin: 0 0 20px 0;
}

#page-content h2.sub-title {
  font-size: 20px;
  font-style: italic;
  color: #5B5B67;
}

#page-content h3.title {
  background: rgb(233.5, 233.5, 233.5);
  padding: 7px 25px;
  text-transform: none;
  margin: 0px 0px 15px;
  display: block;
}

/* page specific styles */
.page-msl-dashboard #page-content,
.page-dashboard #page-content,
.page-home #page-content {
  margin: 0px;
}

.page-meetings #page-content {
  margin-top: 55px;
  margin-bottom: 0px;
}

/* Attendee Invites: use full width for readable layout (no narrow fixed container) */
.page-attendee-invites .container.container-content {
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.page-attendee-invites #page-content {
  font-size: 15px;
}

.page-attendee-invites #page-content h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

#home-page.light-bg {
  background: #eae7e4;
}

#home-page {
  margin-bottom: 15px;
}

#meeting-page .block-tile {
  margin-top: 15px;
  height: 210px;
  position: relative;
  border: solid 1px rgb(233.5, 233.5, 233.5);
}

#meeting-page .block-tile.tall {
  height: 435px;
}

#home-page .block-tile {
  height: 270px;
  position: relative;
  border: solid 1px rgb(233.5, 233.5, 233.5);
  background-color: rgb(233.5, 233.5, 233.5);
  margin: 5px;
}

#meeting-page .block-tile .btn-go,
#home-page .block-tile .btn-go {
  position: absolute;
  bottom: 20px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
}

#home-page .block-tile-row .block-tile {
  width: 282px;
  float: left;
  border: solid 1px rgb(233.5, 233.5, 233.5);
  margin: 5px;
}

#meeting-page .block-tile-row .block-tile {
  width: 390px;
  float: left;
  border: solid 1px rgb(233.5, 233.5, 233.5);
  margin: 5px;
}

.block-tile-row,
.block-tile-row {
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: solid 5px #FFF;
}

.block-tile-row .block-tile:last-child {
  border-right: none;
}

#login-form {
  margin-top: 30px;
}

.venue-address td {
  padding: 5px 3px;
  font-size: 13px;
  vertical-align: top;
}

.venue-address td:nth-child(odd) {
  width: 110px;
  line-height: 32px;
  text-align: right;
}

.venue-address td:nth-child(even) {
  width: 200px;
}

.venue-row h4.title {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #A7A8AA;
}

.fw-bold-labels b,
.fw-bold-labels strong,
.fw-bold-labels label,
.fw-bold-labels .overview-label {
  font-weight: 700;
}

#additional-info-radios {
  margin-left: 30px;
}

.change-area-form-group {
  margin-bottom: 15px;
}

.checkbox-list label {
  max-width: 90%;
  vertical-align: top;
}

#dashboard-report-loader {
  min-height: 400px;
  margin-top: 50px;
  margin-bottom: 20px;
}

#dashboard-report {
  display: none;
}

#dashboard-report .amcharts-legend-div {
  overflow-y: auto !important;
  height: 300px !important;
  vertical-align: middle;
}

.viewLink {
  text-decoration: underline !important;
}

.underlineLink {
  text-decoration: underline !important;
  color: #0066cc !important;
}
.underlineLink:hover {
  color: #004499 !important;
}

.specialty-filter {
  max-width: 250px;
}

.breadcrumb {
  background-color: white;
}

.breadcrumb > .active {
  color: white;
}

.breadcrumb li,
.breadcrumb li a {
  color: white;
}

.schedule-body > h3 {
  margin-top: 40px;
  color: rgb(135.75, 89.25, 188.25);
}

.schedule-body > div {
  margin-bottom: 1em;
}

.schedule-body > div > span {
  padding-left: 1em;
  font-weight: bold;
}

#SponsorshipProgramPanel {
  padding-bottom: 1em;
}

#SponsorshipProgramPanel .radio {
  margin-left: 15px;
}

.progress-bar-success {
  background-color: #6022A6;
}

#closeout-group {
  margin-top: 20px;
}

#closeout-group .list-group-item {
  background-color: white;
}

#closeout-group .closeout-fa-square {
  color: #cc0000;
  font-size: 1em;
  padding-right: 1em;
}

#closeout-group .closeout-fa-check-square {
  color: green;
  font-size: 1em;
  padding-right: 1em;
}

.radioButtonList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.radioButtonList.horizontal li {
  display: inline;
}

.radioButtonList label {
  display: inline;
  margin: 0 1em 0 0.5em;
}

label.align-top {
  vertical-align: top;
}

#DropPanel {
  background-image: url(/assets/img/cloud-upload3.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: 50% 20%;
  border-style: dashed;
  border-width: 3px;
  border-color: rgb(135.75, 89.25, 188.25);
  margin: 0 0 20px 0;
  padding: 130px 10px 50px 10px;
  text-align: center;
}

#CloseoutAttestationPanel .checkbox {
  margin-top: 0;
}

#AVOfficeBasedPrograms .checkbox {
  margin-left: 30px;
}

#assessmentResults thead {
  visibility: collapse;
}

.assessmentHeader {
  background-color: #bdd7ee;
  font-weight: bold;
}

.assessmentHeader td {
  border-bottom: 3px solid black !important;
}

.area-table-header {
  background: rgb(233.5, 233.5, 233.5);
  font-weight: bold;
}

.program-link {
  text-decoration: underline !important;
}

.k-grid {
  font-size: 12px;
}

.k-grid .btn {
  color: white;
}

.k-grid th {
  font-weight: bold;
}

.k-pager-numbers .k-link,
.k-pager-numbers .k-link:hover {
  color: #6022A6;
}

.k-pager-numbers .k-link.k-state-selected {
  border-color: rgb(135.75, 89.25, 188.25);
  color: #fff;
  background-color: rgb(135.75, 89.25, 188.25);
}

.k-pager-nav.k-link, .k-pager-nav.k-link:hover,
.k-pager-refresh {
  color: #6022A6;
}

.k-button-primary,
.k-button.k-primary {
  border-color: rgb(135.75, 89.25, 188.25);
  color: #fff;
  background-color: rgb(135.75, 89.25, 188.25);
}

.k-button-primary:hover,
.k-button.k-primary:hover {
  border-color: rgb(188.0661290323, 161.9661290323, 217.5338709677);
  color: #fff;
  background-color: rgb(188.0661290323, 161.9661290323, 217.5338709677);
}

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
  color: #6022A6;
}

.sub-menu-admin {
  width: 200px;
  text-align: center;
  background-color: rgb(215.25, 199.75, 232.75);
}

td.k-table-td {
  font-size: 1rem !important;
}

/* Metrics page specific styles for Bootstrap 5 */
#dashboard-report #program-metrics-chart {
  min-height: 400px;
}

#dashboard-report .table {
  font-size: 13px;
}

#dashboard-report .table th,
#dashboard-report .table td {
  padding: 8px;
  vertical-align: middle;
}

#dashboard-report .table th {
  color: #6022A6;
}

#dashboard-report .table th a {
  color: #6022A6;
}

#dashboard-report .table tbody a {
  color: #6022A6;
}

#report-filter-form {
  margin-top: 20px;
  margin-bottom: 30px;
}

#report-filter-form .form-label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

#report-filter-form .form-control,
#report-filter-form .form-select {
  font-size: 14px;
}

/* Info icons in table headers */
.btn-show-status-modal {
  color: #6022A6 !important;
  text-decoration: none;
}

.btn-show-status-modal:hover {
  color: #6022A6 !important;
  text-decoration: none;
}

.btn-show-status-modal i {
  color: #6022A6;
}

.col-form-label {
  text-align: right;
}

/* Rep portal reference: attendee forms — labels left-aligned inside .mb-3 rows */
form .mb-3 .col-form-label {
  text-align: left;
}

.pad-0 {
  padding-left: 0;
  padding-right: 0;
}

.btn-colour {
  color: #6022A6 !important;
  font-weight: lighter;
  letter-spacing: 0px;
  padding-left: 0px;
}

/* ── Quarter-tab navigation (Budget Admin Overview) ───────────────────── */
.qtr-menu {
  padding: 0;
}

.qtr-link {
  display: block;
  text-align: center;
  padding: 14px 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  background-color: #bfd3e5; /* same as inactive nav tile */
  color: #004e95;
  border-right: 2px solid #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.qtr-link:hover {
  background-color: #9ab8d4;
  color: #6022A6;
  text-decoration: none;
}

.qtr-link.active {
  background-color: #004e95; /* same as active nav tile */
  color: #fff;
}

.qtr-link.active:hover {
  background-color: #003d75;
  color: #fff;
}

.col-xs-3.qtr-menu:last-child .qtr-link {
  border-right: none;
}

/* ─────────────────────────────────────────────────────────────────────── */
.btn-colour:hover {
  color: #0a58ca !important;
}

/* ── Rep Portal UI updates (reference: Rep Portal UI Updates) ───────────── */
#page-content h3.title {
  font-size: 1.5rem;
  background: #ffffff;
  padding: 0 5px;
}

#page-content h1 {
  border-bottom: 1px solid #222222;
  padding-bottom: 10px;
}

/*  #page-content h1.title {
        color: $brand-primary;
    }*/
.rep-portal-page-title {
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding: 12px 0;
}

.rep-portal-budget-filters {
  margin-bottom: 15px;
}

.rep-portal-radio-group {
  padding: 8px 0;
}

.rep-portal-radio-group label.radio-inline {
  display: inline-block;
  margin-right: 1rem;
}

.rep-portal-brand-col {
  padding-left: 0;
  padding-right: 0;
}

.ss-budget-summary-panel {
  margin-bottom: 20px;
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 7px;
}

.ss-budget-summary-heading {
  margin: 0;
}

.ss-budget-summary-heading .col-sm-12 {
  padding: 5px 0;
}

.ss-budget-summary-row {
  padding: 5px 0;
  margin: 0;
}

.ss-budget-summary-value {
  padding-right: 0 !important;
  font-weight: 600;
}

.footer-info .row.mb-1 {
  display: none;
}

.footer-info .mt-10 {
  text-align: center;
  background-color: #6022A6;
  padding: 6px;
  margin: 0 !important;
}

.list-group {
  margin-bottom: 25px;
}

.resources-link-external .list-group-item-heading {
  color: #6022A6;
}

/* Home dashboard — reference UI: subtle body #F5F7F8 vs white nav/cards; pill Go bottom-right */
body.page-home .container.container-content {
  background-color: #f5f7f8;
}

#home-page.home-page-dashboard {
  padding-top: 0.75rem;
  padding-bottom: 10.5rem;
}

/* Centered grid: same max width as typical BS container content, aligned edges between rows */
#home-page .home-dashboard-grid {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#home-page .home-tile {
  font-size: 0.9375rem;
  padding: 1.25rem 1.35rem;
  margin: 0;
  border-radius: 8px;
  min-height: 188px;
  width: 100%;
}

#home-page .home-tile-outline {
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  color: #6022A6;
  box-shadow: 0 1px 3px rgba(0, 35, 93, 0.06);
  border-color: #6022A6 !important;
}

#home-page .home-tile-solid {
  background-color: #6022A6;
  color: #ffffff;
}

#home-page .home-tile-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1.3;
}

#home-page .home-tile-outline .home-tile-title {
  color: #6022A6;
  border-bottom: 1px solid #222222;
}

#home-page .home-tile-solid .home-tile-title {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

#home-page .home-tile-body {
  margin: 0 0 1rem;
  line-height: 1.45;
}

#home-page .home-tile-outline .home-tile-body {
  color: #5c6770;
  font-size: 0.875rem;
}

#home-page .home-tile-solid .home-tile-body {
  color: #fff;
}

#home-page .home-tile-btn-go {
  align-self: flex-end;
  margin-top: auto;
  border-radius: 8px;
  padding: 0.35rem 1.25rem;
  font-weight: 600;
  font-size: 0.8125rem;
  min-width: 4.75rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  box-sizing: border-box;
  transition: background-color 0.15s ease, color 0.15s ease;
}

#home-page .home-tile-outline .home-tile-btn-go {
  background-color: #6022A6;
  color: #fff;
  border: none;
}

#home-page .home-tile-outline .home-tile-btn-go:hover,
#home-page .home-tile-outline .home-tile-btn-go:focus {
  background-color: rgb(135.75, 89.25, 188.25);
  color: #fff;
}

#home-page .home-tile-solid .home-tile-btn-go {
  background-color: #fff;
  color: #6022A6;
  border: none;
}

#home-page .home-tile-solid .home-tile-btn-go:hover,
#home-page .home-tile-solid .home-tile-btn-go:focus {
  background-color: #f4f1f8;
  color: #6022A6;
}

.dashboard-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dashboard-card h3 {
  margin-top: 0;
  color: #6022A6;
  border-bottom: 2px solid #222222;
  padding-bottom: 10px;
}

.budget-stat {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.budget-stat:last-child {
  border-bottom: none;
}

.budget-label {
  font-weight: bold;
  color: #333;
}

.budget-value {
  font-weight: bold;
  font-size: 1.1em;
}

.budget-value.positive {
  color: #28a745;
}

.budget-value.negative {
  color: #dc3545;
}

.quick-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.quick-link-card {
  flex: 1;
  min-width: 200px;
  background: linear-gradient(135deg, rgb(135.75, 89.25, 188.25) 0%, #6022A6 100%);
  color: white;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  transition: transform 0.2s;
}

.quick-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.quick-link-card a {
  color: white;
  text-decoration: none;
  display: block;
}

.quick-link-card h4 {
  margin: 0 0 10px 0;
  font-size: 1.2em;
}

.quick-link-card p {
  margin: 0;
  opacity: 0.9;
}

/* Rep menu: reference UI — white bar, light grey dividers, active = thick blue bottom border */
#primary-menu > ul.rep-menu > li {
  background-color: transparent;
  border-right: 1px solid #e2e5e9;
}

#primary-menu > ul.rep-menu > li:last-child {
  border-right: none;
}

#primary-menu > ul.rep-menu > li > a {
  padding: 0 14px;
  line-height: 52px;
  background-color: transparent !important;
  color: #6022A6 !important;
  border-bottom: 3px solid transparent;
  box-sizing: border-box;
}

#primary-menu > ul.rep-menu > li.active > a {
  font-weight: 700;
  color: #6022A6 !important;
  background-color: transparent !important;
  border-bottom-color: #6022A6;
}

#primary-menu > ul.rep-menu > li:hover > a {
  font-weight: 600;
  background-color: #f4f1f8 !important;
  color: #6022A6 !important;
}

#primary-menu > ul.rep-menu > li:hover.active > a {
  background-color: #f4f1f8 !important;
  color: #6022A6 !important;
  border-bottom-color: #6022A6;
}

.btn-primary.k-button,
.btn-primary.k-button:focus,
.btn-primary.k-button.k-focus {
  background-color: #6022A6 !important;
  color: white !important;
  border-color: #6022A6 !important;
}

.btn-primary.k-button:hover,
.btn-primary.k-button.k-hover {
  background-color: rgb(135.75, 89.25, 188.25) !important;
  color: white !important;
  border-color: rgb(135.75, 89.25, 188.25) !important;
}

.invite-actions-bar {
  text-align: center;
  padding: 10px;
  background-color: #f4f4f4;
}

.k-grid-popup .k-grid-update,
.k-window .k-grid-update {
  background-color: #6022A6;
  border-color: white;
  color: white;
  border-radius: 8px;
  font-weight: bold;
  padding-left: 35px;
  padding-right: 35px;
}
.k-grid-popup .k-grid-update:hover,
.k-window .k-grid-update:hover {
  background-color: rgb(135.75, 89.25, 188.25) !important;
  border-color: rgb(135.75, 89.25, 188.25) !important;
  color: white;
}
.k-grid-popup .k-grid-update:focus,
.k-window .k-grid-update:focus {
  background-color: #6022A6;
  border-color: white;
  color: white;
}

/* -- Presentations page note --*/
.presentation-note {
  font-style: italic;
  margin-bottom: 16px;
  padding-left: 10px;
}

.modal .presentation-note {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 0px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  background: #7A4EB6;
  border-color: #7A4EB6;
}
