#TabContent2D1
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px transparent;
    }
#TabContent2D11
    {
        width: calc(100% - 8px);
        height: 25px;
        box-sizing: border-box;
        margin-top: 8px;
        margin-left: 3px;

    }
#TabContent2D11 input[type="text"]
    {
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent2D11 button
    {
        height: 100%;
        margin-left: 3px;
        cursor: pointer;
    }
#TabContent2D12
    {
        width: calc(100% - 8px);
        height: calc(100% - 52px);
        box-sizing: border-box;
        margin-top: 8px;
        margin-left: 3px;
        background-color: white;
        border:solid 1px #e5e5e5af;
        border-radius: 5px;
        box-shadow: inset 1px 3px 5px white;
        overflow-y: auto;
    }
#TabContent2D12T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent2D12T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
    }
#TabContent2D12T1 td input
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor:pointer;
    }
#TabContent2D12T1 td button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor:pointer;
    }
#TabContent2D12T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent2D12T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent2D12T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*###################################################TabContent2D2##################################################################################*/
#TabContent2D2
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px transparent;
    }
/*###################################################TabContent2D21##################################################################################*/
#TabContent2D21
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        text-align: center;
        margin-top:10px;
    }
#TabContent2D21 span
    {
        font-weight: 800;
        font-size: 20px;
        color:blue;
        margin-top: 3px;
        margin-left:5px;
    }
#TabContent2D21 button
    {
        min-width:150px;
        height: 100%;
        border:solid 2px gray;
        cursor: pointer;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent2D21 button:nth-child(3)
    {
        border-top-left-radius: 48px;
        border-bottom-left-radius: 48px;
    }
#TabContent2D21 button:nth-child(4)
    {
        border-top-right-radius: 48px;
        border-bottom-right-radius: 48px;
    }
/*###################################################TabContent2D22##################################################################################*/
#TabContent2D22
    {
        width:100%;
        height: calc(100% - 45px);
        box-sizing: border-box;
        margin-top:5px;
        overflow-y: auto;
    }
#TabContent2D221
    {
        width:100%;
        box-sizing: border-box;
        padding-top:30px;
    }
#TabContent2D221T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent2D221T1 td
    {
        height: 25px;
    }
#TabContent2D221T1 #TC2D221_Date
    {
        background-color: white;
    }
#TabContent2D221T1 td input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 4px;
    }
#TabContent2D222
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
        margin-top: 5px;
    }
#TabContent2D222 button
    {
        min-width:100px;
        height: 25px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
    }
/*###################################################TabContent2D23##################################################################################*/
#TabContent2D23
    {
        width:100%;
        height: calc(100% - 45px);
        box-sizing: border-box;
        margin-top:5px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#TabContent2D23T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent2D23T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
    }
#TabContent2D23T1 td input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#TabContent2D23T1 td input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor:pointer;
    }
#TabContent2D23T1 td input[type="checkbox"]
    {
        cursor:pointer;
    }
#TabContent2D23T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
        z-index: 3;
    }
#TabContent2D23T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent2D23T1 thead td input[type="text"]
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color: rgb(137, 204, 204);
        outline: none;
    }
#TabContent2D23T1 tbody tr:hover
    {
        background-color: bisque;
    }