#CAR_InvoiceNew
    {
        position:relative;
    }
#CAR_InvoiceNewD1
    {
        width: 100%;
        box-sizing: border-box;
        background-color: white;
    }
#CAR_InvoiceNewD1TabContainer
    {
        width: 100%;
        box-sizing: border-box;
        border-top:solid 1px gray;
        border-left:solid 1px gray;
        border-right:solid 1px gray;
        border-bottom:solid 1px #b7b7b7;
        height: 25px;
        border-radius:5px 5px 0px 0px;
        background-color:white;
        background-image: linear-gradient(rgb(190, 189, 189),#e4e9e6e7,rgb(138, 137, 137));
    }
#CAR_InvoiceNewD1TabContainer button
    {
        min-width: 100px;
        height: 23px;
        border:none;
        font-weight:700;
        border-radius:3px 3px 0px 0px;
        background-color: transparent;
        cursor:pointer;
        
    }

#CAR_InvoiceNewD1TabContainer button:hover
    {
        color:green;
        border-top:solid 1px gray;
        border-left:solid 1px gray;
        border-right:solid 1px gray;
    }
.CAR_InvoiceNewD1TabContent
    {
        width:100%;
        box-sizing: border-box;
        border-right:solid 1px gray;
        border-bottom:solid 1px gray;
        border-left:solid 1px gray;
        border-radius: 0px 0px 5px 5px;
        padding:10px 3px 5px 3px;
        background-color: white;
    }
.CAR_InvoiceNewD1TabContent table
    {
        width:100%;
        border-spacing: 0;
    }
.CAR_InvoiceNewD1TabContent table td
    {
        height: 23px;
    }
.CAR_InvoiceNewD1TabContent table input[type="text"],.CAR_InvoiceNewD1TabContent table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#CAR_InvoiceNewD2
    {
        width:100%;
        box-sizing: border-box;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
        margin-top: 5px;
    }
#CAR_InvoiceNewD2 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_InvoiceNewD2 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#CAR_InvoiceNewD2 table tr td:last-child
    {
        border-right: none;
    }
#CAR_InvoiceNewD2 table thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#CAR_InvoiceNewD2 table thead tr:first-child td:last-child
    {
        border-top-right-radius: 5px;
    }
#CAR_InvoiceNewD2 table tfoot tr:first-child td:first-child
    {
        border-bottom-left-radius: 5px;
    }
#CAR_InvoiceNewD2 table tfoot tr:first-child td:last-child
    {
        border-bottom-right-radius: 5px;
    }
#CAR_InvoiceNewD2 table tfoot tr:first-child td
    {
        border-bottom: none;
    }
#CAR_InvoiceNewD2 table thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#CAR_InvoiceNewD2 table thead td
    {
        text-align: center;
        font-weight: 800;
    }
#CAR_InvoiceNewD2 table select, #CAR_InvoiceNewD2 table input[type="text"]
    {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        background-color: transparent;
    }
#CAR_InvoiceNewD2 table tbody tr:hover
    {
        background-color: bisque;
    }
#CAR_InvoiceNewD2 table tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#CAR_InvoiceNewD2 table tfoot td
    {
        font-weight: 800;
    }
#CAR_InvoiceNewD3
    {
        width:100%;
        box-sizing: border-box;
        margin-top: 5px;
        text-align: right;
    }
#CAR_InvoiceNewD3 button
    {
        min-width: 100px;
        height: 25px;
        box-shadow: 1px 3px 5px gray;
        margin-left: 5px;
        cursor:pointer;
    }
#CAR_InvoiceNewD4
    {
        width:100%;
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
    }
#CAR_InvoiceNewD4 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_InvoiceNewD4 table td
    {
        height: 23px;
        box-sizing: border-box;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#CAR_InvoiceNewD4 table tr td:last-child
    {
        border-right: none;
    }
#CAR_InvoiceNewD4 table input[type="text"], #CAR_InvoiceNewD4 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        
    }
#CAR_InvoiceNewD4 table thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#CAR_InvoiceNewD4 table thead td
    {
        text-align: center;
        font-weight: 800;
    }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CAR_Customer Find%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#CAR_InvoiceFindD1
    {
        width:100%;
        box-sizing: border-box;
    }
#CAR_InvoiceFindD1 table
    {
        width:100%;
    }
#CAR_InvoiceFindD1 table td
    {
        height: 23px;
    }
#CAR_InvoiceFindD1 table Input[type="text"], #CAR_InvoiceFindD1 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#CAR_InvoiceFindD2
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
    }
#CAR_InvoiceFindD2 button
    {
        min-width: 100px;
        height: 25px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
    }
#CAR_InvoiceFindD3
    {
        width:100%;
        height: calc(100% - 115px);
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#CAR_InvoiceFindD3 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_InvoiceFindD3 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#CAR_InvoiceFindD3 table tr td:last-child
    {
        border-right: none;
    }
#CAR_InvoiceFindD3 table button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#CAR_InvoiceFindD3 thead
    {
        position:sticky;
        top: 0;
        background-color: white;
    }
#CAR_InvoiceFindD3 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#CAR_InvoiceFindD3 thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#CAR_InvoiceFindD3 tbody tr:hover
    {
        background-color: bisque;
    }
#CAR_InvoiceFindD3 tfoot
    {
        position: sticky;
        bottom: 0;
        background-color: white;
    }
#CAR_InvoiceFindD3 tfoot td
    {
        font-weight: 800;
    }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CAR_Customer Submit%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#CAR_InvoiceSubmitD1
    {
        width:100%;
        box-sizing: border-box;
    }
#CAR_InvoiceSubmitD1 table
    {
        width:100%;
    }
#CAR_InvoiceSubmitD1 table td
    {
        height: 23px;
    }
#CAR_InvoiceSubmitD1 table Input[type="text"], #CAR_InvoiceSubmitD1 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#CAR_InvoiceSubmitD2
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
    }
#CAR_InvoiceSubmitD2 button
    {
        min-width: 100px;
        height: 25px;
        margin-left: 3px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
    }
#CAR_InvoiceSubmitD3
    {
        width:100%;
        height: calc(100% - 88px);
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#CAR_InvoiceSubmitD3 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_InvoiceSubmitD3 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#CAR_InvoiceSubmitD3 table tr td:last-child
    {
        border-right: none;
    }
#CAR_InvoiceSubmitD3 table button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#CAR_InvoiceSubmitD3 thead
    {
        position:sticky;
        top: 0;
        background-color: white;
    }
#CAR_InvoiceSubmitD3 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#CAR_InvoiceSubmitD3 thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#CAR_InvoiceSubmitD3 tbody tr:hover
    {
        background-color: bisque;
    }
#CAR_InvoiceSubmitD3 tbody input[type="checkbox"]
    {
        cursor: pointer;
    }
#CAR_InvoiceSubmitD3 tfoot
    {
        position: sticky;
        bottom: 0;
        background-color: white;
    }
#CAR_InvoiceSubmitD3 tfoot td
    {
        font-weight: 800;
    }
/*####################################CAR_Collection New#####################################################*/
#CAR_CollectionNew
    {
        position:relative;
    }
#CAR_CollectionNewD1
    {
        width: 100%;
        box-sizing: border-box;
        background-color: white;
    }
#CAR_CollectionNewD1TabContainer
    {
        width: 100%;
        box-sizing: border-box;
        border-top:solid 1px gray;
        border-left:solid 1px gray;
        border-right:solid 1px gray;
        border-bottom:solid 1px #b7b7b7;
        height: 25px;
        border-radius:5px 5px 0px 0px;
        background-color:white;
        background-image: linear-gradient(rgb(190, 189, 189),#e4e9e6e7,rgb(138, 137, 137));
    }
#CAR_CollectionNewD1TabContainer button
    {
        min-width: 100px;
        height: 23px;
        border:none;
        font-weight:700;
        border-radius:3px 3px 0px 0px;
        background-color: transparent;
        cursor:pointer;
        
    }

#CAR_CollectionNewD1TabContainer button:hover
    {
        color:green;
        border-top:solid 1px gray;
        border-left:solid 1px gray;
        border-right:solid 1px gray;
    }
.CAR_CollectionNewD1TabContent
    {
        width:100%;
        box-sizing: border-box;
        border-right:solid 1px gray;
        border-bottom:solid 1px gray;
        border-left:solid 1px gray;
        border-radius: 0px 0px 5px 5px;
        padding:10px 3px 5px 3px;
        background-color: white;
    }
.CAR_CollectionNewD1TabContent table
    {
        width:100%;
        border-spacing: 0;
    }
.CAR_CollectionNewD1TabContent table td
    {
        height: 23px;
    }
.CAR_CollectionNewD1TabContent table input[type="text"],.CAR_CollectionNewD1TabContent table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#CAR_CollectionNewD2
    {
        width:100%;
        box-sizing: border-box;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
        margin-top: 5px;
    }
#CAR_CollectionNewD2 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_CollectionNewD2 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#CAR_CollectionNewD2 table tr td:last-child
    {
        border-right: none;
    }
#CAR_CollectionNewD2 table thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#CAR_CollectionNewD2 table thead tr:first-child td:last-child
    {
        border-top-right-radius: 5px;
    }
#CAR_CollectionNewD2 table tfoot tr:first-child td:first-child
    {
        border-bottom-left-radius: 5px;
    }
#CAR_CollectionNewD2 table tfoot tr:first-child td:last-child
    {
        border-bottom-right-radius: 5px;
    }
#CAR_CollectionNewD2 table tfoot tr:first-child td
    {
        border-bottom: none;
    }
#CAR_CollectionNewD2 table thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#CAR_CollectionNewD2 table thead td
    {
        text-align: center;
        font-weight: 800;
    }
#CAR_CollectionNewD2 table select, #CAR_CollectionNewD2 table input[type="text"]
    {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        background-color: transparent;
    }
#CAR_CollectionNewD2 table tbody tr:hover
    {
        background-color: bisque;
    }
#CAR_CollectionNewD2 table tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#CAR_CollectionNewD2 table tfoot td
    {
        font-weight: 800;
    }
#CAR_CollectionNewD3
    {
        width:100%;
        box-sizing: border-box;
        margin-top: 5px;
        text-align: right;
    }
#CAR_CollectionNewD3 button
    {
        min-width: 100px;
        height: 25px;
        box-shadow: 1px 3px 5px gray;
        margin-left: 5px;
        cursor:pointer;
    }
#CAR_CollectionNewD4
    {
        width:100%;
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
    }
#CAR_CollectionNewD4 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_CollectionNewD4 table td
    {
        height: 23px;
        box-sizing: border-box;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#CAR_CollectionNewD4 table tr td:last-child
    {
        border-right: none;
    }
#CAR_CollectionNewD4 table input[type="text"], #CAR_CollectionNewD4 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        
    }
#CAR_CollectionNewD4 table thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#CAR_CollectionNewD4 table thead td
    {
        text-align: center;
        font-weight: 800;
    }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CAR_Collection Find%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#CAR_CollectionFindD1
    {
        width:100%;
        box-sizing: border-box;
    }
#CAR_CollectionFindD1 table
    {
        width:100%;
    }
#CAR_CollectionFindD1 table td
    {
        height: 23px;
    }
#CAR_CollectionFindD1 table Input[type="text"], #CAR_CollectionFindD1 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#CAR_CollectionFindD2
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
    }
#CAR_CollectionFindD2 button
    {
        min-width: 100px;
        height: 25px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
    }
#CAR_CollectionFindD3
    {
        width:100%;
        height: calc(100% - 142px);
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#CAR_CollectionFindD3 table
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#CAR_CollectionFindD3 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
#CAR_CollectionFindD3 table tr td:last-child
    {
        border-right: none;
    }
#CAR_CollectionFindD3 table button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#CAR_CollectionFindD3 thead
    {
        position:sticky;
        top: 0;
        background-color: white;
    }
#CAR_CollectionFindD3 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#CAR_CollectionFindD3 thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#CAR_CollectionFindD3 tbody tr:hover
    {
        background-color: bisque;
    }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CAR_Collection Submit%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#CAR_CollectionSubmitD1
    {
        width:100%;
        box-sizing: border-box;
    }
#CAR_CollectionSubmitD1 table
    {
        width:100%;
    }
#CAR_CollectionSubmitD1 table td
    {
        height: 23px;
    }
#CAR_CollectionSubmitD1 table Input[type="text"], #CAR_CollectionSubmitD1 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#CAR_CollectionSubmitD2
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
    }
#CAR_CollectionSubmitD2 button
    {
        min-width: 100px;
        height: 25px;
        margin-left: 3px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
    }
#CAR_CollectionSubmitD3
    {
        width:100%;
        height: calc(100% - 142px);
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#CAR_CollectionSubmitD3 table
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#CAR_CollectionSubmitD3 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
#CAR_CollectionSubmitD3 table tr td:last-child
    {
        border-right: none;
    }
#CAR_CollectionSubmitD3 table button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#CAR_CollectionSubmitD3 thead
    {
        position:sticky;
        top: 0;
        background-color: white;
    }
#CAR_CollectionSubmitD3 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#CAR_CollectionSubmitD3 thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#CAR_CollectionSubmitD3 tbody tr:hover
    {
        background-color: bisque;
    }
#CAR_CollectionSubmitD3 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#CAR_CollectionSubmitD3 tfoot td
    {
        font-weight: 800;
    }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CAR_Posting Invoice%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#CAR_PostingInvoiceD1
    {
        width:100%;
        box-sizing: border-box;
    }
#CAR_PostingInvoiceD1 table
    {
        width:100%;
    }
#CAR_PostingInvoiceD1 table td
    {
        height: 23px;
    }
#CAR_PostingInvoiceD1 table Input[type="text"], #CAR_PostingInvoiceD1 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#CAR_PostingInvoiceD2
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
    }
#CAR_PostingInvoiceD2 button
    {
        min-width: 100px;
        height: 25px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        margin-left: 3px;
    }
#CAR_PostingInvoiceD3
    {
        width:100%;
        height: calc(100% - 88px);
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#CAR_PostingInvoiceD3 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_PostingInvoiceD3 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#CAR_PostingInvoiceD3 table tr td:last-child
    {
        border-right: none;
    }
#CAR_PostingInvoiceD3 table button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#CAR_PostingInvoiceD3 thead
    {
        position:sticky;
        top: 0;
        background-color: white;
    }
#CAR_PostingInvoiceD3 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#CAR_PostingInvoiceD3 thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#CAR_PostingInvoiceD3 tbody tr:hover
    {
        background-color: bisque;
    }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CAR Posting Collection%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#CAR_PostingCollectionD1
    {
        width:100%;
        box-sizing: border-box;
    }
#CAR_PostingCollectionD1 table
    {
        width:100%;
    }
#CAR_PostingCollectionD1 table td
    {
        height: 23px;
    }
#CAR_PostingCollectionD1 table Input[type="text"], #CAR_PostingCollectionD1 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#CAR_PostingCollectionD2
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
    }
#CAR_PostingCollectionD2 button
    {
        min-width: 100px;
        height: 25px;
        margin-left: 3px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
    }
#CAR_PostingCollectionD3
    {
        width:100%;
        height: calc(100% - 142px);
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#CAR_PostingCollectionD3 table
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#CAR_PostingCollectionD3 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
#CAR_PostingCollectionD3 table tr td:last-child
    {
        border-right: none;
    }
#CAR_PostingCollectionD3 table button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#CAR_PostingCollectionD3 thead
    {
        position:sticky;
        top: 0;
        background-color: white;
    }
#CAR_PostingCollectionD3 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#CAR_PostingCollectionD3 thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#CAR_PostingCollectionD3 tbody tr:hover
    {
        background-color: bisque;
    }
#CAR_PostingCollectionD3 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#CAR_PostingCollectionD3 tfoot td
    {
        font-weight: 800;
    }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CAR_Customer New%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#CAR_CustomerNewD1
    {
        width:100%;
        box-sizing: border-box;
        overflow-y: auto;
    }
#CAR_CustomerNewD1 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_CustomerNewD1 table td
    {
        height: 23px;
    }
#CAR_CustomerNewD1 table input[type="text"], #CAR_CustomerNewD1 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        padding:4px 0px 4px 10px;
        outline: none;
    }
#CAR_CustomerNewD1 table input[type="text"]:hover, #CAR_CustomerNewD1 table select:hover
    {
        border:solid 1px blue;
    }
#CAR_CustomerNewD2
    {
        border-top:solid 1px gray;
        margin-top:10px;
        padding-top:5px;
        text-align: right;
    }
#CAR_CustomerNewD2 button
    {
        width:100px;
        height: 23px;
        cursor:pointer;
        font-weight: 600;
        box-shadow: 1px 3px 5px gray;
    }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CAR_Customer Find%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#CAR_CustomerFindD1
    {
        width:100%;
        box-sizing: border-box;
    }
#CAR_CustomerFindD1 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_CustomerFindD1 table td
    {
        height: 23px;
    }
#CAR_CustomerFindD1 table input
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#CAR_CustomerFindD2
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
    }
#CAR_CustomerFindD2 button
    {
        width:100px;
        height: 23px;
        margin:5px;
        cursor:pointer;
        font-weight: 600;
        box-shadow: 1px 3px 5px gray;
    }
#CAR_CustomerFindD3
    {
        width:100%;
        height:calc(100% - 58px);
        box-sizing: border-box;
        overflow-y: auto;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
    }
#CAR_CustomerFindD3 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_CustomerFindD3 table td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#CAR_CustomerFindD3 table tr td:last-child
    {
        border-right:none;
    }
#CAR_CustomerFindD3 table thead
    {
        position:sticky;
        top:0;
        z-index: 3;
        background-color: white;
    }
#CAR_CustomerFindD3 table thead td
    {
        text-align: center;
        font-weight: 700;
    }
#CAR_CustomerFindD3 table thead input
    {
        background-color: #e4e9e6e7;
        border:solid 1px gray;
        border-radius: 3px;
    }
#CAR_CustomerFindD3 table tbody input[type="button"]
    {
        cursor:pointer;
        width:100%;
    }
#CAR_CustomerFindD3 table tbody tr:hover
    {
        background-color: beige;
    }
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%VATCodes%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#CAR_VATCodesD1
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
    }
#CAR_VATCodesD1 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_VATCodesD1 table td
    {
        height: 20px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#CAR_VATCodesD1 table tr td:last-child
    {
        border-right:none;
    }
#CAR_VATCodesD1 table thead
    {
        position: sticky;
        top:0;
        z-index: 3;
        background-color: white;
    }
#CAR_VATCodesD1 table thead td
    {
        text-align: center;
        font-weight: 600;
    }
#CAR_VATCodesD1 table thead input[type="text"], #CAR_VATCodesD1 table thead select
    {
        background-color: #e4e9e6e7;
        border:solid 1px gray;
        border-radius: 3px;
    }
#CAR_VATCodesD1 table input[type="text"], #CAR_VATCodesD1 table input[type="button"], #CAR_VATCodesD1 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#CAR_VATCodesD1 table tbody input[type="text"], #CAR_VATCodesD1 table tbody select
    {
        border:none;
    }
#CAR_VATCodesD1 table input[type="text"][disabled], #CAR_VATCodesD1 table select:disabled
    {
        background-color: transparent;
        color:black;
    }
#CAR_VATCodesD1 table input[type="button"]
    {
        cursor:pointer;
    }

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%CRWHTCodes%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#CAR_WHTCodesD1
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
    }
#CAR_WHTCodesD1 table
    {
        width:100%;
        border-spacing: 0;
    }
#CAR_WHTCodesD1 table td
    {
        height: 20px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#CAR_WHTCodesD1 table tr td:last-child
    {
        border-right:none;
    }
#CAR_WHTCodesD1 table thead
    {
        position: sticky;
        top:0;
        z-index: 3;
        background-color: white;
    }
#CAR_WHTCodesD1 table thead td
    {
        text-align: center;
        font-weight: 600;
    }
#CAR_WHTCodesD1 table thead input[type="text"], #CAR_WHTCodesD1 table thead select
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color:#e4e9e6e7;
    }
#CAR_WHTCodesD1 table input[type="text"], #CAR_WHTCodesD1 table input[type="button"], #CAR_WHTCodesD1 table select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#CAR_WHTCodesD1 table input[type="text"], #CAR_WHTCodesD1 table select
    {
        border:none;
    }
#CAR_WHTCodesD1 table input[type="text"][disabled], #CAR_WHTCodesD1 table select:disabled
    {
        background-color: transparent;
        color:black;
    }
#CAR_WHTCodesD1 table input[type="button"]
    {
        cursor:pointer;
    }

