.postivo_calc UL:hover LI{
    border-color: #ffffff !important;
}
.postivo_calc LI{
    background-color: transparent !important;
    cursor: pointer;
}
.postivo_calc LI:not(.avia-heading-row):hover{
    background-color: rgba(255, 255, 255, 0.05) !important;
}
.postivo_calc LI .price_netto{
    font-size:30px;
    color: #ffffff !important;
    padding: 10px 0;
    font-weight: bold;
}
.postivo_calc LI .price_brutto{
    font-size:14px;
}
.postivo_calc LI .header_name{}
.postivo_calc LI .description{
    font-size:12px;
}
.postivo_calc .avia-heading-row{
    color: #35383c !important;
    border-color: #e1e1e1 !important;
    background-color: #e1e1e1 !important;
    font-weight: bold;
}

.postivo_calc .postivo_calc_selected{
    background-color: rgba(255, 255, 255, 0.2) !important;
}
.totalNetto{
    font-size: 35px;
    font-weight: bold;
    color: #000000;
    padding: 10px 0 20px;
}
.totalBrutto{
    font-size: 16px;
}
table .netto_price{
    text-align:right;font-weight: bold; font-size: 16px; color:black;
}
table.darkTable,
table.darkTable TR{background: transparent !important; color:#FFFFFF !important;}
table.darkTable .price{
    text-align:right;font-weight: bold; font-size: 16px;
}
#page_number + .select2-container--default .select2-selection--single,
#duplex_print + .select2-container--default .select2-selection--single,
#destination_country + .select2-container--default .select2-selection--single{
    height: 40px;
    padding-top: 5px;
}
#page_number + .select2-container--default .select2-selection--single .select2-selection__arrow,
#duplex_print + .select2-container--default .select2-selection--single .select2-selection__arrow
#destination_country + .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:6px;
}
#postivo_calc_table th{
    background-color: #e1e1e1;
}
#postivo_calc_table th,
#postivo_calc_table td{

}
#postivo_calc_table td:nth-child(1){
    text-align: left;
    font-size: 14px;
}
#postivo_calc_table tr td:last-child{
     text-align: right;
     font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
 }
#postivo_calc_table tr td {
    background-color: #FFFFFF !important;
    color: #35383c !important;
}