#NavContent3
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px transparent;
    }
#NavContent3D1
    {
        width: 100%;
        height: calc(100% - 35px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        overflow: auto;
        background-color: white;
        margin-top: 5px;
    }
#NavContent3D1T1
    {
        width:100%;
        border-spacing: 0;
    }
#NavContent3D1T1 td
    {
        height: 23px;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    }
#NavContent3D1T1 a
    {
        text-decoration: none;
    }
#NavContent3D1T1 td:last-child
    {
        border-right: none;
    }
#NavContent3D1T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        outline: none;
    }
#NavContent3D1T1 button
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#NavContent3D1T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#NavContent3D1T1 thead td
    {
        font-weight: 900;
        text-align: center;
    }
#NavContent3D1T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*###############################################################*/
#NavContent3D2
    {
        width: 100%;
        height: 28px;
        box-sizing: border-box;
        margin-top: 2px;
    }
#NavContent3D2 button
    {
        height: 100%;
        box-sizing: border-box;
        cursor: pointer;
    }
/*###############################################################*/
#NavContent3D3
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        background-color: rgba(0,0,0,.5);
        position: absolute;
        top:0;
        left:0;
    }
#NavContent3D31
    {
        width:90%;
        height: 90%;
        box-sizing: border-box;
        margin-left: 5%;
        margin-top: 5vh;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
    }
#NavContent3D311
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        box-shadow: 1px 3px 5px gray;
        padding:3px 5px 3px 5px;
    }
#NavContent3D311 span
    {
        font-weight: 800;
    }
#NavContent3D311 input[type='text']
    {
        height: 100%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 3px;
        text-align: center;
    }
#NavContent3D312
    {
        width:100%;
        height: calc(100% - 60px);
        box-sizing: border-box;
        padding:5px;
        overflow-y: auto;
    }
#NavContent3D3122
    {
        width: 100%;
        max-height: 60%;
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        margin-top: 5px;
        overflow-y: auto;
    }
#NavContent3D3122T1
    {
        width:100%;
        border-spacing: 0;
        table-layout: fixed;
    }
#NavContent3D3122T1 td
    {
        height: 23px;
        border-right:solid 1px gray;
        border-bottom: solid 1px gray;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
#NavContent3D3122T1 td:last-child
    {
        border-right: none;
    }
#NavContent3D3122T1 tfoot tr:last-child td
    {
        border-bottom: none;
    }
#NavContent3D3122T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
    }
#NavContent3D3122T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#NavContent3D3122T1 tbody tr:hover
    {
        background-color: bisque;
    }
#NavContent3D3122T1 tfoot
    {
        position: sticky;
        bottom:0;
        background-color: white;
    }
#NavContent3D3122T1 tfoot td
    {
        text-align: center;
        font-weight: 800;
    }

#NavContent3D3123
    {
        width: 100%;
        box-sizing: border-box;
        margin-top: 5px;
        border:solid 1px transparent;
        border-radius: 5px;
        margin-top: 5px;
        display: flex;
        justify-content: right;
        position: relative;
    }
#NavContent3D3123T1
    {
        width:40%;
        border-spacing: 0;
        table-layout: fixed;
    }
#NavContent3D3123T1 td
    {
        height: 23px;
    }
#NavContent3D3123T1 tr td:first-child,
#NavContent3D3123T1 tr:nth-child(3) td:last-child,
#NavContent3D3123T1 tr:nth-child(5) td:last-child
    {
        font-weight: 800;
    }
#NavContent3D3123T1 tr:hover
    {
        background-color: bisque;
    }
#NavContent3D3123T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#NavContent3D3123T1 button
    {
        position: absolute;
        right: 0px;
        width:18px;
        height: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: smaller;
        padding:0;
        margin: 0;
        border:none;
        outline: none;
        background-color: transparent;
        cursor: pointer;
        color:rgb(216, 213, 213);
    }
#NavContent3D3123T1 button:hover
    {
        background-color: #d6d4d4;
        color:gray;
        border-radius: 3px;
    }
#NavContent3D3123 label
    {
        position: absolute;
        top:5px;
        left:10px;
        display: block;
        background-color: white;
        font-weight: 800;
        z-index: 3;
    }
#NavContent3D3123 textarea
    {
        width:calc(60% - 5px);
        height: calc(100% - 15px);
        border:solid 1px gray;
        box-sizing: border-box;
        display: block;
        border-radius: 5px;
        outline: none;
        position: absolute;
        top:12px;
        left:0;
    }

#NavContent3D313
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        border-bottom: solid 1px gray;
        box-shadow: 1px 3px 5px gray;
        padding:2px;
    }
#NavContent3D313 button
    {
        min-width:100px;
        height: 100%;
        box-sizing: border-box;
        margin-right: 3px;
        font-weight: 800;
        text-shadow: 1px 3px 5px gray;
        cursor: pointer;
    }
    