#NavContent2
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px transparent;
        padding-top:5px;
    }
#NavContent2D1
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
    }
/*##############################################################################################*/
#NavContent2D11
    {
        width:100%;
        height:calc(100% - 25px);
        box-sizing: border-box;
        border-radius: 5px;
        background-color: white;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#NavContent2D111
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        padding: 5px;
    }
#NavContent1D1111
    {
        width:100%;
        height: 25px;
        box-sizing: border-box;
    }
#NavContent1D1111 input[type="file"]::-webkit-file-upload-button 
    {
        height:100%;
        font-family:"Courier New", Courier, monospace;
        font-size: small;
        top:1px;
    }
#NavContent1D1111 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;
    }
#NavContent1D1111 button
    {
        min-width:150px;
        height:100%;
        box-sizing: border-box;
        margin-left: 3px;
        cursor:pointer;
    }
#NavContent1D1112
    {
        width:100%;
        height:calc(100% - 35px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
        margin-top: 5px;
    }
#NavContent1D1112T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#NavContent1D1112T1 td
    {
        height: 23px;
        border:solid 1px rgb(212, 210, 210);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#NavContent1D1112T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 4px;
        outline: none;
    }
#NavContent1D1112T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#NavContent1D1112T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#NavContent1D1112T1 tbody tr:hover
    {
        background-color: bisque;
    }
#NavContent1D1112T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
/*----------------------------------------------------------------------------------------------------------*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#NavContent2D112
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        padding:3px;
    }
#NavContent2D1121
    {
        width:100%;
        height:calc(100% - 40px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        background-color:white;
        overflow-y: auto;
    }
#NavContent2D1121T1
    {
        width:100%;
        border-spacing: 0;
    }
#NavContent2D1121T1 td
    {
        height: 23px;
        border-bottom: solid 1px gray;
    }
#NavContent2D1121T1 input[type='text'], #NavContent2D1121T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 4px;
        outline: none;
    }
#NavContent2D1121T1 input[type='checkbox']
    {
        cursor: pointer;
    }
#NavContent2D1121T1 button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#NavContent2D1121T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#NavContent2D1121T1 thead tr:first-child td
    {
        text-align: center;
        font-weight: 800;
    }
#NavContent2D1121T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*--------------------------------------------------------------------*/
#NavContent2D1122
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
    }
#NavContent2D11221
    {
        width:70%;
        box-sizing: border-box;
        text-align: left;
        padding-top:3px;
        text-align: left;
        float:left;
    }
#NavContent2D11221 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;
    }
#NavContent2D11222
    {
        width:30%;
        box-sizing: border-box;
        padding-top:3px;
        text-align: right;
        float:right;
    }
#NavContent2D11222 button
    {
        width:30px;
        height: 30px;
        padding-top:5px;
        border:none;
        background-color: transparent;
        margin-left: 5px;
        cursor: pointer;
        text-shadow: 1px 3px 5px gray;
    }
#NavContent2D11222 button:hover
    {
        border-radius: 50%;
        border:solid 1px gray;
        background-color: white;
        box-shadow: 1px 3px 5px gray;
    }
#NavContent2D11222 span
    {
        text-shadow: 1px 3px 5px gray;
    }
/*------------------------------------------------------------------------*/
#NavContent2D1123
    {
        width:100vw;
        height: 100vh;
        position: absolute;
        top:0;
        left:0;
        background-color: rgba(0,0,0,.5);
    }
#NavContent2D11231
    {
        width:90%;
        height: 90vh;
        box-sizing: border-box;
        margin-top: 5vh;
        margin-left: 5%;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
    }
#NavContent2D112311
    {
        width:100%;
        height:30px;
        box-sizing: border-box;
        box-shadow: 1px 3px 5px gray;
        
    }
#NavContent2D1123111
    {
        width:60%;
        height:100%;
        box-sizing: border-box;
        float: left;
        display: flex;
        align-items: center;
        font-weight: 800;
        padding-left: 5px;
    }
#NavContent2D1123112
    {
        width:40%;
        height:100%;
        box-sizing: border-box;
        float: right;
    }
#NavContent2D112312
    {
        width:100%;
        height:calc(100% - 30px);
        box-sizing: border-box;
    }
#NavContent2D1123121
    {
        width:100%;
        height:calc(100% - 25px);
        box-sizing: border-box;
        padding: 5px;
        padding-bottom: 10px;
    }
#NavContent2D11231211
    {
        width:100%;
        min-width: 300px;
        max-height:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow-y: auto;
    }
#NavContent2D11231211T1
    {
        width: 100%;
        border-spacing: 0;
    }
#NavContent2D11231211T1 td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#NavContent2D11231211T1 tr td:last-child
    {
        border-right: none;
    }
#NavContent2D11231211T1 thead
    {
        position:sticky;
        top:0;
        background-color: white;
    }
#NavContent2D11231211T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#NavContent2D11231211T1 tfoot
    {
        position:sticky;
        bottom:0;
        background-color: white;
    }
#NavContent2D11231211T1 tfoot td
    {
        text-align: center;
        font-weight: 800;
    }
/*----------------------------------------------------------------------------------------------------------*/
#NavContent2D11231212
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
    }
#NavContent2D112312121
    {
        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;
    }
#NavContent2D112312121T1
    {
        width:100%;
        border-spacing: 0;
    }
#NavContent2D112312121T1 td
    {
        height:23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#NavContent2D112312121T1 input[type="text"], #NavContent2D112312121T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 4px;
        text-align: center;
        outline: none;
    }
#NavContent2D112312121T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#NavContent2D112312121T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#NavContent2D112312121T1 tr td:last-child
    {
        border-right: none;
    }
#NavContent2D112312121T1 tbody input[type="text"], #NavContent2D112312121T1 tbody select
    {
        border:none;
    }
#NavContent2D112312121T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#NavContent2D112312121T1 tfoot td
    {
        text-align: center;
        font-weight: 800;
    }
/*----------------------------------------------------------------------------------------------------------*/
#NavContent2D112312122
    {
        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;
        
    }
#NavContent2D112312122T1
    {
        width:100%;
        border-spacing: 0;
    }
#NavContent2D112312122T1 td
    {
        height:23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#NavContent2D112312122T1 input[type="text"], #NavContent2D112312122T1 select
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 4px;
        text-align: center;
        outline: none;
    }
#NavContent2D112312122T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#NavContent2D112312122T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#NavContent2D112312122T1 tr td:last-child
    {
        border-right: none;
    }
#NavContent2D112312122T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#NavContent2D112312122T1 tfoot td
    {
        text-align: center;
        font-weight: 800;
    }
/*----------------------------------------------------------------------------------------------------------*/
#NavContent2D11231213
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }
#NavContent2D112312131
    {
        flex-grow: 1;
        width:100%;
        height:60%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
        overflow-y: auto;
    }
#NavContent2D112312131T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#NavContent2D112312131T1 td
    {
        height:23px;
        border-right:solid 1px gray;
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#NavContent2D112312131T1 a
    {
        text-decoration: none;
    }
#NavContent2D112312131T1 tr td:last-child
    {
        border-right:none;
    }
#NavContent2D112312131T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        outline: none;
    }
#NavContent2D112312131T1 button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#NavContent2D112312131T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#NavContent2D112312131T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#NavContent2D112312131T1 tbody tr:hover
    {
        background-color: bisque;
    }
#NavContent2D112312131T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#NavContent2D112312131T1 tfoot td
    {
        font-weight: 800;
    }
#NavContent2D112312132
    {
        position: absolute;
        top:30vh;
        left:20%;
        width:60%;
        height:calc(60% - 10px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
        background-color: white;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        z-index: 7;
    }
#NavContent2D1123121321
    {
        width:100%;
        height: 28px;
        box-sizing: border-box;
        padding:2px;
        border-bottom:solid 1px gray;
        box-shadow: 1px 3px 5px gray;
        position: relative;
        cursor: move;
    }

#NavContent2D1123121321 i
    {
        position: absolute;
        top:3px;
        right: 3px;
        font-size: 20px;
        cursor: pointer;
    }

#NavContent2D1123121322
    {
        flex-grow: 1;
        width:calc(100% - 6px);
        height:calc(100% - 28px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        margin:5px 3px 3px 3px;
        overflow-y: auto;
    }
#NavContent2D1123121322T1
    {
        width:100%;
        border-spacing: 0;
    }
#NavContent2D1123121322T1 td
    {
        height:23px;
        border-right:solid 1px gray;
        border-bottom: solid 1px gray;
    }
#NavContent2D1123121322T1 tr td:last-child
    {
        border-right:none;
    }
#NavContent2D1123121322T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        outline: none;
    }
#NavContent2D1123121322T1 button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
#NavContent2D1123121322T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#NavContent2D1123121322T1 tbody tr:hover
    {
        background-color:bisque;
    }
#NavContent2D1123121322T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#NavContent2D1123121323
    {
        width:100%;
        height: 28px;
        box-sizing: border-box;
        margin-top: 5px;
        padding-left: 3px;
    }
#NavContent2D1123121323 input[type='text']
    {
        width:40%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        outline: none;
    }
#NavContent2D1123121323 button
    {
        width:50px;
        height:100%;
        box-sizing: border-box;
        margin-left: 3px;
    }
#NavContent2D112312133
    {
        width:100%;
        height:40%;
        box-sizing: border-box;
        margin-top: 10px;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
        overflow-y: auto;
    }
#NavContent2D112312133T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#NavContent2D112312133T1 td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#NavContent2D112312133T1 tr td:last-child
    {
        border-right: none;
    }
#NavContent2D112312133T1 thead
    {
        position: sticky;
        top:0;
    }
#NavContent2D112312133T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#NavContent2D112312133T1 tbody td
    {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#NavContent2D112312133T1 tbody tr:hover
    {
        background-color: bisque;
    }
#NavContent2D112312133T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#NavContent2D112312133T1 tfoot td
    {
        font-weight: 800;
    }
/*----------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------*/
#NavContent2D1123122
    {
        width:100%;
        height:25px;
        box-sizing: border-box;
        border-radius: 0px 0px 5px 5px;
        display: flex;
        background-color: #525353e7;
        border:solid 1px white;
    }
#NavContent2D1123122 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;
    }
#NavContent2D1123122 button:last-child
    {
        border-radius: 0px 0px 5px 0px;
    }
/*##############################################################################################*/
#NavContent1D12
    {
        width:100%;
        height:25px;
        box-sizing: border-box;
        border-radius: 0px 0px 5px 5px;
        display: flex;
        background-color: #525353e7;
        border:solid 1px white;
    }
#NavContent1D12 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;
    }
#NavContent1D12 button:last-child
    {
        border-radius: 0px 0px 5px 0px;
    }