@import url("colors.95f0a228e944.css");

table.narrow {
    max-width: 500px;
}

table.narrower {
    max-width: 350px;
}

table.table > tbody > tr > th.sub {
    border-top: none;
    padding-top: 15px;
    padding-bottom: 0;
    background-color: #fff;
    color: #333;
    box-shadow: none;
}

/* Base hidden column */
.hidden-column {
    display: none;
}

/* Allow "sub" headers to override */
.hidden-column.sub {
    display: table-cell;
}

/* Responsive utilities */
@media (max-width: 992px) {
    .hidden-lg {
        display: none;
    }

    .hidden-lg.sub {
        display: table-cell;
    }
}

@media (max-width: 768px) {
    .hidden-md {
        display: none;
    }

    .hidden-md.sub {
        display: table-cell;
    }
}

@media (max-width: 576px) {
    .hidden-sm {
        display: none;
    }

    .hidden-sm.sub {
        display: table-cell;
    }
}

.job-table {
    tr {
        & > * {
            background-color: transparent;
        }
        /*
        * Striped/non-striped row classes
        */
        &.bg-grey {
            background-color: #f9f9f9; /* "Bootstrap striped row" color */
        }
        &.bg-white {
            background-color: white;
        }
    }

    td.total-cost {
      text-align: right;
    }
}

.people-table {
    @media (max-width: 992px) {
        table-layout: fixed;
    }
}

.people-pryo-table {
    @media (max-width: 992px) {
        table-layout: fixed;
    }
}

#parts_container table {
    tr td:first-child {
        min-width: 110px;
        padding: 5px 0 5px 8px;
    }

    tr td:nth-child(2) {
        width: 100%;
    }

    tr td:last-child {
        min-width: 100px;
    }
}


.table > :not(caption) > * > * {
    padding: 0.75rem;


    @media (max-width: 992px) {
        width: fit-content;
        word-wrap: break-word;
    }

    @media (max-width: 576px) {
        padding: 0.75rem 0.3rem;
    }
}

.artist-table td {
    border: none;
    padding: 0rem;
}

.artist-table {
    margin-bottom: 0rem;
}

.warning-row{
    background-color: var(--background-red);
    border:  solid var(--danger-red);
    border-width: 0px 3px 0px 3px;
}

.warning-row td{
    background-color: var(--background-red);
    border-color: var(--bs-table-border-color);
}
