#TabContent4
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px transparent;
    }
#TabContent4D1
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        margin-top: 2px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#TabContent4D1T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent4D1T1 td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }


#TabContent4D1T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent4D1T1 thead td
    {
        font-weight: 800;
        text-align: center;
    }
#TabContent4D1T1 thead input[type="text"], #TabContent4D1T1 thead select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#TabContent4D1T1 tbody tr:hover
    {
        background-color: bisque;
    }
#TabContent4D1T1 tbody input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline: none;
        background-color: transparent;
    }
#TabContent4D1T1 tbody input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#TabContent4D1T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#TabContent4D1T1 tfoot td
    {
        border-top: solid 1px gray;
    }
#TabContent4D1T1 tfoot input[type="text"], #TabContent4D1T1 tfoot select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        outline: none;
    }
#TabContent4D1T1 tfoot input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }