@font-face {
  font-family: Circular Std;
  src: url(../fonts/CircularStd-Medium.woff2) format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: Circular Std;
  src: url(../fonts/CircularStd-Bold.woff2) format("woff2");
  font-weight: 700;
}
html, body {
  height: 100%;
}

body {
  padding-bottom: 0;
  font-family: "Circular Std", sans-serif;
  display: flex;
  flex-direction: column;
}

.page {
  flex: 1 0 auto;
}

.top-logo-contaner {
  padding: 1rem;
  background-color: #20275c;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #4c527c;
  height: 84px;
  align-items: center;
}
.top-logo-contaner img {
  height: 28px;
}
.top-logo-contaner .user-navbar {
  display: flex;
  font-size: 1rem;
  color: #fff;
}
.top-logo-contaner .user-navbar .spacer {
  width: 100%;
  border: solid 1px #dedfe7;
}
.top-logo-contaner .user-navbar .user-dropdown:after {
  content: none;
}
.top-logo-contaner .user-navbar .user-dropdown .user-dropdown-caret {
  padding-left: 10px;
}
.top-logo-contaner .user-navbar .nav-link {
  color: #fff;
}
.top-logo-contaner .user-navbar .nav-link:focus {
  color: #fff;
}
.top-logo-contaner .user-navbar .change-password-container .toggle-change-password {
  padding: 0.25rem 1rem;
  color: #20275c;
}
.top-logo-contaner .user-navbar .change-password-container .toggle-change-password:after {
  content: none;
}
.top-logo-contaner .user-navbar .change-password-container .toggle-change-password .change-password-trigger {
  color: #20275c;
}

.modal-body {
  background-color: #fff;
  font-size: 16px;
}

.modal-content {
  border-radius: 0;
}

.page-header {
  height: 10rem;
  background-color: #20275c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #fff;
}

.page-header-ramp {
  background-color: #20275c;
  -webkit-clip-path: polygon(0 0, 110% 0, 100% 10%, 0 100%);
          clip-path: polygon(0 0, 110% 0, 100% 10%, 0 100%);
  height: 6rem;
  position: relative;
  top: -1px;
}

.logo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #dedfe7;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
}
.logo-container .logo-container-text {
  font-size: 24px;
  font-weight: 700;
  color: #20275c;
}
.logo-container .logo-container-image.logo {
  height: 50px;
  width: 100%;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}

.form-label {
  font-size: 16px;
  color: #20275c;
}

#loginForm .form-label {
  font-weight: 700;
}
#loginForm input {
  height: 44px;
  border-color: #dedfe7;
}

#submitLogin,
.btn-reset-password,
#submitPassword,
#expireSkipButton {
  border-radius: 0;
  background-color: #ec1d24;
  color: #fff;
  border: none;
  font-size: 1rem;
  padding: 12px 16px;
  width: 8.5rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#submitPassword {
  width: auto;
}

#expireSkipButton {
  background-color: #00a0dc;
}

.button-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-row .forgot-password {
  margin-top: 0;
}

.form-signin input[type=text],
.form-signin input[type=password], #setPasswordModal input[type=text],
#setPasswordModal input[type=password] {
  margin-bottom: 25px;
}

#main {
  display: flex;
  justify-content: center;
  position: relative;
  top: -14rem;
  flex-direction: column;
  padding-bottom: 0;
  margin-bottom: -14rem;
}
#main .welcome-back {
  font-size: 40px;
  color: #fff;
  line-height: 48px;
  padding-bottom: 1rem;
}
#main .all-tools-header {
  font-size: 32px;
  padding-bottom: 17px;
  color: #20275c;
}
#main .split-portal {
  background-color: #eff6ff;
  padding: 15px 0;
}
#main .application-items {
  margin-bottom: 15px;
}

.big-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  margin: 0 auto;
}
.big-items .big-item {
  padding: 1.5rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  margin: 1rem 0 5rem 0;
}
.big-items .big-item .big-item-container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
}
.big-items .big-item .big-item-container .bil-title {
  color: #20275c;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.big-items .big-item .big-item-container .bil-text {
  margin-bottom: 2rem;
  flex: 1;
}
.big-items .big-item .big-item-container .big-item-left {
  display: flex;
  flex-direction: column;
}
.big-items .big-item .big-item-container .big-item-right img {
  width: 170px;
}

.ternair-button {
  background-color: #ec1d24;
  color: #fff;
  text-decoration: none;
  padding: 1rem;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.ternair-button:hover {
  background: linear-gradient(to right bottom, #ec1d24 50%, #dd1319 50%);
}
.ternair-button i {
  padding-left: 0.5rem;
}
.ternair-button.blue {
  background-color: #00a0dc;
}
.ternair-button.blue[disabled] {
  background-color: #007ba9;
  cursor: not-allowed;
}
.ternair-button.blue[disabled]:hover {
  background: #007ba9;
}
.ternair-button.blue:hover {
  background: linear-gradient(to right bottom, #00a0dc 50%, #008dc3 50%);
}

a.ternair-button {
  color: #fff !important;
}
a.ternair-button:hover {
  color: #fff;
}

.application-item-container {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border: solid 1px #dedfe7;
}
.application-item-container.small-items .application-container-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.application-item-container.small-items .application-container-items .application-item {
  min-width: 52px;
  flex-direction: column;
}
.application-item-container .application-container-title {
  font-weight: 700;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
  text-transform: capitalize;
  color: #20275c;
  cursor: pointer;
}
.application-item-container .application-container-title:hover:after {
  color: #7882d0;
}
.application-item-container .application-container-title:after {
  content: "\f0d8";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  float: right;
  cursor: pointer;
}
.application-item-container .application-item {
  margin-bottom: 0.5rem;
  text-decoration: none;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  min-height: 52px;
}
.application-item-container .application-item .app-title {
  margin-left: 1rem;
  color: #20275c;
  font-weight: 700;
}
.application-item-container .application-item img {
  width: 30px;
  max-height: 30px;
}
.application-item-container .application-item:hover {
  background-color: #f3f8ff;
}
.application-item-container.collapsed .application-item {
  display: none;
}
.application-item-container.collapsed .application-container-title {
  margin-bottom: 0;
  color: #20275c;
}
.application-item-container.collapsed .application-container-title:after {
  content: "\f0d7";
}

#footer {
  display: flex;
  justify-content: space-around;
  padding: 16px 0;
  border-top: solid 2px #efefef;
  color: #20275c;
  align-items: center;
  flex-shrink: 0;
}
#footer .copyright {
  font-weight: 700;
}
#footer .footer-mid {
  display: flex;
}
#footer .footer-mid a {
  color: #20275c;
  text-decoration: none;
}
#footer .footer-mid a:hover {
  text-decoration: underline;
}
#footer .footer-mid .disclaimer {
  padding-right: 2rem;
}
#footer .footer-mid .privacy-statement {
  padding-left: 2rem;
}
#footer .footer-right.socials {
  display: flex;
}
#footer .footer-right.socials .socials-item {
  padding: 0 15px;
  font-size: 20px;
}
#footer .footer-right.socials .socials-item a {
  color: #20275c;
}
#footer .footer-right .to-top-button {
  height: 70px;
  width: 70px;
  background-color: #20275c;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
#footer .footer-right .to-top-button .caret-up {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.user-navbar {
  padding: 0;
}
.user-navbar .user-dropdown {
  color: #fff;
}
.user-navbar .nonMasterUser {
  display: flex;
  align-items: center;
}

.dropdown-menu {
  border-radius: 0;
}

.dropdown-item {
  font-size: 16px;
}
.dropdown-item i {
  width: 20px;
}
.dropdown-item.pl-38 {
  padding-left: 38px;
}

.forgot-password-link {
  text-decoration: none;
  color: #00a0dc;
  font-weight: 450;
}

div.change-password-container {
  width: 400px;
}
div.change-password-container .btn-change-password {
  margin-top: 16px;
}
div.change-password-container input {
  font-size: 16px;
}
div.change-password-container .dropdown-header {
  font-size: 20px;
}

#setPasswordModal .logo-container-text {
  min-width: 180px;
}

#loginModal .modal-dialog,
#resetPasswordModal .modal-dialog,
#setPasswordCompleteModal .modal-dialog,
#setPasswordModal .modal-dialog {
  color: #20275c;
  width: 532px;
  margin-top: 14rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#loginModal .modal-dialog .modal-body,
#resetPasswordModal .modal-dialog .modal-body,
#setPasswordCompleteModal .modal-dialog .modal-body,
#setPasswordModal .modal-dialog .modal-body {
  font-size: 16px;
}
#loginModal .modal-dialog .logo-container-text,
#resetPasswordModal .modal-dialog .logo-container-text,
#setPasswordCompleteModal .modal-dialog .logo-container-text,
#setPasswordModal .modal-dialog .logo-container-text {
  line-height: 32px;
}

@media screen and (max-width: 840px) {
  .hide-mobile {
    display: none !important;
  }
  .col {
    flex: none;
    display: block;
    width: 100%;
  }
  .modal-dialog {
    width: 95% !important;
  }
}/*# sourceMappingURL=portal-2022.css.map */