#NavContent1
    {
        width:100%;
        height:100%;
        box-sizing: border-box;
        border:solid 1px transparent;
        padding-top:5px;
        display: flex;
        flex-direction: column;
    }
#NavContent1D1
    {
        flex-grow: 1;
        width: 100%;
        height:calc(100% - 35px);
        box-sizing: border-box;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: white;
        box-shadow: 1px 3px 5px gray;
        overflow: auto;
    }
#NavContent1D1T1
    {
        border-spacing: 0;
        width: 100%;
    }
#NavContent1D1T1 td
    {
        height: 23px;
        border-right:solid 1px rgb(228, 226, 226);
        border-bottom: solid 1px gray;
        font-size: 1rem;
    }
#NavContent1D1T1 input[type="text"], #NavContent1D1T1 select
    {
        width:100%;
        height:100%;
        border:solid 1px gray;
        border-radius: 4px;
        outline: none;
    }
#NavContent1D1T1 button
    {
        width:100%;
        height:100%;
        cursor: pointer;
    }

#NavContent1D1T1 thead
    {
        position: sticky;
        top:0;
        background-color: white;
        z-index: 3;
    }
#NavContent1D1T1 thead td
    {
        text-align: center;
        font-weight: 800;
    }
#NavContent1D1T1 tbody tr:hover
    {
        background-color: bisque;
    }
/*###########################################################################*/
#NavContent1D2
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
        padding-top: 2px;
    }
#NavContent1D2 button
    {
        min-width:120px;
        height:100%;
        box-sizing: border-box;
        margin-right: 3px;
        cursor: pointer;
        font-weight: bold;
        text-shadow: 1px 3px 5px gray;
        box-shadow: 1px 3px 5px gray;
    }

/*###########################################################################*/
#NavContent1D3
    {
        width:100vw;
        height: 100vh;
        position: absolute;
        top:0;
        left:0;
        background-color: rgba(0,0,0,0.5);
        z-index: 10;
    }
#NavContent1D31
    {
        width:90%;
        height: 96vh;
        margin-left:5%;
        margin-top:2vh;
        background-color: white;
        border:solid 1px white;
        border-radius: 5px;
        box-shadow: 1px 3px 5px gray;
        display: flex;
        flex-direction: column;
    }
#NavContent1D311
    {
        width:100%;
        height:30px;
        box-shadow: 1px 3px 5px gray;
        padding:5px;
        position: relative;
    }
#NavContent1D311 i
    {
        position: absolute;
        font-size:18px;
        cursor:pointer;
        text-shadow: 1px 3px 5px gray;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#NavContent1D312
    {
        flex-grow: 1;
        height:calc(100% - 60px);
        padding:5px 5px 10px 5px;
    }
/*-------------------------------------------------------------------------*/
#NavContent1D3121
    {
        width:100%;
        max-height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items:start;
    }
#NavContent1D3121 .input_group_half
    {
        width:calc(50% - 50px);
        display: flex;
        align-items: center;
        margin-top:3px;
    }
#NavContent1D3121 .input_group_half:nth-child(2n)
    {
        margin-left:100px;
    }
#NavContent1D3121 .input_group_half span
    {
        display: flex;
        width:calc(30%);
        height: 25px;
        align-items: center;
        font-size: 1rem;
        font-weight: 800;
        text-shadow: 1px 3px 5px gray;
    }
#NavContent1D3121 .input_group_half input[type="text"], #NavContent1D3121 .input_group_half select
    {
        width:calc(70%);
        height: 25px;
        border:solid 1px gray;
        border-radius: 3px;
        box-shadow: 1px 3px 5px gray;
        outline: none;
    }
#NavContent1D3121 .input_group_half .datepicker
    {
        width:calc(70%);
        height: 25px !important;
        border:solid 1px gray;
        border-radius: 3px;
        box-shadow: 1px 3px 5px gray;
    }
#NavContent1D3121 .input_group_half .datepicker input
    {
        height:18px !important;
        border:none;
        box-sizing: border-box;
        background-color: transparent;
    }
#NavContent1D3121 .input_group_full
    {
        width:calc(100%);
        display: flex;
        flex-direction: column;
        margin-top:3px;
    }
#NavContent1D3121 .input_group_full span
    {
        display: flex;
        width:calc(100%);
        height: 25px;
        align-items: center;
        font-size: 1rem;
        font-weight: 800;
        text-shadow: 1px 3px 5px gray;
    }
#NavContent1D3121 .input_group_full textarea
    {
        display: block;
        margin: none;
        padding: none;
        width:100%;
        height:50px;
        border:solid 1px gray;
        border-radius: 3px;
        box-shadow: 1px 3px 5px gray;
        outline: none;
    }
#NavContent1D3121 .ActionGroup
    {
        width:100%;
        height: 26px;
        margin-top: 5px;
        text-align: right;
    }
#NavContent1D3121 .ActionGroup button
    {
        min-width:100px;
        height:100%;
        box-shadow: 1px 3px 5px gray;
        font-size: 1rem;
        font-weight: bold;
        cursor: pointer;
    }
/*-------------------------------------------------------------------------*/
#NavContent1D3122
    {
        width:100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
#NavContent1D31221
    {
        width:calc(50% - 2px);
        height: 100%;
        border:solid 1px gray;
        border-radius: 5px;
    }
#NavContent1D31221 img
    {
        width:100%;
        height: 100%;
        border-radius: 5px;
    }
#NavContent1D31222
    {
        width:calc(50% - 2px);
        height: 100%;
        margin-left: 2px;
        border:solid 1px gray;
        border-radius: 5px;
        position: relative;
    }
#NavContent1D31222 img
    {
        width:100%;
        height: 100%;
        border-radius: 5px;
    }
#NavContent1D31222 i
    {
        position:absolute;
        bottom:5px;
        font-size:24px;
        cursor: pointer;
    }
#NavContent1D31222T1
    {
        border-spacing: 0;
        position: absolute;
        bottom:5px;
        left:20%;
        width:60%;
        z-index: 6;
    }
#NavContent1D31222T1 td
    {
        height: 25px;
    }
#NavContent1D31222T1 input[type="text"]
    {
        width:100%;
        height: 100%;
        border:solid 1px rgb(58, 58, 58);
        border-radius: 3px;
        background-color: gray;
        outline: none;
        color:white;
        cursor:text;
    }
#NavContent1D31222T1 .datepicker
    {
        width:calc(100%);
        height: 25px !important;
        border:solid 1px rgb(58, 58, 58);
        border-radius: 3px;
        background-color: gray;
    }
#NavContent1D31222T1 .datepicker input
    {
        height:18px !important;
        border:none;
        box-sizing: border-box;
        background-color: transparent;
        text-align: center;
        color:white;
    }
#NavContent1D312221
    {
        position: absolute;
        top:50%;
        left:20%;
        width:60%;
        height: 45%;
        border:solid 1px gray;
        border-radius: 5px;
        background-color: grey;
        display: flex;
        flex-direction: column;
    }
#NavContent1D3122211
    {
        width: 100%;
        height: 25px;
        
        box-shadow: 1px 3px 5px white;
        border-bottom:solid 1px white;
        cursor: move;
    }
#NavContent1D3122211 i
    {
        position: absolute;
        top:3px;
        right: 3px;
        font-size: 18px;
        color: white;
    }
#NavContent1D3122212
    {
        flex-grow: 1;
        width: calc(100% - 4px);
        height:calc(100% - 27px);
        margin-left: 2px;
        border:solid 1px white;
        border-radius: 5px;
        margin-top: 2px;
        margin-bottom: 2px;
        box-shadow: 1px 3px 5px white,-1px -3px 5px white;
        overflow: auto;
    }
#NavContent1D3122212T1
    {
        width:100%;
        border-spacing: 0;
    }
#NavContent1D3122212T1 td
    {
        height: 25px;
        border-right: solid 1px white;
        border-bottom: solid 1px white;
        color:white;
    }
#NavContent1D3122212T1 button
    {
        width:100%;
        height: 100%;
    }
#NavContent1D3122212T1 tr td:last-child
    {
        border-right: none;
    }
#NavContent1D3122212T1 thead
    {
        position: sticky;
        top:0;
        background-color: gray;
    }
#NavContent1D3122212T1 thead td
    {
        text-align: center;
        font-weight: bold;
    }
/*-------------------------------------------------------------------------*/
#NavContent1D3123
    {
        width:100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
#NavContent1D31231
    {
        width:calc(40% - 2px);
        height: 100%;
        border:solid 1px gray;
        border-radius: 5px;
    }
#NavContent1D31232
    {
        width:calc(60% - 2px);
        height: 100%;
        margin-left: 4px;
        border:solid 1px gray;
        border-radius: 5px;
    }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#NavContent1D313
    {
        width:100%;
        height: 25px;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        background-color: #525353e7;
    }
#NavContent1D313 button
    {
        width: clamp(60px,6vw,100px);
        height:28px;
        border:none;
        outline: none;
        background-color: #525353e7;
        font-size: 1rem;
        font-weight: 800;
        margin-top:-5px;
    }
/*###############################################################################################*/
@media screen and (max-width: 600px)
    {
        #NavContent1D1T1 tr td:last-child
            {
                position: sticky;
                right:0;
                z-index: 2;
                background-color: white;
            }
        #NavContent1D31
            {
                width:calc(100% - 4px);
                height: calc(100vh - 4px);
                margin-left:2px;
                margin-top:2px;
            }
        #NavContent1D3121 .input_group_half
            {
                width:100%;
            }
        #NavContent1D3121 .input_group_half:nth-child(2n)
            {
                margin-left:0;
            }
        #NavContent1D3121 .input_group_full textarea
            {
                height: 100px;
            }
    }