#TabContent1D1
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px transparent;
    }
#TabContent1D11
    {
        width: calc(100% - 8px);
        box-sizing: border-box;
        margin-top: 8px;
        margin-left: 3px;

    }
#TabContent1D11T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D11T1 td
    {
        height: 25px;
        font-weight: 800;
    }
#TabContent1D11T1 .datepicker
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        font-weight: 100;
        border-radius:3px;
        background-color:rgb(137, 204, 204);
    }
#TabContent1D11T1 input[type="text"], #TabContent1D11T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        background-color: rgb(137, 204, 204);
        outline: none;
    }
/*#####################################################################################################################################*/
#TabContent1D12
    {
        width: calc(100% - 8px);
        box-sizing: border-box;
        text-align: right;
        margin-top: 5px;
    }
#TabContent1D12 button
    {
        min-width:100px;
        height: 25px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        margin-left: 5px;
    }
/*#####################################################################################################################################*/
#TabContent1D13
    {
        width: calc(100% - 8px);
        height: calc(100% - 50px);
        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;
    }
#TabContent1D13T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D13T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

#TabContent1D13T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 4px;
        background-color: lightyellow;
        outline: none;
    }
#TabContent1D13T1 a
    {
        text-decoration: none;
    }
#TabContent1D13T1 button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#TabContent1D13T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
        z-index: 3;
    }
#TabContent1D13T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D13T1 thead tr td:nth-child(1),
#TabContent1D13T1 tbody tr td:nth-child(1)
    {
        position:sticky;
        left:0px;
        min-width:80px;
        
    }
#TabContent1D13T1 thead tr td:nth-child(2),
#TabContent1D13T1 tbody tr td:nth-child(2)
    {
        position:sticky;
        left:83px;
        min-width:250px;
        
    }

#TabContent1D13T1 thead tr td:nth-child(1),
#TabContent1D13T1 thead tr td:nth-child(2),
#TabContent1D13T1 tbody tr td:nth-child(1),
#TabContent1D13T1 tbody tr td:nth-child(2)
    {
        background-color: white;
    }
#TabContent1D13T1 tbody tr:hover
    {
        background-color: bisque;
    }
#TabContent1D13 span
    {
        position: absolute;
        top:200px;
        left:100px;
        background-color: white;
        padding:5px;
        border:solid 1px gray;
        border-radius:5px;
    }
/*#####################################################################################################################################*/
#TabContent1D14
    {
        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;
    }
#TabContent1D141
    {
        width:80%;
        box-sizing: border-box;
        background-color: white;
        margin-left: 10%;
        margin-top:20vh;
        border-radius: 5px;
    }
#TabContent1D1411
    {
        width:100%;
        height: 25px;
        background-color: aqua;
        border-radius: 5px 5px 0px 0px;
    }
#TabContent1D1412
    {
        width:100%;
        box-sizing: border-box;
        padding:5px;
    }
#TabContent1D1412T1
    {
        width:100%;
    }
#TabContent1D1412T1 input[type="text"],#TabContent1D1412T1 select, #TabContent1D1412T1 .datepicker
    {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background-color: lightyellow;
        border:solid 1px gray;
        border-radius: 3px;
    }
#TabContent1D1412T1 button
    {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
/*#####################################################################################################################################*/
#TabContent1D15
    {
        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;
    }
#TabContent1D151
    {
        width:90%;
        height: 60%;
        box-sizing: border-box;
        background-color: white;
        margin-left: 5%;
        margin-top:20vh;
        border-radius: 5px;
    }
#TabContent1D1511
    {
        width:100%;
        height: 25px;
        background-color: aqua;
        border-radius: 5px 5px 0px 0px;
    }
#TabContent1D1511 span
    {
        display: inline-block;
        font-weight: 800;
        margin-top: 5px;
        margin-left:10px;
    }
#TabContent1D1512
    {
        width:100%;
        height: calc(100% - 25px);
        box-sizing: border-box;
        padding:5px;
    }
#TabContent1D15121
    {
        width:40%;
        height: 100%;
        box-sizing: border-box;
        float: left;
        border-right:dashed 1px gray;
    }
#TabContent1D151211
    {
        width:100%;
        text-align: center;
    }
#TabContent1D151211 input[type="text"]
    {
        width:80%;
        height: 23px;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        outline: none;
    }
#TabContent1D151211 input[type="button"]
    {
        width:10%;
        height: 23px;
        box-sizing: border-box;
        margin-left: 5px;
        cursor: pointer;
    }
#TabContent1D151212
    {
        width: calc(100% - 10px);
        height: calc(100% - 30px);
        box-sizing: border-box;
        margin-top: 5px;
        margin-left: 3px;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D151212T1
    {
        width:100%;
        border-spacing: 0;
        box-sizing: border-box;
    }
#TabContent1D151212T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
    }
#TabContent1D151212T1 button
    {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#TabContent1D151212T1 thead
    {
        position: sticky;
        top: 0;
        background-color: white;
    }
#TabContent1D151212T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
/*############################################*/
#TabContent1D15122
    {
        width:60%;
        height: 100%;
        box-sizing: border-box;
        float: left;
    }
#TabContent1D151221
    {
        width:100%;
        text-align: center;
    }
#TabContent1D151221 input[type="text"]
    {
        width:30%;
        height: 23px;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        margin-left: 3px;
        outline: none;
    }
#TabContent1D151222
    {
        width: calc(100% - 12px);
        height: calc(100% - 30px);
        box-sizing: border-box;
        margin-top: 5px;
        margin-left: 8px;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D151222T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D151222T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(238, 236, 236);
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D151222T1 button
    {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#TabContent1D151222T1 thead
    {
        position: sticky;
        top: 0;
        background-color: white;
    }
#TabContent1D151222T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }

