/* Lone Star ITS - Portal Brand CSS */

/* Navy header */
.portalHeader, .portal-header {
  background-color: #0A1F3B !important;
}

/* Gold accent on nav links and active tab underline */
.tab-active, .nav-tab.active {
  border-bottom-color: #C9A84C !important;
  color: #C9A84C !important;
}

/* Submit ticket button - gold */
.btn-primary, .submit-ticket-btn {
  background-color: #C9A84C !important;
  border-color: #C9A84C !important;
  color: #0A1F3B !important;
  font-weight: 600 !important;
}

.btn-primary:hover {
  background-color: #b8963e !important;
}

/* Portal title font */
.portal-title, .help-center-name {
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* Card/widget borders */
.card, .widget-container {
  border-top: 3px solid #C9A84C !important;
}
