﻿/* sale memo popup css */
body {
        font-family:'Arial','Segoe UI';
        font-size: 11px;
        margin:0px 11px 5px 5px;
}
table {
    white-space: normal;
    line-height: normal;
    font-size: 11px;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    color: -webkit-text;
    text-align: start;
}
hr {
    border-top-width: .5px;
    border-style: dashed;
    margin: 1px;
    font-size:smaller;
}
 .saleMemoPage {
        width: 297px;
        /*background: oldlace;*/
        /*padding: 5px;*/
        font-size: 10px;
    }

        .saleMemoPage hr {
            margin: 0;
            border-top: 1px dotted black;
        }
 .rptheader h4 {
        font-size:13px;
    }
    .rptheader h4, .rptheader h5, .rptheader h6 {
        /*font-weight: bold !important;*/
        font-size:11px;
    }
.rptheader h6 {
        font-size:9px;
    }
    .width100pc {
        width: 100%;
    }

    .empty {
        clear: both;
    }

    .saleItemsCol1 {
        width: 39%;
        float: left;
    }

    .saleItemsCol2 {
        width: 2%;
        float: left;
    }

    .saleItemsCol3 {
        width: 15%;
        float: left;
    }

    .saleItemsCol4 {
        width: 15%;
        float: left;
    }

    .saleItemsCol5 {
        width: 10%;
        float: left;
        text-align: right;
    }

    .saleItemsCol6 {
            width: 20%;
            float: left;
            text-align: right;
    }
