#TabContent8
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        padding:3px;
    }
#TabContent8D1
    {
        width:100%;
        box-sizing: border-box;
        margin-top: 5px;
    }
#TabContent8D1T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent8D1T1 td
    {
        height: 23px;
        font-weight: 800;
    }
#TabContent8D1T1 input[type="text"], #TabContent8D1T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border-radius: 3px;
        border:solid 1px gray;
        border-radius: 3px;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent8D1T1 .datepicker
    {
        border:solid 1px gray;
        border-radius: 3px;
        background-color: white;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent8D2
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
        text-align: right;
        margin-top: 5px;
    }
#TabContent8D21
    {
        width:40%;
        height: 30px;
        box-sizing: border-box;
        float:right;
        margin-left: 3px;
        text-align: right;
    }
#TabContent8D21 button
    {
        width:100px;
        height: 25px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        cursor: pointer;
    }
#TabContent8D22
    {
        width:50%;
        height: 30px;
        box-sizing: border-box;
        text-align: left;
        float:left;
    }
#TabContent8D22 button
    {
        width:30px;
        height: 30px;
        padding-top:5px;
        border:none;
        background-color: transparent;
        margin-left: 5px;
        cursor: pointer;
    }
#TabContent8D22 button:hover
    {
        border-radius: 50%;
        border:solid 1px gray;
        background-color: white;
    }
#TabContent8D3
    {
        width:100%;
        height: calc(100% - 155px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        margin-top: 10px;
        box-shadow: 1px 3px 5px gray;
        background-color: white;
        overflow: auto;
    }
#TabContent8D3T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent8D3T1 td
    {
        height: 23px;
        border-right:solid 1px rgba(226, 223, 223, 0.856);
        border-bottom:solid 1px rgba(226, 223, 223, 0.856);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent8D3T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent8D3T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent8D4
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
        text-align: right;
        margin-top: 5px;
    }
#TabContent8D41
    {
        width:40%;
        height: 30px;
        box-sizing: border-box;
        float:left;
        margin-left: 3px;
        text-align: left;
    }
#TabContent8D41 button
    {
        min-width:100px;
        height: 25px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        cursor: pointer;
    }
#TabContent8D42
    {
        width:50%;
        height: 30px;
        box-sizing: border-box;
        text-align: right;
        float:right;
    }
#TabContent8D42 button
    {
        width:30px;
        height: 30px;
        padding-top:5px;
        border:none;
        background-color: transparent;
        margin-left: 5px;
        cursor: pointer;
    }
#TabContent8D42 button:hover
    {
        border-radius: 50%;
        border:solid 1px gray;
        background-color: white;
    }