﻿



.circle {
    width: 150px;
    margin: 6px 6px 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.circle strong {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
}

.UploadingFileDiv {
    background-color: rgba(255, 255, 255,.9);
	left: 0px;
	height: 100%;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1029;
    display: none;
    vertical-align: middle;
}

.UploadingFileDiv .UploadingFileProgressDiv
{
    width: 100%;
    height: 250px;
    /*left: 50%;
	margin-left: -125px;*/
	margin-top: -125px;
	position: relative;
	top: 50%;
}

.UploadingFileDiv .UploadingFileProgressDiv .Title
{
    font-size: 20px; 
    font-weight: bold;
    color: #3e454c;
}