#TabContent5
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px transparent;
    }
#TabContent5D1
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        padding:3px 0px 3px 0px;
    }
#TabContent5D1 input[type="file"]::-webkit-file-upload-button 
    {
        height:100%;
        font-family:"Courier New", Courier, monospace;
        font-size: small;
        top:1px;
    }
#TabContent5D1 input[type="file"]
    {
        width:calc(30% - 3px);
        height:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius:5px 5px 5px 5px;
        background-color:white;
    }
#TabContent5D1 input[type="button"]
    {
        min-width:150px;
        height:100%;
        box-sizing: border-box;
        margin-left: 3px;
        cursor:pointer;
    }
#TabContent5D2
    {
        width:100%;
        height: calc(100% - 35px);
        box-sizing: border-box;
        margin-top: 2px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#TabContent5D2T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent5D2T1 td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }


#TabContent5D2T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent5D2T1 thead td
    {
        font-weight: 800;
        text-align: center;
    }
#TabContent5D2T1 thead input[type="text"], #TabContent5D2T1 thead select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        outline: none;
    }
#TabContent5D2T1 tbody tr:hover
    {
        background-color: bisque;
    }
#TabContent5D2T1 tbody input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline: none;
        background-color: transparent;
    }
#TabContent5D2T1 tbody input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#TabContent5D2T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#TabContent5D2T1 tfoot td
    {
        border-top: solid 1px gray;
    }
#TabContent5D2T1 tfoot input[type="text"], #TabContent5D2T1 tfoot select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        outline: none;
    }
#TabContent5D2T1 tfoot input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }