

 .com_docflow_edit_document_admin .history_stage table {
        border-collapse: collapse; 
    }

.com_docflow_edit_document_admin .history_stage table td
{
	vertical-align: top;
	padding: 0px;
}


.com_docflow_edit_document_admin .history_stage .icon_stage
{	
	border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  background: var(--bs-gray-300);
}

.com_docflow_edit_document_admin .history_stage .title_stage
{
	background: var(--bs-gray-300);
	border-top-right-radius:    var(--bs-border-radius-pill) !important;
  	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}


.com_docflow_edit_document_admin .history_stage .stage_title:after
{
	content: "";
	height: 100%;
	width: 2px;
	 background: var(--bs-gray-300);
	position: absolute; 
	top:0; 
	bottom:0; 
	left:50%; 
	right:0;
	z-index: -1;
	margin-top: 5px;

}

.com_docflow_edit_document_admin .future_tr 
{
	opacity: 0.5;
	
}


.com_docflow_edit_document_admin .step_action_list
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}


.com_docflow_edit_document_admin .step_action_list li
{
	display: inline-block;
	background: var(--bs-gray-300);
	padding: 10px;
	position: relative;
	border-radius: 0.25rem;
	margin-right: 20px;


}

.com_docflow_edit_document_admin .step_action_list li:after {
   
}