#TabContent1
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px transparent;
    }
#TabContent1D1
    {
        width:100%;
        box-sizing: border-box;
        margin-top: 2px;
        position: relative;
        border:solid 1px transparent;
    }
#TabContent1D1 table
    {
        width:100%;
        border-spacing: 0;
        margin-top:15px;
    }
#TabContent1D1 table td
    {
        position: relative;
        height: 23px;
        
    }
#TabContent1D1 input[type="text"], #TabContent1D1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        box-shadow: 1px 3px 5px gray;
        outline: none;
    }
#TabContent1D1 .floating-label 
    {
        width:100%;
        box-sizing: border-box;
        position: absolute;
        pointer-events: none;
        left: 3px;
        top: -13px;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
/*#TabContent1D1 input:focus ~ .floating-label, #TabContent1D1 input:not(:focus):valid ~ .floating-label
    {
        color:black;
        top:-9px;
        left:5px;
        font-size: 11px;
        font-weight: 800;
    }*/
#TabContent1D1 .datepicker
    {
        width:100%;
        height: 23px !important;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        box-shadow: 1px 3px 5px gray;
        background-color: white;
        outline: none;
    }
#TabContent1D1 .datepicker input
    {
        
        height:18px !important;
        border:none;
        box-sizing: border-box;
        background-color: transparent;
    }
#TabContent1D1 .floating-label-Daterange
    {
        position: absolute;
        color:black;
        top:-9px;
        left:5px;
        font-size: 11px;
    }
/*###########################################################################################################*/
    /*TabContent1D2*/
/*##########################################################################################################*/
#TabContent1D2
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
        margin-top: 1px;
        border:solid 1px transparent;
    }
#TabContent1D2 button
    {
        min-width: calc(10% - 2px);
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        margin-left: 3px;
    }
#TabContent1D2 span
    {
        display: inline-block;
        margin-top: 6px;
    }
#TabContent1D2 input[type="number"]
    {
        width:50px;
        box-sizing: border-box;
        border: none;
        outline: none;
        background-color: transparent;
    }
/*###########################################################################################################*/
    /*TabContent1D2*/
/*##########################################################################################################*/ 
#TabContent1D3
    {
        width:100%;
        height: calc(100% - 180px);
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        margin-top: 3px;
        border:solid 1px rgb(114, 113, 113);
        border-radius: 5px;
        background-color: white;
        overflow: auto;
    }
#TabContent1D3T1
    {
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D3T1 td
    {
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
        /*border-bottom:solid 1px rgb(148, 148, 148);*/
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        outline:none;
    }
#TabContent1D3T1 tbody td:focus
    {
        border:solid 1px rgb(125, 125, 126);
    }
#TabContent1D3T1 input[type="text"],#TabContent1D3T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        background-color: #d4d4d4ef;
        box-shadow:-1px -1px 1px rgb(65, 64, 64);
    }
#TabContent1D3T1 span
    {
        cursor:default;
        font-family: calibri;
    }
#TabContent1D3T1 select:disabled
    {
        background-color: transparent;
        color:black;
    }
#TabContent1D3T1 button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor:pointer;
        border:none;
        outline:none;
        background-color: transparent;
    }
#TabContent1D3T1 .datepicker
    {
        height: 23px !important;
        background-color: #d4d4d4ef;
        box-shadow: -1px -1px 1px rgb(65, 64, 64)
    }
#TabContent1D3T1 .datepicker input
    {
        height:18px !important;
        border:none;
        box-sizing: border-box;
        background-color: transparent;
    }
#TabContent1D3T1 thead
    {
        position:sticky;
        top:0;
        background-color: white;
        z-index: 3;
    }
#TabContent1D3T1 thead tr:first-child td
    {
        text-align: center;
        font-weight: 800;
    }
/*#TabContent1D3T1 tbody tr td:nth-child(1) button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline: none;;
    }*/
#TabContent1D3T1 thead tr td:nth-child(1),
#TabContent1D3T1 tbody tr td:nth-child(1)
    {
        position: sticky;
        left:0;
        width:40px;
        background-color: white;
    }
#TabContent1D3T1 thead tr td:nth-child(2),
#TabContent1D3T1 tbody tr td:nth-child(2)
    {
        position: sticky;
        left:44px;
        width:100px;
        background-color: white;
    }
#TabContent1D3T1 thead tr td:nth-child(3),
#TabContent1D3T1 tbody tr td:nth-child(3)
    {
        position: sticky;
        left:148px;
        width:100px;
        background-color: white;
    }
#TabContent1D3T1 thead tr td:nth-child(4),
#TabContent1D3T1 tbody tr td:nth-child(4)
    {
        position: sticky;
        left:252px;
        width:100px;
        background-color: white;
    }
#TabContent1D3T1 thead tr td:nth-child(5),
#TabContent1D3T1 tbody tr td:nth-child(5)
    {
        position: sticky;
        left:356px;
        width:100px;
        background-color: white;
    }
#TabContent1D3T1 thead tr td:nth-child(6),
#TabContent1D3T1 tbody tr td:nth-child(6)
    {
        position: sticky;
        left:460px;
        width:300px;
        background-color: white;
    }
#TabContent1D3T1 thead tr td:nth-last-child(1),
#TabContent1D3T1 tbody tr td:nth-last-child(1)
    {
        position: sticky;
        right:0;
        width:30px;
        background-color: white;
    }
#TabContent1D3T1 thead tr td:nth-last-child(2),
#TabContent1D3T1 tbody tr td:nth-last-child(2)
    {
        position: sticky;
        right:34px;
        width:30px;
        background-color: white;
    }
#TabContent1D3T1 tbody tr td:nth-child(1),
#TabContent1D3T1 tbody tr td:nth-child(2),
#TabContent1D3T1 tbody tr td:nth-child(3),
#TabContent1D3T1 tbody tr td:nth-child(4),
#TabContent1D3T1 tbody tr td:nth-last-child(1),
#TabContent1D3T1 tbody tr td:nth-last-child(2)
    {
        z-index: 2;
    }
/*###########################################################################################################*/
    /*TabContent1D4-Action Support*/
/*##########################################################################################################*/
#TabContent1D4
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
        border:solid 1px transparent;
    }
#TabContent1D41
    {
        width:70%;
        box-sizing: border-box;
        text-align: left;
        padding-top:3px;
        text-align: left;
        float:left;
    }
#TabContent1D41 button
    {
        min-width:120px;
        height: 25px;
        box-sizing: border-box;
        margin-right: 3px;
        cursor: pointer;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent1D42
    {
        width:30%;
        box-sizing: border-box;
        padding-top:3px;
        text-align: right;
        float:right;
    }
#TabContent1D42 button
    {
        width:25px;
        height: 25px;
        padding-top:3px;
        border:none;
        background-color: transparent;
        margin-left: 5px;
        cursor: pointer;
        text-shadow: 1px 3px 5px gray;
    }
#TabContent1D42 button:hover
    {
        border-radius: 50%;
        border:solid 1px gray;
        background-color: white;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent1D42 span
    {
        text-shadow: 1px 3px 5px gray;
    }
/*###########################################################################################################*/
    /*TabContent1D5-Show More Content*/
/*###########################################################################################################*/
#TabContent1D5
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        position: absolute;
        top:0;
        left:0;
        background-color: rgba(1, 0, 0, 0.5);
        z-index: 5;
    }
#TabContent1D51
    {
        width: 95%;
        height: 90vh;
        box-sizing: border-box;
        margin-top:6vh;
        margin-left:2.5%;
        border:solid 1px rgb(214, 213, 213);
        box-shadow:1px 3px 5px gray;
        border-radius: 5px;
        background-color: white;
    }
/*---------------------------------------------------------------------------------------------------------*/
#TabContent1D511
    {
        width:100%;
        height:30px;
        box-sizing: border-box;
        border-bottom: solid 2px gray;
        padding:5px;
    }
#TabContent1D511 span
    {
        display: inline-block;
        width:80%;
        margin-left:10px;
        font-size: 15px;
        font-weight: 800;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
/*---------------------------------------------------------------------------------------------------------*/
#TabContent1D512
    {
        width:100%;
        height: calc(100% - 55px);
        box-sizing: border-box;
    }

.TabContent1D512
    {
        width:100%;
        height:calc(100% - 5px);
        box-sizing: border-box;
        border:solid 1px transparent;
        overflow-y: auto;
    }
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------TabContent1D5121------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
#TabContent1D5121
    {
        width:100%;
        height: calc(100% - 5px);
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px transparent;
        border-radius: 5px;
        overflow-y: auto;
        overflow-x: hidden;
    }
#TabContent1D51211
    {
        width:100%;
        box-sizing: border-box;
        border:solid 1px transparent;
        margin-bottom: 5px;
        
    }
#TabContent1D51211T1
    {
        width:100%;
        box-sizing: border-box;
        border-spacing: 0;
        margin-top: 15px;
    }
#TabContent1D51211T2
    {
        width:100%;
        box-sizing: border-box;
        border-spacing: 0;
        margin-top: 15px;
    }
#TabContent1D51211T3
    {
        width:100%;
        box-sizing: border-box;
        border-spacing: 0;
        margin-top: 15px;
    }
#TabContent1D51211T4
    {
        width:100%;
        box-sizing: border-box;
        border-spacing: 0;
        margin-top: 15px;
    }
#TabContent1D51211T5
    {
        width:100%;
        box-sizing: border-box;
        border-spacing: 0;
        margin-top: 15px;
    }
#TabContent1D51211T6
    {
        width:100%;
        box-sizing: border-box;
        border-spacing: 0;
        margin-top: 15px;
    }
#TabContent1D51211T7
    {
        width:100%;
        box-sizing: border-box;
        border-spacing: 0;
        margin-top: 3px;
    }
#TabContent1D51211T1 td,
#TabContent1D51211T2 td,
#TabContent1D51211T3 td,
#TabContent1D51211T4 td,
#TabContent1D51211T5 td,
#TabContent1D51211T6 td
    {
        position: relative;
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
    }
#TabContent1D51211T7
    {
        height: 25px;
    }
/*#TabContent1D51211 input[type="text"], #TabContent1D51211 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        box-shadow: 1px 3px 5px gray;
        outline: none;
    }*/
#TabContent1D51211 input[type="text"],#TabContent1D51211 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        background-color: #d4d4d4ef;
        box-shadow:-1px -1px 1px rgb(65, 64, 64);
    }

#TabContent1D51211 input[type="button"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        cursor: pointer;
    }
/*#TabContent1D51211 textarea
    {
        width:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        box-shadow: 1px 3px 5px gray;
        outline: none;
    }*/
#TabContent1D51211 textarea
    {
        width:100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        background-color: #d4d4d4ef;
        box-shadow:-1px -1px 1px rgb(65, 64, 64);
        display: block;
    }
#TabContent1D51211 .floating-label 
    {
        width:100%;
        box-sizing: border-box;
        position: absolute;
        pointer-events: none;
        left: 3px;
        top: -13px;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
/*#TabContent1D51211 input:focus ~ .floating-label, #TabContent1D51211 input:not(:focus):valid ~ .floating-label
    {
        color:black;
        top:-9px;
        left:5px;
        font-size: 11px;
        font-weight: 800;
    }*/
#TabContent1D51211 .datepicker
    {
        width:100%;
        height: 23px !important;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        box-shadow: 1px 3px 5px gray;
        background-color: white;
        outline: none;
    }
#TabContent1D51211 .datepicker input
    {
        
        height:18px !important;
        border:none;
        box-sizing: border-box;
        background-color: transparent;
    }
#TabContent1D51211 .floating-label-Daterange
    {
        position: absolute;
        color:black;
        top:-9px;
        left:5px;
        font-size: 11px;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#TabContent1D51212
    {
        width:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        position: relative;
        margin-top: 15px;
    }
#TabContent1D51212 .TableTitle
    {
        position: absolute;
        top:-15px;
        left:3px;
        z-index: 10;
        font-weight: bold;
        font-size: small;
    }
#TabContent1D51212T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }


#TabContent1D51212T1 thead
    {
        position:sticky;
        top:0;
        background-color: white;
    }
#TabContent1D51212T1 thead td
    {
        text-align: center;
        font-weight: bold;
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
    }
#TabContent1D51212T1 tbody td
    {
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
        /*border-right:solid 1px rgb(212, 210, 210);
        border-bottom:solid 1px gray;*/
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D51212T1 tbody tr:hover
    {
        background-color: bisque;
    }
#TabContent1D51212T1 input[type="text"], #TabContent1D51212T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline: none;
        background-color: #d4d4d4ef;
        box-shadow:-1px -1px 1px rgb(65, 64, 64);
    }
#TabContent1D51212T1 tbody input[type="checkbox"]
    {
        cursor: pointer;
    }
#TabContent1D51212T1 button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline: none;
        cursor: pointer;
        background-color: transparent;
    }
#TabContent1D51212T1 button:focus
    {
        border:solid 1px blue;
        border-radius: 3px;
    }
#TabContent1D51212T1 tfoot td
    {
        font-weight: 800;
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#TabContent1D51213
    {
        width:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        margin-top: 15px;
        position: relative;
    }
#TabContent1D51213 .TableTitle
    {
        position: absolute;
        top:-15px;
        left:3px;
        z-index: 10;
        font-weight: bold;
        font-size: small;
    }
#TabContent1D51213T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D51213T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(212, 210, 210);
        border-bottom:solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D51213T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
    }
#TabContent1D51213T1 thead
    {
        position:sticky;
        top:0;
        background-color: white;
    }
#TabContent1D51213T1 thead td
    {
        text-align: center;
        font-weight: bold;
    }
#TabContent1D51213T1 tbody td:focus
    {
        border:solid 1px #313131;
    }
#TabContent1D51213T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------TabContent1D5122------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
#TabContent1D5122
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px rgb(212, 210, 210);
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D5122T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D5122T1 td
    {
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D5122T1 thead td
    {
        text-align: center;
        font-weight: bold;
    }
#TabContent1D5122T1 tbody td:focus
    {
        border:solid 1px #313131;
    }
/*---------------------------------------------------------------------------------------------------------*/
#TabContent1D513
    {
        width:100%;
        height:25px;
        box-sizing: border-box;
        border-radius: 0px 0px 5px 5px;
        display: flex;
        background-color: #525353e7;
        border:solid 1px white;
    }
#TabContent1D513 button
    {
        min-width: 150px;
        height:28px;
        box-sizing: border-box;
        border:none;
        background-color: #525353e7;
        margin-top:-5px;
        border-bottom: solid 1px #525353e7;
        font-weight: 800;
        cursor:pointer;
        text-shadow: 1px 3px 5px gray;
    }
#TabContent1D513 button:last-child
    {
        border-radius: 0px 0px 5px 0px;
    }
/*###########################################################################################################*/
    /*TabContent1D6-Show Upload*/
/*###########################################################################################################*/
#TabContent1D6
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        position: absolute;
        top:0;
        left:0;
        background-color: rgba(1, 0, 0, 0.5);
        z-index: 5;
    }
#TabContent1D61
    {
        width: 95%;
        height: 90vh;
        box-sizing: border-box;
        margin-top:6vh;
        margin-left:2.5%;
        border:solid 1px rgb(214, 213, 213);
        box-shadow:1px 3px 5px gray;
        border-radius: 5px;
        background-color: white;
    }
/*---------------------------------------------------------------------------------------------------------*/
#TabContent1D611
    {
        width:100%;
        height:30px;
        box-sizing: border-box;
        border-bottom: solid 2px gray;
        padding:5px;
    }
#TabContent1D611 span
    {
        display: inline-block;
        width:80%;
        margin-left:10px;
        font-size: 15px;
        font-weight: 800;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
/*---------------------------------------------------------------------------------------------------------*/
#TabContent1D612
    {
        width:100%;
        height: calc(100% - 55px);
        box-sizing: border-box;
        border:solid 1px transparent;
    }

#TabContent1D6121
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        padding:3px 0px 3px 0px;
    }
#TabContent1D6121 input[type="file"]::-webkit-file-upload-button 
    {
        height:100%;
        font-family:"Courier New", Courier, monospace;
        font-size: small;
        top:1px;
    }
#TabContent1D6121 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;
    }
#TabContent1D6121 input[type="button"]
    {
        min-width:150px;
        height:100%;
        box-sizing: border-box;
        margin-left: 3px;
        cursor:pointer;
    }
#TabContent1D6122
    {
        width:100%;
        height:calc(100% - 36px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D6122T1
    {
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D6122T1 td
    {
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D6122T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
        z-index: 3;
    }
#TabContent1D6122T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D6122T1 tbody tr:hover
    {
        background-color: bisque;
    }
#TabContent1D6122T1 thead tr td:nth-child(1),
#TabContent1D6122T1 tbody tr td:nth-child(1)
    {
        position: sticky;
        left:0;
        width:100px;
    }
#TabContent1D6122T1 thead tr td:nth-child(2),
#TabContent1D6122T1 tbody tr td:nth-child(2)
    {
        position: sticky;
        left:104px;
        width:120px;
    }
#TabContent1D6122T1 thead tr td:last-child,
#TabContent1D6122T1 tbody tr td:last-child
    {
        position: sticky;
        right:0;
        width:310px;
    }
#TabContent1D6122T1 thead tr td:nth-child(1),
#TabContent1D6122T1 tbody tr td:nth-child(1),
#TabContent1D6122T1 thead tr td:nth-child(2),
#TabContent1D6122T1 tbody tr td:nth-child(2),
#TabContent1D6122T1 thead tr td:last-child,
#TabContent1D6122T1 tbody tr td:last-child
    {
        background-color: white;
    }
#TabContent1D6122T1 tbody tr td:nth-child(1),
#TabContent1D6122T1 tbody tr td:nth-child(2),
#TabContent1D6122T1 tbody tr td:last-child
    {
        z-index: 2;
    }
#TabContent1D6123
    {
        width:100%;
        height: 33px;
        box-sizing: border-box;
        padding:3px 0px 3px 0px;
        text-align: right;
    }
#TabContent1D6123 input[type="button"]
    {
        min-width:150px;
        height:100%;
        box-sizing: border-box;
        margin-left: 3px;
        cursor:pointer;
    }
