/*************************************************************************
**
** Copyright (c) by jeff (jeff@lipsia.de)
**
** Author:  jeff
**
** File:    $Date: 2022-01-14 16:17:10 +0100 (Fr, 14. Jan 2022) $
**
** Purpose: the hourglass css
**
** Created: 2019/12/09
**
** Update:  $Date: 2022-01-14 16:17:10 +0100 (Fr, 14. Jan 2022) $
**
** Notes:
**
************************************************************************/

.hourglass
{
	font-family:      		calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:        		11px;
	text-align:       		center;
	vertical-align:	  		middle;
	height:           		100%;
	width:            		100%;
	position:         		absolute;
	top:					0px;
	left:					0px;
	z-index:          		1000;
	background-color:		#888888;
	background-position:	center center;
	background-repeat:  	no-repeat;
	opacity:				0.6;
	display:				inline;
	visibility:				hidden;
}

.progress
{
	font-family:      		calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:        		11px;
	font-weight:      		bolder;
	color:            		#454545;
	background-color: 		white;
	border:           		2px solid #fdd600;
	padding:          		5px 5px 5px 5px;
	position:         		absolute;
	z-index:          		1000;
}

.progress_message
{
	font-family:      		calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:        		11px;
	font-weight:      		bolder;
	color:            		#454545;
	background-color: 		white;
	width:            		150px;
	height:           		50px;
	text-align:       		left;
}
