﻿
.form-item .Label {
    font-size: 140%;
    line-height: 143%;
}
.submit {
    margin-top: 20px;
}
.item-select {
    margin-bottom: 20px;
}
.help-text {
    color: gray;
    display: block;
    font-size: 70%;
    margin-bottom: 5px;
}
.input-wide 
{
     width: 400px;
}

.product-list-commission {
    display: none;
}

.alert {
    background: salmon;
}
.radioSale td {
    width: 88px;
}
.radioSale {
    width: 50%;
}
.radioSale input {
    float: left;
    margin-right: 15px;
}

.input-price-retail, .input-price-dealercost, .input-price-commission
{
text-align:right;
width:100px;
}
.input-price-supershieldportion, .input-qty-supershield, .input-qty-other
{
text-align:right;
width:20px;
}

.strProduct_Source-container, .strProduct_Result-container {
    border: 1px solid black;
    display: block;
    float: left;
    height: 250px;
    margin-right: 20px;
    overflow: scroll;
    width: 45%;
}



.product-nm_Retail,
.product-nm_DealerCost,
.product-nm_DealerCost,
.product-nm_Commission,
.product-int_Qty_SuperShield,
.product-int_Qty_Other 
{font-size:73%;
}

.strProduct_Source-container ul , .strProduct_Result-container ul 
{
    list-style:none;
    margin:0px;
    padding-left:10px;
}

.strProduct_Source-container a , .strProduct_Result-container a 
{
    
    margin-right:10px;

}

.dealership-delete.delete {display:none;} 
.delete.isValid0 {display:block;}

.product-delete.delete {display:none;}
.delete.isDeleteValid0 {display:block;}


.calculate-container span {
    font-weight: bold;
}
.calculate-container {
    font-size: 130%;
    line-height: 131%;
}
.calculate-container span {
    float: right;
}

.calculate-container {
    width: 350px;
}
.calculate-container b {
    font-weight: normal;
    margin-right: 5px;
    width: 254px;
}

.txtnm_GroupRetail, .btn_percentage {float:left; margin-right:20px;}
.btn_percentage {margin-left:15px;}

.calculate-container div {
    border-bottom: 1px dashed #b1b1b1;
}