#TabContent2D1
    {
        width:100%;
        box-sizing: border-box;
        margin-top:10px;
    }
#TabContent2D1T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent2D1T1 td
    {
        height: 23px;
    }
#TabContent2D1T1 input[type="text"], #TabContent2D1T1 Select, #TabContent2D1T1 .datepicker
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: white;
    }
#TabContent2D2
    {
        width:100%;
        min-height: 100px;
        max-height:calc(100% - 300px);
        box-sizing: border-box;
        margin-top: 10px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
    }
#TabContent2D2T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent2D2T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent2D2T1 thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#TabContent2D2T1 thead tr:first-child td:last-child
    {
        border-top-right-radius: 5px;
    }
#TabContent2D2T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        background-color: rgb(137, 204, 204);
        border:solid 1px gray;
        border-radius: 3px;
    }
#TabContent2D2T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#TabContent2D2T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent2D2T1 thead td
    {
        font-weight:bold;
        text-align: center;
    }
#TabContent2D3
    {
        width:100%;
        box-sizing: border-box;
        margin-top: 3px;
        text-align: right;
    }
#TabContent2D3 button
    {
        width: 100px;
        height: 25px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;

    }