
#TabContent1D1
    {
        width: calc(100% - 8px);
        height: calc(100% - 12px);
        box-sizing: border-box;
        margin-top: 8px;
        margin-left: 3px;
    }
#TabContent1D11
    {
        width:100%;
        box-sizing: border-box;
    }
#TabContent1D11T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D11T1 td
    {
        height: 23px;
        font-weight: 800;
    }
#TabContent1D11T1 input[type="text"], #TabContent1D11T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px gray;
        border-radius: 3px;
        outline:none;
    }
#TabContent1D12
    {
        width:100%;
        height:30px;
        box-sizing: border-box;
        text-align: right;
        margin-top: 3px;
    }
#TabContent1D121
    {
        width:50%;
        box-sizing: border-box;
        text-align: left;
        float:left;
    }
#TabContent1D121 button
    {
        width:30px;
        height: 30px;
        padding-top:5px;
        border:none;
        background-color: transparent;
        margin-left: 5px;
        cursor: pointer;
    }
#TabContent1D121 button:hover
    {
        border-radius: 50%;
        border:solid 1px gray;
        background-color: white;
    }
#TabContent1D122
    {
        width:50%;
        box-sizing: border-box;
        text-align: right;
        float:right;
    }
#TabContent1D122 button
    {
        width:100px;
        height: 100%;
        box-shadow: 1px 3px 5px gray;
        cursor: pointer;
    }
#TabContent1D13
    {
        width:100%;
        height: calc(100% - 135px);
        box-sizing: border-box;
        background-color: white;
        border:solid 1px #e5e5e5af;
        border-radius: 5px;
        box-shadow:1px 3px 5px gray;
        overflow-y: auto;
    }
#TabContent1D13T1
    {
        width:100%;
        border-spacing:0;
        table-layout: fixed;
    }
#TabContent1D13T1 td
    {
        height: 23px;
        border-right:solid 1px rgba(226, 223, 223, 0.856);
        border-bottom:solid 1px rgba(226, 223, 223, 0.856);
    }
#TabContent1D13T1 tr td:last-child
    {
        border-right: none;
    }
#TabContent1D13T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#TabContent1D13T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }

#TabContent1D13T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
        z-index: 2;
    }
#TabContent1D13T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D13T1 thead input[type="text"]
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
    }
#TabContent1D13T1 thead Select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
    }
#TabContent1D13T1 tbody td
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D13T1 tbody tr:hover
    {
        background-color: bisque;
    }

/*#########################################################################################################################################################*/
#TabContent1D2
    {
        width: calc(100% - 8px);
        height: calc(100% - 12px);
        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;
    }
#TabContent1D21
    {
        width:100%;
        box-sizing: border-box;
        border-bottom: solid 2px gray;
        padding:3px;
    }
#TabContent1D21 button
    {
        margin-left:3px;
        cursor:pointer;
    }
#TabContent1D21 span
    {
        display: inline-block;
        margin-left:3px;
        font-weight: bold;
        /*overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;*/
    }
#TabContent1D22
    {
        width:100%;
        height: calc(100% - 58px);
        box-sizing: border-box;
    }
.TabContent1D220
    {
        width:100%;
        height: calc(100% - 6px);
        box-sizing: border-box;
       
    }
/*#####################################################################################################################################*/
#TabContent1D2211
    {
        width:calc(100% - 8px);
        height: calc(100% - 6px);
        margin-left: 2px;
        margin-top:2px;
        border:solid 2px gray;
        border-radius: 5px;
        overflow: scroll;

    }
#TabContent1D2211T1
    {
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2211T1 td
    {
        height: 23px;
    }
#TabContent1D2211T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        background-color: lightyellow;
        border:solid 1px gray;
        border-radius: 3px;
        outline: none;
    }
#TabContent1D2211T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
        z-index: 3;
    }
#TabContent1D2211T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D2211T1 tr td:nth-child(1)
    {
        position: sticky;
        left:0;
        width: 80px;
        min-width:80px;
    }
#TabContent1D2211T1 tr td:nth-child(2)
    {
        position: sticky;
        left:83px;
        width:200px;
        min-width:200px;
        max-width: 200px;
        border-right:solid 1px gray;
    }
#TabContent1D2211T1 tr td:last-child
    {
        border-right: solid 2px gray;
    }
#TabContent1D2211T1 tbody tr td:nth-child(1),
#TabContent1D2211T1 tbody tr td:nth-child(2)
    {
        z-index: 2;
       
    }
#TabContent1D2211T1 thead tr td:nth-child(1),
#TabContent1D2211T1 thead tr td:nth-child(2)
    {
        background-color: white;
    }
#TabContent1D2211T1 tbody tr td:nth-child(1),
#TabContent1D2211T1 tbody tr td:nth-child(2)
    {
        background-color: white;
    }
#TabContent1D2211T1 thead tr:nth-child(1) td:nth-child(n + 3),
#TabContent1D2211T1 thead tr:nth-child(2) td:nth-child(n + 3),
#TabContent1D2211T1 thead tr:nth-child(3) td:nth-child(n + 3),
#TabContent1D2211T1 thead tr:nth-child(4) td:nth-child(n + 3)
    {
        border-bottom: solid 1px gray;
    }
#TabContent1D2211T1 thead tr:nth-child(1) td:nth-child(2n + 3),
#TabContent1D2211T1 thead tr:nth-child(2) td:nth-child(2n + 3),
#TabContent1D2211T1 thead tr:nth-child(3) td:nth-child(2n + 3),
#TabContent1D2211T1 thead tr:nth-child(4) td:nth-child(2n + 3),
#TabContent1D2211T1 thead tr:nth-child(5) td:nth-child(2n + 3)
    {
        border-left:solid 2px gray;
        border-right:solid 2px gray;
    }
#TabContent1D2211T1 thead tr:nth-child(5) td
    {
        border-bottom:solid 1px gray;
    }
#TabContent1D2211T1 tbody tr td:nth-child(1)
    {
        border-right: solid 1px gray;
        text-align: center;
    }
#TabContent1D2211T1 tbody tr td:nth-child(2)
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D2211T1 tbody tr td:nth-child(n + 3)
    {
        min-width:80px;
        text-align: right;
    }
#TabContent1D2211T1 tbody tr td:nth-child(2n + 3)
    {
        border-left:solid 2px gray;
        border-right:solid 2px gray;
    }

#TabContent1D2211T1 tbody td
    {
        height: 23px;
        border-bottom: solid 1px gray;
        
    }
/*#####################################################################################################################################*/
/*TabContent1D222*/
/*#####################################################################################################################################*/
#TabContent1D2221
    {
        width:calc(100% - 6px);
        height: 25px;
        box-sizing: border-box;
    }
#TabContent1D2221 button
    {
        margin-top: 3px;
        margin-left: 3px;
        cursor: pointer;
    }
#TabContent1D2222
    {
        width:calc(100% - 6px);
        height: calc(100% - 31px);
        box-sizing: border-box;
        margin-left: 2px;
        margin-top:2px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow: auto;
    }
#TabContent1D2222T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2222T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }

#TabContent1D2222T1 tr td:last-child
    {
        border-right:none;
    }
#TabContent1D2222T1  input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        background-color: transparent;
    }
#TabContent1D2222T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        cursor: pointer;
    }
#TabContent1D22222T1 input[type="checkbox"]
    {
        cursor:pointer;
    }
#TabContent1D2222T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
        z-index:3;
    }
#TabContent1D2222T1 thead tr:first-child td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D2222T1 thead input[type="text"]
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent1D2222T1 thead input[type="text"]:focus
    {
        border:solid 1px blue;
    }
#TabContent1D2222T1 tbody tr td:nth-child(2)
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D2222T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*#####################################################################################################################################*/
#TabContent1D2223
    {
        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;
    }
#TabContent1D22231
    {
        width:90%;
        height: 60%;
        box-sizing: border-box;
        margin-left: 5%;
        margin-top: 200px;
        background-color:rgb(115, 166, 214);
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent1D222311
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
    }
#TabContent1D222311 span
    {
        float:left;
        margin-top:3px;
        margin-left:10px;
        font-weight: bold;
    }
#TabContent1D222311 label
    {
        float:right;
        cursor:pointer;
        margin-right: 10px;
        margin-top: 5px;
    }
#TabContent1D222312
    {
        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;
        overflow-y: auto;

    }
#TabContent1D222312T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
    
#TabContent1D222312T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D222312T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#TabContent1D222312T1 input[type="text"]:disabled
    {
        border:none;
    }
#TabContent1D222312T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#TabContent1D222312T1 thead
    {
        position:sticky;
        top:0;
        background-color: white;
        z-index: 5;
    }
#TabContent1D222312T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D222312T1 thead input[type="text"]
    {
        background-color: lightyellow;
        border:solid 1px gray;
        border-radius: 3px;
    }
#TabContent1D222312T1 tbody td
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D222312T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*#####################################################################################################################################*/
#TabContent1D2224
    {
        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;
    }
#TabContent1D22241
    {
        width:80%;
        height: 70%;
        box-sizing: border-box;
        margin-left: 10%;
        margin-top: 150px;
        background-color:rgb(115, 166, 214);
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px rgb(216, 215, 215);
    }
#TabContent1D222411
    {
        width:100%;
        height: 28px;
        box-sizing: border-box;
    }
#TabContent1D222411 span
    {
        float:left;
        margin-top:3px;
        margin-left:10px;
        font-weight: bold;
    }
#TabContent1D222411 label
    {
        float:right;
        cursor:pointer;
        margin-right: 10px;
        margin-top: 5px;
    }
#TabContent1D222412
    {
        width:calc(100% - 6px);
        height: calc(100% - 65px);
        box-sizing: border-box;
        margin-left:3px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow-y: auto;
    }
#TabContent1D222412T1
    {
        width:100%;
        border-spacing: 0;
    } 
#TabContent1D222412T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D222412T1 #datepicker
    {
        height:100% !important;
    }
#TabContent1D222412T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
    }
#TabContent1D222412T1 input[type="button"]
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        cursor:pointer;
    }
#TabContent1D222412T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D222412T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D222413
    {
        width:100%;
        height: 36px;
        box-sizing: border-box;
        text-align: right;
        padding:3px;
    }
#TabContent1D222413 button
    {
        height: 100%;
        box-sizing: border-box;
        
        cursor:pointer;
    }
/*#####################################################################################################################################*/
#TabContent1D2225
    {
        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;
    }
#TabContent1D22251
    {
        width:90%;
        height: 60%;
        box-sizing: border-box;
        margin-left: 5%;
        margin-top: 200px;
        background-color:rgb(115, 166, 214);
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent1D222511
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
    }
#TabContent1D222511 span
    {
        float:left;
        margin-top:3px;
        margin-left:10px;
        font-weight: bold;
        width:80%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D222511 label
    {
        float:right;
        cursor:pointer;
        margin-right: 10px;
        margin-top: 5px;
    }
#TabContent1D222512
    {
        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;
        overflow-y: auto;

    }
#TabContent1D222512T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
    
#TabContent1D222512T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;

        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D222512T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#TabContent1D222512T1 input[type="text"]:disabled
    {
        border:none;
    }
#TabContent1D222512T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#TabContent1D222512T1 thead
    {
        position:sticky;
        top:0;
        background-color: white;
        z-index: 5;
    }
#TabContent1D222512T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D222512T1 thead input[type="text"]
    {
        background-color: lightyellow;
        border:solid 1px gray;
        border-radius: 3px;
    }
#TabContent1D222512T1 tbody td
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D222512T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*#####################################################################################################################################*/
/*TabContent1D223*/
/*#####################################################################################################################################*/
#TabContent1D2231
    {
        width:calc(100% - 6px);
        height: calc(100% - 6px);
        margin-left: 2px;
        margin-top:2px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow: auto;
    }
#TabContent1D2231T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D2231T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D2231T1 tr td:last-child
    {
        border-right:none;
    }
#TabContent1D2231T1  input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        background-color: transparent;
    }
#TabContent1D2231T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        cursor: pointer;
    }
#TabContent1D22312T1 input[type="checkbox"]
    {
        cursor:pointer;
    }
#TabContent1D2231T1 thead
    {
        position: sticky;
        top:0;
        z-index:3;
    }
#TabContent1D2231T1 thead tr:first-child td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D2231T1 thead input[type="text"]
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent1D2231T1 thead input[type="text"]:focus
    {
        border:solid 1px blue;
    }
#TabContent1D2231T1 tbody tr:hover
    {
        background-color: bisque;
    }

#TabContent1D2231T1 tfoot
    {
        position: sticky;
        bottom:0;
        z-index:3;
    }

/*#####################################################################################################################################*/
#TabContent1D2232
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
    }
#TabContent1D22321
    {
        width:100%;
        height:23px;
        box-sizing: border-box;
        margin-top:3px;
        margin-bottom: 3px;
        text-align: center;
        padding-left: 3px;
        padding-right: 3px;
    }
#TabContent1D22322
    {
        width:calc(100% - 6px);
        height: calc(100% - 32px);
        margin-left: 2px;
        margin-top:2px;
        position:relative;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D223221
    {
        width: 30%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        padding:5px;
        box-shadow: 1px 3px 5px gray;
        float:left;
    }
#TabContent1D2232211
    {
        width:100%;
        box-sizing: border-box;
    }
#TabContent1D2232211T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2232211T1 td
    {
        height: 23px;
    }
#TabContent1D2232211T1 .TC1D2232_Label
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 800;
    }
#TabContent1D2232211T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent1D2232211T1 textarea
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
        margin-top: 5px;
    }
#TabContent1D2232212
    {
        width:100%;
        height: calc(100% - 300px);
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px gray;
        border-radius: 5px;
        margin-top: 3px;
        overflow: auto;
        background-color: white;
    }
#TabContent1D2232212T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2232212T1 td
    {
        height: 23px;
        border-right: solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    }
#TabContent1D2232212T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        background-color: lightyellow;
    }
#TabContent1D2232212T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D2232212T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D2232212T1 thead input[type="text"],#TabContent1D2232212T1 thead select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: rgb(137, 204, 204);
        outline: none;
        text-align: center;
    }
#TabContent1D2232212T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D2232213
    {
        width:100%;
        height: 28px;
        padding-top:3px;
        padding-bottom:3px;
        border-top:solid 2px gray;
        border-bottom:solid 2px gray;
        margin-top:3px;
        text-align: right;
    }
#TabContent1D2232213 button
    {
        min-width:100px;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        cursor: pointer;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D2232214
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
        padding: 5px;
    }
#TabContent1D2232214T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2232214T1 .TC1D2232_Label
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 800;
    }
#TabContent1D2232214T1 td
    {
        text-align: left;
        height: 23px;
    }
#TabContent1D2232214T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D223222
    {
        width: calc(75% - 2px);
        height: 100%;
        box-sizing: border-box;
        margin-left: 2px;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
        float:right;
        overflow: auto;
    }
#TabContent1D223222T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D223222T1 td
    {
        height: 23px;
        border-right: solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D223222T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D223222T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D223222T1 thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#TabContent1D223222T1 thead tr:first-child td:last-child
    {
        border-top-right-radius: 5px;
    }
#TabContent1D223222T1 thead input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: rgb(137, 204, 204);
        outline: none;
    }
#TabContent1D223222T1 tbody tr:hover
    {
        background-color: bisque;
        cursor:pointer;
    }
#TabContent1D223222T1 tbody label
    {
        cursor:pointer;
    }
/*--------------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D223223
    {
        width:calc(70% - 2px);
        height:100%;
        box-sizing: border-box;
        background-color: lightskyblue;
        position:absolute;
        top:0;
        left:calc(30% + 3px);
        border:solid 1px gray;
        border-radius: 5px;
    }
#TabContent1D223223 img
    {
        border-radius: 5px;
    }
/*#####################################################################################################################################*/
#TabContent1D2233
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        padding:3px;
    }
#TabContent1D22331
    {
        width:100%;
        height:25px;
        box-sizing: border-box;
    }
#TabContent1D22332
    {
        width:100%;
        height:calc(100% - 25px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D22332T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D22332T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D22332T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        background-color: rgb(137, 204, 204);
        border:none;
        outline: none;
        border-radius: 3px;
    }
#TabContent1D22332T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D22332T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D22332T1 tbody td
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D22332T1 tbody tr:hover
    {
        background-color: bisque;
    }
#TabContent1D22332T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#TabContent1D22332T1 tfoot td
    {
        font-weight: 800;
    }
/*#####################################################################################################################################*/
/*TabContent1D224*/
/*#####################################################################################################################################*/
#TabContent1D2241
    {
        width:calc(100% - 6px);
        height: calc(100% - 6px);
        margin-left: 2px;
        margin-top:2px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow: auto;
    }
#TabContent1D2241T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D2241T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D2241T1 tr td:last-child
    {
        border-right:none;
    }
#TabContent1D2241T1  input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        background-color: transparent;
    }
#TabContent1D2241T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        cursor: pointer;
    }
#TabContent1D2241T1 input[type="checkbox"]
    {
        cursor:pointer;
    }
#TabContent1D2241T1 thead
    {
        position: sticky;
        top:0;
        z-index:3;
    }
#TabContent1D2241T1 thead tr:first-child td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D2241T1 thead input[type="text"]
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent1D2241T1 thead input[type="text"]:focus
    {
        border:solid 1px blue;
    }
#TabContent1D2241T1 tbody tr:hover
    {
        background-color: bisque;
    }

#TabContent1D2241T1 tfoot
    {
        position: sticky;
        bottom:0;
        z-index:3;
    }

/*#####################################################################################################################################*/
#TabContent1D2242
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
    }
#TabContent1D22421
    {
        width:100%;
        height:23px;
        box-sizing: border-box;
        margin-top:3px;
        margin-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
    }
#TabContent1D22421 button
    {
        min-width:100px;
        height: 23px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        margin-right: 3px;
        cursor: pointer;
    }
#TabContent1D22422
    {
        width:calc(100% - 6px);
        height: calc(100% - 32px);
        margin-left: 2px;
        margin-top:2px;
        position: relative;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D224221
    {
        width: 40%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        padding:5px;
        box-shadow: 1px 3px 5px gray;
        float:left;
    }
#TabContent1D2242211
    {
        width:100%;
        box-sizing: border-box;
    }
#TabContent1D2242211T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2242211T1 td
    {
        height: 23px;
    }
#TabContent1D2242211T1 .TC1D2242_Label
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D2242211T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent1D2242212
    {
        width:100%;
        height: calc(100% - 300px);
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px gray;
        border-radius: 5px;
        margin-top: 3px;
        overflow: auto;
        background-color: white;
    }
#TabContent1D2242212T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2242212T1 td
    {
        height: 23px;
        border-right: solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    }
#TabContent1D2242212T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        background-color: lightyellow;
    }
#TabContent1D2242212T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D2242212T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D2242212T1 thead input[type="text"],#TabContent1D2242212T1 thead select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: rgb(137, 204, 204);
        outline: none;
        text-align: center;
    }
#TabContent1D2242212T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D2242213
    {
        width:100%;
        height: 28px;
        padding-top:3px;
        padding-bottom:3px;
        border-top:solid 2px gray;
        border-bottom:solid 2px gray;
        margin-top:3px;
        text-align: right;
    }
#TabContent1D2242213 button
    {
        min-width:100px;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        cursor: pointer;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D2242214
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
        padding: 5px;
    }
#TabContent1D2242214T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D2242214T1 td
    {
        text-align: left;
        height: 23px;
    }
#TabContent1D2242214T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D224222
    {
        width: calc(60% - 2px);
        height: 100%;
        box-sizing: border-box;
        margin-left: 2px;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
        float:right;
        overflow: auto;
    }
#TabContent1D224222T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D224222T1 td
    {
        height: 23px;
        border-right: solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D224222T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D224222T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D224222T1 thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#TabContent1D224222T1 thead tr:first-child td:last-child
    {
        border-top-right-radius: 5px;
    }
#TabContent1D224222T1 thead input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: rgb(137, 204, 204);
        outline: none;
    }
#TabContent1D224222T1 tbody tr:hover
    {
        background-color: bisque;
        cursor:pointer;
    }
#TabContent1D224222T1 tbody label
    {
        cursor:pointer;
    }
/*-------------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D224223
    {
        width:calc(60% - 2px);
        height:100%;
        box-sizing: border-box;
        background-color: lightskyblue;
        position:absolute;
        top:0;
        left:calc(40% + 3px);
        border:solid 1px gray;
        border-radius: 5px;
    }
#TabContent1D224223 img
    {
        border-radius: 5px;
    }
/*#####################################################################################################################################*/
#TabContent1D2243
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        padding:3px;
    }
#TabContent1D22431
    {
        width:100%;
        height:25px;
        box-sizing: border-box;
    }
#TabContent1D22432
    {
        width:100%;
        height:calc(100% - 25px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D22432T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D22432T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D22432T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        background-color: rgb(137, 204, 204);
        border:none;
        outline: none;
        border-radius: 3px;
    }
#TabContent1D22432T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D22432T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D22432T1 tbody td
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D22432T1 tbody tr:hover
    {
        background-color: bisque;
    }
#TabContent1D22432T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#TabContent1D22432T1 tfoot td
    {
        font-weight: 800;
    }
/*#####################################################################################################################################*/
/*TabContent1D225*/
/*#####################################################################################################################################*/
#TabContent1D2251
    {
        width:calc(100% - 6px);
        height: calc(100% - 6px);
        margin-left: 2px;
        margin-top:2px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow: auto;
    }
#TabContent1D2251T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2251T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

#TabContent1D2251T1 tr td:last-child
    {
        border-right:none;
    }

#TabContent1D2251T1  input[type="text"], #TabContent1D2251T1 Select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        background-color: rgb(137, 204, 204);
        outline: none;
        border-radius: 3px;
    }
#TabContent1D2251T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        cursor: pointer;
    }
#TabContent1D2251T1 thead
    {
        position: sticky;
        top:0;
        z-index:3;
        background-color: white;
    }
#TabContent1D2251T1 thead tr:nth-child(1) td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D2251T1 tbody tr:hover
    {
        background-color: bisque;
    }

#TabContent1D2251T1 tfoot
    {
        position: sticky;
        bottom:0;
        z-index:3;
    }
#TabContent1D2251T1 tfoot input[type="text"]
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent1D2251T1 tfoot input[type="text"]:focus
    {
        border:solid 1px blue;
    }
/*#####################################################################################################################################*/
/*TabContent1D226*/
/*#####################################################################################################################################*/
#TabContent1D2261
    {
        width:calc(100% - 6px);
        height: calc(100% - 6px);
        margin-left: 2px;
        margin-top:2px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow: auto;
    }
#TabContent1D2261T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D2261T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D2261T1 tr td:last-child
    {
        border-right:none;
    }
#TabContent1D2261T1  input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        background-color: transparent;
    }
#TabContent1D2261T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        cursor: pointer;
    }
#TabContent1D2261T1 select
    {
        width:100%;
        height: 100%;
        cursor: pointer;
    }
#TabContent1D2261T1 input[type="checkbox"]
    {
        cursor:pointer;
    }
#TabContent1D2261T1 thead
    {
        position: sticky;
        top:0;
        z-index:3;
    }
#TabContent1D2261T1 thead tr:first-child td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D2261T1 thead input[type="text"]
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent1D2261T1 thead input[type="text"]:focus
    {
        border:solid 1px blue;
    }
#TabContent1D2261T1 tbody tr:hover
    {
        background-color: bisque;
    }

#TabContent1D2261T1 tfoot
    {
        position: sticky;
        bottom:0;
        z-index:3;
    }
/*#####################################################################################################################################*/
#TabContent1D2262
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
    }
#TabContent1D22621
    {
        width:100%;
        height:23px;
        box-sizing: border-box;
        margin-top:3px;
        margin-bottom: 3px;
        padding-left: 3px;
        padding-right: 3px;
    }
#TabContent1D22621 button
    {
        min-width:100px;
        height: 23px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        margin-right: 3px;
        cursor: pointer;
    }
#TabContent1D22622
    {
        width:calc(100% - 6px);
        height: calc(100% - 32px);
        margin-left: 2px;
        margin-top:2px;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D226221
    {
        width: 30%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        padding:5px;
        box-shadow: 1px 3px 5px gray;
        float:left;
    }
#TabContent1D2262211
    {
        width:100%;
        box-sizing: border-box;
    }
#TabContent1D2262211T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2262211T1 td
    {
        height: 23px;
    }
#TabContent1D2262211T1 .TC1D2242_Label
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D2262211T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent1D2262211T1 textarea
    {
        width:100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D2262212
    {
        width:100%;
        height: 28px;
        padding-top:3px;
        padding-bottom:3px;
        border-top:solid 2px gray;
        border-bottom:solid 2px gray;
        margin-top:3px;
        text-align: right;
    }
#TabContent1D2262212 button
    {
        min-width:100px;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        cursor: pointer;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D2262213
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
        padding: 5px;
    }
#TabContent1D2262213T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D2262213T1 td
    {
        text-align: left;
        height: 23px;
    }
#TabContent1D2262213T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D226222
    {
        width: calc(70% - 2px);
        height: 100%;
        box-sizing: border-box;
        margin-left: 2px;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
        float:right;
        overflow-y: auto;
    }
#TabContent1D226222T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D226222T1 td
    {
        height: 23px;
        border-right: solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D226222T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D226222T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D226222T1 thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#TabContent1D226222T1 thead tr:first-child td:last-child
    {
        border-top-right-radius: 5px;
    }
#TabContent1D226222T1 thead input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: rgb(137, 204, 204);
        outline: none;
    }
#TabContent1D226222T1 tbody tr:hover
    {
        background-color: bisque;
        cursor:pointer;
    }
#TabContent1D226222T1 tbody label
    {
        cursor:pointer;
    }
/*#####################################################################################################################################*/
#TabContent1D2263
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        padding:3px;
    }
#TabContent1D22631
    {
        width:100%;
        height:25px;
        box-sizing: border-box;
    }
#TabContent1D22632
    {
        width:100%;
        height:calc(100% - 25px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D22632T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D22632T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D22632T1 input[type="text"], #TabContent1D22632T1 Select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        background-color: rgb(137, 204, 204);
        border:none;
        outline: none;
        border-radius: 3px;
    }
#TabContent1D22632T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D22632T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D22632T1 tbody td
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D22632T1 tbody tr:hover
    {
        background-color: bisque;
    }
#TabContent1D22632T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#TabContent1D22632T1 tfoot td
    {
        font-weight: 800;
    }
/*#####################################################################################################################################*/
/*TabContent1D227*/
/*#####################################################################################################################################*/
#TabContent1D2271
    {
        width:calc(100% - 6px);
        height: calc(100% - 6px);
        margin-left: 2px;
        margin-top:2px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow: auto;
    }
#TabContent1D2271T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D2271T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D2271T1 tr td:last-child
    {
        border-right:none;
    }
#TabContent1D2271T1  input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        background-color: transparent;
    }
#TabContent1D2271T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#TabContent1D2271T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#TabContent1D2271T1 input[type="checkbox"]
    {
        cursor:pointer;
    }
#TabContent1D2271T1 thead
    {
        position: sticky;
        top:0;
        z-index:3;
    }
#TabContent1D2271T1 thead tr:first-child td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D2271T1 thead input[type="text"]
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent1D2271T1 thead input[type="text"]:focus
    {
        border:solid 1px blue;
    }
#TabContent1D2271T1 tbody tr:hover
    {
        background-color: bisque;
    }

#TabContent1D2271T1 tfoot
    {
        position: sticky;
        bottom:0;
        z-index:3;
    }

/*#####################################################################################################################################*/
#TabContent1D2272
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
    }
#TabContent1D22721
    {
        width:100%;
        height:23px;
        box-sizing: border-box;
        margin-top:3px;
        margin-bottom: 3px;
        text-align: center;
        padding-left: 3px;
        padding-right: 3px;
    }
#TabContent1D22721 .Switch
    {
        background-color: #a3adb4e7;
        border:solid 1px rgb(100, 100, 100);
        border-radius: 34px;
        height: 23px;
        display: inline-block;
        width:200px;
    }
#TabContent1D22721 .Switch button
    {
        width:100px;
        border:solid 1px gray;
        border-radius: 40%;
        box-sizing: border-box;
        height: 23px;
        border-radius: 34px;
        cursor: pointer;
    }
#TabContent1D22722
    {
        width:calc(100% - 6px);
        height: calc(100% - 32px);
        margin-left: 2px;
        margin-top:2px;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D227221
    {
        width: 40%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        padding:5px;
        box-shadow: 1px 3px 5px gray;
        float:left;
    }
#TabContent1D2272211
    {
        width:100%;
        box-sizing: border-box;
    }
#TabContent1D2272211T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2272211T1 td
    {
        height: 23px;
    }
#TabContent1D2272211T1 .TC1D2272_Label
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D2272211T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent1D2272212
    {
        width:100%;
        height: calc(100% - 300px);
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px gray;
        border-radius: 5px;
        margin-top: 3px;
        overflow: auto;
        background-color: white;
    }
#TabContent1D2272212T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2272212T1 td
    {
        height: 23px;
        border-right: solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;

    }
#TabContent1D2272212T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        background-color: lightyellow;
    }
#TabContent1D2272212T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D2272212T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D2272212T1 thead input[type="text"],#TabContent1D2272212T1 thead select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: rgb(137, 204, 204);
        outline: none;
        text-align: center;
    }
#TabContent1D2272212T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D2272213
    {
        width:100%;
        height: 28px;
        padding-top:3px;
        padding-bottom:3px;
        border-top:solid 2px gray;
        border-bottom:solid 2px gray;
        margin-top:3px;
        text-align: right;
    }
#TabContent1D2272213 button
    {
        min-width:100px;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        cursor: pointer;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D2272214
    {
        width:100%;
        box-sizing: border-box;
        text-align: right;
        padding: 5px;
    }
#TabContent1D2272214T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D2272214T1 td
    {
        text-align: left;
        height: 23px;
    }
#TabContent1D2272214T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
    }
/*-----------------------------------------------------------------------------------------------------------------------------------*/
#TabContent1D227222
    {
        width: calc(60% - 2px);
        height: 100%;
        box-sizing: border-box;
        margin-left: 2px;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
        float:right;
        overflow: auto;
    }
#TabContent1D227222T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D227222T1 td
    {
        height: 23px;
        border-right: solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D227222T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D227222T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D227222T1 thead tr:first-child td:first-child
    {
        border-top-left-radius: 5px;
    }
#TabContent1D227222T1 thead tr:first-child td:last-child
    {
        border-top-right-radius: 5px;
    }
#TabContent1D227222T1 thead input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: rgb(137, 204, 204);
        outline: none;
    }
#TabContent1D227222T1 tbody tr:hover
    {
        background-color: bisque;
        cursor:pointer;
    }
#TabContent1D227222T1 tbody label
    {
        cursor:pointer;
    }
/*#####################################################################################################################################*/
#TabContent1D2273
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        padding:3px;
    }
#TabContent1D22731
    {
        width:100%;
        height:25px;
        box-sizing: border-box;
    }
#TabContent1D22732
    {
        width:100%;
        height:calc(100% - 25px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D22732T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D22732T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D22732T1 input[type="text"], #TabContent1D22732T1 Select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        background-color: rgb(137, 204, 204);
        border:none;
        outline: none;
        border-radius: 3px;
    }
#TabContent1D22732T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D22732T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D22732T1 tbody td
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D22732T1 tbody tr:hover
    {
        background-color: bisque;
    }
#TabContent1D22732T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#TabContent1D22732T1 tfoot td
    {
        font-weight: 800;
    }
/*#####################################################################################################################################*/
/*TabContent1D228*/
/*#####################################################################################################################################*/
#TabContent1D2281
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        padding:3px;
    }
#TabContent1D2281 input[type="file"]::-webkit-file-upload-button 
    {
        height:100%;
        font-family:"Courier New", Courier, monospace;
        font-size: small;
        top:1px;
    }
#TabContent1D2281 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;
    }
#TabContent1D2281 input[type="button"]
    {
        padding:0 30px 0 30px; 
        height:100%;
        box-sizing: border-box;
        border:solid 1px #a2a2a2;
        border-radius:5px 5px 5px 5px;
        margin-left:3px;
        cursor:pointer;
    }

#TabContent1D2282
    {
        width:calc(100% - 6px);
        height: calc(100% - 36px);
        margin-left: 2px;
        margin-top:2px;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        overflow: auto;
    }
#TabContent1D2282T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2282T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D2282T1 input[type="text"]
    {
        width:100%;
        height: 23px;
        box-sizing: border-box;
        background-color: lightyellow;
        border:solid 1px gray;
        border-radius: 3px;
    }
#TabContent1D2282T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D2282T1 thead td
    {
        text-align: center;
        font-weight: bold;
    }
#TabContent1D2282T1 tbody td
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D2282T1 tbody tr:hover
    {
        background-color: bisque;
    }
#TabContent1D2282T1 tbody input[type="checkbox"]
    {
        cursor: pointer;
    }
/*#####################################################################################################################################*/
/*TabContent1D229*/
/*#####################################################################################################################################*/
#TabContent1D2291
    {
        width:100%;
        height: calc(100% - 3px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
        margin-top: 3px;
    }
#TabContent1D2291T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D2291T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D2291T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D2291T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D2291T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*#####################################################################################################################################*/
/*TabContent1D220*/
/*#####################################################################################################################################*/
#TabContent1D220
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        background-color:rgba(1,0,0,0.5);
        position:absolute;
        top:0;
        left:0;
        z-index: 100;
    }
#TabContent1D2201
    {
        width:40%;
        height:60%;
        box-sizing: border-box;
        margin-left:30%;
        margin-top: 15%;
        background-color: whitesmoke;
        border-radius: 10px;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent1D22011
    {
        width:100%;
        height: 28px;
        box-sizing: border-box;
        padding:5px;
        background-color: blue;
        border-radius: 10px 10px 0px 0px;
    }
#TabContent1D22012
    {
        width:calc(100% - 6px);
        height: calc(100%  - 35px);
        box-sizing: border-box;
        overflow: auto;
    }
#TabContent1D22012T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D22012T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom:solid 1px gray;
    }
#TabContent1D22012T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#TabContent1D22012T1 input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#TabContent1D22012T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D22012T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D22012T1 tbody input[type="text"]
    {
        border:none;
        background-color: transparent;
    }
#TabContent1D22012T1 tfoot input[type="text"]
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color: lightyellow;
    }
/*#####################################################################################################################################*/
#TabContent1D23
    {
        width:100%;
        height:25px;
        box-sizing: border-box;
        border-radius: 0px 0px 5px 5px;
        display: flex;
        background-color: #a3adb4e7;
        border:solid 1px white;
    }
#TabContent1D23 button
    {
        height:28px;
        box-sizing: border-box;
        border:none;
        background-color: #a3adb4e7;
        margin-top:-5px;
        min-width: 100px;
        border-bottom: solid 1px #a3adb4e7;
        font-weight: 800;
        cursor:pointer;
        text-shadow: 1px 3px 5px gray;
    }
#TabContent1D23 button:last-child
    {
        border-radius: 0px 0px 5px 0px;
    }
    
