.MainFlexContainer
{
	box-sizing: border-box;
	margin:0;
	padding: 0;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}
.SubFlexContainer
{
    box-sizing: border-box;
	display: flex;
	flex: 1;
	flex-direction: column;
	margin:0;
	padding: 0;
	height: 100%;
	width: 100% ;
	overflow: auto;
}


.MainBodyOld
{
	/*flex: 1;*/
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex: 1;
	width: auto;
	height: var(--MainBodyHeight);
	background-color: var(--Body-BG) ;
	color: var(--Body-Color);
	justify-content: center;
    align-items: center;
    align-content: center;
    overflow: auto;
}
.MainBody
{
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center; 
    align-content: center;
    align-items: center;
    background-color: var(--Body-BG);
    color: var(--Body-Color);
    margin: 0;
    padding: 0;
    width: 100%;
    
    /*padding: 5px;
    margin: 5px;
    width: calc(100% - 5px - 5px); */
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px black; 
}

.CommonDEBox
{
    /*display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    margin: 10px;
    width: auto;
    height: auto;
    border: none;
    border: 1px solid #c0c0c0; 
    box-shadow:  5px 5px 5px black;
    background-color: var(---CommonBox-BG);
    color:var(--CommonBox-Color);
    background-color: purple;
    overflow: auto;*/
}



/*start Script Status*/
.Box4ScriptStatus
{
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 5px;
    width: auto;
    height: auto;
    max-width: calc(100% - 5px - 5px);
    max-height: calc(100% - 5px - 5px);
    
    background-color: white;
    border: 1px solid #c0c0c0; 
    box-shadow: 5px 5px 5px black;
    overflow: auto;
}
.myTitleHeader4ScriptStatus
{
	box-sizing: border-box;
    width: 100%;
    background-color: steelblue;
    background-color: #023333 !important;
    color:white;
    white-space: nowrap;
    font-size: medium;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    text-align: center;
}
.SubBox4ScriptStatus
{
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    /*margin: 10px;
    padding: 10px;
    width: calc(100% - 10px - 10px);
    height: calc(100% - 10px - 10px);*/
    padding: 5px;
    margin: 5px;
    width: auto;
    height: auto;
    max-width: calc(100% - 5px - 5px);
    max-height: calc(100% - 5px - 5px);
    border: 1px solid #c0c0c0; 
    
    
    overflow: auto;
}
.MyScriptStatus4Row
{
	display: flex;
    flex-direction:column;
    font-size:  var(--de-font);
    font-weight:  var(--de-weight);
}
.MyScriptStatus4Col
{
	flex: 1;
    margin: 3px;
    padding: 3px;
    font-size:  var(--de-font);
    font-weight:  var(--de-weight);
}
.Box4ScriptStatusExit
{
	display: flex;
	margin: 10px;
	justify-content: center;
    align-items: center;
    align-content: center;
}

.MyScriptStatusText
{
	width: 150px;
	background-color: antiquewhite;
}
/*End Script Status*/

.CommonTableBox
{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 5px;
    padding: 5px;
    margin: 0;
    padding: 0;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

@media only screen and (min-width: 1000px) 
{
	.SubBox4ScriptStatus
	{
		
	}
	.MyScriptStatus4Row
    {
        flex-direction: row;
    }
}













/*Unwanted CSS*/
/*padding: 10px;
    margin: 10px;
    height: calc(100% - 10px - 10px);
    width: calc(100% - 10px - 10px);

  	flex: 1;
    
    flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
  

border: 1px solid #c0c0c0; 
    box-shadow:  5px 5px 5px black;



    */


    /*margin:10px;*/
    /*padding: 10px;*/
    /*height: calc(100% - 10px - 10px);
    width: calc(100% - 10px - 10px) ;*/