.color-wink {
  color: #7F54F6;
}

.color-wink-darker {
  color: rgb(90.7333333333, 35.55, 243.45);
}

.color-wink-lighter {
  color: rgb(163.2666666667, 132.45, 248.55);
}

.color-wink-gray {
  color: #89899A;
}

.color-wink-darggray {
  color: #556;
}

.bg-wink {
  background-color: #7F54F6;
}

.bg-wink-darker {
  background-color: rgb(90.7333333333, 35.55, 243.45);
}

.bg-wink-lighter {
  background-color: rgb(163.2666666667, 132.45, 248.55);
}

.bg-wink-lightgray {
  background-color: #f5f5f7;
}

.border-wink {
  border-color: #7F54F6;
}

.border-wink-darker {
  border-color: rgb(90.7333333333, 35.55, 243.45);
}

.border-wink-lighter {
  border-color: rgb(163.2666666667, 132.45, 248.55);
}

.border-lightgray {
  border-color: #eee !important;
}

.alert-wink {
  color: #7F54F6;
  background-color: rgba(127, 84, 246, 0.1);
}

:root {
  --form-accent-color: #76c043;
  --tab-accent-color: #76c043;
  --tab-active-background-color: #f8f9fa;
}

body {
  display: block;
  background-color: #f9f9f9;
}

body.login h1 {
  font-size: 1.4rem;
}
body.login .login-label {
  font-weight: 600;
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
}
body.login main {
  margin-top: 3.5rem;
}
body.login .clientauth-wrapper {
  background-color: #FFFFFF;
  padding: 2rem;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  max-width: 500px;
  border-radius: 10px;
}
body.login .card {
  border: none;
}
body.login .card .card-body {
  padding: 2rem;
}
body.login .card:not(.bg-light) {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}
body.login .card.bg-light .card-body {
  background-color: rgb(240.075, 240.075, 240.075) !important;
}

.card.bg-light {
  border: none;
  overflow: hidden;
  border-radius: 5px;
}
.card.bg-light .form-group {
  background: transparent !important;
}
.card h3 {
  margin-top: 0;
}

h4 {
  font-size: 16px;
}

h3 {
  margin-bottom: 1.25rem;
}

/*	Login	*/
#header.studyfinancing-header {
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  height: 100px;
  background: #FFFFFF;
  z-index: 1041;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#header.studyfinancing-header h1 {
  font-weight: 400;
  line-height: 90px;
  font-size: 18px;
  color: #333;
}

#header.studyfinancing-header h1 img {
  margin-top: -10px;
  margin-right: 10px;
}

#header.studyfinancing-header ul li a {
  color: #333 !important;
}

#header.studyfinancing-header h1#logo {
  margin-top: 14px;
  margin-left: -10px;
}

#header.studyfinancing-header ul#menu {
  float: right;
}

#header.studyfinancing-header ul#menu li {
  list-style: none;
  display: inline-block;
  line-height: 100px;
  margin-left: 15px;
  font-weight: 600;
  color: #ffffff;
}

#logo img {
  width: 200px;
}

table.table th {
  color: #000 !important;
}

.checkboxfullwidth label {
  padding-left: 40px;
}

/*
 * Global add-ons
 */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar.fixed-top {
  border: 0;
  background: #1dbcd9;
}
.navbar.fixed-top .nav-link, .navbar.fixed-top .navbar-brand {
  text-decoration: none;
}

.nav-pills li.nav-item a.nav-link {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.nav-pills li.nav-item a.nav-link:hover {
  background: #76c043 !important;
  color: #fff !important;
}
.nav-pills li.nav-item.active a.nav-link {
  background: #76c043 !important;
  color: #fff !important;
}

.navbar.fixed-top a {
  color: #ffffff !important;
}

/*
 * Sidebar
 */
/* Hide for mobile, show later */
#nav-side.nav-stacked li {
  width: 100%;
}

#nav-side.nav-stacked li a {
  margin-bottom: 10px;
  text-align: center !important;
}

#nav-side.nav-stacked li:not(.active) a {
  border: 1px solid #76c043 !important;
  background: #fff;
}

#nav-side a {
  color: #1b711d;
}

.btn-primary {
  background-color: #76c043 !important;
  border-color: #76c043 !important;
  color: #FFF !important;
}

#nav-side.nav-stacked li:not(.active).logout a {
  background-color: #F4524D !important;
  border-color: #F4524D !important;
  color: #fff !important;
}

.sidebar {
  position: fixed;
  top: 56px;
  bottom: 0;
  left: 0;
  z-index: 900;
  display: block;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  background-color: #f5f5f5;
  border-right: 1px solid #ddd;
}

fieldset {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

fieldset legend {
  margin-bottom: 10px !important;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

#nav-side {
  height: 100%;
  flex-direction: column;
}
#nav-side .divider {
  flex: 1;
}

/*
 * Main content
 */
#portalcontent {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 20px;
}

#portalcontent .page-header {
  margin-top: 0;
}

h2 {
  font-size: 30px;
  color: #000 !important;
}

h3 {
  font-size: 24px;
  color: #000 !important;
  font-weight: 500;
  margin-top: 10px;
}

ul#portal_application_pageselect li {
  padding: 10px;
  width: 100%;
  margin-bottom: 0.75rem;
  border-radius: 5px;
}

ul#portal_application_pageselect li.incomplete {
  background: #eee;
}

ul#portal_application_pageselect li.incomplete.active {
  color: #000;
}

ul#portal_application_pageselect li.complete.active {
  border-color: #008330;
}

ul#portal_application_pageselect li.complete {
  background: rgb(231.125, 242, 236.875);
}

ul#portal_application_pageselect li button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  color: #000;
  outline: none;
}

ul#portal_application_pageselect li.complete button {
  color: #40976e;
  font-weight: 600;
}

div.application > h4 {
  font-weight: 500;
  font-size: 15px;
  margin-top: -2px;
}

p.formHint {
  margin-top: 6px;
  margin-bottom: 0;
}

label.col-form-label {
  text-align: left !important;
}

div.form-group {
  background: #f8f9fa !important;
  padding: 7px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-radius: 5px;
}
div.form-group .controls {
  padding-right: 0;
}

div.form-group.form-actions {
  background: transparent !important;
}

.form-horizontal .col-form-label {
  padding-top: 5px;
}

.uppy-Dashboard-browse {
  color: #76c043 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #76c043 !important;
  background-color: #76c043 !important;
}

.steps li.list-group-item {
  padding: 15px;
  min-height: 45px;
}
.steps li.list-group-item .btn {
  margin-top: -3px;
  margin-bottom: -3px;
}

.steps li.done {
  background: rgb(231.125, 242, 236.875);
  color: #40976e;
}

ul.nav-tabs li a {
  color: #333 !important;
  font-weight: 400 !important;
}

.alert *:last-child {
  margin-bottom: 0;
}
.alert .btn.float-right {
  transform: translateY(-6px);
}

.btn-white {
  color: #666 !important;
  background: #FFFFFF;
  border-color: #cccccc;
  text-decoration: none !important;
}

iframe.emailView {
  width: 100%;
  height: 600px;
}

.modal-backdrop {
  z-index: 2009 !important;
}

.modal {
  z-index: 2010 !important;
}

.requests-list-group .list-group-item {
  background: #76c043;
  color: #fff;
  border-color: #fff;
  transition: all 0.2s ease-in-out;
}
.requests-list-group .list-group-item a {
  color: #fff;
}
.requests-list-group .list-group-item:hover {
  color: #FFFFFF;
  background: rgb(108.36812749, 178.7123505976, 59.8876494024);
}
.requests-list-group .list-group-item.disabled {
  background: rgb(173.6733067729, 217.6015936255, 143.3984063745);
}

.assume-bar-wrapper {
  margin-bottom: 0.75rem;
}
.assume-bar-wrapper .assume-bar {
  border-radius: 3px;
}

.dropdown-menu a.dropdown-item {
  display: block;
  text-decoration: none;
  color: rgb(12.75, 12.75, 12.75) !important;
  padding: 0.35rem 0.5rem;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.dropdown-menu a.dropdown-item:hover {
  background-color: #eeeeee;
  color: rgb(82.8884462151, 136.6932270916, 45.8067729084) !important;
}

.role-select .list-group-item {
  border-radius: 5px;
  background-color: #76c043;
  margin-bottom: 0.5rem;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.role-select .list-group-item:last-child {
  margin-bottom: 0;
}
.role-select .list-group-item:hover {
  background-color: rgb(106.0517928287, 174.8924302789, 58.6075697211);
}
.role-select .list-group-item a {
  display: block;
  color: #FFF;
  padding: 1rem;
}

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