﻿.header {
  background-color: #ffffff !important;
}

.form__input--select[disabled] {
  background-image: none !important;
}

.table__heading {
  background: #a6a6a6;
  border-style: inherit;
  color: #ffffff;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 300;
  position: relative;
}

.portfolioBuilderHeaderWrapper .pbButtonWrapper {
  background: whitesmoke;
}

.nav {
  background: #e2e2e2;
  color: #ced5dd;
}

/*behind logo theme*/

.nav__controls {
  background: #e2e2e2;
}

.loginModal,
.passwordActionModal,
.registrationActionModal,
.contactUsModal {
    background-color: #f5f5f5;
}

.transactionNotificationMessage {
  color: #297bc0;
  font-size: 14pt;
  font-weight: bold;
}

/*acr equity bar background*/

.heading--fund {
  background: #ced5dd;
  color: #000000;
}

/* search bar*/

.footer__menu-link {
  color: #000000;
  font-weight: 500;
}

.nav__logo-link {
  background-color: inherit;
}

@media (min-width: 70em) {
  .nav__logo::after {
    background-color: #ced5dd;
  }

  /* dataroom, fund search etc*/
  .nav__menu-item {
    background: inherit;
    color: #ced5dd;
  }

  /* font color for dataroom, fund search etc*/
  .nav__menu-link {
    color: #000000;
    font-weight: bold;
  }

  .nav__submenu {
    background: rgba(0, 0, 0, 0.5);
    color: #3a3b3c;
  }

  /* Dashboard*/
  .nav__pill-label {
    background: #ced5dd;
    border: #333f50;
    color: #000000;
  }

  /*  Administration*/
  .nav__pill-value {
    background: #ffffff;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%27icon__arrow--down-half%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2017.89%27%20width%3D%2730%27%20height%3D%2717.89%27%3E%3Cpath%20fill%3D%27%239bcb3f%27%20d%3D%27M28%20.05a2.39%202.39%200%20011.4.5%201.92%201.92%200%2001.1%202.79l-12.86%2014a2%202%200%2001-1.49.6%202%202%200%2001-1.5-.6l-13.1-14A1.92%201.92%200%2001.65.55a1.92%201.92%200%20012.79.1L15.1%2013%2026.46.65A2.2%202.2%200%200128%20.05z%27%2F%3E%3C%2Fsvg%3E);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    background-size: 13px 8px;
    border: #ced5dd;
    color: #000000;
    font-weight: bold;
  }

  .nav__menu-item--active .nav__menu-link,
  .nav__menu-item--ancestor--active .nav__menu-link,
  .nav__menu-link:hover,
  .nav__menu-link:focus,
  .nav__menu-link:active,
  .nav__pill-label:hover {
    color: #666666;
  }

  .nav__pill-value:hover {
    color: #000000;
  }

  /*Very right portion color-profile thead site*/

  /*welcome font*/
  @media (min-width: 70em) {
    .nav__utility-user {
      color: #000000;
      font-weight: bold;
    }
  }

  @media (min-width: 50em) {
    .content--full::after {
      background: #ffffff;
      color: #000000;
    }
  }

  /* color of Scrollbar*/
  .entry__content-cap::-webkit-scrollbar-thumb {
    background-color: #ced5dd;
    border-radius: 10px;
  }

  /*  background color for sub-dialogue box on right*/
  .entry__content-cap {
    background: #ffffff;
    font-family: "Montserrat", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    font-weight: 500;
  }

  .nav__submenu-link {
    color: #ffffff;
    font-weight: bold;
  }

  .loginHeaderText {
    background: #000000;
    color: #ffffff;
  }

  .legend__right .search__container {
    background: #f5f5f5;
    color: #2e5572;
  }

  .message__title {
    color: #3a3b3c;
  }

  .button--secondary {
    background-color: #a6a6a6;
    color: #000000;
  }

  .button--secondary:hover {
    background: #ced5dd;
    color: #000000;
  }

  .alert--info.headerColorSiteMatch {
    background-color: #a6a6a6;
    color: #ffffff;
  }

  .alert--info {
    background-color: #a6a6a6;
    color: #ced5dd;
  }

  /*sidebar header border*/
  .entry__column--theme05 .entry__content::before {
    background-color: #ced5dd;
  }

  .pendingTransactionSum {
    background: #ffffff;
    color: #000000;
    font-weight: bold;
  }

  .entry__column--theme03 .entry__content::before {
    background-color: #ced5dd;
  }

  .entry__column--theme02 .entry__content::before {
    background-color: #ced5dd;
  }

  .entry__column--theme01 .entry__content::before {
    background-color: #ced5dd;
  }

  /*border line form small color-profile 4 themes content dashboard page*/
  .entry__column--theme04 .entry__content::before {
    background-color: #ced5dd;
  }
}

.entry__column--theme05 .entry__content::before {
  background-color: #ced5dd;
}

.entry__list-wrap {
  color: #585858;
}

/*
Login background color*/

.nav__utility-link {
  background: #ced5dd;
  color: #000000;
  font-weight: bold;
}

.nav__utility-link:hover {
  background-color: #ced5dd;
  border-color: #ffffff;
  color: #000000;
}

.nav__submenu-link:hover,
.nav__submenu-link:focus,
.nav__submenu-link:active {
  border-color: #3a3b3c;
  color: #ffffff;
}

.entry__list-value {
  color: #000000;
}

.breadcrumb__item {
  color: #7395ae;
}

.message__item {
  border-left-color: #6f6f6f;
}

/* Arrow's color'*/

.button--icon:hover .icon__arrow--right,
a.entry__list-link:hover .icon__arrow--right,
a.entry__group-link:hover .icon__arrow--right,
.icon__arrow--right:hover {
  color: #000000;
}

/* Arrow background color*/

.button--icon:hover .icon__arrow--right .active,
a.entry__list-link:hover .icon__arrow--right .active,
a.entry__group-link:hover .icon__arrow--right .active,
.icon__arrow--right:hover .active,
.icon__arrow--left {
  color: #ced5dd;
}

/*Next page heading-- subs font-face-name, date etc*/

.table__heading {
  background-color: #3a3b3c;
}

.nav__submenu-link:hover:before,
.nav__submenu-link:focus:before,
.nav__submenu-link:active:before {
  background-color: #ced5dd;
}

.nav__submenu-link::before {
  background-color: #3a3b3c;
}

.card__title-container {
  color: #000000;
}

.card__item {
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 5%);
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px #ced5dd;
  display: inline-block;
  margin-bottom: 3rem;
  padding: 0.5rem 1.25rem;
  position: relative;
}

.vehicleInformationData {
  color: hsl(0, 0%, 40%);
}

/*Manage user last font-face-name first font-face-name datalist also linked  to this*/

a {
  color: #718a90;
}

table {
  color: #000000;
}

/*footer link hover effect*/

a:hover {
  color: #acacac;
}

.pendingTransactionFilterHeader .pendingTransactionArrow.selected .active {
  color: #a6a6a6;
}

.pendingTransactionFilterHeader:hover .pendingTransactionArrow.selected {
  color: #a6a6a6;
}

.pendingTransactionFilterHeader:hover .icon__arrow--right .active {
  color: #a6a6a6;
}

.pendingTransactionFilterHeader:hover .pendingTransactionArrow.selected {
  color: #a6a6a6;
}

.table__body .table__row:hover {
  font-weight: 500;
}

.table__body .table__row:nth-child(even) {
  background-color: #ffffff;
}

/*Next page subscription background content hover*/

.table__body .table__row:hover:nth-child(even) {
  background-color: #ffffff;
}

.entry__column .entry__content {
  background-color: #e1e6ea5c;
}
