@import url(../bower_components/angular-bootstrap/ui-bootstrap-csp.css);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
body {
  color: #666f73;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", sans-serif;
}

md-sidenav.md-locked-open,
md-sidenav.md-locked-open.md-closed,
md-sidenav.md-locked-open.md-closed.md-sidenav-left,
md-sidenav.md-locked-open.md-closed,
md-sidenav.md-locked-open.md-closed.md-sidenav-right {
  margin-top: 16px;
  margin-left: 20px;
}

.toolbar-button {
  min-width: 20px;
}

.share-label {
  vertical-align: middle;
  margin-left: 10px;
}

.page-content {
  background-color: #f7f7f7;
  margin-bottom: 4rem;
  background-image: url("../assets/images/kb-blue-background.png");
  background-repeat: no-repeat;
  background-position: right 60%;
  overflow-y: scroll !important;
}

.widget-progress {
  width: 95% !important;
  margin-left: 10px;
}

.capitalize {
  text-transform: capitalize;
}

.img-circle {
  height: 50px;
  border-radius: 50%;
  margin: 0 10px;
}

#loader {
  z-index: 9999;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.messages {
  position: relative;
}
.messages-content {
  height: 100vh;
}

.notifications-label {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-size: 12px;
  top: 2px;
  right: 2px;
  background-color: #e75753;
}

.panel-widget {
  background-color: white;
}
.panel-widget-toolbar {
  box-shadow: none;
}
.panel-widget-tittle {
  color: #666f73;
}

.options {
  transition: all linear 0.5s;
}

.options.ng-hide {
  opacity: 0;
}

.fixed-height-widget {
  height: 310px;
}

.donut-chart-title {
  text-align: center;
}

.custom-tooltip {
  font-size: 20px;
  color: #666f73;
  text-align: center;
}

footer {
  background-color: #2971b6;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 90%;
}

.body-bg {
  position: absolute;
  bottom: 30%;
  right: 0px;
  width: 300px;
  height: 722px;
}

md-tabs.md-default-theme.md-primary > md-tabs-wrapper,
md-tabs.md-primary > md-tabs-wrapper {
  background-color: #f2f7fb;
  color: rgba(0, 0, 0, 0.87);
  padding-left: 20px;
}

md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #ffffff;
  height: 7rem;
  border-bottom: 1px solid #2971b6;
  color: #2971b6;
  font-size: 1em;
  padding-left: 20px;
}

table.md-table th.md-column,
md-tabs-canvas {
  background-color: #f2f7fb;
  color: #2971b6;
}

.bg_statusactive {
  background-color: inherit;
}

md-radio-group {
  border: none;
}

.cover .md-headline {
  font-weight: normal;
}

.md-headline {
  color: #2971b6;
  font-weight: bold;
}

.md-headline-white {
  color: #ffffff;
}

.md-button {
  text-transform: capitalize;
  border-radius: 3px;
  padding: 5px 20px;
}

md-icon {
  height: auto;
}

a.md-button.md-warn.md-raised,
a.md-button.md-warn.md-fab,
.md-button.md-warn.md-raised,
.md-button.md-warn.md-fab {
  color: white;
}

md-radio-button.md-accent.md-checked .md-label span {
  color: #009688;
}

.md-toolbar-tools h1 {
  font-size: 20px;
}

md-backdrop.md-sidenav-backdrop {
  position: fixed;
}

.material-icons {
  vertical-align: middle;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.nvd3.nv-pie .nv-pie-title {
  fill: #444444;
  font-weight: 600;
  font-size: 20px !important;
}

.nvtooltip {
  background-color: transparent;
  border: none;
  font-weight: 600;
}

.orange .md-bar2 {
  background-color: orange;
}

.orange .md-container {
  background-color: #ffecc9;
}

/* Custom by Anurag */
.vertical {
  padding-right: 5px;
  border-right-style: groove;
}

md-toolbar .md-menu {
  margin: 0 !important;
}

.md-toast-error .md-toast-content {
  background: #c11e17 !important;
  color: white;
}

.md-toast-success .md-toast-content {
  background: #39a81d !important;
  color: white;
}

.sidenav-header {
  background: url("../assets/images/toolbar.png");
  background-size: cover;
  height: 20vh;
  color: #ffffff;
}
.sidenav-header .sidenav-title {
  margin-top: 10px;
  margin-bottom: 0px;
}

.cover {
  background: url("../assets/images/cover.jpg");
  background-size: cover;
  color: white;
}

.cover-content {
  margin: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem;
}

.cover-title {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

.logo {
  text-align: center;
  margin-top: 5vh;
}

@media (min-width: 960px) {
  .login-container {
    box-shadow: 1px 1px 80px black;
  }
}
.login-form {
  margin: 0 auto;
}

md-tabs.md-primary
> md-tabs-wrapper
> md-tabs-canvas
> md-pagination-wrapper
> md-tab-item:not([disabled]) {
  color: #333333;
}

md-tabs.md-primary
> md-tabs-wrapper
> md-tabs-canvas
> md-pagination-wrapper
> md-tab-item:not([disabled]).md-active {
  font-weight: bold;
  color: #333333;
}

#account-list-tabs md-tabs-canvas {
  margin-top: 20px;
}
#account-list-tabs md-pagination-wrapper {
  width: 100% !important;
  display: -ms-flexbox;
  display: flex;
}
#account-list-tabs md-tab-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
  color: #333333;
}
#account-list-tabs md-tab-item span {
  width: 100%;
  text-align: center;
}
#account-list-tabs md-tab-content {
  padding: 20px;
}

.datatable-cont .search-input {
  margin: 0px;
}

.statusoverpaid {
  color: #800080;
}

.statusactiveoverdue {
  color: #ff0000;
}

.statustransferprogress {
  color: #ff4000;
}

.statustransferonhold {
  color: #df0101;
}

.statusactive {
  color: #00ce00;
}

.statusmatured {
  color: #ff4000;
}

.statusdeleted {
  color: #000000;
}

.statuspending {
  color: #ffa500;
}

.statusApproved {
  color: #0f36e4;
}

.statusbad {
  color: #ff0000;
}

.statusgood {
  color: #008000;
}

.statushold {
  color: #ffff00;
}

.statusprogresspendingtab {
  color: #f7fe2e;
}

.statusprogresstab {
  color: #ffa500;
}

.statusprogresscompletedtab {
  color: #298a08;
}

.bg_statusoverpaid {
  background: #800080;
  color: white;
}

.bg_statusactiveoverdue {
  background: #ff0000;
  color: white;
}

.bg_statustransferprogress {
  background: #ff4000;
  color: white;
}

.bg_statustransferonhold {
  background: #df0101;
  color: white;
}

.bg_statusactive {
  border-top: 5px solid #00ce00;
  color: #333333;
}

.bg_statusmatured {
  background: #ff4000;
}

.bg_statusdeleted {
  background: #000000;
  color: white;
}

.bg_statuspending {
  background: #ffa500;
  color: white;
}

.bg_statusApproved {
  background: #0f36e4;
  color: white;
}

.bg_statusbad {
  background: #ff0000;
  color: white;
}

.bg_statusgood {
  background: #008000;
  color: white;
}

.bg_statushold {
  background: #ffff00;
  color: white;
}

.bg_statusprogresspendingtab {
  background: #f7fe2e;
  color: white;
}

.bg_statusprogresstab {
  background: #ffa500;
  color: white;
}

.bg_statusprogresscompletedtab {
  background: #298a08;
  color: white;
}

#transfer md-select {
  margin-bottom: 18px;
}

.required {
  color: red;
}

#beneficiaries-list table.md-table th.md-column {
  text-align: center;
}

.summary-card {
  width: 100%;
}
.summary-card .oustanding-overview {
  height: 100px;
}
.summary-card md-card-title {
  padding-top: 0px;
}
.summary-card .summary-table {
  width: 100%;
}
.summary-card .summary-table .md-row {
  line-height: 1.5rem;
}
.summary-card .summary-table .value {
  text-align: right;
}

.loan-account-detail-cont {
  -ms-flex-align: start;
      align-items: flex-start;
}
.loan-account-detail-cont md-tabs {
  width: 100%;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 120px;
  border: 2px solid white;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.no-margin {
  margin: 0;
}

.savings-total-card {
  background: #ffffff;
  color: #5eb158;
}

.loan-total-card {
  background: #ffffff;
  color: #dc3832;
}

.auth-status {
  margin-left: 15px;
}

.card-total {
  word-wrap: break-word;
}

#forgot-password {
  height: 100%;
  width: 100%;
  background: url("../assets/images/cover.jpg") no-repeat;
  background-size: cover;
}
#forgot-password #forgot-password-form-wrapper {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 32px;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form {
  width: 384px;
  max-width: 384px;
  padding: 32px;
  text-align: center;
  background: #ffffff;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form .logo {
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 86px;
  font-weight: 500;
  margin: 32px auto;
  color: #ffffff;
  border-radius: 2px;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form .title {
  font-size: 17px;
  margin: 16px 0 32px 0;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form form {
  width: 100%;
  text-align: left;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form form .submit-button {
  width: 220px;
  margin: 16px auto;
  display: block;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form .login {
  margin: 32px auto 24px auto;
  width: 250px;
  font-weight: 500;
}
#forgot-password #forgot-password-form-wrapper #forgot-password-form .login .text {
  margin-right: 8px;
}

@media screen and (max-width: 460px) {
  #forgot-password #forgot-password-form-wrapper {
    padding: 16px;
  }
  #forgot-password #forgot-password-form-wrapper #forgot-password-form {
    padding: 24px;
    width: 100%;
  }
  #forgot-password #forgot-password-form-wrapper #forgot-password-form form .md-button {
    width: 90%;
  }

  .submit-buttons {
    max-width: 100% !important;
  }

  .self-reporting-submit-button {
    font-size: 10px !important;
  }

  .profile-upload-button {
    font-size: 10px !important;
  }

  .profile-upload-icon {
    display: none;
  }
}
#register {
  height: 100%;
  width: 100%;
  background: url("../assets/images/cover.jpg") no-repeat;
  background-size: cover;
}
#register #register-form-wrapper {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  height: 90vh;
  padding: 32px;
}
#register #register-form-wrapper #register-form {
  width: 80%;
  overflow: scroll;
  max-width: 80%;
  padding: 32px;
  background: #ffffff;
  text-align: center;
}
#register #register-form-wrapper #register-form .logo {
  width: 128px;
  height: 128px;
  margin: 32px auto;
}
#register #register-form-wrapper #register-form .title {
  margin: 16px 0 32px 0;
  font-size: 17px;
}
#register #register-form-wrapper #register-form form {
  width: 100%;
  text-align: left;
}
#register #register-form-wrapper #register-form form md-checkbox {
  margin: 0;
}
#register #register-form-wrapper #register-form form .terms {
  font-size: 13px;
  margin: 16px 0 32px 0;
}
#register #register-form-wrapper #register-form form .terms a {
  margin-left: 4px;
}
#register #register-form-wrapper #register-form form .submit-button {
  width: 220px;
  margin: 16px auto;
  display: block;
}
#register #register-form-wrapper #register-form .login {
  margin: 32px auto 24px auto;
  width: 250px;
  font-weight: 500;
}
#register #register-form-wrapper #register-form .login .text {
  margin-right: 8px;
}

@media screen and (max-width: 375px) {
  .md-padding {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  #total-accounts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  #total-balances {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  #default-navbar {
    display: none;
  }

  .kb-fsp {
    display: none;
  }

  .summary-card {
    min-width: 320px;
  }

  .loan-total-card {
    padding: 20px;
  }

  .savings-total-card {
    padding: 20px;
  }
}
@media screen and (max-width: 460px) {
  #register #register-form-wrapper {
    padding: 16px;
  }
  #register #register-form-wrapper #register-form {
    padding: 24px;
    width: 100%;
  }
  #register #register-form-wrapper #register-form form .md-button {
    width: 90%;
  }

  .md-padding {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .kb-fsp {
    display: none;
  }

  #total-accounts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  #default-navbar {
    display: none;
  }

  #total-balances {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
#tos_modal .modal-dialog {
  overflow-y: initial !important;
}
#tos_modal .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.btn-text {
  color: white;
  font-weight: 800;
}

.hfb-footer {
  display: none;
}

.hfb-logo {
  display: none;
}

#hfb-navbar {
  display: none;
}

#hfb-welcome {
  display: none;
}

#hfb-menu {
  display: none;
}

#hfb-label {
  display: none;
}

.remove-button {
  display: inline-block;
  position: relative;
  min-height: 36px;
  min-width: 88px;
  line-height: 36px;
  vertical-align: middle;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border: 0;
  padding: 0 8px;
  margin: 6px 8px;
  color: currentColor;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  color: white;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #ff5252;
}

.hfb-fsp {
  display: none;
}

.hfb-profile-name {
  display: none;
}

.hfb-terms {
  display: none;
}

body {
  color: #0033A1;
  font-family: 'Open Sans','Helvetica Neue','Helvetica',sans-serif;
  width: 100%;
  margin: auto;
}

footer {
  display: none;
}

.kb-footer {
  display: none;
}

.hfb-fsp {
  display: inline;
}

.hfb-profile-name {
  display: inline;
}

.hfb-footer {
  background-color: #0033A1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  min-width: 390px;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.logo {
  display: none;
}

.hfb-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

#default-navbar {
  display: none;
}

#hfb-navbar {
  display: block;
}

.md-button {
  color: #0033A1;
}

#profile-name {
  color: white;
}

#kb-welcome {
  display: none;
}

#hfb-welcome {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

#kb-menu {
  display: none;
}

#hfb-menu {
  display: inline;
}

#kb-label {
  display: none;
}

#hfb-label {
  display: inline;
}

.sidenav-header {
  background: #0033A1;
  background-size: cover;
  height: 20vh;
}
.sidenav-header .sidenav-title {
  margin-top: 10px;
  margin-bottom: 0px;
}

#profile-name {
  color: #F7B744;
}

@media screen and (max-width: 375px) {
  #hfb-navbar {
    display: none;
  }

  footer .footer-wrapper {
    bottom: 20px;
  }

  .hfb-fsp {
    display: none;
  }

  .hfb-footer {
    min-width: 320px;
    height: 80px;
  }
}
@media screen and (max-width: 460px) {
  #register #register-form-wrapper {
    padding: 16px;
  }
  #register #register-form-wrapper #register-form {
    padding: 24px;
    width: 100%;
  }
  #register #register-form-wrapper #register-form form .md-button {
    width: 90%;
  }

  .md-padding {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .hfb-fsp {
    display: none;
  }

  #hfb-navbar {
    display: none;
  }

  footer .footer-wrapper {
    bottom: 20px;
  }

  .hfb-footer {
    min-width: 320px;
    height: 80px;
  }
}
.kb-fsp {
  display: none;
}

.kb-profile-name {
  display: none;
}

.default-terms {
  display: none;
}

.hfb-terms {
  display: -ms-flexbox;
  display: flex;
}
