.btn-row{
    display: flex;
    justify-content: flex-end;
    margin-bottom:1em;
}
.print-project-btn{
border-radius: .5em;
border:1px solid rgb(135, 0, 255);
}
.print-project-btn i{
    color:rgb(135, 0, 255);
}


.ings{
    display: flex;
    flex-flow:row wrap;
    align-items: stretch;
    justify-content: center;
}

.ings li{
    border:1px solid rgba(0,0,0,0.2);
    margin:-1px -1px 0 0;
    display: flex;
    flex-flow: column;
    color:rgba(0,0,0,0.8);
    transition: 280ms scale 120ms ease-out;
    background-color: #fff;
}
.ings li:hover{
    border:1px solid #000;
    z-index: 3;
    position: relative;
}

.ings li h5{
text-align: center;
font-size:.55em;
font-weight: 600;
letter-spacing: .125em;
font-family: var(--fontFamMono);
padding:.25em .5em 0;
background-color: rgba(0,0,0,0.05);
border-bottom:1px solid rgba(0,0,0,0.1);
}

.ings li span{
    padding: .5em .5em;
    font-size:.8em;
    font-family: var(--fontFamMono);
    text-align: center;
}

.ings li.ml span::after{
    content:"\2026";
}


.ings li.R{
    background-color: rgba(211, 239, 250, 1);
}
.ings li.P{
    background-color: rgba(234, 238, 240, 1);
}
.ings li.PT{
    background-color: rgba(244, 242, 223, 1);
}
.ings li.C{
    background-color: rgba(241, 255, 240, 1);
}
.ings li.L{
    background-color: rgba(255, 239, 219, 1);
}
.ings li.D{
    background-color: rgba(255, 235, 235, 1);
}
.ings li.T{
    background-color: rgba(241, 233, 255, 1);
}
.ings li.Q{
    background-color: rgba(255, 228, 251, 1);
}
.ings li.J{}
.ings li.S{}
.ings li.LDR{
    background-color: rgba(255, 251, 213, 1);
}
.ings li.V{}
.ings li.U span{
    color:rgb(205, 21, 21)
}
.ings li.X{}








/* _____________________________________________________________________________________


_____________________________________________________________________________________ */


.component-list{
    width:100%;
    font-family: var(--fontFamMono);
    border-collapse: collapse;
    font-size:14px;
}
.component-list thead{
}

.component-list thead tr{

}
.component-list .response-summary{
    display: none;
}

.component-list thead th{
    padding:.5em 1em;
    text-align: center;
    white-space: nowrap;
    background: #fff;
    border-bottom:1px solid rgb(181, 181, 181);
    border-top:1px solid rgb(181, 181, 181);
}
.component-list thead th:last-child{
    padding:0;
}

.component-list thead th.partnum{
    z-index: 3;
    position: sticky;
    left:0;
}


.component-list thead th[data-col]{
    cursor: pointer;
}
.component-list thead th[data-col]:hover{
    color:#fff;
    background-color: rgba(0,0,0,0.7);
}

.component-list thead th > div{
    display: flex;
    flex-flow:row nowrap;
    align-items: center;
    justify-content: center;
}

.component-list thead th > div .tt{
    padding-right:.5em;
}

.component-list thead th .si{
display: none;
color:var(--color-blueInv);
}
.component-list thead th.ASC,
.component-list thead th.DESC{
    font-weight: bold;
    filter: invert();
}
.component-list thead th.ASC .si {
    transform: rotate(180deg);
    display:block;
}
.component-list thead th.DESC .si {
    transform: rotate(0deg);
    display:block;
}


.component-list tbody{


}


.component-list tbody td{
    vertical-align: middle;
    text-align: center;
    width:1px;
    background-color: rgba(0, 0, 0, 0.1);
    border:1px solid rgba(0, 0, 0, 0.08);
    white-space: nowrap;
}
.component-list tbody td:first-child,
.component-list tbody td:last-child{
    border-right: none;
    box-shadow: none;

}
.component-list tbody td:last-child{
    width:100%;
    padding:0;
}
.component-list tbody td.partnum{
    text-align: left;
    background:#fff;
    position: sticky;
    left:0;
    z-index: 3;
    border:none;
    box-shadow: -1px -.5px 0px 0px rgba(136, 136, 136, 1) inset, .5px .5px 0px 0px rgba(136, 136, 136, 1) inset;
    overflow: hidden;
}
.component-list tbody td.partnum > a{
    display: block;
    /*margin: -10em 0;
    padding: 10em 1em;
    */
    padding:.5em 1em;
    color:#000;
    text-decoration: none;
}
.component-list tbody td.partnum > a .st{
    display: flex;
    justify-content: space-between;
}
.component-list tbody td.partnum > a .st .mi{
    margin-left: auto;
    font-size: .75em;
    font-family: var(--fontFamSans);
    text-decoration: underline;
    color:var(--color-blue);
}

.component-list tbody td.partnum .act{
    font-size: 1.3em;
}
.component-list tbody td.partnum .eng{
    color:#525252;
    font-size:.75em;
    font-style: italic;
}
.component-list tbody td.partnum .eng::before{
    content:"(";
}
.component-list tbody td.partnum .eng::after{
    content:")";
}

.component-list tbody td.lb {
    vertical-align: top;
    background-color: #fcfcfc;
    border-bottom:1px solid rgb(139, 139, 139);
    border-top:1px solid rgb(139, 139, 139) !important;
}

.component-list tbody td.lb > div{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
}


.component-list tbody tr:hover td.lb,
.component-list tbody tr:hover td.partnum{
    filter:invert();
}
.component-list tbody tr:hover td.partnum{

    text-align: right;
}
.component-list tbody td.partnum:hover{
    background-color:var(--color-blueInv);
}
.component-list tbody tr:hover td.partnum > a .mi{
    color:#000;
}
.component-list tbody td.lb:hover{
}




@media (max-width: 1080px) {



    .component-list thead th.partnum,
    .component-list tbody td.partnum{
        z-index: 1;
        position: relative;
    }

}
@media print{
    .component-list .response-summary{
        display: table-row;
        font-size:2rem;
        font-family: var(--fontFamSans);
    }
    .component-list .response-summary{
        white-space: normal !important;
        padding:2em;
        text-align: left;
    }
}
