html {
  font-size: 13px;
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 530px) {
  #userFullName {
    display: none;
  }
}

@media (max-width: 640px) {
  .request-link {
    display: none;
  }

  .request-link2 {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .request-link {
    right: 165px !important;
  }
}
@media (max-width: 1000px) {
  .request-details-col {
    max-width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 1400px) {
  #Data .data-view .col:first-of-type {
    margin-right: 0px !important;
  }

  #Data .data-view .col:last-of-type {
    margin-left: 0px !important;
  }
}

@media (min-width: 1400px) {
  #Data .data-view .col:first-of-type {
    margin-right: 28px !important;
  }

  #Data .data-view .col:last-of-type {
    margin-left: 28px !important;
  }
}

html {
  position: relative;
  min-height: 100%;
}

/* from legacy */

/* Standard colors */
:root {
  --primary-color: #0066d4;
  --secondary-color: #3c86d6;
  --dark-font: #343a40;
  --terciary-color: #84b1e3;
  --dark-font: #343a40;
  /*#181818 -- dark*/
}
/* END */

.brand-image-xl {
  /* make sure it stays in the box */
  max-width: 225px;
}

.brand-image {
  height: 50px;
  width: auto;
}

/* New styles */
body {
  font-family: Ebrima;
}

  body::-webkit-scrollbar {
    width: 0.8em !important;
    height: 0.8em !important;
  }

.sidebar::-webkit-scrollbar {
  width: 0.8em !important;
}

.sign-title {
  font-size: 2rem !important;
  margin-top: 5px;
}

.test-system-bg {
  background-color: #6c757d !important;
}

.table-responsive::-webkit-scrollbar {
  width: 0.5em !important;
  height: 0.5em !important;
}

body::-webkit-scrollbar-thumb {
  border-radius: 4px 4px !important;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 4px 4px !important;
}

.sidebar::-webkit-scrollbar-thumb {
  border-radius: 3px 3px !important;
}

.btn-primary, .bg-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

  .btn-primary:hover {
    color: #fff !important;
    background-color: #0050a6 !important;
    border-color: #0050a6 !important;
  }

.text-primary, button.editBtn, a.btnEdit, a.btnDownload2, i.fa-redo, .view-log i, .view-screenshot i {
  color: var(--primary-color) !important;
}

a.recalculation i.fa-redo {
  color: #6c757d !important;
}

.btnRemove i.fa-trash-alt, a.btnDelete {
  color: #dc3545 !important;
}

.dashBtn {
  margin: 0px;
  color: var(--primary-color) !important;
}

.dash-back {
  margin-top: -86px;
  float: right;
  margin-right: -10px;
  width: auto;
  height: 30px;
  padding: 2px 7px;
  font-size: 14px;
  color: #376a91;
}
.dash-back2 {
  margin-top: 15px;
  position: absolute;
  float: right;
  right: 15px;
  width: auto;
  height: 30px;
  padding: 2px 7px;
  font-size: 14px;
  color: #376a91;
}
.switch-view {
  width: 100%;
  margin-bottom: -9px;
}
.dash-switch {
  width: auto;
  height: 30px;
  padding: 2px 7px;
  font-size: 14px;
  color: #376a91;
}
  .dash-back:hover, .dash-back2:hover, .dash-switch:hover {
    background-color: #cbcbcb;
  }

.content-wrapper {
  min-height: calc(100vh - calc(2.5rem + 1px) - calc(1.5rem + 1px)) !important;
  border-radius: 0.375rem !important;
  box-shadow: inset 1px 0px 6px 5px rgba(0, 0, 0, 0.16);
  top: 80px !important;
}

  .content-wrapper .content {
    padding: 20px 10px 8px 10px;
  }

.content-header {
  padding: 20px 0px 0px 0px;
}

  .content-header div {
    width: 100% !important;
    font-size: 28px !important;
    padding: 0px 0px 0px 15px;
  }

nav.main-header {
  box-shadow: none !important;
  border: none !important;
  padding: 10px 10px 4px 0px;
}

  nav.main-header .vault-contact {
    margin-top: 0px !important;
  }

.active-user {
  right: 11px;
  cursor: pointer;
  padding: 5px;
  border-radius: 0.375rem;
  margin-right: 5px;
}

.request-link {
  top: 12px;
  font-size: 0.9rem;
}

.request-link2 {
  font-size: 0.9rem;
  position: fixed;
  z-index: 1;
  top: 60px;
  right: 10px;
  opacity: 0.5;
  display: none;
}

  .request-link2:hover {
    opacity: 1;
  }

.request-instructions {
  border-radius: 0.375rem;
  background-color: #3d72d5;
  padding: 10px 10px;
  color: white;
}

#RequestForm input[readonly="readonly"], .request-details-col input[readonly="readonly"] {
  background-color: inherit;
}

.btn {
  border-radius: 0.375rem;
}

.brand-link {
  border-color: transparent !important;
  border: none !important;
  padding: 13px 0px;
}

  .brand-link img {
    padding: 5px 0px;
  }

.main-sidebar {
  box-shadow: none !important;
}

.main-controls {
  display: flex;
  right: 5px;
  top: 10px;
  position: absolute;
}

/*Split Containers*/
.split-container {
  display: flex;
  width: 100%;
  height: 95%;
}
  .split-container .form-control-button-split, .split-container .clearfix {
    display: none;
  }
  .split-container .card {
    box-shadow: none;
  }
  .split-container #viewMainProd {
    margin: 10px;
  }

  .split-container #main-product, .split-container #copy-product {
    margin: -10px;
    margin-top: 2px;
    height: 700px;
  }

.split-left,
.split-right {
  flex: 1;
  overflow: auto;
  transition: all 0.3s;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin: 6px;
  z-index: 1;
}

.split-left, .split-right {
  padding: 5px;
  border: 1px solid #ced4da;
}

p {
  line-height: 30px;
}

  .split-right #copyOverList {
    margin-top: 5px;
    margin-left: 0px;
  }

/*Split Containers*/

.sidebar {
  padding: 5px 16px;
}

  .sidebar .nav-section {
    font-family: sans-serif;
    border-left: none !important;
    padding-top: 10px !important;
    padding: 4px;
    padding-bottom: 0px;
    font-size: 14px;
  }

  .sidebar .nav-section-break {
    border-left: none !important;
    padding-bottom: 12px;
  }


  .sidebar .nav-item a {
    border-left: none !important;
    padding: 8px;
    border-radius: 0.375rem !important;
  }

.dash-item {
  box-shadow: 3px 6px 6px 2px rgba(0, 0, 0, 0.08);
}

.card-header-tabs .nav-item {
  font-size: 1.1rem !important;
  box-shadow: 3px 6px 6px 2px rgba(0, 0, 0, 0.08);
}
  .card-header-tabs .dash-item .dash-link, .card-header-tabs .nav-item .nav-link {
    border-radius: 0.375rem 0.375rem 0px 0px !important;
  }

.card {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem !important;
  border: none;
}

.database-specific {
  font-size: 0.75rem;
  margin-left: 2px;
  color: white;
  padding: 2px 6px;
  background-color: #3C93C8;
  border-radius: 0.375rem;
}

.asset-class-specific {
  font-size: 0.75rem;
  margin-left: 2px;
  color: white;
  padding: 2px 6px;
  border-radius: 0.375rem;
}

.equity-specific {
  background-color: #238c4b;
}

.fixedincome-specific {
  background-color: #223d80;
}

.balanced-specific {
  background-color: #482280;
}

.reit-specific {
  background-color: #6e691e;
}

.alternatives-specific {
  background-color: #803421;
}

#Data .card-header {
  border-radius: 0.375rem;
  border: none;
}

.card .card-header {
  border-radius: 0.375rem;
  border: none !important;
  background-color: inherit !important;
}

.card-detail .card-asofdate {
  background-color: #a3e3b9 !important;
  width: auto !important;
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
}

.card-detail .card-dist-type {
  background-color: #bcdcf5 !important;
  width: auto !important;
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
}

.card-instructions .card-header .card-title {
  font-size: 1.1rem !important;
}

.spanText {
  font-size: 1.1rem !important;
}

.daily-reports .card-firm-report .card-title, .daily-reports .card-firm-report div, .daily-reports .migrated .card-body table .card-title, .daily-reports .migrated .card-body table div {
  font-size: 0.98rem !important;
}
.daily-reports .migrated .card-body .card table th {
  color: black;
  border-bottom: 1px solid black !important;
}

.daily-reports .card .card {
  height: auto;
  margin-bottom: 4px !important;
}

.daily-reports .card table th, .daily-reports .card table td {
  border: none !important;
}

.recon-reports .card .card-title {
  font-size: 1.1rem !important;
}

.recon-reports .card .card-body {
  font-size: 1rem !important;
}

.btn-clean {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

  .btn-clean:hover {
    cursor: pointer;
    background-color: #CDD7E1;
  }

.card-thinOutline {
  box-shadow: none;
  border-radius: 0px !important;
  border: none !important;
}

.card-thinOutline2 {
  box-shadow: 4px 4px 7px 1px rgba(0, 0, 0, 0.15);
  border-radius: 0px !important;
  border: none !important;
}

.help a {
  margin-left: -5px !important;
}

.card-clean {
  vertical-align: middle !important;
  height: 60px;
}

  .card-clean a {
    margin: 0px;
    padding: 5px 8px !important;
  }

  .card-clean .card-body {
    vertical-align: middle !important;
    padding: 13px 15px 15px 18px;
  }

.card-summary .card-header {
  margin: 0px;
  height: 32px;
  margin-top: -12px;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
  font-size: 0.85rem !important;
}

.card-dash-badge {
  width: 100%;
  justify-content: center !important;
  text-align: center !important;
  font-size: 0.86rem !important;
}

.auto-launch {
  position: absolute;
  float: left !important;
  font-size: 0.65rem !important;
  background-color: var(--primary-color);
  color: white;
  border-radius: 0.375rem;
  padding: 2px 6px;
  margin-top: 8px;
  opacity: 0.85;
  margin-left: 10px;
  font-weight: bold;
}

.card-summary {
  margin-bottom: 18px;
}

  .card-summary .card-body {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .card-summary .dash-content {
    width: 100%;
    font-size: 0.92rem !important;
    margin-bottom: 3px !important;
  }

  .card-summary .card-dash-tools {
    font-size: 0.80rem !important;
    font-weight: bold;
    color: #595A5B;
  }

    .card-summary .card-dash-tools span {
      background-color: #C6E7D5;
      padding: 2px 6px;
      border-radius: 0.375rem;
    }

  .card-summary .dataset {
    margin-top: 15px;
    margin-bottom: -15px;
    font-size: 1.38rem !important;
  }

  .card-summary .view-data, #rolloverBody .view-data {
    color: #AAACAE !important;
    font-size: 0.76rem !important;
    padding: 2px;
  }

.review {
  color: var(--primary-color) !important;
  font-size: 0.85rem !important;
  padding: 2px;
  cursor: pointer;
}

.card-summary .dashboard-card-footer {
  height: 20px;
  float: left !important;
}

.card-summary .card-body {
  border-top: -50px !important;
}

.card-summary .dash-recalc {
  height: 20px;
  float: right !important;
  border-top: -50px !important;
  font-size: 0.98rem !important;
}

.card .card-title {
  font-weight: 500;
  font-size: 1.35rem !important;
}

.contact-info {
  vertical-align: middle !important;
  padding-top: 5px;
  margin-right: 5px;
}

.na-item {
  position: absolute;
  left: 0px;
  bottom: 6px !important;
  right: 0px;
  align-self: center !important;
  text-align: center !important;
  width: 100%;
  height: 75%;
  backdrop-filter: blur(4px);
  z-index: 2;
  color: #656769;
}

.na-item-noblur {
  position: absolute;
  left: 0px;
  bottom: 6px !important;
  right: 0px;
  align-self: center !important;
  text-align: center !important;
  width: 100%;
  height: 75%;
  z-index: 2;
  color: #656769;
}

.na-item span, .na-item-noblur span {
  font-size: 1.08rem;
  opacity: 0.45;
  cursor: pointer;
  vertical-align: middle !important;
}
.na-item span {
  opacity: 0.6;
}

  .fixedCard {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    width: auto;
    z-index: 1;
  }

.form-control-button {
  margin-top: -8px;
  position: sticky;
  -webkit-position: sticky;
  top: 50px;
  z-index: 1;
  padding: 10px 0px;
}

.clearfix {
  margin-top: -5px !important;
}

.form-control-button-setup {
  position: sticky;
  margin-top: -2px;
  -webkit-position: sticky;
  box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, 0.15) !important;
  top: 42px;
  z-index: 1;
  padding: 0px;
  margin-bottom: 20px;
}

.form-control-button-split {
  position: sticky;
  margin-top: -28px;
  -webkit-position: sticky;
  box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, 0.15) !important;
  top: 50px;
  z-index: 1;
  padding: 0px;
  margin-bottom: 25px;
}

.form-control-button-split2 {
  position: sticky;
  margin-top: -34px;
  -webkit-position: sticky;
  box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, 0.15) !important;
  top: 105px;
  z-index: 1;
  padding: 0px;
  margin-bottom: 25px;
}

#vehicleTable {
  width: 99.9% !important;
}

.dataTable tbody tr td {
  border-bottom: none !important;
}

#table-personnel td, .table tbody th {
  border-top: none !important;
  border-bottom: none !important;
}

#table-personnel td, #table-personnel th, #holdings td, #holdings th {
  overflow: hidden;
  white-space: nowrap;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.notification-bell {
  margin-left: 3px !important;
  padding: 5px 9px;
  border-radius: 50%;
}

.card-detail .card-body {
  border-top: none !important;
}

.card-detail .tabHeader, .card-main .card-header {
  border-bottom: 1px solid #f0f0f0 !important;
  border-radius: 0.375rem 0.375rem 0px 0px !important;
}

.card-main .card-footer {
  border-radius: 0px 0px 0.375rem 0.375rem;
}

.card-tracker {
  margin-top: 10px;
}

.progress {
  background-color: #e7eaec;
  border-radius: 0.375rem !important;
}

.progress-zero {
  width: 100% !important;
  background-color: inherit !important;
}

.progress-na {
  width: 100% !important;
  background-color: #cbcbcb;
  color: black;
}

.progress2 {
  margin-top: -5px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 0.375rem !important;
  align-items: center;
  height: 71px;
}

  .progress2 span {
    font-size: 1.1rem !important;
  }

  .progress2 i {
    font-size: 1rem !important;
  }

  .progress2 .doc-type {
    font-size: 15px !important;
  }

.dashboard-card-footer {
  border-radius: 0.375rem !important;
}

.menu-open ul:first-of-type {
  border-radius: 0.375rem 0.375rem 0px 0px !important;
}

.menu-open ul:last-child {
  border-radius: 0px 0px 0.375rem 0.375rem !important;
}

.sidebar .nav-treeview li {
  margin-left: 4px !important;
}

.logout:hover {
  color: #C31616 !important;
  background-color: #F1DBDB !important;
}

.vault-port-char-table {
  /* box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);*/
  margin-bottom: 18px;
}

  .vault-port-char-table .card-header, .vault-port-char-table {
    border-radius: 0.375rem !important;
  }

    .vault-port-char-table .card-header .card-title {
      font-size: 1.1rem !important;
      font-weight: bold;
    }

    .vault-port-char-table .card-body {
      margin: 0px !important;
    }

    .vault-port-char-table .form-row {
      padding: 5px;
      padding-bottom: 10px;
    }

.italics {
  font-style: italic;
  padding-left: 2px;
}

.modal-content {
  border-radius: 0.375rem !important;
}

.main-view {
  margin-bottom: 9px;
}

.rolled-over-stamp {
  z-index: 2;
  position: absolute;
  right: 0px;
  top: 5px;
}

.user-settings {
  display: none;
  padding: 6px 4px;
  position: absolute;
  right: 8px;
  width: 150px;
  z-index: 1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 0.375rem;
  background-color: white;
}

  .user-settings a {
    border-radius: 0.375rem !important;
    color: var(--dark-font);
  }

    .user-settings a:hover {
      font-weight: bold !important;
      color: var(--dark-font);
    }


.active-user:hover .user-settings, .tracker-legend:hover .legend-card {
  display: block;
}

.selection, .select2-selection {
  height: 36px !important;
}

.select2-dropdown {
  border-radius: 0.375rem !important;
  border: none !important;
}

.table-responsive {
  padding-top: 10px !important;
}

/*table thead {
  position: sticky !important;
}
*/

tbody tr:hover {
  cursor: pointer !important;
}

#Data table.table tbody td, #Dashboard table.table tbody td {
  border: none !important;
  vertical-align: middle;
}

tbody tr td {
  vertical-align: middle !important;
}

.indicator {
  color: darkgreen !important;
  font-size: 11px;
  padding: 7px 0px 2px 2px;
}
/* New styles */

/* Live Data Tracker */
.card-main-tracker {
  height: 150px !important;
}

.card-tracker .not-reporitng {
  background-color: #e8e8e8;
  color: darkgray;
}
.card-tracker .not-received {
  color: darkgray;
}

.tracker-legend {
  margin-top: 4px;
  cursor: pointer;
}

.overall-label {
  font-size: 0.8rem;
  color: #6f6f6f;
  margin: 0px;
}

.avg-completion {
  font-size: 0.95rem;
  color: #6f6f6f;
  margin: 0px;
}

.view-legend {
  font-size: 0.92rem !important;
}

  .view-legend i {
    font-size: 0.80rem !important;
  }

.card-main-tracker .card-tools .card-title {
  font-size: 1.1rem !important;
}

.card-main-tracker .card-tools .card-header {
  font-size: 0.9rem !important;
  border-bottom: 1px solid #CACACA !important;
  border-radius: 0px !important;
}

.card-main-tracker .card-tools table {
  font-size: 0.9rem !important;
}

.card-main-tracker .card-tools tbody tr td:hover {
  background-color: none !important;
}

.tracker-topbar {
  overflow: auto;
  white-space: nowrap;
  scrollbar-width: none;
  width: 70%;
  height: 130px;
}

  .tracker-topbar::-webkit-scrollbar {
    display: none;
  }

  .tracker-topbar .tracker-topbaritem {
    text-decoration: none;
  }

#trackerHelp {
  position: absolute;
  cursor: pointer;
  right: 10px;
  z-index: 4;
}

#rankAnalysts {
  font-size: 0.9rem !important;
  position: absolute;
  margin-top: -160px;
  right: 0;
  margin-right: 45px;
  z-index: 1;
  width: 360px;
}
  #rankAnalysts div:nth-child(2) {
    height: 115px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
  }

.hide-comment {
  width: 30px !important;
  padding: 0px;
  font-size: 14px;
  color: var(--primary-color) !important;
  cursor: pointer;
  margin-top: 10px;
}

  .hide-comment i {
    top: 0;
    left: 0;
    padding: 0px;
    font-size: 12px;
    color: var(--primary-color) !important;
    cursor: pointer;
  }

.show-comment {
  width: 30px !important;
  padding: 0px;
  font-size: 14px;
  color: var(--primary-color) !important;
  cursor: pointer;
  margin-top: 10px;
}

  .show-comment i {
    top: 0;
    left: 0;
    padding: 0px;
    font-size: 12px;
    color: var(--primary-color) !important;
    cursor: pointer;
  }

.hidden-comment-card {
  border: none !important;
  box-shadow: none !important;
}

  .hidden-comment-card .card-header {
    height: 30px !important;
  }

    .hidden-comment-card .card-header i {
      font-size: 0.75rem !important;
      padding-bottom: 10px !important;
    }

    .hidden-comment-card .card-header .card-title {
      font-size: 0.9rem !important;
      color: gray;
    }

  .hidden-comment-card .card-comment, .hidden-comment-card .card-comment textarea {
    color: gray !important;
  }

  .hidden-comment-card .card-body {
    padding: 1px;
    padding-top: 5px !important;
  }

  .hidden-comment-card .card-comment {
    width: 90% !important;
    right: 0;
    float: right !important;
  }

#rankAnalysts .comments-header {
  font-size: 1.05rem !important;
  padding: 0px;
}

.btnRanks {
  cursor: pointer;
}

  .btnRanks:hover {
    color: var(--primary-color) !important;
  }

#rankAnalysts .table thead tr th {
  padding: 2px !important;
  border-top: none;
}

#rankAnalysts .table tbody tr:first-of-type td {
  padding: 6px 0px 4px 0px !important;
  font-size: 1rem !important;
  background-color: #E8E4C9;
}

#rankAnalysts .table tbody tr:nth-child(2) td {
  font-size: 0.96rem !important;
  background-color: #EEEEEE;
}

#rankAnalysts .table tbody td {
  font-size: 0.88rem;
  border-bottom: none;
}

#rankAnalysts .table tbody tr td {
  padding: 3px !important;
  border-top: none;
}

.fa-crown {
  font-size: 1.65rem !important;
  position: relative !important;
  color: #BDAB10;
  margin-top: -3px;
}

.rank {
  font-size: 0.82rem !important;
  color: white;
  font-weight: bold;
  position: absolute !important;
  z-index: 1;
  margin-left: -17px;
  margin-top: 5px;
}

.rank-name {
  font-weight: bold;
}

.legend-card {
  font-size: 0.92rem !important;
  display: none;
  top: 20px;
  padding: 15px 12px;
  position: absolute;
  width: 400px;
  height: 100px;
  z-index: 2;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 0.375rem;
  background-color: white;
}

  .legend-card table {
    width: 100% !important;
    height: 100%;
  }

    .legend-card table td {
      overflow-wrap: break-word !important;
    }

      .legend-card table td:nth-child(1) {
        width: 80px !important;
      }

      .legend-card table td:nth-child(2) {
        width: 80px !important;
        overflow-wrap: break-word !important;
      }

#tableTracker thead tr:first-of-type th {
  border-bottom: none !important;
}

#tbl .tbl {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 1px solid #dee2e6;
  border-spacing: 0;
  padding: 0;
  position: relative;
  border-collapse: collapse;
}

  #tbl .tbl td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px thin #dee2e6;
    border-bottom: 1px thin #dee2e6;
    border-left: 1px thin #dee2e6;
    vertical-align: middle;
    text-align: center;
  }

  #tbl .tbl thead tr:nth-child(1) th:nth-child(1) {
    border-bottom: none;
  }

  #tbl .tbl thead tr:nth-child(1) th:nth-child(2) {
    border-bottom: none;
  }

  #tbl .tbl thead tr:nth-child(2) th:nth-child(1) {
    border-top: none;
  }

  #tbl .tbl thead tr:nth-child(2) th:nth-child(2) {
    border-top: none;
  }

  #tbl .tbl thead th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #dee2e6;
    background-color: #e9ecef;
  }

  #tbl .tbl tbody td {
    border-right: 1px solid;
    border-right-color: lightgray;
  }

    #tbl .tbl tbody td:nth-child(1) {
      border-left-color: lightgray;
      border-right-color: lightgray;
      background-color: #fff;
    }

    #tbl .tbl tbody td:nth-child(2) {
      border-right-color: black;
      background-color: #fff;
    }

  #tbl .tbl tbody tr:hover { /*, tr:hover td:nth-child(1), tr:hover td:nth-child(2)*/
    background-color: #E1EDF2 !important;
  }

.col-analyst {
  left: 0 !important;
  position: sticky !important;
  position: -webkit-sticky !important;
  z-index: 3 !important;
}

.col-firm-name {
  left: 75px !important;
  position: sticky !important;
  position: -webkit-sticky !important;
  z-index: 3 !important;
}

/* Fixed Headers */
#tbl tr:nth-child(1) th {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: -10px !important;
  z-index: 1 !important;
}

#tbl tr:nth-child(2) th {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 64px !important;
  z-index: 1 !important;
}

#tbl th[scope=row] {
  position: -webkit-sticky !important;
  position: sticky !important;
  left: 74px !important;
  z-index: 1 !important;
}

#tbl tr td:first-child {
  left: 0 !important;
  z-index: 4 !important;
  position: sticky !important;
  position: -webkit-sticky !important;
}

#tbl th[scope=row] {
  vertical-align: top;
  color: inherit;
  background-color: inherit;
  background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
}

#tbl th:not([scope=row]):nth-child(1) {
  left: 0 !important;
  z-index: 6 !important;
}

#tbl th:not([scope=row]):nth-child(2) {
  left: 75px !important;
  z-index: 6 !important;
}

#tbl {
  overflow: auto;
  height: calc(100vh - 115px);
  overflow-y: auto;
}

  #tbl table {
    margin: 0;
    flex: 0 auto;
  }

  #tbl.rowheaders {
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 4em 100%, 4em 100%, 1.4em 100%, 1.4em 100%;
    background-position: 0 0, 100%, 0 0, 100%;
    background-attachment: local, local, scroll, scroll;
  }

  #tbl th[scope=row] {
    min-width: 40vw;
  }

    #tbl th[scope=row] + td {
      min-width: 24em;
    }

  #tbl:nth-child(3) {
    max-height: 18em;
  }

  #tbl:nth-child(7) {
    max-height: 15em;
    margin: 0 1em;
  }

/*Tracker Comments*/
.comments i {
  font-size: 10px;
  margin-top: -20px;
  margin-right: -6px;
  display: inline-block;
  position: relative;
  float: right;
  padding: 0px 2px;
  color: black;
}

.comments i.fa-hourglass-half {
  font-size: 11px;
}

.comment-stats {
  font-size: 13px !important;
}

  .comment-stats i {
    margin-top: -20px !important;
    color: black;
  }

.comment-blanks i {
  margin-top: -30px !important;
  color: black;
}

.comments div {
  display: inline-block;
}


.comments, .comments i:hover {
  cursor: pointer;
}

.col-firm-name div {
  display: inline-block;
  width: 100% !important;
}

  .col-firm-name div.firm-name {
    font-weight: 600 !important;
    color: #1F446A;
    width: 130px !important;
  }

.dist-style {
  font-size: 10px;
  width: auto;
}

.white-label {
  margin-top: -20px;
  margin-bottom: -20px;
  font-size: 11px;
  padding-right: 6px;
  float: left !important;
  width: auto;
}
/* Live Data Tracker */

/* Documents-Media */
.card-main .tab {
  float: left;
  padding: 0px;
  background-color: #d9dbde;
  width: 100%;
  height: auto;
  border: 1px thin #ccc;
}

.footer-bg {
  background-color: #d9dbde;
}

.card-main .tab.scrollable {
  float: left;
  padding: 0px;
  background-color: #E8EBEE;
  width: 100%;
  height: 466px;
  border: 1px thin #ccc;
  overflow-y: auto;
}

.card-main .tabTable {
  width: 100%;
  border: none;
  outline: none;
  padding: 0px;
}

  .card-main .tabTable td {
    padding: 0px;
    border-bottom: thin;
  }

  .card-main .tabTable button {
    display: block;
    background-color: #edeff0;
    color: black;
    padding: 10px 25px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
  }

    .card-main .tabTable button:hover {
      background-color: #e6ecf0;
      cursor: pointer;
    }

    .card-main .tabTable button.active {
      background-color: #898b8c;
      font-weight: bold;
      color: white;
    }

.card-main .tabcontent {
  border: none;
  outline: none;
  float: right;
  padding: 0px 0px 0px 0px;
  background-color: inherit;
}

  .card-main .tabcontent button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
  }

.card-main .tbl {
  width: 100%;
  width: stretch;
  border: none;
  outline: none;
  padding: 0px;
}

  .card-main .tbl thead th {
    background-color: #666869 !important;
    width: stretch;
    border: none;
    outline: none;
    padding: 0px;
  }

  .card-main .tbl th {
    padding: 0px;
    color: white;
    border: none;
    outline: none;
  }

  .card-main .tbl tbody tr {
    padding: 0px;
    vertical-align: middle;
    border-bottom: 1px solid #ebedf0 !important;
  }

  .card-main .tbl button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 10px 25px;
    width: stretch;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
  }

  .card-main .tbl tbody tr:hover {
    background-color: #e6ecf0;
    cursor: pointer;
  }

  .card-main .tbl button:hover {
    background-color: #e6ecf0;
    cursor: pointer;
  }

/* Documents-Media */

/* Dashboard styles */
.dash-td {
  cursor: pointer;
  text-align: center;
}

.dash-product-name {
  text-align: left;
}

.dash-0 {
  background-color: white;
}

.dash-1 {
  background-color: white;
}

.dash-2 {
  background-color: lightgreen;
}

.newdash-2 {
  background-color: #9DDFA7;
}

.bg-warning2 {
  background-color: #e6b117 !important;
  color: white !important;
}

.color-warning {
  color: #ffc107 !important;
}

.color-not-needed {
  color: #737373 !important;
}

.color-waiting {
  color: #7a20a2 !important;
}

.color-danger {
  color: #dc3545 !important;
}

.color-success {
  color: #28a745 !important;
}

.color-detail {
  color: #0066d4 !important;
}

.text-normal {
  font-weight: normal !important;
}

.dash-na {
  background-color: lightgrey;
}

.dash-out-of-date {
  background-color: white;
}

.missing-vehicle, .missing-vehicle td {
  background-color: #F7EFEF !important;
}

  .missing-vehicle .addMissingVehicle {
    font-size: 0.85rem;
  }
/* end Dashboard styles */

.select2-selection__rendered i.fa-circle, .select2-results__option i.fa-circle {
  font-size: 0.65rem;
  margin-left: 1px !important;
}
/* Narratives */
.draft.card-outline,
.draft .card-outline {
  border-top: 3px solid #dc3545;
}

/* END */
caption {
  caption-side: top;
}

[data-card-widget="collapse"] {
  cursor: pointer;
}

/* Loading */
#modalContentLoading {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.bd-example-modal-lg .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

  .bd-example-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
  }

.modalLoading {
  background-color: rgba(0,0,0,0.5);
}
/* end Loading */

.cursor-pointer {
  cursor: pointer;
}

.needs-review {
  color: #e8ad00;
}

.step2 {
  margin-top: -1px;
  padding: 0px;
}

.manual-change {
  color: #bd2020;
  font-size: 8px;
  padding: 8px 0px 4px 5px;
}
/*
   Vertical text
   by @kizmarh
*/
.vertical-text {
  display: inline-block;
  overflow: hidden;
  width: 1em;
}

.vertical-text__inner {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  transform: translate(0,100%) rotate(-90deg);
  transform-origin: 0 0;
}
  /* This element stretches the parent to be square
by using the mechanics of vertical margins  */
  .vertical-text__inner:after {
    content: "";
    display: block;
    margin: -1em 0 100%;
  }
/* end Vertical text */



/* hide valid validation summary https://stackoverflow.com/a/5874405 */
.validation-summary-valid {
  display: none;
}
/* end hide valid validation summary */

.nav-pills .nav-link:not(.active):hover {
  color: var(--dark-font);
  font-weight: bold;
  background-color: var(--primary-color);
  border-radius: 0;
}

.vault-login-navbar .container {
  display: block;
}

/* Logo Styling */

.navbar-brand .logo,
.navbar-brand .logo-small {
  height: 50px;
  width: auto;
  border: 0;
}

/* END */

/* START Login */
.vault-login-layout-header {
  background-color: var(--primary-color);
}

footer.vault-login {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: var(--primary-color);
}

  footer.vault-login .container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
    background-color: white !important;
  }

/* END Login*/

#toast-container > div {
  opacity: 1;
}

pre {
  white-space: pre-wrap !important;
}

/*https://github.com/grid-js/gridjs/issues/597*/
.gridjs-table {
  min-width: 100%;
}

.start-hidden {
  display: none;
}

.question label {
  font-weight: normal !important;
}

.content-header h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px !important;
}

.card-title, h3 {
  font-size: 18px;
}


@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}

.tab-pane .card {
  margin-bottom: 0px;
  border-top: 0px;
  box-shadow: none;
}

.card-outline-tabs .card-header {
  border: 0px;
  padding: 0;
}

.card-outline-tabs .card-title {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.card-outline-tabs .card-tools {
  display: none;
}

.card-outline-tabs .card-body {
  padding-top: 0.75rem;
}

.text-danger a {
  color: red;
}


/* Dashboard */
.tabHeader {
  padding: 10px 20px 0px 20px;
}

  .tabHeader .customTabs {
    padding: 8px 0px 0px 0px;
    float: left;
    width: 70%;
  }

  .tabHeader .card-tools {
    width: 30%;
    float: right;
    margin-top: -5px;
  }

    .tabHeader .card-tools .btn-remove {
      float: right;
      margin-top: -30px;
    }

.dash-nav {
  margin-bottom: -1px;
  list-style: none;
  overflow: auto;
  white-space: nowrap;
  height: 48px;
  scrollbar-width: none;
}

  .dash-nav::-webkit-scrollbar {
    display: none;
  }

  .dash-nav .dash-item {
    display: inline-block;
    text-align: center;
    text-decoration: none;
  }

.dash-tabs {
  padding: 10px 0px 0px 8px;
  border-bottom: -1px solid #dee2e6;
}

.dash-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.dash-tabs .dash-item {
  margin-bottom: -1px;
}

.dash-tabs .dash-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: var(--primary-color);
}

  .dash-tabs .dash-link:hover, .dash-tabs .dash-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    border-top: 3px solid #dee2e6 !important;
    margin-top: -1px;
  }

  .dash-tabs .dash-link.active,
  .dash-tabs .dash-item.show .dash-link {
    color: #495057;
    font-weight: bold;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
    border-top: 3px solid var(--primary-color) !important;
  }

.switch-control {
  margin-left: 0.4rem !important;
}

  .switch-control label {
    font-weight: bold;
  }

/* toggle switch */
.switch {
  margin-top: 0.2rem !important;
  margin-bottom: 0.3rem !important;
  margin-right: 0.5rem !important;
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

.switch-center .switch {
  margin-left: 40%;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

input:checked + .slider {
  background-color: #0066d4;
}

input:disabled + .slider {
  background-color: #e0e0e0;
}

input.disabled:checked + .slider {
  background-color: #59799c;
}

label.disabled {
  color: #a6a6a6 !important;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 10px;
}

  .slider.round:before {
    border-radius: 50%;
  }

/*.apx-border-danger {
  border: solid 1px red;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
}*/

.narrative-fieldset {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
}

.back-to-top {
  opacity: 0.25;
}

  .back-to-top:hover {
    opacity: 1;
  }

.pointer {
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.favorite {
  color: #6c757d; /* bootstrap btn-secondary color */
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

  .favorite:hover {
    color: #545b62; /* bootstrap btn-secondary hover color */
  }

.dashboard-card-footer {
  background-color: #e9ecef;
  height: 65px
}

label.required::after {
  content: "*";
  color: red;
}

.no-border {
  border: none;
}

#notificationModal .modal-content {
  z-index: 2;
}

  #notificationModal .modal-content #reload-modal {
    position: absolute;
    align-content: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    z-index: 1;
    margin-top: 25%;
    margin-left: 50%;
  }

.modal .modal-header, .modal .modal-footer {
  border: none;
  text-align: center !important;
  justify-content: center;
}

.modal .modal-body {
  margin: 10px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 1.1rem;
}

.modal .modal-title {
  font-size: 1.6rem;
  margin-top: -20px;
  text-align: center !important;
  justify-content: center !important;
  align-content: center !important;
}

.quest-width-full {
  width: 100%;
}

#wilshire-recon table thead th {
  background-color: #3E4B61 !important;
  color: white;
}

.requiredLabel {
  color: red !important;
}

.required {
  color: red !important;
  font-size: 16px;
  font-weight: bold;
}

.distribution-card {
  margin-top: 10px;
  border: none !important;
  background-color: inherit !important;
  box-shadow: none;
  margin-bottom: 0px;
}

  .distribution-card .card-title {
    font-size: 1.10rem !important;
  }

  .distribution-card .card-header {
    padding-bottom: 0px;
    border: none !important;
  }

  .distribution-card .card-body {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

    .distribution-card .card-body .table-responsive table {
      margin-top: -8px;
      padding-top: 0px;
    }


.distribution-tool {
  height: 620px !important;
  overflow-y: auto;
}

  .distribution-tool .table thead th {
    position: sticky !important;
    -webkit-position: sticky !important;
    top: -9px !important;
    z-index: 1;
  }

tr.inactive td {
  color: #929292 !important;
}

.validation-message {
  color: red;
  display: none;
  font-size: 0.9rem;
}

.validation-message-visible {
  color: red;
  display: inline-block !important;
  font-size: 1rem;
}

  .validation-message::before, .validation-message-visible::before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f071";
    padding-right: 5px;
    font-size: 1rem;
  }


.requeued {
  color: var(--primary-color);
  font-size: 8px;
  padding: 8px 0px 4px 5px;
}

.manual-change2 {
  color: #bd2020;
  font-size: 9px;
  padding: 2px 0px 6px 4px;
}

.grayed-out {
  color: #6c757d !important;
}

.approved {
  color: #28a745 !important;
}

.view-reconReport {
  color: var(--primary-color);
}

.timeline-item .card-body {
  border-top: 1px solid #DADADA !important;
}

.timeline-item .card-title {
  color: #495057 !important;
  font-size: 16px !important;
}

.btn-simple {
  border: 1px solid #c2c2c2 !important;
}
.btn-simple-primary {
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  font-size: 0.85rem;
}
  .btn-simple-primary:hover {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
  }

.btn-simple-success {
  color: #28a745 !important;
  border-color: #28a745 !important;
  font-size: 0.85rem;
}
  .btn-simple-success:hover {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
  }
.btn-simple-danger {
  color: #dc3545 !important;
  border-color: #dc3545 !important;
  font-size: 0.85rem;
}
  .btn-simple-danger:hover {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
  }

.btn-simple-bg-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  font-size: 0.85rem;
  color: white;
}
.clear-filter {
  float: right !important;
}

.filters {
  float: right;
  width: 100%;
}

  .filters button {
    float: right;
  }

.filter-dropdown {
  margin-top: 40px;
  display: none;
  padding: 15px 23px;
  position: absolute;
  right: 14px;
  width: 60%;
  height: auto;
  z-index: 100;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 0.375rem;
  background-color: white;
}

.clear-row {
  width: 100%;
}

.select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
}

.guide-card {
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
  margin-bottom: 11px;
}
.guide-card .card {
  box-shadow: 0 0 1px #717272;
}
.guide-card .card-header {
  padding: 8px 12px;
}
  .guide-card .card-title, .guide-card .card-tools {
    font-size: 1rem !important;
  }

.div-comment {
  border: 1px solid #5d7cbf;
  background-color: #d6e2f0 !important;
  border-radius: 0.375rem;
  padding: 15px 23px;
}

.div-comment-dark {
  background-color: #edeff0 !important;
  border-radius: 0.375rem;
  padding: 13px 23px 4px;
  color: black !important;
}

.div-comment-danger {
  border: 1px solid #e74c3c;
  background-color: #f8d7da !important;
  border-radius: 0.375rem;
  padding: 15px 23px;
  color: #a94442;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.div-comment-warning {
  border: 1px solid #ffc107;
  background-color: #fff8e1 !important;
  border-radius: 0.375rem;
  padding: 15px 23px;
  color: #856404;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.profile-img-comment {
  width: 3rem !important;
  height: 3rem !important;
  margin-bottom: 10px;
}

.valid-list {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.modal .valid-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.custom-badge {
  background-color: #d1ecf1;
  color: #004085;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0.375rem;
  display: inline-block;
  /*margin-left: 10px;*/
}

  .custom-badge strong {
    font-weight: bold;
  }

.custom-badge-primary {
  background-color: #d1ecf1;
  color: #004085;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0.375rem;
  display: inline-block;
  /*margin-left: 10px;*/
}

  .custom-badge-primary strong {
    font-weight: bold;
  }

.custom-badge-secondary {
  background-color: #e2e3e5;
  color: #383d41;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0.375rem;
  display: inline-block;
  /*margin-left: 10px;*/
}

  .custom-badge-secondary strong {
    font-weight: bold;
  }

.custom-badge-success {
  background-color: #d4edda;
  color: #155724;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0.375rem;
  display: inline-block;
  /*margin-left: 10px;*/
}

  .custom-badge-success strong {
    font-weight: bold;
  }

.custom-badge-danger {
  background-color: #f8d7da;
  color: #721c24;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0.375rem;
  display: inline-block;
  /*margin-left: 10px;*/
}

  .custom-badge-danger strong {
    font-weight: bold;
  }

.custom-badge-warning {
  background-color: #fff3cd;
  color: #856404;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0.375rem;
  display: inline-block;
}

  .custom-badge-warning strong {
    font-weight: bold;
  }

.custom-badge-info {
  background-color: #d1ecf1;
  color: #0c5460;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0.375rem;
  display: inline-block;
}

  .custom-badge-info strong {
    font-weight: bold;
  }

.custom-badge-light {
  background-color: #fefefe;
  color: #818182;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0.375rem;
  display: inline-block;
}

  .custom-badge-light strong {
    font-weight: bold;
  }

.custom-badge-dark {
  background-color: #d6d8d9;
  color: #1b1e21;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 0.375rem;
  display: inline-block;
}

  .custom-badge-dark strong {
    font-weight: bold;
  }

.note-modal .modal-header .modal-title {
  margin-top: 1px !important;
  margin-left: 3px;
}
/*.note-editing-area table.table-bordered tbody tr td {
  border: 1px solid lightgray !important;
}*/

.note-modal .modal-footer p, .note-toolbar button.btn-codeview, .note-toolbar .note-insert, .note-toolbar .note-table, .note-toolbar .note-fontname {
  display: none !important;
}
.note-modal:hover .note-toolbar {
  display: block !important;
}

.button-loading .btnRollover-text {
  visibility: hidden;
}

.request-details-col {
  margin-right: 10px;
  border: solid 3px #e6e6e6;
  border-radius: 0.375rem;
  padding: 8px 15px;
  max-width: 50%;
}

  .request-details-col .card-body #supportFiles .container-fluid {
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding: 0px;
  }

.note-editor {
  width: 100%;
  box-shadow: none;
}

.request-details-col .note-editable, #RequestForm .note-editable {
  min-height: 200px;
}

.request-discussion-col .note-editable {
  min-height: 120px;
}

.request-discussion-col {
  background-color: #f4f4f4;
  border-radius: 0.375rem;
  padding: 8px 15px;
}

  .request-discussion-col .note-toolbar {
    display: none;
  }

.static-details {
  background-color: #e6e6e6;
  border-radius: 0.375rem;
  padding: 2px 12px;
}

.request-option:hover .request-option[title]::after {
  display: none !important;
}

.no-user-image {
  width: 2.5rem !important;
  background-color: #686868;
  border: solid 1px #686868;
  color: white;
  border-radius: 50%;
  padding: 7px 7.2px;
  text-transform: uppercase;
  font-size: 0.95rem;
  justify-content: space-evenly;
  letter-spacing: 1.5px !important;
  display: flex;
}

.discussion-readonly {
  background-color: #fafafa !important;
  min-height: 120px;
  overflow-y: auto;
  resize: vertical;
}

.card-header.discussion-header {
  background-color: #e6e6e6 !important;
  padding: 8px 5px 0px 5px !important;
  margin: -8px -15px !important;
  border-radius: 0.375rem 0.375rem 0rem 0rem !important;
}

.discussion-header .nav-item {
  position: sticky !important;
  margin: 0px !important;
  margin-left: 3px !important;
  cursor: pointer;
}

  .discussion-header .nav-item a {
    color: black !important;
    border-bottom-color: #e6e6e6 !important;
  }

    .discussion-header .nav-item a.active {
      color: black !important;
      font-weight: bold;
      background-color: #f4f4f4 !important;
      border-color: #f4f4f4 !important;
      border-top: 2px solid var(--primary-color) !important;
    }

#prev-discussions {
  max-height: 900px;
  overflow: hidden;
}

  #prev-discussions:hover {
    overflow-y: auto;
  }

  #prev-discussions .row {
    max-width: 99%;
  }

#SupportRequest_Notes {
  max-height: 400px;
}

#btnSupportGoBack {
  top: -20px !important;
}

.bg-apx {
  background-color: #a92f2f;
}

.bg-flx {
  background-color: #003862;
}

.bg-fin {
  background-color: #2e8e9f;
}

.bg-factset {
  background-color: #00AEEF;
}

.fa-comment {
  color: #18c013;
}

.request-badge .badge {
  font-size: 0.95rem !important;
}

.notes-last-updated {
  right: 0 !important;
  margin-right: 0px;
  font-size: 0.88rem;
  float: right !important;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

.pulse {
  display: inline-block;
  animation: pulse 1s infinite;
}

.small-text {
  font-size: 0.9rem;
}
.small-text-md {
  font-size: 0.98rem;
}

.bg-green-dark {
  background-color: darkgreen;
}

.support-upload {
  margin-top: -35px;
}

/*Element Loading Spinner*/
@keyframes spin {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.spinner {
  width: 35px;
  height: 35px;
  border: 5px solid #eeeeee; /* Light grey */
  border-top: 5px solid var(--primary-color); /* Blue */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto; /* Center the spinner */
  margin-top: 20px;
  margin-bottom: 20px;
}

.spinner-sm {
  width: 20px;
  height: 20px;
  border: 3px solid #eeeeee; /* Light grey */
  border-top: 5px solid var(--primary-color); /* Blue */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0px 35px !important; /* Center the spinner */
}
/*Element Loading Spinner*/

/*Onboarding*/
#Step2 {
  margin: 0px 100px;
}
  #Step2 .col-sm {
    margin: 0px 50px 2px 20px;
  }
    #Step2 .col-sm-2 input {
      margin-top: 8px !important;
    }
    #Step2 .col-sm-2 label {
      margin-top: 5px !important;
    }

#OnboardStep .row .card-title {
  text-align: center;
  width: 100%;
}
#Step2 .row-all div {
  padding: 8px;
  padding-left: 25px;
  text-align: center;
  width: 100%;
}
/*Onboarding*/
