#TabContent1
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px transparent;
    }
#TabContent1D0
    {
        width:200px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px rgb(201, 199, 199);
        border-radius: 4px;
        padding-top: 15px;
        padding-bottom: 10px;
        position:absolute;
        top:0;
        left:0;
        background-color: rgb(241, 241, 243);
        z-index: 6;
    }
#TabContent1D0 span
    {
        display: inline-block;
        width:100%;
        box-sizing: border-box;
        cursor: pointer;
        text-align: left;
        padding:8px 5px 8px 10px;
        border:none;
        outline: none;
    }
#TabContent1D0 span:hover
    {
        background-color: rgb(223, 226, 226);
        border-top:solid 1px rgb(214, 212, 212);
        border-bottom:solid 1px rgb(214, 212, 212);
    }
#TabContent1D1
    {
        width:100%;
        height: calc(100% - 40px);
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        margin-top: 8px;
        border:solid 1px rgb(114, 113, 113);
        border-radius: 5px;
        background-color: white;
        overflow: auto;
    }
#TabContent1D1T1
    {
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D1T1 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;
    }
#TabContent1D1T1 tbody td:focus
    {
        border:solid 1px rgb(125, 125, 126);
    }
#TabContent1D1T1 input[type="text"],#TabContent1D1T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        background-color: #d4d4d4ef;
        box-shadow:-1px -3px 3px rgb(97, 97, 97);
    }
#TabContent1D1T1 select:disabled
    {
        background-color: transparent;
        color:black;
    }
#TabContent1D1T1 button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor:pointer;
    }

#TabContent1D1T1 thead
    {
        position:sticky;
        top:0;
        background-color: white;
        z-index: 3;
    }
#TabContent1D1T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D1T1 thead tr td:nth-child(1),
#TabContent1D1T1 tbody tr td:nth-child(1)
    {
        position: sticky;
        left:0;
        width:30px;
        background-color: white;
    }
#TabContent1D1T1 thead tr td:nth-child(2),
#TabContent1D1T1 tbody tr td:nth-child(2)
    {
        position: sticky;
        left:34px;
        width:100px;
        background-color: white;
    }
#TabContent1D1T1 thead tr td:nth-child(3),
#TabContent1D1T1 tbody tr td:nth-child(3)
    {
        position: sticky;
        left:138px;
        width:250px;
        background-color: white;
    }
#TabContent1D1T1 thead tr td:last-child,
#TabContent1D1T1 tbody tr td:last-child
    {
        position: sticky;
        right:0;
        width:50px;
        background-color: white;
    }
#TabContent1D1T1 tbody tr td:nth-child(1),
#TabContent1D1T1 tbody tr td:nth-child(2),
#TabContent1D1T1 tbody tr td:nth-child(3),
#TabContent1D1T1 tbody tr td:last-child
    {
        z-index: 2;
    }
/*###########################################################################################################*/
    /*TabContent1D2-Action Support*/
/*##########################################################################################################*/
#TabContent1D2
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
    }
#TabContent1D21
    {
        width:70%;
        box-sizing: border-box;
        text-align: left;
        padding-top:3px;
        text-align: left;
        float:left;
    }
#TabContent1D21 button
    {
        min-width:120px;
        height: 30px;
        box-sizing: border-box;
        margin-right: 3px;
        cursor: pointer;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent1D22
    {
        width:30%;
        box-sizing: border-box;
        padding-top:3px;
        text-align: right;
        float:right;
    }
#TabContent1D22 button
    {
        width:30px;
        height: 30px;
        padding-top:5px;
        border:none;
        background-color: transparent;
        margin-left: 5px;
        cursor: pointer;
        text-shadow: 1px 3px 5px gray;
    }
#TabContent1D22 button:hover
    {
        border-radius: 50%;
        border:solid 1px gray;
        background-color: white;
        box-shadow: 1px 3px 5px gray;
    }
#TabContent1D22 span
    {
        text-shadow: 1px 3px 5px gray;
    }
/*###########################################################################################################*/
    /*TabContent1D3-New Record Content*/
/*###########################################################################################################*/
#TabContent1D3
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        position:absolute;
        top:0;
        left:0;
        z-index: 5;
        background-color: rgba(1, 0, 0, 0.5);
    }
#TabContent1D31
    {
        width:50%;
        box-sizing: border-box;
        margin-left:25%;
        margin-top: 20vh;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow:1px 3px 5px gray;
    }
#TabContent1D311
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        text-align: right;
        padding: 5px 10px 5px 10px;
    }
#TabContent1D311 span
    {
        float:left;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        font-size: 15px;
    }
#TabContent1D312
    {
        width:100%;
        height:calc(100% - 30px);
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        padding: 5px 10px 5px 10px;
    }
#TabContent1D312T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D312T1 td
    {
        height: 23px;
    }
#TabContent1D312T1 input[type="text"], #TabContent1D312T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        background-color: #d4d4d4ef;
        /*box-shadow: -1px -1px 2px rgb(97, 97, 97);*/
        box-shadow: -1px -1px 1px rgb(65, 64, 64)
    }
#TabContent1D312T1 .dp__input_readonly /*dp__input dp__input_icon_pad dp__input_reg*/
    {
        padding-left:30px !important;
    }
#TabContent1D312T1 .datepicker
    {
        height: 23px !important;
        background-color: #d4d4d4ef;
        box-shadow: -1px -1px 1px rgb(65, 64, 64)
    }
#TabContent1D312T1 .datepicker input
    {
        height:18px !important;
        border:none;
        box-sizing: border-box;
        background-color: transparent;
    }
#TabContent1D312T1 .TC1D3_Save
    {
        min-width: 150px;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
        box-shadow: 1px 3px 5px gray;
        font-size: 15px;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
    }
#TabContent1D312T1 .TC1D3_Label
    {
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
    }
#TabContent1D312T1 .TC1D3_Entry
    {
        border:solid 2px rgb(212, 210, 210);
    }
/*###########################################################################################################*/
    /*TabContent1D4-Show More Content*/
/*###########################################################################################################*/
#TabContent1D4
    {
        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;
    }
#TabContent1D40
    {
        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;
    }
/*---------------------------------------------------------------------------------------------------------*/
#TabContent1D41
    {
        width:100%;
        height:30px;
        box-sizing: border-box;
        border-bottom: solid 2px gray;
        padding:5px;
    }
#TabContent1D41 span
    {
        display: inline-block;
        width:70%;
        margin-left:10px;
        font-size: 15px;
        font-weight: 800;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D41 button
    {
        height: 100%;
        box-sizing: border-box;
    }
/*---------------------------------------------------------------------------------------------------------*/
#TabContent1D42
    {
        width:100%;
        height: calc(100% - 55px);
        box-sizing: border-box;
    }

.TabContent1D42
    {
        width:100%;
        height:calc(100% - 5px);
        box-sizing: border-box;
        border:solid 1px transparent;
        overflow-y: auto;
    }
/*------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------Right Click Option-----------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
#TabContent1D4210
    {
        width:200px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        border:solid 1px rgb(201, 199, 199);
        border-radius: 4px;
        padding-top: 15px;
        padding-bottom: 10px;
        position:absolute;
        top:0;
        left:0;
        background-color: rgb(241, 241, 243);
        z-index: 6;
    }
#TabContent1D4210 span
    {
        display: inline-block;
        width:100%;
        box-sizing: border-box;
        cursor: pointer;
        text-align: left;
        padding:8px 5px 8px 10px;
        border:none;
        outline: none;
    }
#TabContent1D4210 span:hover
    {
        background-color: bisque;
    }
/*------------------------------------------------------------------------------------------------------------*/
/*------------------------------------TabContent1D421------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
#TabContent1D4211
    {
        width:100%;
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px rgb(212, 210, 210);
        border-radius: 5px;
        position: relative;
    }
#TabContent1D4211T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D4211T1 td
    {
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
    }
#TabContent1D4211T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        background-color: #d4d4d4ef;
        box-shadow:-1px -1px 1px rgb(97, 97, 97);
    }
#TabContent1D4211T1 thead td
    {
        text-align: center;
        font-weight: bold;
    }
#TabContent1D4211T1 tbody td:focus
    {
        border:solid 1px #313131;
    }
.TC1D421_RightClickOption span
    {
        display: inline-block;
    }
#TabContent1D4212
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
        margin-top: 3px;
    }
#TabContent1D4212T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D4212T1 td
    {
        height: 25px;
        font-weight: 800;
    }

#TabContent1D4212T1 button
    {
        height: 100%;
        cursor: pointer;
        float: right;
    }
#TabContent1D4213
    {
        width:calc(25% + 4px);
        box-sizing: border-box;
        border:solid 1px rgb(212, 210, 210);
        margin-top: 3px;
    }
#TabContent1D4213T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D4213T1 td
    {
        height: 25px;
        border:solid 1px rgb(212, 210, 210);
    }
#TabContent1D4213T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D4214
    {
        width:100%;
        box-sizing: border-box;
        margin-top: 3px;
    }
#TabContent1D4214T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D4214T1 td
    {
        height: 25px;
        font-weight: 800;
    }
#TabContent1D4215
    {
        width:100%;
        box-sizing: border-box;
        margin-top: 3px;
    }
#TabContent1D4215T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D4215T1 td
    {
        height: 25px;
        font-weight: 800;
    }
#TabContent1D4216
    {
        width:100%;
        box-sizing: border-box;
        margin-top: 3px;
    }
#TabContent1D4216T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D4216T1 td
    {
        height: 25px;
        font-weight: 800;
    }
#TabContent1D4219
    {
        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;
    }
#TabContent1D42191
    {
        width:50%;
        box-sizing: border-box;
        margin-left:25%;
        margin-top: 20vh;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow:1px 3px 5px gray;
    }
#TabContent1D421911
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        text-align: right;
        padding: 5px 10px 5px 10px;
    }
#TabContent1D421911 span
    {
        float:left;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        font-size: 15px;
    }
#TabContent1D421912
    {
        width:100%;
        height:calc(100% - 30px);
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        padding: 5px 10px 5px 10px;
    }

#TabContent1D421912T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D421912T1 td
    {
        height: 23px;
    }
#TabContent1D421912T1 input[type="text"], #TabContent1D421912T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        background-color: #d4d4d4ef;
        /*box-shadow: -1px -1px 2px rgb(97, 97, 97);*/
        box-shadow: -1px -1px 1px rgb(65, 64, 64)
    }
#TabContent1D421912T1 .dp__input_readonly /*dp__input dp__input_icon_pad dp__input_reg*/
    {
        padding-left:30px !important;
    }
#TabContent1D421912T1 .datepicker
    {
        height: 23px !important;
        background-color: #d4d4d4ef;
        box-shadow: -1px -1px 1px rgb(65, 64, 64)
    }
#TabContent1D421912T1 .datepicker input
    {
        height:18px !important;
        border:none;
        box-sizing: border-box;
        background-color: transparent;
    }
#TabContent1D421912T1 .TC1D421_Save
    {
        min-width: 150px;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
        box-shadow: 1px 3px 5px gray;
        font-size: 15px;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
    }
#TabContent1D421912T1 .TC1D421_Label
    {
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
    }
#TabContent1D421912T1 .TC1D421_Entry
    {
        border:solid 2px rgb(212, 210, 210);
    }
/*------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------TabContent1D422-----------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------*/
#TabContent1D4221
    {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D4221T1
    {
        width: 100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D4221T1 td
    {
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D4221T1 input[type="text"]
    {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 4px;
        outline: none;
    }
#TabContent1D4221T1 input[type="checkbox"]
    {
        cursor: pointer;
    }
#TabContent1D4221T1 select
    {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        outline: none;
        border:none;
        background-color: transparent;
    }
#TabContent1D4221T1 thead select
    {
        border:solid 1px gray;
        border-radius: 4px;
    }
#TabContent1D4221T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
        z-index: 3;
    }
#TabContent1D4221T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D4221T1 thead tr td:nth-child(1),
#TabContent1D4221T1 tbody tr td:nth-child(1),
#TabContent1D4221T1 tfoot tr td:nth-child(1)
    {
        position: sticky;
        left: 0;
        width:40px;
        background-color: white;
    }
#TabContent1D4221T1 thead tr td:nth-child(2),
#TabContent1D4221T1 tbody tr td:nth-child(2),
#TabContent1D4221T1 tfoot tr td:nth-child(2)
    {
        position: sticky;
        left: 44px;
        width:50px;
        background-color: white;
    }
#TabContent1D4221T1 thead tr td:nth-child(3),
#TabContent1D4221T1 tbody tr td:nth-child(3),
#TabContent1D4221T1 tfoot tr td:nth-child(3)
    {
        position: sticky;
        left: 98px;
        width:200px;
        background-color: white;
    }
#TabContent1D4221T1 thead tr td:nth-child(4),
#TabContent1D4221T1 tbody tr td:nth-child(4),
#TabContent1D4221T1 tfoot tr td:nth-child(4)
    {
        position: sticky;
        left: 302px;
        width:50px;
        background-color: white;
    }
#TabContent1D4221T1 thead tr td:nth-child(5),
#TabContent1D4221T1 tbody tr td:nth-child(5),
#TabContent1D4221T1 tfoot tr td:nth-child(5)
    {
        position: sticky;
        left: 356px;
        width:80px;
        background-color: white;
    }
#TabContent1D4221T1 thead tr td:nth-child(6),
#TabContent1D4221T1 tbody tr td:nth-child(6),
#TabContent1D4221T1 tfoot tr td:nth-child(6)
    {
        position: sticky;
        left: 440px;
        width:150px;
        background-color: white;
    }
#TabContent1D4221T1 thead tr td:last-child,
#TabContent1D4221T1 tbody tr td:last-child,
#TabContent1D4221T1 tfoot tr td:last-child
    {
        position: sticky;
        right:0;
        width:40px;
        background-color: white;
    }
#TabContent1D4221T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
        z-index: 3;
    }
/*----------------------------------------------------------------------------------------------------------*/
#TabContent1D4231
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        padding:3px;
    }
#TabContent1D4231 input[type="file"]::-webkit-file-upload-button 
    {
        height:100%;
        font-family:"Courier New", Courier, monospace;
        font-size: small;
        top:1px;
    }
#TabContent1D4231 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;
    }
#TabContent1D4231 input[type="button"]
    {
        min-width:150px;
        height:100%;
        box-sizing: border-box;
        margin-left: 3px;
        cursor:pointer;
    }
#TabContent1D4232
    {
        width:100%;
        height:calc(100% - 30px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D4232T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D4232T1 td
    {
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D4232T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 4px;
        outline: none;
    }
#TabContent1D4232T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D4232T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D4232T1 tbody tr:hover
    {
        background-color: bisque;
    }
#TabContent1D4232T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
/*----------------------------------------------------------------------------------------------------------*/
#TabContent1D4241
    {
        width:calc(60% - 2px);
        height:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        float:left;
        box-shadow: 1px 3px 5px gray;
        overflow-y: auto;
    }
#TabContent1D4241T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D4241T1 td
    {
        height:23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#TabContent1D4241T1 input[type="text"], #TabContent1D4241T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 4px;
        text-align: center;
        outline: none;
    }
#TabContent1D4241T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D4241T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D4241T1 tr td:last-child
    {
        border-right: none;
    }
#TabContent1D4241T1 tbody input[type="text"], #TabContent1D4241T1 tbody select
    {
        border:none;
    }
#TabContent1D4241T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#TabContent1D4241T1 tfoot td
    {
        text-align: center;
        font-weight: 800;
    }
/*----------------------------------------------------------------------------------------------------------*/
#TabContent1D4242
    {
        width:calc(40% - 2px);
        height:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        box-shadow: 1px 3px 5px gray;
        margin-left: 4px;
        float:left;
        overflow-y: auto;
        
    }
#TabContent1D4242T1
    {
        width:100%;
        border-spacing: 0;
    }
#TabContent1D4242T1 td
    {
        height:23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#TabContent1D4242T1 input[type="text"], #TabContent1D4242T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 4px;
        text-align: center;
        outline: none;
    }
#TabContent1D4242T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D4242T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D4242T1 tr td:last-child
    {
        border-right: none;
    }
#TabContent1D4242T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#TabContent1D4242T1 tfoot td
    {
        text-align: center;
        font-weight: 800;
    }
/*---------------------------------------------------------------------------------------------------------*/
#TabContent1D43
    {
        width:100%;
        height:25px;
        box-sizing: border-box;
        border-radius: 0px 0px 5px 5px;
        display: flex;
        background-color: #525353e7;
        border:solid 1px white;
    }
#TabContent1D43 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;
    }
#TabContent1D43 button:last-child
    {
        border-radius: 0px 0px 5px 0px;
    }
/*###########################################################################################################*/
    /*TabContent1D5-Show Update History*/
/*###########################################################################################################*/
#TabContent1D5
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        position:absolute;
        top:0;
        left:0;
        z-index: 5;
        background-color: rgba(1, 0, 0, 0.5);
    }
#TabContent1D51
    {
        width:90%;
        height:80%;
        box-sizing: border-box;
        margin-left:5%;
        margin-top: 10vh;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow:1px 3px 5px gray;
    }
#TabContent1D511
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        text-align: left;
        padding: 5px 10px 5px 10px;
    }
#TabContent1D511 span
    {
        width:80%;
        box-sizing: border-box;
        float:left;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D512
    {
        width:100%;
        height:calc(100% - 30px);
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        overflow-y: auto;
    }
#TabContent1D512T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D512T1 td
    {
        height: 23px;
        border-bottom: solid 1px rgb(201, 197, 197);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D512T1 thead
    {
        position:sticky;
        top:0;
        background-color: white;
    }
#TabContent1D512T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
/*###########################################################################################################*/
    /*TabContent1D6-Show Attachment*/
/*###########################################################################################################*/
#TabContent1D6
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        position:absolute;
        top:0;
        left:0;
        z-index: 5;
        background-color: rgba(1, 0, 0, 0.5);
    }
#TabContent1D61
    {
        width:90%;
        box-sizing: border-box;
        margin-left:5%;
        margin-top: 10vh;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow:1px 3px 5px gray;
    }
#TabContent1D611
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        text-align: left;
        padding: 5px 10px 5px 10px;
    }
#TabContent1D611 span
    {
        width:80%;
        box-sizing: border-box;
        float:left;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D612
    {
        width:100%;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        overflow-y: auto;
        padding: 5px;
    }
#TabContent1D612T1
    {
        width:100%;
        table-layout: fixed;
    }
#TabContent1D612T1 td
    {
        height: 23px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D612T1 td:focus
    {
       border-color: blue !important;
    }
#TabContent1D612T1 tr td:nth-child(2)
    {
        border:solid 1px gray;
        border-radius: 4px;
        text-align: center;
    }
#TabContent1D612T1 tr td:nth-child(5)
    {
        border:solid 1px gray;
        border-radius: 4px;
        text-align: center;
    }
#TabContent1D612T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        text-align: center;
    }
/*###########################################################################################################*/
    /*TabContent1D7-Change Sector*/
/*###########################################################################################################*/
#TabContent1D7
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        position:absolute;
        top:0;
        left:0;
        z-index: 5;
        background-color: rgba(1, 0, 0, 0.5);
    }
#TabContent1D71
    {
        width:60%;
        box-sizing: border-box;
        margin-left:20%;
        margin-top: 20vh;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow:1px 3px 5px gray;
    }
#TabContent1D711
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        text-align: left;
        padding: 5px 10px 5px 10px;
    }
#TabContent1D711 span
    {
        width:80%;
        box-sizing: border-box;
        float:left;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D712
    {
        width:100%;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        overflow-y: auto;
        padding: 5px;
    }
#TabContent1D712 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:none;
        outline:none;
        padding-left:50px;
    }
/*###########################################################################################################*/
    /*TabContent1D8-Upload WO Status Update*/
/*###########################################################################################################*/
#TabContent1D8
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        position:absolute;
        top:0;
        left:0;
        z-index: 5;
        background-color: rgba(1, 0, 0, 0.5);
    }
#TabContent1D81
    {
        width:80%;
        height:calc(85vh);
        box-sizing: border-box;
        margin-left:10%;
        margin-top: 10vh;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow:1px 3px 5px gray;
    }
#TabContent1D811
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        text-align: left;
        padding: 5px 10px 5px 10px;
    }
#TabContent1D811 span
    {
        width:80%;
        box-sizing: border-box;
        float:left;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D812
    {
        width:100%;
        height:calc(100% - 30px);
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        overflow-y: auto;
        padding: 5px;
    }
#TabContent1D8121
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        padding-top:3px;
        padding-bottom:3px;
    }
#TabContent1D8121 input[type="file"]::-webkit-file-upload-button 
    {
        height:100%;
        font-family:"Courier New", Courier, monospace;
        font-size: small;
        top:1px;
    }
#TabContent1D8121 input[type="file"]
    {
        width:calc(100% - 306px);
        height:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius:5px 5px 5px 5px;
        background-color:white;
    }
#TabContent1D8121 input[type="button"]
    {
        min-width:150px;
        height:100%;
        box-sizing: border-box;
        cursor:pointer;
    }
#TabContent1D8122
    {
        width:100%;
        height:calc(100% - 30px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D8122T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D8122T1 td
    {
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D8122T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D8122T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D8122T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*###########################################################################################################*/
    /*TabContent1D9-Materials*/
/*###########################################################################################################*/
#TabContent1D9
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        position:absolute;
        top:0;
        left:0;
        z-index: 5;
        background-color: rgba(1, 0, 0, 0.5);
    }
#TabContent1D91
    {
        width:80%;
        height:calc(85vh);
        box-sizing: border-box;
        margin-left:10%;
        margin-top: 10vh;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow:1px 3px 5px gray;
    }
#TabContent1D911
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        text-align: left;
        padding: 5px 10px 5px 10px;
    }
#TabContent1D911 span
    {
        width:80%;
        box-sizing: border-box;
        float:left;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D912
    {
        width:100%;
        height:calc(100% - 30px);
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        overflow-y: auto;
        padding: 5px;
    }
#TabContent1D9121
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        padding-top:3px;
        padding-bottom:3px;
    }
#TabContent1D9121 input[type="file"]::-webkit-file-upload-button 
    {
        height:100%;
        font-family:"Courier New", Courier, monospace;
        font-size: small;
        top:1px;
    }
#TabContent1D9121 input[type="file"]
    {
        width:calc(100% - 306px);
        height:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius:5px 5px 5px 5px;
        background-color:white;
    }
#TabContent1D9121 input[type="button"]
    {
        min-width:150px;
        height:100%;
        box-sizing: border-box;
        cursor:pointer;
    }
#TabContent1D9122
    {
        width:100%;
        height:calc(100% - 30px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#TabContent1D9122T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#TabContent1D9122T1 td
    {
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#TabContent1D9122T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
    }
#TabContent1D9122T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#TabContent1D9122T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#TabContent1D9122T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*###########################################################################################################*/
    /*TabContent1DA-RequestDelete*/
/*###########################################################################################################*/
#TabContent1DA
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        position:absolute;
        top:0;
        left:0;
        z-index: 6;
        background-color: rgba(1, 0, 0, 0.5);
    }
#TabContent1DA1
    {
        width:60%;
        height:60vh;
        box-sizing: border-box;
        margin-left:20%;
        margin-top: 20vh;
        background-color: white;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow:1px 3px 5px gray;
        display: flex;
        flex-direction: column;
    }
#TabContent1DA11
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        box-shadow: 1px 3px 3px gray;
        position: relative;
        display: flex;
        align-items:center;
    }
#TabContent1DA11 span
    {
        font-weight: 800;
    }
#TabContent1DA11 i
    {
        font-size:18px;
        cursor:pointer;
        text-shadow: 1px 3px 5px gray;
        position: absolute;
        top:3px;
        right:5px;
    }
#TabContent1DA12
    {
        flex-grow: 1;
        padding: 3px;
    }
#TabContent1DA121
    {
        width:100%;
        height: 100px;
        box-sizing: border-box;
        margin-top: 15px;
        
        border-radius: 5px;
        position: relative;
    }
#TabContent1DA121 span
    {
        display: block;
        position: absolute;
        top:-8px;
        left:10px;
        background-color: white;
        font-weight: 800;
    }
#TabContent1DA121 textarea
    {
        display: block;
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        outline: none;
        padding-top: 3px;
    }
#TabContent1DA122
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
        margin-top: 3px;
        text-align: right;
    }
#TabContent1DA122 button
    {
        min-width: 150px;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#TabContent1DA123
    {
        width:100%;
        display: flex;
        flex-direction: column;
    }
#TabContent1DA123 span
    {
        display: block;
        font-weight: 800;
    }
#TabContent1DA123 span:nth-child(2)
    {
        margin-top: 5px;
    }

