#TabContent2D1
    {
        width: 100%;
        height: calc(100% - 5px);
        box-sizing: border-box;
        margin-top: 5px;
    }
#TabContent2D11
    {
        width: 100%;
        box-sizing: border-box;
    }
#TabContent2D1T1
    {
        width: 100%;
        border-spacing: 0;
    }
#TabContent2D1T1 td
    {
        height: 25px;
    }
#TabContent2D1T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#TabContent2D1T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#TabContent2D12
    {
        width:calc(100% - 6px);
        height: calc(100% - 65px); /*32*/
        box-sizing: border-box;
        margin-top: 5px;
        margin-left:3px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
.TabContent2D120
    {
        width:100%;
        height: 400px;
        box-sizing: border-box;
        border-bottom:solid 2px rgba(241, 241, 241, 0.959);
        padding: 3px;
        background-color: white;
    }
.TabContent2D1201
    {
        width:calc(50% - 2px);
        height: 100%;
        box-sizing: border-box;
        border-radius: 5px;
        float:left;
    }
.TabContent2D1201 img
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border-radius: 5px;
    }
.TabContent2D1202
    {
        width:calc(50% - 2px);
        height: 100%;
        box-sizing: border-box;
        padding:10px;
        float:right;
    }
.TabContent2D1202 span
    {
        display: inline-block;
        width:100%;
        box-sizing: border-box;
        text-align: center;
        margin-top:5px;
    }
.TabContent2D1202 span:nth-child(1)
    {
        font-size:40px;
        font-weight: 800;
    }
.TabContent2D1202 span:nth-child(2)
    {
        margin-top:20px;
    }
.TabContent2D1202 span:nth-child(3)
    {
        font-weight: 800;
        margin-top:20px;
    }
.TabContent2D1202 span:nth-child(4)
    {
        margin-top:20px;
    }
.TabContent2D1202 span:nth-child(5)
    {
        margin-top:30px;
    }
.TabContent2D1202 span:nth-child(5) label
    {
        cursor: pointer;
    }
.TabContent2D1202 span:nth-child(6)
    {
        cursor: pointer;
        color:blue;
        font-weight: 800;
    }
.TabContent2D1202 span:nth-child(8)
    {
        cursor: pointer;
        color:blue;
        font-weight: 800;
    }
#TabContent2D13
    {
        width:100%;
        height:30px;
        box-sizing: border-box;
        text-align: right;
        margin-top: 3px;
    }
#TabContent2D13 button
    {
        width:30px;
        height: 30px;
        padding-top:5px;
        border:none;
        background-color: transparent;
        margin-left: 5px;
        cursor: pointer;
    }
#TabContent2D13 input[type="button"]
    {
        width:100px;
        height: 25px;
        float:left;
        border-radius: 4px;
        margin:3px 0px 0px 3px;
        border:solid 1px gray;
        box-shadow: 1px 3px 5px gray;
        cursor: pointer;
    }    
#TabContent2D13 button:hover
    {
        border-radius: 50%;
        border:solid 1px gray;
        background-color: white;
    }
#TabContent2D13 button:disabled
    {
        cursor: default;
    }
#TabContent2D14
    {
        
        width:30px;
        height: 30px;
        border:solid 1px blue;
        border-radius: 50px;
        box-shadow: 1px 3px 5px rgba(0,0,0,0.5);
        text-shadow: 1px 3px 5px gray;
        position: absolute;
        bottom:5px;
        left:5px;
        padding-top:10px;
        padding-left:5px;
        padding-right:5px;
        background-color: aquamarine;
        cursor: pointer;
    }
/*############################################################################################*/
#TabContent2D2
    {
        width:100vw;
        height:100vh;
        box-sizing: border-box;
        background-color: rgba(1,0,0,0.5);
        position:absolute;
        top:0;
        left:0;
        z-index:4;
    }
#TabContent2D21
    {
        width:40%;
        box-sizing: border-box;
        margin-left: 30%;
        margin-top: 200px;
        background-color:rgb(115, 166, 214);
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent2D211
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
    }
#TabContent2D211 span
    {
        display: inline-block;
        margin-top:3px;
        margin-left:10px;
        font-weight: bold;
    }
#TabContent2D211 label
    {
        float:right;
        cursor:pointer;
        margin-right: 10px;
        margin-top: 5px;
    }
#TabContent2D212
    {
        width:calc(100% - 6px);
        height: calc(100% - 27px);
        box-sizing: border-box;
        margin-left:3px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        padding:10px;
        margin-bottom: 3px;

    }
#TabContent2D212 input[type="text"]
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        margin-top: 5px;
    }
#TabContent2D212 textarea
    {
        width:100%;
        height: 100px;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        margin-top: 5px;
    }
#TabContent2D212 input[type="button"]
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
        cursor: pointer;
    }
/*############################################################################################*/
#TabContent2D3
    {
        width:100vw;
        height:100vh;
        box-sizing: border-box;
        background-color: rgba(1,0,0,0.5);
        position:absolute;
        top:0;
        left:0;
        z-index:4;
    }
#TabContent2D31
    {
        width:80%;
        height: 80%;
        box-sizing: border-box;
        margin-left: 10%;
        margin-top: 100px;
        background-color:rgb(115, 166, 214);
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent2D311
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
    }
#TabContent2D311 span
    {
        display: inline-block;
        margin-top:3px;
        margin-left:10px;
        font-weight: bold;
    }
#TabContent2D311 label
    {
        float:right;
        cursor:pointer;
        margin-right: 10px;
        margin-top: 5px;
    }
#TabContent2D312
    {
        width:calc(100% - 6px);
        height: calc(100% - 27px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#TabContent2D312T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent2D312T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent2D312T1 input[type="text"],#TabContent2D312T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: rgb(137, 204, 204);
    }
#TabContent2D312T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent2D312T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
