#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: 23px;
        font-weight: 800;
    }
#TabContent1D11T1 #TC1D11_DateRange
    {
        border:solid 1px gray;
        border-radius:3px;
        background-color:rgb(137, 204, 204);
        font-weight: 100;
    
    }
#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% - 123px);
        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;
        table-layout: fixed;
    }
#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"], #TabContent1D13T1 input[type="button"], #TabContent1D13T1 Select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#TabContent1D13T1 button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#TabContent1D13T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D13T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D13T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*#####################################################################################################################################*/
#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;
    }
