
.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%;
  }
