@charset "utf-8";

.mod .order_list .order_list_cont{
    
}
    .mod .order_list .order_list_cont .row{
        background-color: white;
        border-bottom: thin solid #ccc;
    }
    .mod .order_list .order_list_cont .row:hover{
        background-color: silver;
    }
    .mod .order_list .order_list_cont .row.main{
        background-color: orange;
    }
    .mod .order_list .order_list_cont .row .action_button{
        text-align: center;
        border: thin solid #b0b0b0;
        border-radius: 5px; 
        padding: 5px 10px;
        line-height: 15px;
        cursor: pointer;
    }
    .mod .order_list .order_list_cont .row .storno_button{
        background-color: #e40c1b;
        color:white;
    }
        .mod .order_list .order_list_cont .row .storno_button:hover{
            background-color: #feed01;
            color:black;
        }
    .mod .order_list .order_list_cont .row .invoice_button{
        background-color: #e40c1b;
        color:white;
    }
        .mod .order_list .order_list_cont .row .invoice_button:hover{
            background-color: #feed01;
            color:black;
        }
            
.mod .order_list .order_detail{
    
}
    .mod .order_list .order_detail .summary > table{
        width: 100% !important;
    }
    .mod .order_list .order_detail .summary table{
        table-layout: initial !important;
    }
    .mod .order_list .order_detail .summary > table tr td{
        height: auto !important;
        padding: 5px 0;
    }
    .mod .order_list .order_detail .vs{
    
    }
    .mod .order_list .order_detail .status{
    
    }