
.m-stage-1, .m-stage-2, .m-stage-3, .m-stage-4, .m-stage-5,
.m-stage-6, .m-stage-7, .m-stage-8, .m-stage-9 {
  position: relative;
  padding: 1px 1px 0 1px;
  background: #00aeef;
}
  .m-stage-1:after, .m-stage-2:after, .m-stage-3:after, .m-stage-4:after, .m-stage-5:after,
  .m-stage-6:after, .m-stage-7:after, .m-stage-8:after, .m-stage-9:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    font-family: sans-serif;
    line-height: 1.2em;
    text-align: center;
    font-weight: 400;
    font-size: 0.8em;

    color: #fff;
  }
  .bfa-pc-status .fas[class*="m-stage-"] { background: #fff; }
  .bfa-project-plan-status-select li.on .fas[class*="m-stage-"] { background: #fff; }
    .bfa-project-plan-status-select li.on .fas[class*="m-stage-"]:after { color: #00aeef; }

    .bfa-project-card .m-stage-1:after, .bfa-project-card .m-stage-2:after, .bfa-project-card .m-stage-3:after, .bfa-project-card .m-stage-4:after, .bfa-project-card .m-stage-5:after,
    .bfa-project-card .m-stage-6:after, .bfa-project-card .m-stage-7:after, .bfa-project-card .m-stage-8:after, .bfa-project-card .m-stage-9:after {
      left: 1px;
      font-weight: bold;
      color: #00aeef;
    }

    .m-stage-1:after { content: '1'; }
    .m-stage-2:after { content: '2'; }
    .m-stage-3:after { content: '3'; }
    .m-stage-4:after { content: '4'; }
    .m-stage-5:after { content: '5'; }
    .m-stage-6:after { content: '6'; }
    .m-stage-7:after { content: '7'; }
    .m-stage-8:after { content: '8'; }
    .m-stage-9:after { content: '9'; }


.logo {
  display: inline-block;
  background-size: cover;
}
  .logo.has-image { text-indent: -9999px; }

.bfcms-nav {
  display: inline-block;

  margin: 0;
  padding: 0;

  list-style: none;
}

  .bfcms-nav > li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
  }
    .bfcms-nav > li > a {
    }

    .bfcms-nav > li > ul {
      display: none;

      position: absolute;
      z-index: 100;

      min-width: 150px;
      margin: 0;
      padding: 15px;

      list-style: none;

      background: #eee;
    }
      .bfcms-nav > li:hover > ul {
        display: block;
      }



.m-project-leaders {
  margin-left: 10px;

  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;

  color: #00aeef;
}


#multiply-budget-month-select {
  display: none;

  position: absolute;
  z-index: 100;

  width: 400px;
  padding: 20px;

  background: #f5f5f5;
  border-left: 3px solid #999;
}
  #multiply-budget-month-select select, 
  #multiply-budget-month-select button {
    width: 30%;
    margin: 0 1%;
  }
  #multiply-budget-month-select button {
    padding: 8px;
  }

  ul.multiply-budget-months {
    width: 400px;
    margin: 0;
    padding: 0;

    font-size: 0.8em;
    line-height: 1.5em;
  }
    ul.multiply-budget-months li {
      display: inline-block;
      margin-right: 20px;
    }

  tr.multiply-budget-row-cleared {
    opacity: 0.25;
  }


.bf-ctable {
  position: relative;
}

.multiply-header-fixed {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.multiply-budget-report {
/*  margin-top: 100px !important; */
}

.multiply-budget-report,
.multiply-budget-static-header {
  font-size: 0.8em;
}
  .multiply-budget-report th,
  .multiply-budget-static-header th {
  }
  .multiply-budget-report td,
  .multiply-budget-static-header td {
    padding: 4px 10px;
  }

  .multiply-budget-report td.multiply-budget-report-entry { min-width: 250px; }
  .multiply-budget-report td.multiply-budget-report-total { font-weight: bold; }

  .multiply-budget-report td.multiply-budget-report-amount,
  .multiply-budget-report tr:hover td.multiply-budget-report-amount {
    color: #fff;
    background: #00aeef;
  }
  .multiply-budget-report > tbody > tr:nth-child(2n) td.multiply-budget-report-amount {
    background: #00ccff;
  }

  .multiply-budget-report .multiply-budget-report-totals td {
    padding-bottom: 2em;

    font-size: 1em;
    font-weight: bold;
  }


.bfa-field-budget-expense-list .inactive {
  display: none;
}

.bf-table .bfa-project-table a {
  color: #00467c;
  text-decoration: underline;
}


.multiply-revenue-budget {
}
  .multiply-revenue-budget h4 {
    margin-top: 0;
    line-height: 1em;
  }
  .multiply-revenue-budget-detail {
    display: inline-block;
    margin-left: 1em;
    opacity: 0.5;
  }
  .multiply-revenue-budget-warning {
    display: inline-block;
    padding: 8px;

    font-size: 0.8em;
    line-height: 1em;

    color: #fff;
    background: #00aeef;
  }



.bf-customer-profile-preview p {
  margin-bottom: 0;
}
.bf-customer-profile-preview h3 {
  display: none;
}


#bf-project-dashboard-filters {
  margin: -1em 0 1em;
}
  #bf-project-dashboard-filters label {
    display: inline-block;
    padding: 15px;
    margin: 0 7px 1em 0;

    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1em;

    background: #f5f5f5;
    border-radius: 5px;
  }
    #bf-project-dashboard-filters label.active {
      color: #fff;
      background: #aaa;
    }

  #bf-project-dashboard-filters label input {
    margin: 0 5px 0 0;
  }


.multiply-subcode-fy-select {
  float: right;
  width: 125px !important;
}

.multiply-version-fy-select {
  width: 125px !important;
}

.multiply-budget-approved {
  margin-left: 10px;

  font-weight: bold;

  color: #00aeef;
}
  .multiply-budget-approved:before {
    content: '-';
    margin-right: 10px;
  }

table.multiply-budget-report {
  width: 100%;
}
table.multiply-budget-report thead th,
table.multiply-budget-static-header thead th {
  padding: 8px 5px;

  font-size: 12px;
  line-height: 1.4em;
}

tr.report-activity-total td {
  font-weight: bold;
  background: #eee !important;
}
tr.report-subcode-total td {
  color: #fff;
  background-color: #00aeef !important;
}

.bfa-version-hidden {
  display: none;
}

  li.bfa-version-hidden-expand {
    display: inline-block;
    padding: 0px 10px 8px;
    margin-left: 30px;

    line-height: 1em;
    background: #f1f1f1;

    cursor: pointer;
  }

#bfa-project-documents #bfa-project-documents-dz {
  display: none;
}


div#bfa-project-documents-ctr:before {
  content: 'Documents can now be uploaded through the messages tab. Please add a post there with your document attached.';
  display: block;

  text-align: center;
  font-style: italic;

  margin: 0 auto 2em;
  padding: 5px 20px 8px;
  border-radius: 10px;
  background: #f1f1f1;
}

.multiply-forum-listing {
  margin: 1em 0;
  padding: 0;

  list-style: none;
}

  .multiply-forum-listing .bfa-project-discussion-entry .open .fa-chevron-circle-right {
    transform: rotate(90deg);
    opacity: 1;
  }

  .multiply-forum-listing .bfa-project-discussion-entry .fa-chevron-circle-right {
    float: left;

    margin-right: 15px;

    font-size: 20px;
    line-height: 32px;

    color: #333;
    transition: all 0.25s;

    cursor: pointer;

    opacity: 0.3;
  }


.expandable-row {
  padding-bottom: 1.5em;
  cursor: pointer;
}
.expanding-row {
  display: none;
  margin-top: 1em;
}

.multiply-forum-title .forum-name {
  font-family: 'PT Sans',sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 2em;
}

.multiply-forum-title .forum-icon {
  position: relative;
  top: 3px;

  font-size: 1.5em;
  margin-right: 8px;

  color: #00aeef;
}

.multiply-approve-for {
  display: none;
  max-width: 300px;
  margin-top: 1em;
}

span.vine-card-status-approved {
  color: #f00;
}

span.vine-card-status {
  display: block;
  font-style: italic;
}
span.vine-card-status + br { display: none; }


.custom-update-save {
  margin-top: 0.5rem;
}

.trellis-web-site-config-display {
  display: grid;
  grid-template-columns: 48% 8% 38%;
  align-items: center;
  grid-column-gap: 3%;
}

  .trellis-web-site-config-display ul.trellis-web-colours {
    margin: 0;
    padding: 0;
  
    list-style: none;
  }

    .trellis-web-site-config-display ul.trellis-web-colours > li {
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 1rem 1rem;

      border-radius: 20px;
    }

.icon-vinebot {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;

  font-size: 1.3rem;
  line-height: 40px;
  text-align: center;

  color: #fff;
  background: #00aeef;
  border-radius: 40px;
}


#vinebot-activity-interview .trellis-web-preview-prompt-log {
  width: 100%;
  min-height: 50vh;
}

#vinebot-activity-interview .trellis-web-content-prompt {
  display: flex;
  align-items: center;
  gap: 1rem;
}
  #vinebot-activity-interview .trellis-web-content-prompt > input {
    flex-grow: 1;
    width: 100%;
  }


.trellis-web-content-ai.vinebot-ai-output ul {
    max-width: 350px;
    height: 85vh;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    list-style: none;
}

.trellis-web-content-ai.vinebot-ai-output ul li {
    margin-bottom: 0.5rem;
    padding: 0 1.5rem;
    display: flex;
    justify-content: flex-start;
    font-size: 0.85rem;
    line-height: 1.3rem;
}

.trellis-web-content-ai.vinebot-ai-output ul li.is-user {
    display: flex;
    justify-content: flex-end;
}

.trellis-web-content-ai.vinebot-ai-output ul li span {
    display: block;
    width: 66%;
}

.trellis-web-content-ai.vinebot-ai-output ul li.is-user span {
    background-color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}


.bfa-project-card .bfa-pc-menu > ul {
  padding: 0.25rem 0;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
  .bfa-project-card .bfa-pc-menu > ul li i {
    font-size: 25px;
  }


.bfa-pc-tile.bfa-pc-panel {
  padding: 0 0.75rem 2rem;
}
  .bfa-pc-tile.bfa-pc-panel .trellis-tile {
    background: #fff;
    border: 1px solid #aaa;
  }
  .bfa-pc-tile.bfa-pc-panel .trellis-tile .trellis-tile-image {
    max-height: 50%;
  }



.multiply-psr-report-preview h3 {
  margin-left: 0 !important;
}


.multiply-psr-report-txn table {
  width: 100%;

  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
  line-height: 1.2;
}


  .multiply-psr-report-txn table td {
    padding: 0.25rem 0.5rem;
  }

  .multiply-psr-report-txn table tr.multiply-psr-report-txn:hover td {
    background-color: #ffd !important;
  }

  .multiply-psr-report-txn table tr:nth-child(2n+1) td {
    color: #333;
    background: #f5f5f5;
  }

  .multiply-psr-report-txn table td .multiply-psr-report-gl {
    white-space: nowrap;
  }

  .multiply-psr-report-txn table tr.multiply-psr-report-section td {
    font-size: 0.9rem !important;
    font-weight: bold !important;

    color: #fff !important;
    background: #00aeef !important;
  }

  .multiply-psr-report-txn table tr.multiply-psr-report-shim td {
    background-color: #fff !important;
  }

  .multiply-psr-report-txn table tr.multiply-psr-report-total td {
      background: #ddd;
      font-weight: bold;
  }


.multiply-psr-summary table {
    width: 100%;
    font-size: 0.9rem;
    font-family: 'Open Sans',sans-serif;
}

.multiply-psr-summary table td {
    padding: 0.25rem;
}

.multiply-psr-summary table th {
    font-size: 1rem;
    background: #00aeef;
    color: #fff;
    padding: 0.25rem;
}

.multiply-psr-summary table tbody tr:nth-child(2n+1) {
    background: #f5f5f5;
}

.multiply-psr-summary table > thead tr:first-child th {
    background: #fff;
    color: #333;
    text-align: center;
}

.multiply-psr-summary table tfoot {
    font-weight: bold;
    font-size: 1rem;
}

.multiply-psr-summary table td.multiply-psr-highlight {
    background: #eee;
}
.multiply-psr-summary table tr.shown td.multiply-psr-highlight {
  background: #ccc;
}

.multiply-psr-summary table tbody tr:nth-child(2n+1) td.multiply-psr-highlight {
  background: #ddd;
}

.multiply-psr-summary table th.multiply-psr-highlight {
    background: #008ccd;
}
.multiply-psr-summary table tbody tr:hover td {
  background-color: #ffd !important;
}

.multiply-psr-report-overview > table,
.multiply-psr2-report-overview > table {
    width: 100%;
    min-width: 400px;
    font-size: 1rem;
    font-family: 'Open Sans',sans-serif;
}

.multiply-psr-report-overview > table > tr > td,
.multiply-psr2-report-overview > table > tr > td {
    padding: 0.25rem 0.5rem;
}

.multiply-psr2-report-overview > table > thead {
  position: sticky;
  top: 80px;
  z-index: 999;

  background: #fff;
}

span.multiply-psr-neg {
    color: red;
}

tr.multiply-psr-tfoot td {
    font-weight: bold;
}

tr.multiply-psr-tfoot + tr.multiply-psr-tfoot td {
    font-size: 1.2rem;
}

div.multiply-psr-expander-toggle {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;

  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: bold;
  text-align: center;

  color: #fff;
  background-color: #bbb;
  border-radius: 2rem;

  transform: rotate(-90deg);

  cursor: pointer;
}
  div.multiply-psr-expander-toggle:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f078";
  }
  div.multiply-psr-expander-toggle.shown {
    transform: rotate(0deg);
  }
tr.multiply-psr-expander {
  display: none;
}

tr.multiply-psr-expand-header {
  font-size: 0.8rem;
  text-transform: uppercase;

  border-bottom: 1px solid #bbb;
}

tr.multiply-psr-expand-total {
  font-size: 0.8rem;
  text-transform: uppercase;

  background: #fffff1;
  border-top: 1px solid #bbb !important;
}


tr.shown td {
  padding-top: 0.5rem;
  padding-bottom: 1rem;

  background: #f1f1f1;
  border-top: 1px solid #bbb;
}
  tr.shown div.multiply-psr-expander-toggle {
    background: #333;
    color: #fff;
  }


div.multiply-psr-expander-toggle {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;

  font-size: 0.75rem;
  line-height: 1.2rem;
}

.multiply-psr-expand-report {
  background-color: #f1f1f1;
}
  .multiply-psr-expand-report th {
    padding-top: 1rem;
    padding-bottom: 0.5rem;

    border-bottom: 1px solid #bbb;
  }

  .multiply-psr-expand-report td {
    padding: 0.5rem 0;
  }


tr.multiply-psr-expander.multiply-psr-expand-revenue td,
tr.multiply-psr-expander.multiply-psr-expand-expense td {
  padding: 0.25rem 0;
  border-bottom: 1px solid #ddd;
}

tr.multiply-psr-expander.multiply-psr-expand-revenue:hover td,
tr.multiply-psr-expander.multiply-psr-expand-expense:hover td {
  background-color: #fffff7;
}

tr.multiply-psr-txn-subcode td {
  font-size: 0.8rem;
  border-bottom: 1px solid #f1f1f1;
}

.budget-version span.version-totals > span:before {
  content: '/';
  display: inline-block;
  margin: 0 0.33rem;
}

.budget-version span.version-totals > span:first-child:before {
  display: none;
}

#vine-budget:not(.approved) .button {
  color: #333;
  background-color: #efd500;
}

.multiply-budget footer.mb-data {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 1rem 1.25rem;
  margin-top: 2rem;

  background: #f5f5f5;
}

  .mb-budget-ss-view .mb-budget-ss-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #f5f5f5;
    border-bottom: 1px solid #555;
  }

  .mb-budget-ss-view .mb-budget-ss-fy {
    display: flex;
    align-items: center;
    gap: 0;
  }

    .mb-budget-ss-fy-tab {
      display: block;
      padding: 0.5rem 1rem;

      font-family: 'PT Sans',sans-serif;
      font-size: 0.9rem;

      color: #999;
      background-color: #f1f1f1;
      border: 1px solid #aaa;
      border-bottom: 0;
      border-radius: 0.5rem 0.5rem 0 0;

      cursor: pointer;
    }

      span.mb-budget-ss-fy-tab-fy {
        margin-right: 0.25rem;
        font-weight: bold;
      }
      .mb-budget-ss-fy-tab:hover {
        background: #fff;
      }
      .mb-budget-ss-fy-tab.on {
        color: #333;
        background: #efd500;
      }
        .approved .mb-budget-ss-fy-tab.on {
          color: #fff;
          background: #00aeef;
        }


.mb-budget-ss-subcode {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.mb-budget-ss-subcode-head-name {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: capitalize;
  text-align: left;

  color: #333;
}

.mb-budget-ss-subcode-line,
.mb-budget-ss-subcode-headings,
.mb-budget-ss-subcode-total,
.mb-budget-ss-totals-gds,
.mb-budget-ss-totals-expense,
.mb-budget-ss-totals-revenue {
  display: grid;
  grid-template-columns: 1fr 125px repeat(12, 60px);

  font-size: 0.8rem;

  border-bottom: 1px solid #fff;
}
  .mb-budget-ss-subcode-line:hover {
    background-color: #eee;
    cursor: pointer;
  }
    .mb-budget-ss-subcode-line:hover .mb-budget-ss-subcode-line-month {
      background-color: #dfc500;
    }
      .approved .mb-budget-ss-subcode-line:hover .mb-budget-ss-subcode-line-month {
        background-color: #00bfff;
      }

  .mb-budget-ss-subcode-headings {
    margin-top: 0.25rem;
  }
  .mb-budget-ss-subcode-headings > div:nth-child(1) { padding-left: 0.5rem; text-align: left; }
  .mb-budget-ss-subcode-headings > div:nth-child(2) { padding-right: 0.5rem; text-align: right; }
  .mb-budget-ss-subcode-total > div:nth-child(1) { padding-left: 0.5rem; text-align: left; }
  .mb-budget-ss-subcode-total > div:nth-child(2) { padding-right: 0.5rem; text-align: right; }

  .mb-budget-ss-subcode-headings,
  .mb-budget-ss-subcode-headings .mb-budget-ss-subcode-line-month,
  .mb-budget-ss-subcode-total,
  .mb-budget-ss-subcode-total .mb-budget-ss-subcode-line-month,
  .mb-budget-ss-totals-gds,
  .mb-budget-ss-totals-gds .mb-budget-ss-subcode-line-month,
  .mb-budget-ss-totals-expense,
  .mb-budget-ss-totals-expense .mb-budget-ss-subcode-line-month,
  .mb-budget-ss-totals-revenue,
  .mb-budget-ss-totals-revenue .mb-budget-ss-subcode-line-month {
    font-weight: bold;

    color: #333;
    background: #f5f5f5;
  }

  .mb-budget-ss-subcode-line {
    transition: all 0.5s ease-out;
  }

  .mb-budget-ss-subcode-line[data-shown="0"] {
    display: none;
  }

  .mb-budget-ss-subcode-line-budget,
  .mb-budget-ss-totals-gds-budget,
  .mb-budget-ss-totals-expense-budget,
  .mb-budget-ss-totals-revenue-budget {
    padding-right: 0.5rem;

    font-weight: bold;
    text-align: right;
  }
    .mb-budget-ss-subcode-line-entry,
    .mb-budget-ss-totals-gds-name,
    .mb-budget-ss-totals-expense-name,
    .mb-budget-ss-totals-revenue-name {
      padding-left: 0.5rem;

      font-family: 'PT Sans', sans-serif;
      text-align: left;
    }
      .updating .mb-budget-ss-subcode-line.highlight .mb-budget-ss-subcode-line-month {
        color: #333;
        background: #ff0;
      }
      .updating .mb-budget-ss-subcode-line.highlight {
        background: #ff0;
      }
      .mb-budget-ss-subcode-line-entry {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .mb-budget-ss-subcode-line-entry .mb-entry-name:focus {
        font-style: italic;
        outline: none;
      }
      .mb-budget-ss-subcode-line-entry .mb-btn-icon {
        display: none;
        min-width: 2rem;

        text-align: center;
        line-height: 1.5rem;
      }
        .mb-budget-ss-subcode-line-entry:hover .mb-btn-icon {
          display: block;
        }

    .mb-budget-ss-subcode-line-month {
      color: #333;
      background-color: #efd500;
    }
      .approved .mb-budget-ss-subcode-line-month {
        color: #fff;
        background-color: #00aeef;
      }
      .mb-budget-ss-subcode-line-month:focus {
        color: #333;
        background: #fff !important;
        outline: none;
      }

  .mb-budget-ss-subcode-add-line,
  .mb-budget-ss-add a span {
    color: #efd500 !important;
    cursor: pointer;
  }
    .approved .mb-budget-ss-subcode-add-line,
    .approved .mb-budget-ss-add a span {
      color: #00aeef !important;
    }
  .mb-budget-ss-add a {
    font-family: 'Open Sans',sans-serif;

    color: #333;
    cursor: pointer;
  }

.mb-approval {
  display: flex;
  justify-content: space-between;
  gap: 1rem;

  padding: 0.33rem 1rem;

  font-size: 0.9rem;
  line-height: 1;
}
  .mb-approval:nth-child(2n+1) {
    background-color: #f5f5f5;
  }
  .mb-approval a {
    font-weight: bold;

    color: #efd500;
    cursor: pointer;
  }
    .approved .mb-approval a {
      color: #00aeef;
    }

.mb-request-approval {
  display: none;
}

.mb-budget-new,
.mb-budget-view,
.mb-approvals,
.mb-data {
  display: none;
}
