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
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        padding:10%;
    }
#LoginContainer
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
        padding:10px;
    }
/*################################################################################################*/
#DashboardContainer
    {
        width:100%;
        height: 100%;
        box-sizing: border-box;
    }
#HeaderContainer
    {
        width:100%;
        height: 40px;
        box-sizing: border-box;
        box-shadow: 1px 3px 10px gray;
    }
#HeaderContainerD1
    {
        width:100%;
        height: 10px;
        box-sizing: border-box;
        display: flex;
        justify-content: right;
    }
#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
    {
        min-width: 150px;
        height: 28px;
        cursor:pointer;
        margin-left: 3px;
        background-color: transparent;
        border:none;
        color:grey;
        font-weight: 800;
    }
#HeaderContainerD2 button:hover
    {
        color:green;
        border:solid 1px gray;
        border-radius: 5px;
        box-shadow: 1px 2px 5px gray;
    }
#BodyContainer
    {
        width:100%;
        height:calc(100% - 40px);
        box-sizing: border-box;
        border:solid 1px transparent;
    }




