@charset "utf-8";
.eva_list{
    width:100%;
    height:auto;
}

.eva_list a{
    color:#3a3a3a;
    text-decoration:none;
}

tr.eva_list_line{
    font-size:12px;
}

.dataTable a.eva_button02{
    width: auto;
    margin: 0;
    display: flex;
    justify-content: center !important;
    line-height: 14px;
    padding: 5px 20px;
}

.dataTable a.eva_button02 img{
    max-width: 13px;
    margin-left: 3px;
}

@media (max-width: 575.98px) {
    #openInvoicesTable .dt-text{
        word-wrap: break-word !important;
        word-break: break-word !important;
    }
}


tr.eva_list_line:hover{
    color:#FFFFFF;
    background-color:#ff600f;
}

tr.eva_list_line:hover a{
    color:#FFFFFF;
}

tr.eva_list_line_grey{
    font-size:12px;
    background-color:#aaaaaa;
}

tr.eva_list_line_grey:hover{
    color:#FFFFFF;
    background-color:#ff600f;
}

tr.eva_list_line_grey:hover a{
    color:#FFFFFF;
}

tr.eva_list_line_green{
    font-size:12px;
    background-color:lightgreen;
}

tr.eva_list_line_green:hover{
    color:#FFFFFF;
    background-color:#ff600f;
}

tr.eva_list_line_green:hover a{
    color:#FFFFFF;
}
tr.eva_list_line_blue{
    font-size:12px;
    background-color:lightblue;
}

tr.eva_list_line_blue:hover{
    color:#FFFFFF;
    background-color:#ff600f;
}

tr.eva_list_line_blue:hover a{
    color:#FFFFFF;
}
tr.eva_list_line_yellow{
    font-size:12px;
    background-color:yellow;
}

tr.eva_list_line_yellow:hover{
    color:#FFFFFF;
    background-color:#ff600f;
}

tr.eva_list_line_yellow:hover a{
    color:#FFFFFF;
}

tr.eva_list_line_yellow2{
    font-size:12px;
    background-color:FFFFFF;
}

tr.eva_list_line_yellow2:hover{
    color:#000000;
    background-color:yellow;
}

tr.eva_list_line_blue_to_dark_blue {
    font-size:12px;
    background-color:#ff600f;
}

tr.eva_list_line_blue_to_dark_blue:hover{
    color:#FFFFFF;
    background-color:dodgerblue;
}

td.eva_list_head{
    border-right:1px solid #ccc;
    font-weight:bold;
    padding:5px 10px 5px 10px;
    background-color:#f1f1f1;
}

td.eva_list_head2{
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
    padding:5px 5px 5px 5px;
    background-color:#f1f1f1;
}
.eva_list a{
    color:#3a3a3a;
    text-decoration:none;
}

.eva_list_element{
    font-size:12px;
    border-right:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
    padding:2px 5px 1px 5px;
}

.eva_list_element.brand{
    white-space: normal;
    word-break: break-word;
    min-width: 100px;
}

.eva_list_element_da{
    font-size:12px;
    color:#cccccc;
    border-right:1px solid #f1f1f1;
    border-bottom:1px solid #f1f1f1;
    padding:2px 5px 1px 5px;
}

.eva_list .icon_edit{
    float:right;
}

table.Info {
    height: 52px;
}

.dataTable i{
    color:#000;
}

.dataTable a[href^="mailto:"] {
    padding-right: 2rem;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: flex!important;
    list-style-type: none!important;
    margin: 0!important;
    padding: 0!important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border: 1px solid #efefef!important;
    padding: 0.5rem!important;
    align-items: center !important;
    justify-content: left !important;
    flex: 1 1 auto !important;
    display: flex;
    gap: 0.5rem !important;
    background: #fff!important;
    background-color: #fff!important;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.04);
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    position: relative;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    font-family: FontAwesome!important;
    content: "\f107"!important;
    font-size: 13px!important;
    color: #fff!important;
    background: #ff600f!important;
    padding: 3px 8px!important;
    border-radius: 50%!important;
    border: none!important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.18)!important;
    position: absolute!important;
    left: 4px!important;
    top: 50%!important;
    transform: translateY(-50%) rotate(0deg)!important;
    transition: transform 0.3s ease!important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before {
    transform: translateY(-50%) rotate(180deg)!important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before > div,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before > a{
    padding-left: 25px;
}

.dataTable.dtr-inline.collapsed .dtr-control {
    padding-left: 2.2rem;
}

table.table.dataTable>tbody>tr {
    background-color: #fff!important;
}

.table>thead tr {
    background-color: #fff;
}

table>thead tr th.d-flex{
    border-right:none;
    border-left:none;
}

table.table.dataTable>tbody>tr td.d-flex{
    border-right:none;
    border-left:none;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1):not(.child) {
    background-color: #f2f2f2 !important;
    box-shadow: none !important;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1):not(.child) + tr.child {
    background-color: #f2f2f2 !important;
    box-shadow: none !important;
}

.table-clickable tbody tr {
    cursor: pointer;
}

.table-clickable tbody tr input,
.table-clickable tbody tr button,
.table-clickable tbody tr a {
    cursor: pointer;
}

.table-checkbox-cell {
    text-align: center;
    vertical-align: middle;
    padding: 0.25rem 0 !important;
}

.table-checkbox-cell input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}

.table-clickable tbody tr {
    cursor: pointer;
}
div.dataTables_processing div {
    display: none !important;
}

.table-clickable tbody tr input,
.table-clickable tbody tr button,
.table-clickable tbody tr a {
    cursor: pointer;
}

@media (max-width: 576px) {
    table.table-stack thead {
        display: none; /* Kopfzeile ausblenden */
    }

    table.table-stack,
    table.table-stack tbody,
    table.table-stack tr,
    table.table-stack td {
        display: block;
        width: 100%;
    }

    table.table-stack tr {
        margin-bottom: 0.75rem;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .5rem;
        overflow: hidden;
        background: #fff;
    }

    table.table-stack td {
        display: flex;
        justify-content: space-between;
        gap: .75rem;
        padding: .5rem .75rem;
        border: 0;
        border-bottom: 1px solid rgba(0,0,0,.075);
    }

    table.table-stack td:last-child {
        border-bottom: 0;
    }

    table.table-stack td::before {
        content: attr(data-label);
        font-weight: 600;
        opacity: .85;
        flex: 0 0 auto;
        max-width: 55%;
    }

    table.table-stack td.text-center > input[type="checkbox"] {
        margin-left: auto;
    }
}

div#livesearch table {
    border: 1px solid #dedede;
    margin: 1rem 0;
}

@media (max-width: 800px) {
    #livesearch table thead td:nth-child(6),
    #livesearch table tbody td:nth-child(6){
        display: none;
    }
}

@media (max-width: 450px) {
    #livesearch table thead td:nth-child(5),
    #livesearch table tbody td:nth-child(5){
        display: none;
    }
}

.row.tires td {
    padding: 0.2rem;
}

.tires table td{
    padding-bottom: 0.5rem;
}

.table-responsive{
    width: 100%;
}

.table-responsive table{
    margin-bottom: 2rem;
}

.sort-table {
    border-collapse: collapse;
    margin-top: 1rem;
}


.sort-table td {
    padding: 2px 5px;
}

.sort-table tr{
    background: #fff;
}

.sort-table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.sort-table tr:hover {
    background: #ff600f;
}

.sort-table thead{
    background: #fff;
}

.sort-table thead tr {
    font-weight: bold;
    white-space: nowrap;
}

.sort-table thead tr:hover {
    background: #fff;
}

.sort-table thead td {
    border-bottom: 1px solid;
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
    cursor: default;
}

.sort-table thead td:active {
    border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
    padding: 3px 4px 1px 6px;
}

.sort-table thead td[_sortType="None"]:active {
    border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
    padding: 2px 5px;
}

.vehicle-history {
    padding: 1rem;
    font-size: 14px;
}

.vehicle-title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.vehicle-history h3.vehicle-title{
    margin-top: 0;
}

.vehicle-vin {
    font-weight: normal;
    font-size: 0.95rem;
    color: #666;
}

.vehicle-history-headline {
    font-size: 1.1rem;
    margin-top: 1.5rem;
}

.vehicle-history-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.5rem;
    font-size: 0.95rem;
}

.vehicle-history-table th,
.vehicle-history-table td {
    padding: 6px 10px;
    border: 1px solid #ccc;
    text-align: left;
}

.vehicle-history-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.stornoLink {
    background: #b11111;
    display: flex;
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    margin-left: 0.5rem;
}

.stornoLink.reclam{
    padding: 0.1rem;
}

.stornoLink img,
.stornoCheck img,
.iconCheck img  {
    max-width: 12px;
}

.stornoCheck{
    background: #b11111;
    display: flex;
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    margin-left: 0.5rem;
    opacity: 0.35;
}

.stornoDisabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: not-allowed;
}

.iconCheck {
    background: #098107;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.iconCross {
    background: #e70707;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}

.stornoInvoice{
    margin-left: 0.5rem;
}

.stornoLink {
    transition: transform 0.3s ease;
}

.stornoLink:hover {
    transform: scale(1.2);
}

.invoice-actions .btn {
    flex: 1 1 100%;
}

@media (max-width: 848px) {
    .invoice-actions{
        width: 100%;
    }
}

@media (min-width: 848px) {
    .invoice-actions .btn {
        flex: 1 1 0;
    }
}

@media (max-width: 576px) {
    #table-2.table-stack td:empty {
        display: none !important;
    }
}