﻿.blocking_overlay
{
    position: absolute; 
    background-color: rgba(0, 0, 0, .3); 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    text-align: center; 
} 

.status_box
{
	max-height: calc(100% - 100px);
	position: fixed;
	left: 50%;
	top: 50%;
	text-align: center;
	padding: 25px;
	box-shadow:2px 2px 5px #4E4E4E;
    -moz-box-shadow: 2px 2px 5px #4E4E4E;
    -webkit-box-shadow: 2px 2px 5px #4E4E4E;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	background-color: #e2e2e2;

}

.fixed_modal
{
	max-height: calc(100% - 100px);
	position: fixed; 
	top: 50%;
	left: 50%; 
	text-align: center;
	padding: 25px;
	box-shadow:2px 2px 5px #4E4E4E;
    -moz-box-shadow: 2px 2px 5px #4E4E4E;
    -webkit-box-shadow: 2px 2px 5px #4e4e4e;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	background-color: #e2e2e2;
}

.status_message
{
	font-family: arial, Verdana, sans-serif;
	font-size: 1.5em; 
	color: #003366;
}

div.modalentry
{
	font-size: 1.1em;
}

.hiddenbutton
{
	display: none;
}
