@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");




:root {
  --vccs-blue: #00539B;
  --vccs-maroon: #98002E;
  --vccs-dark-maroon: #640016;
  --vccs-gray: #999999;
  --vccs-light-gray: #D1D3D4;
  --vccs-ivory: #FCFAF1;
  --vccs-orange: #FD8515;
  --vccs-yellow: #FDE871;
  --vccs-pale-blue: #D5EEF4;
  --vccs-baby-blue: #3288D3;
  --vccs-alert-red: #dc3545;
  --vccs-alert-green: #008000;
}


.ps_content * {
  box-sizing: border-box !important;
}


.VX-xsmall { font-size: 0.68rem; }
.VX-small  { font-size: .875rem !important; }
.VX-strong { font-weight: bolder; }
.text-warning { color: #c75e00 !important; }
.text-truncate {
  max-width: 180px;
  vertical-align: bottom;
}
.VX-btn-external::after {
  content: "\2197";
  font-size: .85rem;
  margin-left: 10px;
}
.btn-primary {
  color: #fff !important;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  color: #fff !important;
  opacity: 0.65;
}


.nuilp {
  color: #000;
  font-size: 1rem;
}
.nuitile .nuilp {
  padding: 0.5em;
  background: #fbfbfd;
}
.psc_tile_content-center .ps-htmlarea {
  text-align: left;
}
.psc_tile-box-htmlarea.psc_tile_content {
  height: 100% !important;
}
:root:not(.psc_mode-ag):not(.psc_mode-md) .nui_pagegb:not(.persmode) .nuitile .nuilp.psc_rowact:hover,
:root:not(.psc_mode-ag):not(.psc_mode-md) .nui_pagegb:not(.persmode) .nuitile .nuilp.psc_rowact:focus {
  border: none;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}


.nuitile.rsz_h1 .card-body {
  height: 130px !important;
}
.VXF_TASKS_TILE_AC .card-body {
  height: 150px !important;
}


.nuitile .ps_groupleth {
  font-size: 0.8rem;
  text-align: left !important;
}
.nuitile .ps_groupleth > .ps-label {
  color: #000 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.nuitile hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.nuitile .VX-tile-icon {
  width: 90px;
}
.nui_pagegb:not(.persmode) .nuitile .nuilp.psc_rowact:hover .ps_groupleth > .ps-label {
  color: var(--vccs-maroon) !important;
}
.nui_pagegb:not(.persmode) .nuitile .nuilp.psc_rowact:hover .VX-tile-icon {
  opacity: 0.75;
  transition: opacity 0.5s;
}


.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.VX-card-footer {
  padding: 0.5em 0;
  color: #1d252c;
  font-size: 0.75rem;
  font-weight: bold;
  bottom: 0;
  position: absolute;
  width: 100%;
  display: table;
}
.shadow-sm {
  box-shadow: 0 .125rem .35rem rgba(0, 0, 0, .75) !important;
}


.VX-profile-logo img {
  max-width: 150px;
  padding: .25em;
  background-color: #f1f1f1;
}


.VX-list-group-tasks .list-group-item {
  border: none;
  background-color: transparent;
  padding: 0.25rem 1rem;
  line-height: 1.5rem;
}
.VX-list-group-tasks .list-group-item:not(:last-child) {
  border-bottom: solid 1px #eee !important;
}
.VX-list-group-tasks .list-group-item-danger {
  color: #bb0000;
  font-size: 1.15rem;
}
.VX-list-group-tasks .list-group-item-warning {
  color: #E68A00;
}
.VX-list-group-tasks .list-group-item-primary {
  color: #4682B4;
}
.VX-list-group-tasks .text-secondary {
  font-style: italic;
}
.VX-list-group-tasks i {
  margin-right: 1em;
}
.VX-task-count {
  font-weight: 700;
  margin-right: 0.25em;
}
.VXF_TASKS_TILE_AC .alert.alert-success {
  padding: 0.2rem 1.25rem;
  margin-bottom: 0;
}


.VX-dollar, .VX-balance {
  font-weight: 700;
  font-size: 1.25rem;
}
.VX-balance {
  color: #D86C35;
}
.VX-due-date {
  background: #fffadf;
  border-radius: 8px;
}
.VX-aid-status {
  font-size: 0.75rem;
}
.VX-aid-pending {
  background: #ffefdf;
  border-radius: 8px;
}
.VX-aid-progress {
  background: #d1ecf1;
  border-radius: 8px;
}



.VXF_STUDENT_CENTER_TILE .psc_tile_content-center .ps-htmlarea {
  text-align: center;
}
.VXF_STUDENT_CENTER_TILE .VX-profile-text {
  line-height: inherit !important;
  font-size: inherit !important;
}
.VX-profile-text {
  margin-top: 0.5em;
}
.VX-profile-welcome {
  font-size: 1.15em;
  font-weight: bold;
}
.VX-profile-id {
  font-style: italic;
  font-size: 0.9em;
  margin-top: 0.25em;
}



.psc_tile-hotspot .psa_tile-hotspot-link > .ps-link-wrapper > .ps-link > .ps-img {
  width: 4.5em !important;
  height: 4.5em !important;
  margin-top: 8px !important;
}
.ps-link > .ps-img + .ps-text {
  margin-left: 0;
}
.psc_tile-hotspot .psa_tile-hotspot-link > .ps-link-wrapper > .ps-link:hover > .ps-img {
  opacity: 0.75;
  transition: opacity 0.5s;
}


.VX-schedule {
  font-size: 1.25em;
  opacity: 0.75;
}
.VX-inner-card.VX-schedule:before {
  content: "";
  background-image: url(/cs/S92GUEST/cache/1/PS_CLASS_ROSTER_X_FL_1.svg);
  background-size: 4.5em;
  background-repeat: no-repeat;
  background-position: initial;
  opacity: 0.15;
  top: 10px;
  left: 100px;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -999;
}
.VX-schedule-details {
  width: 220px;
}
.VX-term-top {
  height: 100px;
}
.VX-term {
  font-size: 1.2em;
}
.VX-scroll-box {
  height: 260px;
  overflow-y: scroll;
  white-space: normal;
  z-index: 999;
}


:root.psc_form-small .rsz_h1 {
  height: 150px;
}
:root.psc_form-small .nuitile.rsz_h1 .card-body {
  height: 110px !important;
  padding: 0.5rem;
}
:root.psc_form-small .VX-card-footer {
  display: none;
}
:root.psc_form-small .VX-fa-footer.VX-card-footer {
  display: block;
}
:root.psc_form-small .VX-xsmall {
  font-size: 100%;
}
:root.psc_form-small .nuitile .VX-tile-icon {
  width: 60px;
}
:root.psc_form-small .VX-sm-hide {
  display: none !important;
}
:root.psc_form-small .VX-sm-buttons.w-50 {
  width: 100% !important;
}
:root.psc_form-small .btn-sm {
  height: 38px;
}
:root.psc_form-small .col-md-6 {
  width: 50%;
}
:root.psc_form-small .btn-block {
  width: 130px;
}
:root.psc_form-small .text-truncate {
  max-width: 80px;
}
:root.psc_form-small .VX-btn-external::after {
  font-size: .75rem;
}
:root.psc_form-small .VXF_FINANCES_TILE_AC .card-body {
  height: 100px;
}
:root.psc_form-small .VXF_FINANCES_TILE_AC .mb-2 {
  margin-bottom: .15em !important;
}
:root.psc_form-small .VXF_FINANCES_TILE_AC .btn {
  font-size: .75rem;
  padding: .15rem .75rem;
  margin-bottom: 4px;
}
:root.psc_form-small .nuitile .ps-htmlarea > div > .ps-img {
  width: 3.5em;
  height: 3.5em;
}
:root.psc_form-small .VX-term-top {
  height: 35px;
}
:root.psc_form-small .VX-scroll-box {
  height: 170px;
}
:root.psc_form-small .VX-term {
  font-size: 1em;
}
:root.psc_form-small .btn-primary {
  padding: 0.25em;
}
:root.psc_form-small .VX-schedule-details {
  width: 190px;
}
:root.psc_form-small .VXF_NAVIGATE_STU .psa_tile-hotspot-link > .ps-link-wrapper > .ps-link > .ps-img {
  width: 3em;
  height: 3em;
}


:root.psc_form-small .VX-profile-text {
  margin-top: 0;
}
:root.psc_form-small .VX-profile-welcome {
  font-size: 0.8em;
}
:root.psc_form-small .VX-profile-id {
  font-size: 0.75em;
}



a:focus-visible, button:focus-visible {
  outline: 2px solid var(--vccs-blue);
  outline-offset: 2px;
}