.modal
        {
            position: fixed;
            top: 0;
            left: 0;
            background-color:black;
            min-height: 100%;
            width: 100%;
        }
        .loading
        {
        	text-align:center;
        	opacity: 0.8;
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
			font-family: Arial;
            font-size: 10pt;
            border: none;
            width: auto;
            height: auto;
            min-width:400px;
            min-height:200px;
            display: none;
            position: fixed;
            background-color:white;
            border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
            z-index:100000000;
            /*z-index: 100;background-image:url('../../images/shared/progress_please_wait.gif');*/
            background-repeat:no-repeat;
            background-position:top center;
                                }
	.loading i[class^="fa fa"]{color:#0066FF; font-size:100pt!important;}
    .loading em{display:block;}
    .loading em:after{color:#0066FF;content:"Please wait..."; font-size:10pt;-moz-transition:all ease-in-out 0.7s;
	-webkit-transition:all ease-in-out 0.7s;
    transition:all ease-in-out 0.7s;}