/* SECTIONS */
.row.section{
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
}
.row.section > [class^="col-"]{
    border-left: 1px solid #d7d7d7;
    padding: 15px;
}
.row.section > [class^="col-"]:first-child{
    border-left: 0px;
}
.row.section > [class^="col-"] > .row.section:first-child{
    margin-top: -15px;
}
.row.section > [class^="col-"] > .row.section:last-child{
    margin-bottom: -16px;
}

/* TABLE EDIT (Auftragsartikel-Liste) */
.table-edit input{
    border: 0;
    border-bottom: 0px solid #d7d7d7;
    background: transparent;
    padding: 0 !important;
}
.table-edit .input-group-text{
    padding: 0px !important;
    border: 0;
    background: transparent;
}
.table-edit-head{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    
}
.table-edit .row > [class^="col-"]{
    padding: 0;
}
.table-edit .row{
    padding: 15px;
}
.table-edit{
    font-size: 0.8rem;
}
@media (max-width:1200px){
    .table-edit .row:nth-child(odd){
        background-color: #e5e5e5;
    }
    .table-edit-head{
        display: none;
    }
}

/* CARD FLAT */
.card.card-flat{
    box-shadow: none;
    border: 1px solid #e7e7e7;
    background-color: #f7f7f7;
    border-radius: 0;
}
.card.card-flat .card-body{
    padding-bottom: 20px;

}

