body
    {
        margin:0;
        padding:0;
        font-size:small;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        background-color: #d4d4d4ef;
    }
[v-cloak]
    {
	    display:none;
    }
input,select,textarea,button,a,td,span,label,.dp__input_wrap input
    {
        font-size:small;
        /*font-family: Verdana, Geneva, Tahoma, sans-serif*/;
        font-family:"Courier New", Courier, monospace;
        
    }
#MainContainer
    {
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        border:solid 1px transparent;
        overflow-y: auto;
    }
#UrlErrorContainer
    {
        position: absolute;
        top:0;
        left:0;
        width:100vw;
        height: 100vh;
        box-sizing: border-box;
        font-family: 'Times New Roman', Times, serif;
        font-size: 15px;
    }
#LoginContainer
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        padding:10px;
    }
/*################################################################################################*/
#DashboardContainer
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#HeaderContainer
    {
        width:100%;
        height: 50px;
        box-sizing: border-box;
        box-shadow: 1px 3px 10px gray;
    }
#HeaderContainerD1
    {
        width:100%;
        height: 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: right;
        align-items: center;
    }
#HeaderContainerD1 span
    {
        font-size: clamp(10px,2vw,12px);
        margin-right: 10px;
    }
#HeaderContainerD1 i
    {
        font-size: clamp(10px,2vw,12px);
        margin-right: 10px;
        cursor: pointer;
    }
#HeaderContainerD2
    {
        width:100%;
        height: 30px;
        box-sizing: border-box;
    }
#HeaderContainerD2 button
    {
        height: 23px;
        padding:0 20px 0 20px;
        cursor:pointer;
        background-color: transparent;
        border:none;
        color:white;
        font-weight: 800;
    }
#HeaderContainerD2 button:hover
    {
        color:green;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 2px 5px gray;
    }
#HeaderContainerD2 select
    {
        width:200px;
        height: 28px;
        box-sizing: border-box;
        margin-top: 5px;
        margin-left: 5px;
        border:none;
        outline: none;
        background-color: transparent;
        font-weight: bold;
        font-size: large;
    }
#BodyContainer
    {
        width:100%;
        height:calc(100% - 50px);
        box-sizing: border-box;
        border:solid 1px transparent;
    }




