html {
  height: 100%;
}

body {
  background: #ededed;
  height: 100%;
}

.active-tab {
  color: #002663 !important;
  background-color: #ededed !important;
}

.header {
  z-index: 10;
  position: relative;
}

.card-art {
  display: inline-block;
  overflow: hidden;
  width: 70px;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.card-art img {
  width: 100%;
}

.card-art:hover {
  opacity: 0.8;
}


.visible {
  opacity: 1 !important;
  visibility: visible !important;
}


.container-fluid {
  max-width: 1024px;
}

.greeting {
  padding-left: 15px;
  padding-top: 10px;
}

.bottom-nav {
  padding-left: 175px;

}

.nav-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  cursor: pointer;
}

.nav-horizontal-flex .nav-link {
  padding-right: 10px !important;
  padding-left: 10px !important;
  text-align: center;
}

.nav-horizontal-flex .nav-link:after {
  margin-left: -10px;
}

.row-wrap {
  transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.row-wrap:hover {
  background-color: #F7F8F9;
}

.nav-logo {
  width: 275px;
}

.primary-card {
  opacity: 0;
  transform: translateY(100px);
}

.pad-15-tb {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pending-header {
  position: relative;
  padding-right: 140px;
}

.show-more {
  position: absolute;
  bottom: 15px;
  right: 50px;
}

.close-pending-msg {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}

.floating-card {
  width: 170px;
  position: relative;
  top: 15px;
}

.floating-card img {
  position: absolute;
  z-index: 100;
  border-radius: 7px;
  overflow: hidden;
}

.collapsible:hover {
  background: #F7F8F9;
}

.top-nav {
  width: 100%;
  height: 65px;
  z-index: 100;
  position: fixed;
  opacity: 0;
  transform: translateY(-200px);
  top: 0;
  padding: 11px 0 0 0;
}

.btn-myaccounts {
  margin-right: -10px;
}

.btn-menu:before, .btn-logout:before {
  font-size: 18px;
}

.inline-img {
  width: 70px;
}

.flex-grow {
    flex-grow: 1;
}

.sub-nav {
  opacity: 0;
  transform: translateY(-200px);
}

.custom-tabs {
  border-bottom: 4px solid white;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: #1274b8;
  cursor: pointer;
}

.custom-tabs:hover {
  border-bottom: 4px solid #ededed;
}

.custom-tabs[aria-status="active"] {
  border-bottom: 4px solid #002663;
  color: #002663;
}

.caret-right {
  transform-origin: 50% 50%;
  line-height: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: -5px 0 0 -10px;
}

.rotated {
  transform: rotate(90deg);
}


.expanded-transaction {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  height: 0;
  min-height: 0;
  max-height: 0;
  padding: 0;
}

.expand {
  height: 380px;
  min-height: 380px;
  max-height: 580px;
}

.max-width-wrap {
  max-width: 1024px;
  margin: 0 auto;
}

.line-height-fix {
  font-weight: 500;
  line-height: 3;
}

.menu-takeover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:1024px) {

  .contact-us {
    display: none;
  }

  .bottom-nav {
    display: none;
  }

  .sub-nav {
    margin-bottom: 1.25rem;
  }

  .greeting {
    margin-top: 0px;
    padding-top: 0px;
  }

  .floating-card {
    width: 100px;
    top: -10px;
    min-width: 100px;
  }

  .floating-card img {
    border-radius: 4px;
  }

}

@media screen and (max-width:768px) {

  .pending-header {
    padding-right: 60px;
  }

  .menu-call {
    padding: inherit !important;
  }

  .logout-col {
    padding: inherit !important;
  }

  .menu-mobile {
    display: block;
  }

  .btn-menu {
    min-width: 50px;
    max-width: 50px;
    padding: 0 !important;
    flex-grow: 0;
  }

  .footer-content {
    display: none;
  }

}
