﻿

.CardNoBackground{
    background-color:transparent !important;
}

.condensedArea {
    font-size: small !important;
}

    .condensedArea select {
        font-size: small !important;
    }


.condensedCard {
    font-size: small !important;
    margin-top: 15px;
}

    .condensedCard select {
        font-size: small !important;
    }

.removebtnGlow {
}

    .removebtnGlow:hover,
    .removebtnGlow:focus,
    .removebtnGlow:active {
        outline: none;
        box-shadow: none !important;
        -webkit-appearance: none;
    }

.ChangeOrderNumber {
    position: absolute;
    top: -10px;
    left: 0px;
    font-weight: bold;
    color: #0d6efd;
    background-color: white;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
}

.RemoveChangeOrder {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
  color: #0d6efd;
  background-color: white;
}

  .RemoveChangeOrder button {
      font-size: .6rem !important;
  }


.RemoveChangeOrderLineItem {
  font-weight: bold;
  color: #0d6efd;
  background-color: white;
}

  .RemoveChangeOrderLineItem button {
    font-size: .6rem !important;
  }

.card-body {
    padding-bottom: 0px !important;
}

.lineItemLabel {
    width: 220px
}

.financialcard {
    font-size: small !important;
    padding: 10px;
}

/* used on project overview */
.financialcardTransparent {
    background-color: transparent;
    padding-left:0;
    padding-right:0;
}

.financialcardBackground {
    background-color: var(--financials-background-color);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.condensedCard:nth-child(odd) .card-body {
    background-color: #eef4fc;
}

/*overrides the table settings for the change log totals table*/
.condensedCard .table > :not(caption) > * > * {
    padding: 5px !important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}


.changelog-description-wrap {
    word-wrap: break-word;
    word-break: break-all;
    max-width: 100%;
}

@media print {
    body {
        overflow: hidden;
    }

    .changelog-details-modal {
        position: absolute;
        width: auto;
        height: auto;
        overflow: visible !important;
    }
}
.DCIstyled-changelog-table tr > th:first-child,
.DCIstyled-changelog-table tr > td:first-child {
    width: 60px !important;
}


.DCIstyled-changelog-table th.est-labor-cost-col,
.DCIstyled-changelog-table th.add-to-wbs-col,
.DCIstyled-changelog-table th.est-total-cost-col,
.DCIstyled-changelog-table td.add-to-wbs-col,
.DCIstyled-changelog-table td.est-total-cost-col {
    min-width: 130px;
}


.DCIStyled-changelog-blazor-typehead td.type-ahead-skinny-col .blazored-typeahead__input,
.type-ahead-skinny-col {
    min-width: 80px;
    width: inherit !important
}

.DCIStyled-changelog-blazor-typehead td.type-ahead-skinny-col .blazored-typeahead__input {
    min-width: 80px;
    width: inherit !important
}

.DCIstyled-changelog-table-container .table {
    --bs-table-bg: transparent !important;
}

.DCIstyled-changelog-table tbody tr:not(.d-none):nth-child(4n+1),
.DCIstyled-changelog-table tbody tr:not(.d-none):nth-child(4n+2) {
    background-color: rgba(var(--bs-emphasis-color-rgb), 0.05) !important;
}

.DCIstyled-changelog-table tbody tr:not(.d-none):nth-child(4n+3),
.DCIstyled-changelog-table tbody tr:not(.d-none):nth-child(4n+4) {
    background-color: #fff !important;
}

.DCIstyled-changelog-table .bg-light {
    background-color: transparent !important;
}

