div.dt-process
{
position:				fixed;/*absolute*/
margin:					auto;
top:					0;
right:					0;
bottom:					0;
left:					0;
display: 				none;
border:					1px solid var(--text-color-1);
background-color: 		#f2f5f7;
z-index:				1000;
box-shadow: 			5px 5px 5px rgba(127, 127, 127, 0.6);	
vertical-align:			middle;
}

div.dt-process > .dt-table
{
width:					100%;
height:					100%;
border:					0;
padding:				0;
}

div.dt-process > .dt-table > div > div:first-child
{
text-align: 			center;
vertical-align:			middle;
width:					60px;
}

#td_processMessageText
{
text-align:				left; 
color:                  var(--text-color-1);
font-size:              .85em;
}

#td_processMessageText > table
{
width:                  100%;
}

#div_processMessage
{
height:                 max-content;
width:                  max-content;
padding:                1em;
min-width:              250px;
}

#td_processMessageText > table > tr > td:nth-of-type(2)
{
text-align:             right;
}

#td_processMessageText > table > tr > td:nth-of-type(2) > img
{
height:                 20px;
}

#td_processMessageText > table > tr > td:nth-of-type(2) > div.dt-icon-16
{
margin-left:            auto;
}