﻿.loading_box_modal
{
	width: 100%;    
	text-align: center; 
	margin-top:0px;
	margin-bottom:0px;	
	margin-right: auto;	
    margin-left: auto;	    
	position: absolute; 
	z-index: 100; 
    left: 0px !important;
    top: 0px !important;
}

.loading_box_modal_body
{	
    width: 100%;    
    padding-top:15px;    
    padding-bottom: 15px;    
    min-height:30px;
    background-color:rgba(107,24,116, 1);    
    color: white;
}
